Template:Attribute/doc: Difference between revisions
No edit summary |
No edit summary |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{Documentation/Header}} | {{Documentation/Header}} | ||
This template is used to display [[Aspect]]s and [[ | {{CSS|Attributes}} | ||
This template is used to display [[Aspect]]s, [[Trait]]s, and [[Disposition]]s in their formal style. | |||
==Syntax== | ==Syntax== | ||
{{T|Attribute|v1=Attribute|v2=Aspect/Trait}} | {{T|Attribute|v1=Attribute|v2=Aspect/Trait/Disposition}} | ||
==Examples== | ==Examples== | ||
{{T|Attribute|p1=Beauty|p2=Aspect|_Y_=1}} | * {{T|Attribute|p1=Beauty|p2=Aspect|_Y_=1}} | ||
* {{T|Attribute|p1=Chaos|p2=Aspect|_Y_=1}} | |||
* {{T|Attribute|p1=Change|p2=Aspect|_Y_=1}} | |||
* {{T|Attribute|p1=Competition|p2=Aspect|_Y_=1}} | |||
* {{T|Attribute|p1=Cooperation|p2=Aspect|_Y_=1}} | |||
* {{T|Attribute|p1=Dark|p2=Aspect|_Y_=1}} | |||
* {{T|Attribute|p1=Death|p2=Aspect|_Y_=1}} | |||
* {{T|Attribute|p1=Finity|p2=Aspect|_Y_=1}} | |||
* {{T|Attribute|p1=Hate|p2=Aspect|_Y_=1}} | |||
* {{T|Attribute|p1=Illusion|p2=Aspect|_Y_=1}} | |||
* {{T|Attribute|p1=Infinity|p2=Aspect|_Y_=1}} | |||
* {{T|Attribute|p1=Insatiability|p2=Aspect|_Y_=1}} | |||
* {{T|Attribute|p1=Life|p2=Aspect|_Y_=1}} | |||
* {{T|Attribute|p1=Light|p2=Aspect|_Y_=1}} | |||
* {{T|Attribute|p1=Love|p2=Aspect|_Y_=1}} | |||
* {{T|Attribute|p1=Memory|p2=Aspect|_Y_=1}} | |||
* {{T|Attribute|p1=Order|p2=Aspect|_Y_=1}} | |||
* {{T|Attribute|p1=Peace|p2=Aspect|_Y_=1}} | |||
* {{T|Attribute|p1=Pride|p2=Aspect|_Y_=1}} | |||
* {{T|Attribute|p1=Reality|p2=Aspect|_Y_=1}} | |||
* {{T|Attribute|p1=Regret|p2=Aspect|_Y_=1}} | |||
* {{T|Attribute|p1=Satiation|p2=Aspect|_Y_=1}} | |||
* {{T|Attribute|p1=War|p2=Aspect|_Y_=1}} | |||
* {{T|Attribute|p1=Weakness|p2=Aspect|_Y_=1}} | |||
---- | |||
*{{T|Attribute|p1=Blaster|p2=Trait|_Y_=1}} | |||
*{{T|Attribute|p1=Cherubim|p2=Trait|_Y_=1}} | |||
*{{T|Attribute|p1=Explorer|p2=Trait|_Y_=1}} | |||
*{{T|Attribute|p1=Gladiator|p2=Trait|_Y_=1}} | |||
*{{T|Attribute|p1=Hothead|p2=Trait|_Y_=1}} | |||
*{{T|Attribute|p1=Mascot|p2=Trait|_Y_=1}} | |||
*{{T|Attribute|p1=Mastermind|p2=Trait|_Y_=1}} | |||
*{{T|Attribute|p1=Protector|p2=Trait|_Y_=1}} | |||
*{{T|Attribute|p1=Striker|p2=Trait|_Y_=1}} | |||
---- | |||
*{{T|Attribute|p1=Cautious|p2=Disposition|_Y_=1}} | |||
*{{T|Attribute|p1=Voracious|p2=Disposition|lv=1|_Y_=1}} | |||
*{{T|Attribute|p1=Reckless|p2=Disposition|lv=2|_Y_=1}} | |||
*{{T|Attribute|p1=Steady|p2=Disposition|lv=3|_Y_=1}} | |||
==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> | ||