Template:Infobox: Difference between revisions

From Simplicitypvp
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{| align="right" style="margin:0 0 0.5em 1em; border:1px solid gray; text-align:left; border-radius: 0.5em; box-shadow: 0.5em 0.5em 0.4em #888;" cellpadding="5" cellspacing="3"
<includeonly>{| align="right" style="margin:0 0 0.5em 1em; border:1px solid gray; text-align:left; border-radius: 0.5em; box-shadow: 0.5em 0.5em 0.4em #888;" cellpadding="5" cellspacing="3"
! colspan="2" style="font-size:110%; text-align:center; background-color:gray;color:white; border-radius: 0.2em;" | {{{name|{{PAGENAME}}}}}
! colspan="2" style="font-size:110%; text-align:center; background-color:gray;color:white; border-radius: 0.2em;" | {{{name|{{PAGENAME}}}}}
|-
|-
Line 57: Line 57:
|}}
|}}
|}
|}
<includeonly>[[Category:{{{type}}}s]]</includeonly><noinclude>
[[Category:{{{type}}}s]]</includeonly><noinclude>
== Usage ==
== Usage ==
All arguments except type 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.
Line 63: Line 63:
<nowiki>
<nowiki>
{{Infobox
{{Infobox
|type      =  <!-- The type of article this is. Must be given in singular, with capital inital -->
|type      =  <!-- The type of article this is. MUST be either admin, player, place or event -->
|image      =  <!-- An image to be displayed at the top of the infobox (images will be enabled wiki-wide later) -->
|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 -->
|ign        =  <!-- The ingame name of a player, use only for exact minecraft account names -->

Revision as of 17:56, 19 November 2013

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 either admin, player, place or event -->
|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 -->
}}