Template:Infobox: Difference between revisions
LBMapper12 (talk | contribs) No edit summary |
LBMapper12 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<infobox layout="stacked" accent-color-source="themecolor" accent-color-text-source="textcolor"> | |||
<title source="name"> | <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> | <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> | ||
Line 10: | Line 9: | ||
<image source="image"><default>PLB-wordmark.png</default><caption source="Caption"><format><center>{{{Caption}}}</center></format></caption></image> | <image source="image"><default>PLB-wordmark.png</default><caption source="Caption"><format><center>{{{Caption}}}</center></format></caption></image> | ||
<data source="gallery"></data> | <data source="gallery"></data> | ||
<group | <group collapse="open"> | ||
<header><center>General Information</center></header> | <header><center>General Information</center></header> | ||
<data source="Founder"><label>Founder:</label></data> | <data source="Founder"><label>Founder:</label></data> | ||
<data source="Alias"><label>Aliases:</label></data> | <data source="Alias"><label>Aliases:</label></data> | ||
<data source="Personality"><label>Personality:</label></data> | |||
<data source="Time of Exist"><label>Time of Exist:</label></data> | <data source="Time of Exist"><label>Time of Exist:</label></data> | ||
<data source="TimeofExist"><label>Time of Exist:</label></data> | <data source="TimeofExist"><label>Time of Exist:</label></data> | ||
Line 30: | Line 30: | ||
<data source="Gender"><label>Gender:</label></data> | <data source="Gender"><label>Gender:</label></data> | ||
</group> | </group> | ||
<group> | <group collapse="open"> | ||
<header><center>Ideological Information</center></header> | <header><center>Ideological Information</center></header> | ||
<data source="Influenced By"><label>Influenced By:</label></data> | <data source="Influenced By"><label>Influenced By:</label></data> | ||
Line 38: | Line 38: | ||
<data source="Notable Examples"><label>Notable Examples:</label></data> | <data source="Notable Examples"><label>Notable Examples:</label></data> | ||
</group> | </group> | ||
<group> | <group collapse="open"> | ||
<header><center>Relations and Opinions</center></header> | <header><center>Relations and Opinions</center></header> | ||
<data source="Friends"><label>Friends:</label></data> | <data source="Friends"><label>Friends:</label></data> | ||
Line 68: | Line 68: | ||
{ | { | ||
"params": { | "params": { | ||
"Gender": {}, | "Gender": { | ||
"Name": {}, | "description": "The character's gender, either Male or Female." | ||
"NativeName": {}, | }, | ||
"onlypredecessor": {}, | "Name": { | ||
"predicon": {}, | "description": "The character's full name, along with its icons.", | ||
"onlysuccessor": {}, | "required": true | ||
"nexticon": {}, | }, | ||
" | "NativeName": { | ||
" | "description": "The character's full name, in their native language.", | ||
" | "required": true | ||
" | }, | ||
" | "onlypredecessor": { | ||
" | "description": "The character's main predecessor.", | ||
"Time of Exist": {} | "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." | |||
}, | |||
"Personality": { | |||
"description": "The character's personality." | |||
}, | |||
"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" | |||
}, | |||
"Friends": { | |||
"description": "The character’s friends/allies. Ideologies don’t use this parameter, they use Likes instead." | |||
}, | |||
"Enemies": { | |||
"description": "The character’s enemies. Ideologies don’t use this parameter, they use Dislikes instead." | |||
}, | |||
"Likes": { | |||
"description": "What the character likes, like food, hobbies, etc." | |||
}, | |||
"Dislikes": { | |||
"description": "What the character dislikes." | |||
}, | |||
"Song": { | |||
"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", | |||
"Personality", | |||
"Time of Exist", | |||
"Government", | |||
"Languages", | |||
"Affiliation", | |||
"Religions", | |||
"Capital", | |||
"Gender", | |||
"Friends", | |||
"Enemies", | |||
"Likes", | |||
"Dislikes", | |||
"Preceded", | |||
"Succeeded", | |||
"Song", | |||
"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> | </templatedata></noinclude> | ||
<!-- COPY AND PASTE ME IN THE DESCRIPTION for countryballs | |||
{{CountryInfo | |||
|Name = | |||
|NativeName = | |||
|founded = | |||
|predicon = | |||
|onlypredecessor = | |||
|ended = | |||
|nexticon = | |||
|onlysuccessor = | |||
|image = | |||
|Caption = | |||
|Alias = | |||
|Time of Exist = | |||
|Government = | |||
|Languages = | |||
|Affiliation = | |||
|Religions = | |||
|Friends = | |||
|Enemies = | |||
|Likes = | |||
|Dislikes = | |||
|Preceded = | |||
|Succeeded = | |||
|themecolor = | |||
|textcolor = | |||
}} | |||
<!-- COPY AND PASTE ME IN THE DESCRIPTION for polcompballs | |||
{{CountryInfo | |||
|Name = | |||
|NativeName = | |||
|founded = | |||
|predicon = | |||
|onlypredecessor = | |||
|ended = | |||
|nexticon = | |||
|onlysuccessor = | |||
|image = | |||
|Caption = | |||
|Alias = | |||
|Alignments = | |||
|Place of Origin = | |||
|Influenced By = | |||
|Influenced = | |||
|Notable People = | |||
|Notable Examples = | |||
|Likes = | |||
|Dislikes = | |||
|Preceded = | |||
|Succeeded = | |||
|themecolor = | |||
|textcolor = | |||
}} | |||
<!-- COPY AND PASTE ME IN THE DESCRIPTION for planetballs | |||
{{CountryInfo | |||
|Name = | |||
|NativeName = | |||
|founded = | |||
|predicon = | |||
|onlypredecessor = | |||
|ended = | |||
|nexticon = | |||
|onlysuccessor = | |||
|image = | |||
|Caption = | |||
|Alias = | |||
|Time of Exist = | |||
|Diameter = | |||
|Mass = | |||
|Affiliation = | |||
|Satellites = | |||
|Friends = | |||
|Enemies = | |||
|Likes = | |||
|Dislikes = | |||
|Preceded = | |||
|Succeeded = | |||
|themecolor = | |||
|textcolor = | |||
}} | |||
<!-- COPY AND PASTE ME IN THE DESCRIPTION this is countryinfo but tabber instead of image (outdated) | |||
{{CountryInfo | |||
|Name = | |||
|NativeName = | |||
|YearExist = | |||
|Placeholder = | |||
|image = <tabber> | |||
|-|First Tab Title= | |||
First tab content goes here. | |||
|-|Second Tab Title= | |||
Second tab content goes here. | |||
|-|Third Tab Title= | |||
Third tab content goes here. | |||
</tabber> | |||
|Caption = | |||
|Alias = | |||
|TimeofExist = | |||
|Government = | |||
|Languages = | |||
|Affiliation = | |||
|Religions = | |||
|Friends = | |||
|Enemies = | |||
|Likes = | |||
|Dislikes = | |||
|Preceded = | |||
|Succeeded = | |||
}} |
Latest revision as of 10:46, 24 December 2024
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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | Name | The character's full name, along with its icons. | Unknown | required |
NativeName | NativeName | The character's full name, in their native language. | Unknown | required |
founded | founded | The year the character is founded. | Unknown | required |
onlypredecessor | onlypredecessor | The character's main predecessor. | Unknown | required |
predicon | predicon | The icon of the character's main predecessor. | Unknown | required |
ended | ended | The year the character ended. | Unknown | optional |
onlysuccessor | onlysuccessor | The character's main successor. | Unknown | optional |
nexticon | nexticon | The icon of the character's main successor. | Unknown | optional |
image | image | The main infobox image, drawn by Heterodontosaurus. | File | required |
Caption | Caption | Image's caption. | Unknown | optional |
Founder | Founder | The founder of the character. Formatted like (icon) (person) (birth-death) | Unknown | optional |
Alias | Alias | Other names of the character. | Unknown | optional |
Personality | Personality | The character's personality. | Unknown | optional |
Time of Exist | Time of Exist TimeofExist | Time of existence of the character. | Unknown | suggested |
Government | Government | The character’s government type. Preferably used on countries. | Unknown | optional |
Languages | Languages | Languages spoken by the character. Primarily used for countries. | Unknown | optional |
Affiliation | Affiliation | The character’s affiliations, for countries it’s usually the organizations they are in | Unknown | optional |
Religions | Religions | Religions believed by the character. Primarily used for countries | Unknown | optional |
Capital | Capital | The character’s capital city. Primarily used for countries. | Unknown | optional |
Gender | Gender | The character's gender, either Male or Female. | Unknown | optional |
Friends | Friends | The character’s friends/allies. Ideologies don’t use this parameter, they use Likes instead. | Unknown | optional |
Enemies | Enemies | The character’s enemies. Ideologies don’t use this parameter, they use Dislikes instead. | Unknown | optional |
Likes | Likes | What the character likes, like food, hobbies, etc. | Unknown | optional |
Dislikes | Dislikes | What the character dislikes. | Unknown | optional |
Preceded | Preceded | The character's predecessor(s). | Unknown | optional |
Succeeded | Succeeded | The character's successor(s). | Unknown | optional |
Song | Song | Songs relating to the character, linking to another section of this wiki where the lyrics are located. | Unknown | optional |
textcolor | textcolor | The colour of the title and header text in the infobox. | Unknown | required |
themecolor | themecolor | The colour of the title and header background in the infobox. | Unknown | required |