Difference between revisions of "Template:Country Infobox"
Jump to navigation
Jump to search
(Created page with "<infobox> <title source="title"> <default>{{PAGENAME}}</default> </title> <group> <header>Information</header> <data source="Country"> <label>Country</label>...") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<infobox> | <infobox> | ||
<title source="title"> | |||
<default>{{PAGENAME}}</default> | |||
</title> | |||
<image source="image" /> | |||
<group> | |||
<header>Information</header> | |||
<data source="Country"> | |||
<label>Country</label> | |||
</data> | |||
<data source="Founded"> | |||
<label>Founded</label> | |||
</data> | |||
<data source="Leadership"> | |||
<label>Leadership</label> | |||
</data> | |||
<data source="Demographics"> | |||
<label>Demographics</label> | |||
</data> | |||
<data source="first_appeared"> | |||
<label>First Appeared</label> | |||
</data> | |||
</group> | |||
<group> | |||
<header>Demographics</header> | |||
</group> | |||
<group> | |||
<header>Affiliations</header> | |||
<data source="affiliations" /> | |||
</group> | |||
<group> | |||
<header>Meta</header> | |||
<data source="campaign"> | |||
<label>Campaign</label> | |||
</data> | |||
<data source="player"> | |||
<label>Player</label> | |||
<format> | |||
[[User:{{{player}}}|{{{player}}}]] | |||
</format> | |||
</data> | |||
</group> | |||
</infobox> | </infobox> |