Template:Infobox Country: Difference between revisions
LBMapper12 (talk | contribs) Undo revision 4 by LBMapper12 (talk) Tags: Replaced Undo |
LBMapper12 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<infobox> | <infobox layout="stacked" accent-color-source="themecolor" accent-color-text-source="textcolor"> | ||
<title source=" | <title source="name"> | ||
<default><span style="font-size:{{#switch:{{{font-size|}}}|big=16px|medium=14px|small=12px|#default=16px}}; line-height:120% !important; text-align: center; display: block; padding-top:2px"><big>'''{{{Name}}}'''</big><br/><span style="font-size:80%;">{{{NativeName}}}<br/></span></span></default> | |||
<format><span style="font-size:{{#switch:{{{font-size|}}}|big=16px|medium=14px|small=12px|#default=16px}}; line-height:120% !important; text-align: center; display: block; padding-top:2px"><big>'''{{{Name}}}'''</big><br/><span style="font-size:80%; ">{{{NativeName}}}<br/></span></span></format> | |||
</title> | </title> | ||
<group> | |||
<data source=" | <data source="founded"><format><div style="float:left; width:4em; height:1em">{{#if:{{{onlypredecessor|}}}|[[{{{onlypredecessor}}}|←]] {{#if:{{{predicon|}}}|[[File:{{{predicon}}}-icon.png|18x18px|link={{{onlypredecessor}}}]]|<nowiki />}}|[[#before|↓]]}}</div><div style="float:right; width:4em; height:1em">{{#if: {{{onlysuccessor|}}}|{{#if:{{{nexticon|}}}| [[File:{{{nexticon}}}-icon.png|18x18px|link={{{onlysuccessor}}}]]|<nowiki />}} [[{{{onlysuccessor|}}}|→]]|{{#if:{{{successor|}}}|[[#after|↓]]| }}}}</div><center><span style="font-size: 125%; font-weight: bold; line-height:100%">{{#if:{{{founded|}}}|{{{founded}}}|{{#if:{{{ended|}}}|<nowiki />|''Unknown lifespan''}}}}{{#if:{{{founded|}}}{{{ended|}}}| – |<nowiki />}}{{#if:{{{ended|}}}|{{{ended}}}|{{#if:{{{founded|}}}|Present|d. {{{ended}}}}}}}</span></format></data> | ||
</group> | |||
<image source="image"><default>PLB-wordmark.png</default><caption source="Caption"><format><center>{{{Caption}}}</center></format></caption></image> | |||
<data source="gallery"></data> | |||
<group collapse="open"> | |||
<header><center>General Information</center></header> | |||
<data source="Founder"><label>Founder:</label></data> | |||
<data source="Alias"><label>Aliases:</label></data> | |||
<data source="Time of Exist"><label>Time of Exist:</label></data> | |||
<data source="TimeofExist"><label>Time of Exist:</label></data> | |||
<data source="Government"><label>Government:</label></data> | |||
<data source="Population"><label>Population:</label></data> | |||
<data source="Area"><label>Territory Size:</label></data> | |||
<data source="Languages"><label>Languages:</label></data> | |||
<data source="Affiliation"><label>Affiliation:</label></data> | |||
<data source="Religions"><label>Religions:</label></data> | |||
<data source="Capital"><label>Capital City:</label></data> | |||
<data source="Diameter"><label>Diameter:</label></data> | |||
<data source="Mass"><label>Mass:</label></data> | |||
</group> | |||
<group collapse="open"> | |||
<data source=" | <header><center>Ideological Information</center></header> | ||
<data source="Influenced By"><label>Influenced By:</label></data> | |||
<data source="Influenced"><label>Influenced:</label></data> | |||
<data source="Variations"><label>Variations:</label></data> | |||
<data source="Notable People"><label>Notable People:</label></data> | |||
</ | <data source="Notable Examples"><label>Notable Examples:</label></data> | ||
<data source=" | </group> | ||
<group collapse="open"> | |||
<header><center>International Relations</center></header> | |||
<data source="Allies"><label>Friends:</label></data> | |||
<data source="Enemies"><label>Enemies:</label></data> | |||
</ | </group> | ||
<data source=" | <group collapse="open"> | ||
<header><center>Historical Information</center></header> | |||
<data source="Preceded"><label><div id="before"></div>Preceded By:</label></data> | |||
<data source="Succeeded"><label><div id="after"></div>Succeeded By:</label></data> | |||
</group> | |||
</ | <group> | ||
<header><center>Additional Information</center></header> | |||
<data source="Motto"><label>Motto:</label></data> | |||
<data source="Anthem"><label>Anthem:</label></data> | |||
</group> | |||
<group layout="normal"> | |||
<header><center>Personal Information</center></header> | |||
<data source="PersonName"><label>Name:</label></data> | |||
<data source="Born"><label>Date of Birth:</label></data> | |||
<data source="Death"><label>Date of Death:</label></data> | |||
<data source="Family"><label>Family Members:</label></data> | |||
<data source="Job"><label>Occupation:</label></data> | |||
</group> | |||
</infobox><noinclude>[[Category:Infoboxes]]<templatedata> | |||
{ | |||
</ | "params": { | ||
</infobox> | "Name": { | ||
"description": "The character's full name, along with its icons.", | |||
"required": true | |||
}, | |||
"NativeName": { | |||
"description": "The character's full name, in their native language.", | |||
"required": true | |||
}, | |||
"onlypredecessor": { | |||
"description": "The character's main predecessor.", | |||
"required": true | |||
}, | |||
"predicon": { | |||
"description": "The icon of the character's main predecessor.", | |||
"required": true | |||
}, | |||
"onlysuccessor": { | |||
"description": "The character's main successor." | |||
}, | |||
"nexticon": { | |||
"description": "The icon of the character's main successor." | |||
}, | |||
"founded": { | |||
"description": "The year the character is founded.", | |||
"required": true | |||
}, | |||
"ended": { | |||
"description": "The year the character ended." | |||
}, | |||
"Caption": { | |||
"description": "Image's caption." | |||
}, | |||
"image": { | |||
"description": "The main infobox image, drawn by Heterodontosaurus.", | |||
"suggested": true, | |||
"type": "wiki-file-name", | |||
"required": true | |||
}, | |||
"Alias": { | |||
"description": "Other names of the character." | |||
}, | |||
"Succeeded": { | |||
"description": "The character's successor(s)." | |||
}, | |||
"Preceded": { | |||
"description": "The character's predecessor(s)." | |||
}, | |||
"textcolor": { | |||
"description": "The colour of the title and header text in the infobox.", | |||
"required": true | |||
}, | |||
"themecolor": { | |||
"description": "The colour of the title and header background in the infobox.", | |||
"required": true | |||
}, | |||
"Founder": { | |||
"description": "The founder of the character. Formatted like (icon) (person) (birth-death)" | |||
}, | |||
"Time of Exist": { | |||
"description": "Time of existence of the character.", | |||
"suggested": true, | |||
"aliases": [ | |||
"TimeofExist" | |||
] | |||
}, | |||
"Government": { | |||
"description": "The character’s government type. Preferably used on countries." | |||
}, | |||
"Affiliation": { | |||
"description": "The character’s affiliations, for countries it’s usually the organizations they are in" | |||
}, | |||
"Languages": { | |||
"description": "Languages spoken by the character. Primarily used for countries." | |||
}, | |||
"Religions": { | |||
"description": "Religions believed by the character. Primarily used for countries" | |||
}, | |||
"Allies": { | |||
"description": "The character’s friends/allies. Ideologies don’t use this parameter, they use Likes instead." | |||
}, | |||
"Enemies": { | |||
"description": "Motto" | |||
}, | |||
"Motto": { | |||
"description": "Songs relating to the character, linking to another section of this wiki where the lyrics are located." | |||
}, | |||
"Anthem": { | |||
"description": "Songs relating to the character, linking to another section of this wiki where the lyrics are located." | |||
}, | |||
"Capital": { | |||
"description": "The character’s capital city. Primarily used for countries." | |||
} | |||
}, | |||
"paramOrder": [ | |||
"Name", | |||
"NativeName", | |||
"founded", | |||
"onlypredecessor", | |||
"predicon", | |||
"ended", | |||
"onlysuccessor", | |||
"nexticon", | |||
"image", | |||
"Caption", | |||
"Founder", | |||
"Alias", | |||
"Time of Exist", | |||
"Government", | |||
"Languages", | |||
"Affiliation", | |||
"Religions", | |||
"Capital", | |||
"Allies", | |||
"Enemies", | |||
"Preceded", | |||
"Succeeded", | |||
"Motto", | |||
"Anthem", | |||
"textcolor", | |||
"themecolor" | |||
], | |||
"description": "The infobox you use for all the character pages. Warning: editing from this infobox in visual edit mode adds some unnecessary code that mess up the page. Make sure to remove it before you save." | |||
} | |||
</templatedata></noinclude> |