Terraria Wiki

  • Discussions are now available on the Terraria Wiki.
  • Miss the old Hydra Skin? Try out our Hydralize gadget! Visit the preferences page while logged in and turn on the gadget.

READ MORE

Terraria Wiki
Advertisement

Amazon Appstore

This template is i18n-ready, which means it is easy to localize for different languages. Please see I18n & l10n for templates to learn more.
See Template:Icon-version/l10n for the localization of this template.
Template-info Documentation The documentation below is transcluded from Template:Icon/common/doc. (edit | history)

Displays the linked icon shown above. To display multiple icons, use {{icon}}.

Usage[]

All parameters are optional.

{{ icon/amazon | small = y | nl = y | size = <size in px> | width = <width in px> | height = <height in px> | scale = <scale ratio> }}

small

Reduces the size of the icon to 75%; evaluated after $width, $height, and $size. Equal to |scale=0.75; overridden by $scale.

nl

Removes the link from the icon. It is linked by default.

size

Size in px; sets $width and $height to the passed value. The image will be resized to fit within the given size. Note that it will always retain its aspect ratio.

width / height

Overrides $size in the horizontal/vertical dimension.

scale

Scale ratio; width and height of the image will be multiplied with this value. Default is 1.

Examples[]

Code Result Linked Note
{{icon/amazon}} Amazon Appstore ✔️
{{icon/amazon|small=y}} Amazon Appstore
{{icon/amazon|scale=0.5}} Amazon Appstore
{{icon/amazon|size=40|scale=0.5}} Amazon Appstore Equal to {{icon/amazon|size=20}}
{{icon/amazon|width=16|height=30}} Amazon Appstore Image will fit within the rectangle and retain its aspect ratio.
{{icon/amazon|nl=y}} Amazon Appstore
{{icon/amazon|nl=y|size=20}} Amazon Appstore


Advertisement