Difference between revisions of "Template:Item"
From BDI Data
(update to Wikidata version of the template) |
|||
Line 1: | Line 1: | ||
− | <includeonly> | + | <includeonly>{{#ifeq: {{str left|{{{1|}}}|1}} | Q |
− | |Q| | + | | [[{{{1|}}}|{{label|{{{1|}}}}} <small>{{int:parentheses|{{{1|}}}}}</small>]] |
− | | | + | | [[Q{{{1|}}}|{{label|Q{{{1|}}}}} <small>{{int:parentheses|Q{{{1|}}}}}</small>]] |
− | }} | + | }}</includeonly><noinclude>For documentation see: https://www.wikidata.org/wiki/Template:Q |
+ | <templatedata> | ||
+ | { | ||
+ | "params": { | ||
+ | "1": { | ||
+ | "label": { | ||
+ | "fr": "item", | ||
+ | "en": "item" | ||
+ | }, | ||
+ | "description": { | ||
+ | "fr": "l'item à afficher", | ||
+ | "en": "the item to show" | ||
+ | }, | ||
+ | "type": "wiki-page-name", | ||
+ | "required": true, | ||
+ | "suggested": true | ||
+ | } | ||
+ | }, | ||
+ | "description": { | ||
+ | "en": "Displays an item label in user language and a link to its wikipage", | ||
+ | "fr": "Affiche le le label et un lien vers la page d'un item" | ||
+ | } | ||
+ | } | ||
+ | </templatedata> | ||
+ | </noinclude> |
Revision as of 11:57, 7 November 2017
For documentation see: https://www.wikidata.org/wiki/Template:Q <templatedata> { "params": { "1": { "label": { "fr": "item", "en": "item" }, "description": { "fr": "l'item à afficher", "en": "the item to show" }, "type": "wiki-page-name", "required": true, "suggested": true } }, "description": { "en": "Displays an item label in user language and a link to its wikipage", "fr": "Affiche le le label et un lien vers la page d'un item" } } </templatedata>