Template:Infobox character/doc: Difference between revisions

add templatedata
(change to pronouns field)
(add templatedata)
 
Line 5:
|image=Pizza character.png
|species=Dog
|location=[[Luncheon]]
|pronouns=Any (player'sPlayer’s choice)
|occupation=Wielder<br>Janitor (Formerly)<br>Barista (formerlyFormerly)
|relationships=[[Chicory]] (Mentor, Friend)<br>[[Clementine]] (sisterSister)<br>[[Mom]] (Mother)<br>[[Dad]] (Father)
|style="I do my best"
}}
 
Line 17:
|image=Pizza character.png
|species=Dog
|location=[[Luncheon]]
|pronouns=Any (player'sPlayer’s choice)
|occupation=Wielder<br>Janitor (Formerly)<br>Barista (formerlyFormerly)
|relationships=[[Chicory]] (Mentor, Friend)<br>[[Clementine]] (sisterSister)<br>[[Mom]] (Mother)<br>[[Dad]] (Father)
|style="I do my best"
}}
</pre>
 
== TemplateData ==
<templatedata>
{
"params": {
"title": {
"label": "Title",
"description": "Character name",
"example": "Pizza",
"type": "string",
"suggested": true
},
"image": {
"label": "Image",
"description": "Character image",
"example": "Pizza character.png",
"type": "wiki-file-name",
"suggested": true
},
"species": {
"label": "Species",
"description": "Character species",
"example": "Dog",
"type": "string",
"suggested": true
},
"location": {
"label": "Location",
"description": "Character location, usually where they live/locate",
"example": "[[Luncheon]]",
"type": "string",
"suggested": true
},
"occupation": {
"label": "Occupation",
"description": "Character occupation",
"example": "Wielder",
"type": "string"
},
"relationships": {
"label": "Relationships",
"description": "Character relationships",
"example": "[[Clementine]] (Sister)",
"type": "string"
},
"style": {
"label": "Art style",
"description": "Wielder art style, only used for wielders like [[Pizza]], [[Chicory]] and [[Blackberry]]",
"example": "I do my best",
"type": "string"
},
"pronouns": {
"label": "Pronouns",
"description": "Character pronouns, please use the character list/text viewer linked at [[Project:Editing guidelines]] if you're unsure",
"example": "They/Them",
"type": "string",
"suggestedvalues": [
"They/Them",
"She/Her",
"He/Him"
],
"suggested": true
}
},
"description": "Infobox for game characters",
"paramOrder": [
"title",
"image",
"species",
"location",
"pronouns",
"occupation",
"relationships",
"style"
],
"format": "block"
}
</templatedata>