Terraria Wiki
Registrieren
Advertisement
Terraria Wiki

Mobilversion Mobilversion

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.
Template-info Dokumentation Die folgende Dokumentation stammt von der Seite Vorlage:Common version/Dokumentation. (bearbeiten | Versionsgeschichte)
Siehe auch die englische Vorlagenseite: Template:Mobile version. Sie enthält möglicherweise umfassendere oder aktuellere Informationen.
Important 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 "Mobile version" is used in an article, it should be replaced with this template to ensure consistency.

Usage

All parameters are optional.

{{ mobile 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:

  • icon – Display the icon only (see {{icon/mobile}}).
  • text – Display the text only.
  • short – Display the icon and an abbreviated version name.
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 icon as mode.

glue

Set the characters between the icon and the text. Defaults to &nbsp;.

small, size, width, height, scale

Customize the icon display, see {{icon/mobile}} for details.

Examples

Code Result Note
{{mobile version}} Mobilversion Mobilversion
{{mobile version|icon}} Mobilversion Identical to {{icon/mobile}}.
{{mobile version|text}} Mobilversion
{{mobile version|short}} Mobilversion Mobil
{{mobile version|text|short=y}} Mobil
{{mobile version|t=sometext}} Mobilversion sometext Custom display text.
{{mobile version|short=y}} Mobilversion Mobil Identical to {{mobile version|short}}
{{mobile version|nl=y}} Mobilversion Mobilversion No link.
{{mobile version|text|nl=y}} Mobilversion No link.
{{mobile version|short|nl=y}} Mobilversion Mobil No link.
{{mobile version|glue=-}} Mobilversion-Mobilversion
{{mobile version|scale=2}} Mobilversion Mobilversion See {{icon/mobile}}.
{{mobile version|icon|small=y}} Mobilversion See {{icon/mobile}}.
Advertisement