More actions
imported>Oracle9 No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 57: | Line 57: | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"image1": { | |||
"aliases": [ | |||
"portrait" | |||
], | |||
"label": "Portrait", | |||
"type": "wiki-file-name" | |||
}, | |||
"born": { | |||
"label": "Born", | |||
"description": "Month Day, Year", | |||
"example": "January 15, 1987", | |||
"type": "string" | |||
}, | |||
"died": { | |||
"aliases": [ | |||
"died" | |||
], | |||
"label": "Died", | |||
"description": "If still alive, leave blank. Month Day, Year", | |||
"type": "string" | |||
}, | |||
"residence": { | |||
"aliases": [ | |||
"residence" | |||
], | |||
"label": "Residence", | |||
"description": "The person's current place of residence.", | |||
"example": "Byfair", | |||
"type": "string" | |||
}, | |||
"gender": { | |||
"aliases": [ | |||
"gender" | |||
], | |||
"label": "Gender", | |||
"type": "string" | |||
}, | |||
"species": { | |||
"aliases": [ | |||
"species" | |||
], | |||
"label": "Species", | |||
"type": "string" | |||
}, | |||
"occupation": { | |||
"aliases": [ | |||
"occupation" | |||
], | |||
"label": "Occupation", | |||
"type": "string" | |||
}, | |||
"education": { | |||
"aliases": [ | |||
"education" | |||
], | |||
"label": "Education", | |||
"description": "Major, minor, PhD, etc.", | |||
"example": "PhD in Theoretical Physics, Harvard University", | |||
"type": "string" | |||
}, | |||
"allegiance": { | |||
"aliases": [ | |||
"allegiance" | |||
], | |||
"label": "Allegiance", | |||
"description": "If the person served in the military, what country or corporation did they pledge allegiance to?", | |||
"type": "string" | |||
}, | |||
"battles/wars": { | |||
"aliases": [ | |||
"battles/wars" | |||
], | |||
"label": "Battles/Wars", | |||
"description": "If the person served in the military, what conflicts did they take part in?", | |||
"type": "string" | |||
}, | |||
"title1": { | |||
"aliases": [ | |||
"title1" | |||
], | |||
"label": "Full Name", | |||
"type": "string" | |||
}, | |||
"caption1": { | |||
"aliases": [ | |||
"caption1" | |||
], | |||
"label": "Caption for Portrait", | |||
"type": "string" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"title1", | |||
"image1", | |||
"caption1", | |||
"born", | |||
"died", | |||
"residence", | |||
"gender", | |||
"species", | |||
"occupation", | |||
"education", | |||
"allegiance", | |||
"battles/wars" | |||
] | |||
} | |||
</templatedata></noinclude> |
Latest revision as of 20:47, 28 July 2023
Example usage:
{{CorpRP-character-infobox |title1=Example |image1=Example |caption1=Example |born=Example |residence=Example |gender=Example |species=Example |occupation=Example |education=Example }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Full Name | title1 title1 | no description | String | optional |
Portrait | image1 portrait | no description | File | optional |
Caption for Portrait | caption1 caption1 | no description | String | optional |
Born | born | Month Day, Year
| String | optional |
Died | died died | If still alive, leave blank. Month Day, Year | String | optional |
Residence | residence residence | The person's current place of residence.
| String | optional |
Gender | gender gender | no description | String | optional |
Species | species species | no description | String | optional |
Occupation | occupation occupation | no description | String | optional |
Education | education education | Major, minor, PhD, etc.
| String | optional |
Allegiance | allegiance allegiance | If the person served in the military, what country or corporation did they pledge allegiance to? | String | optional |
Battles/Wars | battles/wars battles/wars | If the person served in the military, what conflicts did they take part in? | String | optional |