Difference between revisions of "Template:Item"

From BDI Data
Jump to: navigation, search
(update to Wikidata version of the template)
Line 1: Line 1:
<includeonly>[{{#if:{{{1|}}}|{{#switch:{{uc:{{padleft:|1|{{#if:1|{{{1|}}}}}}}}}
+
<includeonly>{{#ifeq: {{str left|{{{1|}}}|1}} | Q
|Q|P={{#invoke:Wikibase|wdurl|{{{1}}}}} {{#invoke:Wikibase|label|{{{1}}}}} <small>({{#if:1|{{{1|}}}}})</small>
+
| [[{{{1|}}}|{{label|{{{1|}}}}} <small>{{int:parentheses|{{{1|}}}}}</small>]]
|#default={{#invoke:Wikibase|wdurl|Q{{#if:1|{{{1|}}}}}}} {{#invoke:Wikibase|label|Q{{#if:1|{{{1|}}}}}}} <small>(Q{{#if:1|{{{1|}}}}})</small>
+
| [[Q{{{1|}}}|{{label|Q{{{1|}}}}} <small>{{int:parentheses|Q{{{1|}}}}}</small>]]
}}|{{#invoke:Wikibase|wdurl}} {{#invoke:Wikibase|label}} <small>({{#invoke:Wikibase|id}})</small>}}]</includeonly><noinclude>For documentation see https://en.wikipedia.org/wiki/Template:Wikidata_entity_link</noinclude>
+
}}</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>