Template:Infobox costume: Difference between revisions
Jump to navigation
Jump to search
FaeriMagic (talk | contribs) m (Nope. Undo revision 2802 by FaeriMagic (talk)) Tag: Undo |
FaeriMagic (talk | contribs) m (Replaced with conditional bonus section.) |
||
| Line 9: | Line 9: | ||
| style="text-align: center;" colspan="2" | '''Activate:''' [[File:Icon Collection Point.png|15px]] +{{{activate|50}}}<br>'''Upgrade:''' [[File:Icon Collection Point.png|15px]] +{{{upgrade|25}}} | | style="text-align: center;" colspan="2" | '''Activate:''' [[File:Icon Collection Point.png|15px]] +{{{activate|50}}}<br>'''Upgrade:''' [[File:Icon Collection Point.png|15px]] +{{{upgrade|25}}} | ||
|- | |- | ||
{{#if:{{{ | {{#if:{{{bonus|}}}| | ||
| colspan="2" | | | colspan="2" | {{{bonus}}} | ||
}} | }} | ||
|} | |} | ||
| Line 33: | Line 23: | ||
| activate = | | activate = | ||
| upgrade = | | upgrade = | ||
| | | bonus = | ||
}} | }} | ||
</pre> | </pre> | ||
| Line 56: | Line 42: | ||
"description": { | "description": { | ||
"description": "This is the costume's description", | "description": "This is the costume's description", | ||
"type": "unbalanced-wikitext" | "type": "unbalanced-wikitext" | ||
}, | }, | ||
| Line 71: | Line 53: | ||
"upgrade": { | "upgrade": { | ||
"description": "This is the value for the costume's upgrade reward." | "description": "This is the value for the costume's upgrade reward." | ||
}, | |||
"bonus": { | |||
"description": "Extra effects/skills.", | |||
"type": "unbalanced-wikitext" | |||
} | } | ||
}, | }, | ||
| Line 81: | Line 67: | ||
"activate", | "activate", | ||
"upgrade", | "upgrade", | ||
" | "bonus" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 16:05, 17 April 2025
colspan="2"
| {{{title}}} | |
| File:Item Costume "Talented Gardener" (★2).png | {{{description}}} |
| Activate: Upgrade: | |
Template:
{{Infobox Costume
| img =
| title =
| icon =
| description =
| activate =
| upgrade =
| bonus =
}}
This template displays information about a Costume.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| image | img | This is where the file for the image is specified.
| File | suggested |
| title | title | This is the costume's title. | String | optional |
| icon | icon | This is the costume's icon. | File | optional |
| description | description | This is the costume's description | Unbalanced wikitext | optional |
| activate | activate | This is the value for the costume's activation reward. | Unknown | optional |
| upgrade | upgrade | This is the value for the costume's upgrade reward. | Unknown | optional |
| bonus | bonus | Extra effects/skills. | Unbalanced wikitext | optional |