Template:Attribute/doc: Difference between revisions
No edit summary |
No edit summary |
||
| Line 50: | Line 50: | ||
<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> | ||