Template:Infobox: Difference between revisions

From Simplicitypvp
Jump to navigation Jump to search
No edit summary
No edit summary
Line 26: Line 26:
<includeonly>[[Category:Players]]</includeonly><noinclude>
<includeonly>[[Category:Players]]</includeonly><noinclude>
== Usage ==
== Usage ==
All arguments are optional. This template is supposed to be universal for all uses.
All arguments except type are optional. This template is supposed to be universal for all uses.
<pre>
<pre>
<nowiki>
<nowiki>
{{Infobox
{{Infobox
|type      =  <!-- The type of article this is. Must be given -->
|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 -->
|joined    =
|joined    = <!-- The date a player first joined the server -->
|lastseen  =
|lastseen  = <!-- When a player was last seen, use for players who are no longer active -->
|location  =
|date      =  <!-- The date of an event. Use for events and the such -->
|coords    =
|location  = <!-- Either an ingame location for bases, or irl location for players -->
|alts      =
|coords    = <!-- The coords of something. Must be given in x and y value -->
|formed    =
|alts      = <!-- A list of known alt accounts for a given player -->
|abandoned  =
|formed    = <!-- The date a base or team was formed -->
|disbanded  =
|abandoned  = <!-- The date a base was abandoned -->
|disbanded  = <!-- The date a team was disbanded -->
}}
}}
</nowiki>
</nowiki>
</pre>
</pre>
</noinclude>
</noinclude>

Revision as of 23:06, 18 November 2013

Infobox
Ingame name: {{{ign}}}



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 -->
|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 -->
|joined     =  <!-- The date a player first joined the server -->
|lastseen   =  <!-- When a player was last seen, use for players who are no longer active -->
|date       =  <!-- The date of an event. Use for events and the such -->
|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 -->
}}