Template:Software infobox

From Terraria Wiki
Jump to navigation Jump to search
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:Software infobox/l10n for the localization of this template.
Important.svg
CAUTION: Terraria Wiki code is complex!!!
If you want to use this code on another wiki, wiki.gg staff are not able to assist you.
Please consider picking a different wiki to adapt code from, or making your own templates!
Remember that content on a wiki is more important than fancy formatting.
Template-info.svg Documentation The documentation below is transcluded from Template:Software infobox/doc. (edit | history)

This template displays an infobox for software related to Terraria.

Usage

All parameters are optional.

{{software infobox
| name =
| image =
| caption =
| type =
| author =
| platform =
| version =
| terrariaversion =
| release =
| download =
}}
name

Name of the software. Defaults to the name of the article if omitted.

image

Image to display (e.g. the software's logo).

caption

Caption to display below the image.

type

The type of the software, e.g. Server software.

author

The author(s) of the software. Use a bulleted list if there are multiple authors.

platform

The platforms the software is available on. Use {{icon}}.

version

Latest version of the software.

terrariaversion

The version of Terraria it is compatible with.

release

The original release date. Use {{date}}.

download

Link(s) to download the software. Use a bulleted list if there are multiple links.

Examples

Code Result
{{software infobox
| name = Example software
| image = Terra Blade.png
| caption = Software logo
| type = Server software
| author =
* [https://github.com/octocat Author 1]
* [https://github.com/octocat Author 2]
| version = 1.2.3
| terrariaversion = 1.4.4.9
| release = {{date|2011|05|16}}
| platform = {{icon|windows|mac|linux}}
| download =
* [https://octocat.github.io GitHub (web version)]
* [https://github.com/octocat/Hello-World/releases GitHub (download)]
}}