Patti Smith

Creates a link to a page from another Wikipedia (e.g. the French Wikipedia).
Syntax
{{Interwiki link | lang = language code | page = page title | title = display text | indicator = yes/no }}
Parameters
lang
: The ISO 639 language code to use. Defaults toen
.page
: The page to link to. Defaults toMain Page
.title
: The text to display on the link, using link piping. Defaults to{{{page}}}
.
Usage
{{Interwiki link}}
→ Main Page [en]{{Interwiki link|indicator=no}}
→ Main Page{{Interwiki link|title=WP:MAIN}}
→ WP:MAIN [en]{{Interwiki link|lang=es}}
→ Main Page [es]{{Interwiki link|lang=ru|page=Россия}}
→ Россия [ru]{{Interwiki link|lang=ru|page=Россия|title=Russia in Russian}}
→ Russia in Russian [ru]
Template data
Creates a link to a page from another Wikipedia (e.g. the French Wikipedia).
Parameter | Description | Type | Status | |
---|---|---|---|---|
Language code | lang | ISO language code
| String | optional |
Page title | page | Page title to link to
| Page name | optional |
Display text | title | The text to display on the link
| String | optional |
Language indicator | indicator | Whether to show the small language link indicator ('yes' or 'no')
| Boolean | optional |