Vorlage:Console version
Diese Vorlage ist synchronisiert-lokalisiert, d. h. sie ist mit der Version des englischen Terraria Wikis identisch. Änderungen an dieser Vorlage sollten zunächst dort vorgenommen werden. |
- Siehe auch die englische Vorlagenseite: Template:Console version. Sie enthält möglicherweise umfassendere oder aktuellere Informationen.
Diese Seite ist nicht oder unvollständig übersetzt. | |
Hilf mit, indem du den Text übersetzt und anschließend diesen Hinweis entfernst. Dies entfernt diese Seite auch aus der Liste von Seiten mit unzureichender Übersetzung. |
Displays a standardized version link with icon, shown above. To display multiple versions, use {{versions}}.
Whenever the term "Console version" is used in an article, it should be replaced with this template to ensure consistency.
Usage
All parameters are optional.
{{ console version | <display mode> | short = y | nl = y | t = <custom display text> | glue = <characters between icon and text> | small = y | size = <size in px> | width = <width in px> | height = <height in px> | scale = <scale ratio> }}
- First unnamed parameter
Display mode; set it to one of the following values:
– Display the icon only (see {{icon/console}}).icon
– Display the text only.text
– Display the icon and an abbreviated version name.short
- short
Display an abbreviation of the version name. Identical to setting the first unnamed parameter to
.
short
- nl
Remove the link from the icon and/or text. They are linked by default.
- t
Customize the displayed text. Overrides |short=y
and has no effect when using
as mode.
icon
- glue
Set the characters between the icon and the text. Defaults to
.
- small, size, width, height, scale
Customize the icon display, see {{icon/console}} for details.
Examples
Code | Result | Note |
---|---|---|
{{console version}} |
![]() |
|
{{console version|icon}} |
![]() |
Identical to {{icon/console}} .
|
{{console version|text}} |
Konsolenversion | |
{{console version|short}} |
![]() |
|
{{console version|text|short=y}} |
Konsole | |
{{console version|t=sometext}} |
![]() |
Custom display text. |
{{console version|short=y}} |
![]() |
Identical to {{console version|short}}
|
{{console version|nl=y}} |
![]() |
No link. |
{{console version|text|nl=y}} |
Konsolenversion | No link. |
{{console version|short|nl=y}} |
![]() |
No link. |
{{console version|glue=-}} |
![]() |
|
{{console version|scale=2}} |
![]() |
See {{icon/console}}. |
{{console version|icon|small=y}} |
![]() |
See {{icon/console}}. |