Template:Software infobox
Jump to navigation
Jump to search
Documentation The documentation below is transcluded from Template:Software infobox/doc. (edit | history)
[purge]
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)]
}}
|