More actions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 64: | Line 64: | ||
"portrait" | "portrait" | ||
], | ], | ||
"label": "Portrait" | "label": "Portrait", | ||
"type": "wiki-file-name" | |||
}, | }, | ||
"born": { | "born": { | ||
"label": " | "label": "Born", | ||
"description": "Month Day, Year", | "description": "Month Day, Year", | ||
"example": "January 15, 1987" | "example": "January 15, 1987", | ||
"type": "string" | |||
}, | }, | ||
"died": { | "died": { | ||
Line 76: | Line 78: | ||
], | ], | ||
"label": "Died", | "label": "Died", | ||
"description": "If still alive, leave blank. Month Day, Year" | "description": "If still alive, leave blank. Month Day, Year", | ||
"type": "string" | |||
}, | }, | ||
"residence": { | "residence": { | ||
Line 84: | Line 87: | ||
"label": "Residence", | "label": "Residence", | ||
"description": "The person's current place of residence.", | "description": "The person's current place of residence.", | ||
"example": "Byfair" | "example": "Byfair", | ||
"type": "string" | |||
}, | }, | ||
"gender": { | "gender": { | ||
Line 90: | Line 94: | ||
"gender" | "gender" | ||
], | ], | ||
"label": "Gender" | "label": "Gender", | ||
"type": "string" | |||
}, | }, | ||
"species": { | "species": { | ||
Line 96: | Line 101: | ||
"species" | "species" | ||
], | ], | ||
"label": "Species" | "label": "Species", | ||
"type": "string" | |||
}, | }, | ||
"occupation": { | "occupation": { | ||
Line 102: | Line 108: | ||
"occupation" | "occupation" | ||
], | ], | ||
"label": "Occupation" | "label": "Occupation", | ||
"type": "string" | |||
}, | }, | ||
"education": { | "education": { | ||
Line 110: | Line 117: | ||
"label": "Education", | "label": "Education", | ||
"description": "Major, minor, PhD, etc.", | "description": "Major, minor, PhD, etc.", | ||
"example": "PhD in Theoretical Physics, Harvard University" | "example": "PhD in Theoretical Physics, Harvard University", | ||
"type": "string" | |||
}, | }, | ||
"allegiance": { | "allegiance": { | ||
Line 117: | Line 125: | ||
], | ], | ||
"label": "Allegiance", | "label": "Allegiance", | ||
"description": "If the person served in the military, what country or corporation did they pledge allegiance to?" | "description": "If the person served in the military, what country or corporation did they pledge allegiance to?", | ||
"type": "string" | |||
}, | }, | ||
"battles/wars": { | "battles/wars": { | ||
Line 124: | Line 133: | ||
], | ], | ||
"label": "Battles/Wars", | "label": "Battles/Wars", | ||
"description": "If the person served in the military, what conflicts did they take part in?" | "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> | </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 |