Chemiosmotic (talk | contribs) (rearragned & added "People") Tag: 2017 source edit |
Imperialhare (talk | contribs) No edit summary Tag: 2017 source edit |
||
Line 3: | Line 3: | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
</title> | </title> | ||
<image source=" | <image source="image"> | ||
<caption source=" | <caption source="caption"/> | ||
</image> | </image> | ||
<group> | <group> | ||
Line 43: | Line 43: | ||
<data source="player"> | <data source="player"> | ||
<label>Player</label> | <label>Player</label> | ||
</data> | </data> | ||
<data source="debut"> | <data source="debut"> | ||
<label> | <label>Debut</label> | ||
</data> | </data> | ||
</group> | </group> | ||
Line 55: | Line 52: | ||
Example usage:<pre> | Example usage:<pre> | ||
{{Infobox PC | {{Infobox PC | ||
| | |title=Example | ||
| | |image=Example | ||
| | |caption=Example | ||
|pronouns=Example | |||
|titles=Example | |titles=Example | ||
|aliases=Example | |aliases=Example | ||
| | |people=Example | ||
|place_of_origin=Example | |place_of_origin=Example | ||
|affiliations=Example | |affiliations=Example | ||
Line 67: | Line 65: | ||
|game=Example | |game=Example | ||
|playbook=Example | |playbook=Example | ||
| | |player=Example | ||
|debut=Example | |||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Infoboxes]] | [[Category:Infoboxes]] | ||
{{#ifeq: {{NAMESPACENUMBER}} | 0 | [[Category:Characters]][[Category:PCs]]}} | {{#ifeq: {{NAMESPACENUMBER}} | 0 | [[Category:Characters]][[Category:PCs]]}} | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": | |||
{ | |||
"title": | |||
{ | |||
"label": "Title", | |||
"description": "Title at the top of the infobox", | |||
"default": "Uses the page title", | |||
"example": "Hadrian", | |||
"required": true, | |||
"type": "content" | |||
}, | |||
"pronouns": | |||
{ | |||
"label": "Pronouns", | |||
"description": "Character's pronouns", | |||
"example": "he/him", | |||
"required": false, | |||
"suggested": true, | |||
"type": "content" | |||
}, | |||
"titles": | |||
{ | |||
"label": "Titles", | |||
"description": "Character's titles", | |||
"example": "Officer of the Order of Eternal Princes", | |||
"required": false, | |||
"type": "content" | |||
}, | |||
"aliases": | |||
{ | |||
"label": "Aliases", | |||
"description": "Other names that this character goes by", | |||
"example": "Alexander Nurmacher", | |||
"required": false, | |||
"type": "content" | |||
}, | |||
"people": | |||
{ | |||
"label": "People", | |||
"example": "Human", | |||
"required": false, | |||
"type": "content" | |||
}, | |||
"place_of_origin": | |||
{ | |||
"label": "Place of Origin", | |||
"description": "Place this character comes from", | |||
"example": "[[Velas]]", | |||
"required": false, | |||
"type": "content" | |||
}, | |||
"affiliations": | |||
{ | |||
"label": "Affiliation(s)", | |||
"description": "Groups/places/organizations/etc. this character belongs to", | |||
"example": "Church of Samothes", | |||
"required": false, | |||
"type": "content" | |||
}, | |||
"relations": | |||
{ | |||
"label": "Relations", | |||
"description": "Relationships that this character has", | |||
"example": "[[Benjamin]] (son)", | |||
"required": false, | |||
"type": "content" | |||
}, | |||
"season": | |||
{ | |||
"label": "Season", | |||
"description": "Season(s) this character appears in", | |||
"example": "[[Autumn in Hieron]]", | |||
"required": false, | |||
"type": "content" | |||
}, | |||
"playbook": | |||
{ | |||
"label": "Playbook", | |||
"description": "Class or playbook in the season's primary system", | |||
"example": "The Paladin", | |||
"required": false, | |||
"type": "content" | |||
}, | |||
"player": | |||
{ | |||
"label": "Player", | |||
"description": "Cast member who plays this character", | |||
"example": "[[Art Martinez-Tebbel]]", | |||
"required": false, | |||
"type": "content" | |||
}, | |||
"debut": | |||
{ | |||
"label": "Debut", | |||
"description": "First episode of appearance", | |||
"example": "[[Autumn in Hieron 01: We Have Not Yet Begun To Be Pompous]]", | |||
"required": false, | |||
"type": "content" | |||
} | |||
} | |||
} | |||
</templatedata></noinclude> |
Revision as of 15:03, 13 July 2022
Example usage:
{{Infobox PC |title=Example |image=Example |caption=Example |pronouns=Example |titles=Example |aliases=Example |people=Example |place_of_origin=Example |affiliations=Example |relations=Example |season=Example |game=Example |playbook=Example |player=Example |debut=Example }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | Title at the top of the infobox
| Content | required |
Pronouns | pronouns | Character's pronouns
| Content | suggested |
Titles | titles | Character's titles
| Content | optional |
Aliases | aliases | Other names that this character goes by
| Content | optional |
People | people | no description
| Content | optional |
Place of Origin | place_of_origin | Place this character comes from
| Content | optional |
Affiliation(s) | affiliations | Groups/places/organizations/etc. this character belongs to
| Content | optional |
Relations | relations | Relationships that this character has
| Content | optional |
Season | season | Season(s) this character appears in
| Content | optional |
Playbook | playbook | Class or playbook in the season's primary system
| Content | optional |
Player | player | Cast member who plays this character
| Content | optional |
Debut | debut | First episode of appearance
| Content | optional |