Template:Wd
Appearance
wikidata:Special:GoToLinkedPage/enwiki,enwiki,frwiki,dewiki/{{{1}}}
Usage
[edit]Outputs a link target toward a local-language Wikipedia page from a Wikidata entity. Interface language is used as local language. If the Wikipedia in local language does not have this article, it will try to fallback to English, French then German Wikipedia.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Élément Wikidata | 1 | Identifiant de la forme Qxxx (xxx étant des chiffres) désignant un élément sur Wikidata.
| String | required |
Example
[edit][[{{wd|Q42}}|Douglas Adams]]
will output Douglas Adams. This link should send the user to their own language edition of Wikipedia.
It is often used in combination with <tvar>
markup, for example [[<tvar name="1">{{wd|Q42}}</tvar>|Douglas Adams]]
.