Template:Wikipedia/doc
This is a documentation subpage for Template:Wikipedia. It contains usage information, categories and other content or metadata that is not part of the original template. |
This template is useful to simply create link to Wikipedia.
Usage
- First parameter (mandatory): the Wikipedia linguistic edition code;
- it is the xx in URL "//xx.wikipedia.org/wiki/Pagename", or any other interwiki code recognized by English Wikipedia);
- When this required parameter is empty, it emplies the English Wikipedia edition (so the empty value is equivalent to the
en
value).
- Second parameter: the actual pagename on Wikipedia (or in the target wiki of the interwiki code specified in the first parameter)
- it is the Pagename in URL "//xx.wikipedia.org/wiki/Pagename");
- note however that this parameter should not be URL-encoded (with overlong
%NN%NN
sequences) but should readable (in native UTF-8), also preferably with spaces rather than underscores between words.
- Third parameter: the text to display with the link. If unset, the template displays the title of the page (second parameter).
There are also three named parameters which define whether some parts of the link are shown:
icon
: if set tono
, the template doesn't display the Wikipedia icon;- any other value (or if the parameter is not specified) will display this icon.
link
: if set tono
, the template doesn't display an active link to the Wikipedia article (the link may still be visible when hovering the icon, if there's one);- any other value (or if the parameter is not specified) will display the active link.
text
: if set tono
, the template doesn't display the sentence "on Wikipedia" (which is translated according to the language of the current page on this wiki, but not the language of the target Wikipedia);- any other value (or if the parameter is not specified) will display the extra text.
Examples
- {{Wikipedia|it|OpenStreetMap}} → OpenStreetMap on Wikipedia
- {{Wikipedia|eo|OpenStreetMap|Nia projekto}} → Nia projekto on Wikipedia
- {{Wikipedia|de|OpenStreetMap|text=no}} → OpenStreetMap
- {{Wikipedia|es|OpenStreetMap|icon=no}} → OpenStreetMap on Wikipedia
- {{Wikipedia|es|OpenStreetMap|icon=yes}} → OpenStreetMap on Wikipedia
- {{Wikipedia|es|OpenStreetMap|icon=yes|text=no}} → OpenStreetMap
- {{Wikipedia|es|OpenStreetMap|text=no}} → OpenStreetMap
- {{Wikipedia|es|OpenStreetMap}} → OpenStreetMap on Wikipedia
- {{Wikipedia|fr|OpenStreetMap|link=no}} → OpenStreetMap on Wikipedia
- {{Wikipedia|fi|OpenStreetMap|Me|text=no}} → Me
- {{Wikipedia|pt|OpenStreetMap|text=no|link=no}} → OpenStreetMap
- {{Wikipedia|fi|icon=no|text=no|Me}} → Me
- {{Wikipedia|fi|link=no|icon=no|text=no|Me}} → w:fi:Me
- {{Wikipedia|fi|link=no|icon=no|Me}} → Me on Wikipedia
- {{Wikipedia|ru|OpenStreetMap}} → OpenStreetMap on Wikipedia
- {{Wikipedia|az|OpenStreetMap}} → OpenStreetMap on Wikipedia
- {{Wikipedia|cs|OpenStreetMap}} → OpenStreetMap on Wikipedia
- {{Wikipedia|commons|Category:OpenStreetMap|text=no}} → Category:OpenStreetMap
See also
- The other, similar Template:WikiIcon does not add extra text ("on Wikipedia"). Also by default it does exactly what it says in the title: draws an icon.
- Template:Wiki
- Instead, you could also just use a direct wiki link:
[[wikipedia:xx:pagename|display text]]
(xx
being the language code; "|display text
" is optional).
Include link to Wikipedia article.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Wikipedia linguistic edition code | 1 | It is the xx in URL "//xx.wikipedia.org/wiki/Pagename", or any other interwiki code recognized by Wikipedia.
| Line | required |
The actual pagename on Wikipedia | 2 | It is the Pagename in URL "//xx.wikipedia.org/wiki/Pagename"). Note however that this parameter should not be URL-encoded (with overlong %NN%NN sequences) but should readable (in native UTF-8), also preferably with spaces rather than underscores between words.
| Line | required |
Link label | 3 | Text to display with the link. If unset, the template displays the title of the page (second parameter). | Line | optional |
Language | lang | Language of displayed text added to Wikipedia article title.
| Line | optional |
Link | link | If set to no, the template doesn't display an active link to the Wikipedia article.
| Line | optional |
Icon | icon | if set to no, the template doesn't display the Wikipedia icon
| Line | optional |
Text | text | If set to no, the template doesn't display the sentence "on Wikipedia" (which is translated according to the language of the current page on OSM wiki).
| Line | optional |