More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<infobox> | <infobox> | ||
<title source=" | <title source="title1"> | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
</title> | </title> | ||
<image source="portrait"> | <image source="portrait"> | ||
<caption source="caption1" /> | |||
</image> | </image> | ||
<data source="born"> | <data source="born"> | ||
<label> | <label>Born</label> | ||
</data> | </data> | ||
<data source="died"> | <data source="died"> | ||
<label> | <label>Died</label> | ||
</data> | </data> | ||
<data source="cause_of_death"> | |||
<label>Cause of death</label> | |||
</data> | |||
<group> | |||
<header>Personal Details</header> | |||
<data source="residence"> | |||
<label>Residence</label> | |||
</data> | |||
<data source="gender"> | |||
<label>Gender</label> | |||
</data> | |||
<data source="species"> | |||
<label>Species</label> | |||
</data> | |||
<data source="occupation"> | |||
<label>Occupation</label> | |||
</data> | |||
<data source="education"> | |||
<label>Education</label> | |||
</data> | |||
</group> | |||
<group> | |||
<header>Military Service</header> | |||
<data source="allegiance"> | |||
<label>Allegiance</label> | |||
</data> | |||
<data source="battles/wars"> | |||
<label>Battles/Wars</label> | |||
</data> | |||
</group> | |||
</infobox> | </infobox> | ||
<noinclude> | <noinclude> | ||
Example usage:<pre> | Example usage:<pre> | ||
{{ | {{Test | ||
| | |title1=Example | ||
|portrait=Example | |portrait=Example | ||
|caption1=Example | |||
|born=Example | |born=Example | ||
|died=Example | |died=Example | ||
|cause_of_death=Example | |||
|residence=Example | |||
|gender=Example | |||
|species=Example | |||
|occupation=Example | |||
|education=Example | |||
|allegiance=Example | |||
|battles/wars=Example | |||
}} | }} | ||
</pre> | </pre> | ||
<templatedata> | <templatedata> | ||
{"params":{"title1":{"aliases":[" | {"params":{"title1":{"aliases":["title1"],"label":"Full Name","description":"Placeholder","example":"Placeholder","type":"string"},"image1":{"aliases":["portrait"],"label":"Portrait","description":"Placeholder","example":"Placeholder","type":"wiki-file-name"},"caption1":{"aliases":["caption1"],"label":"Caption for Portrait","description":"Placeholder","example":"Placeholder","type":"string"},"born":{"aliases":["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","example":"Placeholder","type":"string"},"cause_of_death":{"aliases":["cause_of_death"],"label":"Cause of death","description":"Placeholder","example":"Placeholder","type":"string"},"residence":{"aliases":["residence"],"label":"Residence","description":"The person's current place of residence.","example":"Byfair","type":"string"},"gender":{"aliases":["gender"],"label":"Gender","description":"Placeholder","example":"Placeholder","type":"string"},"species":{"aliases":["species"],"label":"Species","description":"Placeholder","example":"Placeholder","type":"string"},"occupation":{"aliases":["occupation"],"label":"Occupation","description":"Placeholder","example":"Placeholder","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?","example":"Placeholder","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?","example":"Placeholder","type":"string"}},"paramOrder":["title1","image1","caption1","born","died","cause_of_death","residence","gender","species","occupation","education","allegiance","battles/wars"]} | ||
</templatedata></noinclude> | </templatedata></noinclude> |
Revision as of 20:49, 28 July 2023
Example usage:
{{Test |title1=Example |portrait=Example |caption1=Example |born=Example |died=Example |cause_of_death=Example |residence=Example |gender=Example |species=Example |occupation=Example |education=Example |allegiance=Example |battles/wars=Example }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Full Name | title1 title1 | Placeholder
| String | optional |
Portrait | image1 portrait | Placeholder
| File | optional |
Caption for Portrait | caption1 caption1 | Placeholder
| String | optional |
Born | born born | Month Day, Year
| String | optional |
Died | died died | If still alive, leave blank. Month Day, Year
| String | optional |
Cause of death | cause_of_death cause_of_death | Placeholder
| String | optional |
Residence | residence residence | The person's current place of residence.
| String | optional |
Gender | gender gender | Placeholder
| String | optional |
Species | species species | Placeholder
| String | optional |
Occupation | occupation occupation | Placeholder
| 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 |