Template:Infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
{{!}}- | {{!}}- | ||
{{!}} '''Ingame name''': {{{ign}}} | {{!}} '''Ingame name''': {{{ign}}} | ||
|}} | |||
<!-- Date line --> | |||
{{#if:{{{date|}}}| | |||
{{!}}- | |||
{{!}} '''Date''': {{{date}}} | |||
|}} | |}} | ||
<!-- First joined line --> | <!-- First joined line --> | ||
Line 22: | Line 27: | ||
{{!}}- | {{!}}- | ||
{{!}} '''First joined''': {{{joined}}} | {{!}} '''First joined''': {{{joined}}} | ||
|}} | |||
<!-- Last seen line --> | |||
{{#if:{{{lastseen|}}}| | |||
{{!}}- | |||
{{!}} '''Last seen''': {{{lastseen}}} | |||
|}} | |||
<!-- Formed line --> | |||
{{#if:{{{formed|}}}| | |||
{{!}}- | |||
{{!}} '''Formed''': {{{formed}}} | |||
|}} | |||
<!-- Abandoned --> | |||
{{#if:{{{abandoned|}}}| | |||
{{!}}- | |||
{{!}} '''Abandoned''': {{{abandoned}}} | |||
|}} | |||
<!-- Disbanded line --> | |||
{{#if:{{{lastseen|}}}| | |||
{{!}}- | |||
{{!}} '''Disbanded''': {{{disbanded}}} | |||
|}} | |}} | ||
<!-- Location line --> | <!-- Location line --> | ||
Line 27: | Line 52: | ||
{{!}}- | {{!}}- | ||
{{!}} '''Location''': {{{location}}} | {{!}} '''Location''': {{{location}}} | ||
|}} | |||
<!-- Coords line --> | |||
{{#if:{{{coords|}}}| | |||
{{!}}- | |||
{{!}} '''Coords''': {{{coords}}} | |||
|}} | |}} | ||
<!-- Alts line --> | <!-- Alts line --> | ||
Line 44: | Line 74: | ||
|ign = <!-- The ingame name of a player, use only for exact minecraft account names --> | |ign = <!-- The ingame name of a player, use only for exact minecraft account names --> | ||
|nickname = <!-- Commonly used name, or proper name. Can be used for both player, location, event and other --> | |nickname = <!-- Commonly used name, or proper name. Can be used for both player, location, event and other --> | ||
|date = <!-- The date of an event. Use for events and the such --> | |||
|joined = <!-- The date a player first joined the server --> | |joined = <!-- The date a player first joined the server --> | ||
|lastseen = <!-- When a player was last seen, use for players who are no longer active --> | |lastseen = <!-- When a player was last seen, use for players who are no longer active --> | ||
|location = <!-- Either an ingame location for bases, or irl location for players --> | |location = <!-- Either an ingame location for bases, or irl location for players --> | ||
|coords = <!-- The coords of something. Must be given in x and y value --> | |coords = <!-- The coords of something. Must be given in x and y value --> |
Revision as of 10:23, 19 November 2013
Infobox | |
---|---|
Type of article must be specified!
|
Usage
All arguments except type are optional. This template is supposed to be universal for all uses.
{{Infobox |type = <!-- The type of article this is. Must be given in singular, with capital inital --> |image = <!-- An image to be displayed at the top of the infobox (images will be enabled wiki-wide later) --> |ign = <!-- The ingame name of a player, use only for exact minecraft account names --> |nickname = <!-- Commonly used name, or proper name. Can be used for both player, location, event and other --> |date = <!-- The date of an event. Use for events and the such --> |joined = <!-- The date a player first joined the server --> |lastseen = <!-- When a player was last seen, use for players who are no longer active --> |location = <!-- Either an ingame location for bases, or irl location for players --> |coords = <!-- The coords of something. Must be given in x and y value --> |alts = <!-- A list of known alt accounts for a given player --> |formed = <!-- The date a base or team was formed --> |abandoned = <!-- The date a base was abandoned --> |disbanded = <!-- The date a team was disbanded --> }}