Template:Label/doc
Jump to navigation
Jump to search
This is a documentation subpage for Template:Label. It contains usage information, categories and other content that is not part of the original template page. |
This template uses Lua: |
This template gets the label of a Wikidata item or property.
Usage examples
- Standard usage
{{Label}}
→ Lua error in Module:Wd at line 196: attempt to index field 'wikibase' (a nil value).{{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 white space
{{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).
- Lower case
{{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
{{LinkedLabel}}
{{Wikidata entity link}}
{{Wikidata property link}}
{{#invoke:Wikidata label|getLabel}}
- d:Template:Label
- c:Template:Label