Predefinição:Switch version

Fonte: Terraria Wiki
Saltar para a navegação Saltar para a pesquisa

Versão para Nintendo Switch Versão para Nintendo Switch

Essa predefinição é pronta para i18n, o que significa que ela é simples de localizar para línguas diferentes. Veja I18n & l10n para Predefinições para entender melhor.
Veja Predefinição:Icon-version/l10n para a localização dessa predefinição.
Template-info.svg Documentação A documentação que segue é transcluída de Predefinição:Common version/doc. (editar | histórico)

Displays a standardized version link with icon, shown above. To display multiple versions, use {{versions}}.

Whenever the term "Switch version" is used in an article, it should be replaced with this template to ensure consistency.

Usage

All parameters are optional.

{{ switch 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/switch}}).
  • 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/switch}} for details.

Examples

Code Result Note
{{switch version}} Versão para Nintendo Switch Versão para Nintendo Switch
{{switch version|icon}} Versão para Nintendo Switch Identical to {{icon/switch}}.
{{switch version|text}} Versão para Nintendo Switch
{{switch version|short}} Versão para Nintendo Switch Switch
{{switch version|text|short=y}} Switch
{{switch version|t=sometext}} Versão para Nintendo Switch sometext Custom display text.
{{switch version|short=y}} Versão para Nintendo Switch Switch Identical to {{switch version|short}}
{{switch version|nl=y}} Versão para Nintendo Switch Versão para Nintendo Switch No link.
{{switch version|text|nl=y}} Versão para Nintendo Switch No link.
{{switch version|short|nl=y}} Versão para Nintendo Switch Switch No link.
{{switch version|glue=-}} Versão para Nintendo Switch-Versão para Nintendo Switch
{{switch version|scale=2}} Versão para Nintendo Switch Versão para Nintendo Switch See {{icon/switch}}.
{{switch version|icon|small=y}} Versão para Nintendo Switch See {{icon/switch}}.