Template:Character Profile: Difference between revisions

no edit summary
(Created page with "<includeonly> {| class="wikitable" |+ {{#if:{{{strengths|}}}| !{{!}}Strengths {{!}}{{{strengths}}} }} |- {{#if:{{{weaknesses|}}}| !{{!}}Weaknesses {{!}}{{{weaknesses}}} }} |- {{#if:{{{ears|}}}| !{{!}}Ears {{!}}{{{ears}}} }} |- {{#if:{{{tail|}}}| !{{!}}Tail {{!}}{{{tail}}} }} |- {{#if:{{{family|}}}| !{{!}}Family {{!}}{{{family}}} }} |- {{#if:{{{my_rule|}}}| !{{!}}My Rule {{!}}"{{{my_rule}}}" }} |- {{#if:{{{phone_background|}}}| !{{!}}Phone Background {{!}}{{{phone_backgro...")
 
No edit summary
Line 90: Line 90:
<templatedata>
<templatedata>
{
{
"params": {},
"params": {
"strengths": {
"label": "Strengths",
"type": "string"
},
"weaknesses": {
"label": "Weaknesses",
"type": "string"
},
"ears": {
"label": "Ears",
"type": "string"
},
"tail": {
"label": "Tail",
"type": "string"
},
"my_rule": {
"label": "My Rule",
"type": "string"
},
"phone_background": {
"label": "Phone Background",
"type": "string"
},
"before_a_race": {
"label": "Before a Race",
"type": "string"
},
"good_subject": {
"label": "Good Subject",
"type": "string"
},
"secret_pride": {
"label": "Secret Pride",
"type": "string"
},
"frequent_purchase": {
"label": "Frequent Purchase",
"type": "string"
},
"secret1": {
"label": "Secret #1",
"type": "string"
},
"secret2": {
"label": "Secret #2",
"type": "string"
},
"family": {
"label": "Family",
"type": "string"
}
},
"description": "Template for character profile blurbs table",
"description": "Template for character profile blurbs table",
"format": "block"
"format": "block",
"paramOrder": [
"strengths",
"weaknesses",
"ears",
"tail",
"family",
"my_rule",
"phone_background",
"before_a_race",
"good_subject",
"secret_pride",
"frequent_purchase",
"secret1",
"secret2"
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>