Difference between revisions of "Template:Label/doc"

From blackwiki
Jump to navigation Jump to search
(remove cats from sandbox)
imported>Zyxw
(Update examples, remove notes about syncing with Wikidata:Template:Label and displaying labels in other languages (this template uses a different module and doesn't support language feature))
Line 1: Line 1:
{{documentation subpage}}
+
{{Documentation subpage}}
 
{{Lua|Module:Wikibase}}
 
{{Lua|Module:Wikibase}}
This template gets the label of an item or property, and should stay in sync with the same template as [[d:Template:Label]].
+
This template gets the label of a [[Wikidata]] item or property.
  
Examples:
+
== Usage examples ==
*<code><nowiki>{{label|Q5}}</nowiki></code>: {{label|Q5}}<!--
 
*<code><nowiki>{{label|Q5|en}}</nowiki></code>: {{label|Q5|en}}
 
*<code><nowiki>{{label|Q5|es}}</nowiki></code>: {{label|Q5|es}}-->
 
*<code><nowiki>{{label|P31}}</nowiki></code>: {{label|P31}}
 
  
The language code parameter does not work yet.  It will be optional; if not provided it will default to English.
+
; Standard usage
 +
: <code><nowiki>{{</nowiki>{{BASEPAGENAME}}|Q5}}</code> → {{{{BASEPAGENAME}}|Q5}}
 +
: <code><nowiki>{{</nowiki>{{BASEPAGENAME}}|P31}}</code> → {{{{BASEPAGENAME}}|P31}}
 +
 
 +
; Leading/trailing whitespace
 +
: <code><nowiki>{{</nowiki>{{BASEPAGENAME}} | Q5 }}</code> → {{{{BASEPAGENAME}} | Q5 }}
 +
: <code><nowiki>{{</nowiki>{{BASEPAGENAME}} | P31 }}</code> → {{{{BASEPAGENAME}} | P31 }}
 +
 
 +
== See also ==
 +
* [[Wikidata:Template:Label]]
  
 
<includeonly>{{#switch:{{SUBPAGENAME}}|sandbox=|#default=
 
<includeonly>{{#switch:{{SUBPAGENAME}}|sandbox=|#default=
 
[[Category:Wikidata templates]]
 
[[Category:Wikidata templates]]
 
}}</includeonly>
 
}}</includeonly>

Revision as of 08:57, 22 April 2017

This template gets the label of a Wikidata item or property.

Usage examples

Standard usage
{{Label|Q5}}Lua error in Module:Wd at line 196: attempt to index field 'wikibase' (a nil value).
{{Label|P31}}Lua error in Module:Wd at line 196: attempt to index field 'wikibase' (a nil value).
Leading/trailing whitespace
{{Label | Q5 }}Lua error in Module:Wd at line 196: attempt to index field 'wikibase' (a nil value).
{{Label | P31 }}Lua error in Module:Wd at line 196: attempt to index field 'wikibase' (a nil value).

See also