Template:VII cosmetic/doc: Difference between revisions
No edit summary |
Added TemplateData |
||
Line 33: | Line 33: | ||
}} | }} | ||
</pre> | </pre> | ||
==TemplateData== | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"label": "Equipment Name", | |||
"description": "The name of the equipment.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"hp": { | |||
"label": "HP", | |||
"description": "The amount of HP gained when equipped.", | |||
"type": "number", | |||
"default": "0", | |||
"suggested": true | |||
}, | |||
"sp": { | |||
"label": "SP", | |||
"description": "The amount of SP gained when equipped.", | |||
"type": "number", | |||
"default": "0", | |||
"suggested": true | |||
}, | |||
"str": { | |||
"label": "STR", | |||
"description": "The amount of STR gained when equipped.", | |||
"type": "number", | |||
"default": "0", | |||
"suggested": true | |||
}, | |||
"vit": { | |||
"label": "VIT", | |||
"description": "The amount of VIT gained when equipped.", | |||
"type": "number", | |||
"default": "0", | |||
"suggested": true | |||
}, | |||
"int": { | |||
"label": "INT", | |||
"description": "The amount of INT gained when equipped.", | |||
"type": "number", | |||
"default": "0", | |||
"suggested": true | |||
}, | |||
"men": { | |||
"label": "MEN", | |||
"description": "The amount of MEN gained when equipped.", | |||
"type": "number", | |||
"default": "0", | |||
"suggested": true | |||
}, | |||
"agi": { | |||
"label": "AGI", | |||
"description": "The amount of AGI gained when equipped.", | |||
"type": "number", | |||
"default": "0", | |||
"suggested": true | |||
}, | |||
"tec": { | |||
"label": "TEC", | |||
"description": "The amount of TEC gained when equipped.", | |||
"type": "number", | |||
"default": "0", | |||
"suggested": true | |||
}, | |||
"luc": { | |||
"label": "LUC", | |||
"description": "The amount of LUC gained when equipped.", | |||
"type": "number", | |||
"default": "0", | |||
"suggested": true | |||
}, | |||
"mov": { | |||
"label": "MOV", | |||
"description": "The amount of MOV gained when equipped.", | |||
"type": "number", | |||
"default": "0", | |||
"suggested": true | |||
}, | |||
"fire": { | |||
"label": "Fire Resistance", | |||
"description": "The resistance of the Fire element, calculated by percentage when equipped.", | |||
"example": "20 will display as 20% on the template", | |||
"type": "number", | |||
"default": "0", | |||
"suggested": true | |||
}, | |||
"wind": { | |||
"label": "Wind Resistance", | |||
"description": "The resistance of the Wind element, calculated by percentage when equipped.", | |||
"example": "20 will display as 20% on the template", | |||
"type": "number", | |||
"default": "0", | |||
"suggested": true | |||
}, | |||
"ice": { | |||
"label": "Ice Resistance", | |||
"description": "The resistance of the Ice element, calculated by percentage when equipped.", | |||
"example": "20 will display as 20% on the template", | |||
"type": "number", | |||
"default": "0", | |||
"suggested": true | |||
}, | |||
"thunder": { | |||
"label": "Thunder Resistance", | |||
"description": "The resistance of the Thunder element, calculated by percentage when equipped.", | |||
"example": "20 will display as 20% on the template", | |||
"type": "number", | |||
"default": "0", | |||
"suggested": true | |||
}, | |||
"light": { | |||
"label": "Light Resistance", | |||
"description": "The resistance of the Light element, calculated by percentage when equipped.", | |||
"example": "20 will display as 20% on the template", | |||
"type": "number", | |||
"default": "0", | |||
"suggested": true | |||
}, | |||
"dark": { | |||
"label": "Darkness Resistance", | |||
"description": "The resistance of the Darkness element, calculated by percentage when equipped.", | |||
"example": "20 will display as 20% on the template", | |||
"type": "number", | |||
"default": "0", | |||
"suggested": true | |||
}, | |||
"purchase": { | |||
"label": "Purchase Price", | |||
"description": "The price of the equipment when purchased.", | |||
"example": "1000", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"sell": { | |||
"label": "Sell Price", | |||
"description": "The price of the equipment when sold.", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "Displays an image of the equipment, if any.", | |||
"example": "[[File:Example.jpg|150px|center]]", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"description": { | |||
"label": "Description", | |||
"description": "The description of the equipment.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"obtain": { | |||
"label": "Obtain", | |||
"description": "Provides information on how to obtain the equipment.", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"note": { | |||
"label": "Note(s)", | |||
"description": "Any additional notes for this equipment.", | |||
"type": "line" | |||
} | |||
}, | |||
"description": "Displays data for cosmetics, such as costumes or accessories in Megadimension Neptunia VII.", | |||
"format": "block" | |||
} | |||
</templatedata> | |||
==See also== | ==See also== | ||
*{{t|Mk2 armor}} | *{{t|Mk2 armor}} | ||
Line 41: | Line 211: | ||
*{{t|SvS equipment}} | *{{t|SvS equipment}} | ||
*{{t|GMRE equipment}} | *{{t|GMRE equipment}} | ||
<includeonly>[[Category:Data templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> | <includeonly>[[Category:Data templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> |