Template:Attribute/doc: Difference between revisions
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 43: | Line 43: | ||
---- | ---- | ||
*{{T|Attribute|p1=Cautious|p2=Disposition|_Y_=1}} | *{{T|Attribute|p1=Cautious|p2=Disposition|_Y_=1}} | ||
*{{T|Attribute|p1=Voracious|p2=Disposition| | *{{T|Attribute|p1=Voracious|p2=Disposition|lv=1|_Y_=1}} | ||
*{{T|Attribute|p1=Reckless|p2=Disposition|lv=2|_Y_=1}} | |||
*{{T|Attribute|p1= | *{{T|Attribute|p1=Steady|p2=Disposition|lv=3|_Y_=1}} | ||
*{{T|Attribute|p1= | |||
==Template Data== | ==Template Data== | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": {}, | "params": { | ||
"description": "" | "1": { | ||
"description": "Name of Attribute", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"2": { | |||
"description": "What kind of Attribute", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Aspect", | |||
"Trait", | |||
"Disposition" | |||
], | |||
"required": true | |||
}, | |||
"lv": { | |||
"description": "(Only for Disposition) Disposition level, optional", | |||
"example": "3", | |||
"type": "number", | |||
"suggestedvalues": [ | |||
"1", | |||
"2", | |||
"3" | |||
], | |||
"default": "Default will use the styling for level 1 but include no level" | |||
} | |||
}, | |||
"description": "Template to insert information about Attribute, Trait, or Disposition in pill format", | |||
"paramOrder": [ | |||
"1", | |||
"2", | |||
"lv" | |||
], | |||
"format": "inline" | |||
} | } | ||
</templatedata> | </templatedata> | ||