Template:Developer infobox/doc

From Terraria Mods Wiki
Jump to navigation Jump to search

This template is used to create an infobox for displaying information about a mod contributor.

Usage

All parameters are optional, but name and position should be filled in as a minimum.

{{developer infobox
| name = name of the contributor
| aka = nickname
| website = link to official website
| forum = link to profile on the forum
| facebook = link to Facebook profile
| twitter = link to Twitter profile
| instagram = link to Instagram profile
| twitch = link to Twitch profile
| youtube = link to YouTube channel
| steam = link to Steam profile
| github = link to GitHub profile
| position = role in the team
| former = yes
| born = date of birth
| location = living place
|<item1>|<item2>|...|<itemn>
}}
name

Name of the contributor.

aka

Confirmed nickname, separate multiple with a comma.

position

Role within the team, separate multiple with a comma.

former

yes if the person is no longer actively contributing to the mod. If they are still active, simply omit this parameter.

website

Link to own website of the contributor.

forum

Link to the contributor's profile on the official forums.

facebook

Link to Facebook profile affiliated with the contributor.

twitter

Link to Twitter profile affiliated with the contributor.

instagram

Link to Instagram profile affiliated with the contributor.

twitch

Link to Twitch profile affiliated with the contributor.

youtube

Link to YouTube profile affiliated with the contributor.

steam

Link to Steam game profile affiliated with the contributor.

github

Link to GitHub profile affiliated with the contributor.

born

Date of birth, in a MM/DD/YYYY format, year can be omitted. Will automatically print the contributor's age (if the year is not omitted).

location

Confirmed place of living.

Unnamed parameters

Developer-specific items.

Examples

Code Result
{{developer infobox
| name = Andrew Spinks
| image = Andrew Spinks.jpg
| aka = Redigit, Red, Andy, Spinkerton, Ginger
| forum = [http://forums.terraria.org/index.php?members/redigit.27/ Redigit]
| twitter = [https://twitter.com/Demilogic/ Demilogic]
| instagram = [https://www.instagram.com/demologic_/ demologic_]
| steam = [https://steamcommunity.com/id/redigit Demilogic]
| position = CEO, Lead Developer, Artist, Programmer
| born = 11/12/1983
| location = Indiana, USA
|Red's set|Red's Wings|Red's Throw
}}

{{developer infobox
| name = Amanda Powell
| aka = Safemanda
| position = Community Manager
| former = yes
| born = 03/15
}}