Template:Z+
Appearance
Nothing (Z23): No instances of this are allowed.
Usage
{{Z+}} is used to get an automatically localized link to a ZObject, along with its description.
For example:
- {{Z+|10000}} → join two strings (Z10000): combine two strings, one after the other
- {{Z+|Z10000}} → join two strings (Z10000): combine two strings, one after the other
- {{Z+|10000|lang=de}} → verbinde Zeichenketten (Z10000): hängt die zweite Zeichenkette an die erste
- {{Z+|Z10000|lang=de}} → verbinde Zeichenketten (Z10000): hängt die zweite Zeichenkette an die erste
TemplateData
This creates a link to a ZObject which includes the label in the user's language in the link text, alongside the object's description in the user's language.
Parameter | Description | Type | Status | |
---|---|---|---|---|
ZID | 1 zid | The ZID of the ZObject to link to, with or without the "Z".
| Line | required |
language | 2 lang | The language code of the language to display the label and description in. If left unspecifed, the label with be displayed in the user's own language.
| Line | optional |