contributors, delete_pages, Interface administrators
4,701
edits
FaeriMagic (talk | contribs) mNo edit summary |
FaeriMagic (talk | contribs) mNo edit summary |
||
Line 4: | Line 4: | ||
|- | |- | ||
| colspan="4" |{{#if:{{{img2|}}}| | | colspan="4" |{{#if:{{{img2|}}}| | ||
<tabber> | <tabber> | ||
|-|Base=[[File:{{{img}}}|500px|center]] | |-|Base=[[File:{{{img}}}|500px|center]] | ||
|-|Advanced=[[File:{{{img2}}}|500px|center]]</tabber> | |-|Advanced=[[File:{{{img2}}}|500px|center]]</tabber> | ||
| [[File:{{{img|}}}|500px|center]]}} | | [[File:{{{img|}}}|500px|center]]}} | ||
|- | |- | ||
| style="text-align: center;" colspan="4" | '''Attribute Bonus'''<br>Attribute bonus for all family members:<br>{{dg|+{{{blessingUp|20}}}}} {{dg|+{{{intimacyUp|20}}}}} | | style="text-align: center;" colspan="4" | '''Attribute Bonus'''<br>Attribute bonus for all family members:<br>{{dg|+{{{blessingUp|20}}}}} {{dg|+{{{intimacyUp|20}}}}} | ||
Line 21: | Line 20: | ||
{ | { | ||
"params": { | "params": { | ||
" | "blessingUp": { | ||
"img": {}, | "description": "The amount of Blessing Power points given per Family member.", | ||
" | "type": "number", | ||
"intimacyUp": {}, | "default": "20", | ||
"release": {} | "autovalue": "20" | ||
} | }, | ||
"img": { | |||
"description": "The filename for the Figure's image.", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"img2": { | |||
"description": "The filename for the Figure's Advanced appearance, if it has one.", | |||
"type": "wiki-file-name" | |||
}, | |||
"intimacyUp": { | |||
"description": "The amount of Intimacy given per Family member.", | |||
"type": "number", | |||
"default": "20", | |||
"autovalue": "20" | |||
}, | |||
"release": { | |||
"description": "The date when the Figure was first released.", | |||
"type": "string" | |||
}, | |||
"title": { | |||
"description": "The name of the Figure.", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "This infobox template is for Figures.", | |||
"paramOrder": [ | |||
"title", | |||
"img", | |||
"img2", | |||
"blessingUp", | |||
"intimacyUp", | |||
"release" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |