Template:Infobox character: Difference between revisions
From Commonwealth of Sovereign States
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<templatestyles src="Infobox/styles.css" /> | <templatestyles src="Infobox/styles.css" /> | ||
<includeonly> | |||
{| class="wikitable infotable" | {| class="wikitable infotable" | ||
! colspan="2" style="font-size: large;" | {{{name|{{PAGENAME}}}}} | ! colspan="2" style="font-size: large;" | {{{name|{{PAGENAME}}}}} | ||
| Line 15: | Line 16: | ||
|children={{{children|}}} | |children={{{children|}}} | ||
|signature={{{signature|}}} | |signature={{{signature|}}} | ||
|political_parties={{{political_parties|}}} | |||
|nation={{{nation|}}} | |||
}} | }} | ||
|} | |} | ||
</includeonly> | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
| Line 22: | Line 26: | ||
"params": { | "params": { | ||
"name": {}, | "name": {}, | ||
"image": {}, | "image": { | ||
"type": "wiki-file-name" | |||
}, | |||
"image_description": {}, | "image_description": {}, | ||
"birth_info": { | "birth_info": { | ||
| Line 40: | Line 46: | ||
"description": "In keeping with Wikipedia style, this variable does not support multiple lines. Just put in a comma separated list (ex. \"George, Jeb, Neil, Marvin, Dorothy\")" | "description": "In keeping with Wikipedia style, this variable does not support multiple lines. Just put in a comma separated list (ex. \"George, Jeb, Neil, Marvin, Dorothy\")" | ||
}, | }, | ||
"signature": {} | "signature": { | ||
"type": "wiki-file-name" | |||
}, | |||
"political_parties": {}, | |||
"nation": {} | |||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 01:39, 13 May 2025
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | no description | Unknown | optional |
| image | image | no description | File | optional |
| image_description | image_description | no description | Unknown | optional |
| birth_info | birth_info | Separate multiple lines using ,, (ex. "31 December 1945,,New York City, United States" will have a line break between 1945 and New, but not between City and United) | Unknown | optional |
| death_info | death_info | Separate multiple lines using ,, | Unknown | optional |
| resting_place | resting_place | no description | Unknown | optional |
| education | education | Separate multiple lines using ,, | Unknown | optional |
| spouse_info | spouse_info | Separate multiple lines using ,, | Unknown | optional |
| children | children | In keeping with Wikipedia style, this variable does not support multiple lines. Just put in a comma separated list (ex. "George, Jeb, Neil, Marvin, Dorothy") | Unknown | optional |
| signature | signature | no description | File | optional |
| political_parties | political_parties | no description | Unknown | optional |
| nation | nation | no description | Unknown | optional |
