Template:Infobox costume: Difference between revisions
Jump to navigation
Jump to search
FaeriMagic (talk | contribs) mNo edit summary |
FaeriMagic (talk | contribs) mNo edit summary |
||
Line 13: | Line 13: | ||
| colspan="2" | <u>Each Upgrade</u><br> {{dg|+{{{intimacyUp|#}}}}}<br>{{dg|+{{{blessingUp|#}}}}} | | colspan="2" | <u>Each Upgrade</u><br> {{dg|+{{{intimacyUp|#}}}}}<br>{{dg|+{{{blessingUp|#}}}}} | ||
|- | |- | ||
{{#if:{{{ | {{#if:{{{costumeTitle|}}}| {{!}} style="text-align: center;" colspan="4" {{!}} {{{costumeTitle}}}}} | ||
|- | |- | ||
| colspan="4" | '''Other Information:''' | | colspan="4" | '''Other Information:''' | ||
Line 25: | Line 25: | ||
{{Infobox Costume | {{Infobox Costume | ||
| name = Costume Name (no brackets) | | name = Costume Name (no brackets) | ||
| img = Family/Fellow Character ⟦Costume Name⟧ | | img = Family/Fellow Character ⟦Costume Name⟧.png | ||
| activate = | | activate = | ||
| upgrade = | | upgrade = | ||
Line 31: | Line 31: | ||
| description = | | description = | ||
| bonus = | | bonus = | ||
| intimacy = | | intimacy = # | ||
| intimacyUp = | | intimacyUp = # | ||
| blessing = | | blessing = # | ||
| blessingUp = | | blessingUp = # | ||
| costumeTitle = | | costumeTitle = | ||
| releaseDate = | | releaseDate = | ||
Line 43: | Line 43: | ||
"params": { | "params": { | ||
"activate": { | "activate": { | ||
"description": "This is the value for the costume's activation reward." | "description": "This is the value for the costume's activation reward.", | ||
"type": "number" | |||
}, | }, | ||
"bonus": { | "bonus": { | ||
Line 51: | Line 52: | ||
"icon": { | "icon": { | ||
"description": "This is the costume's item icon.", | "description": "This is the costume's item icon.", | ||
"type": "wiki-file-name" | "type": "wiki-file-name", | ||
"autovalue": "Item Costume ⟦Costume Name⟧.png" | |||
}, | }, | ||
"img": { | "img": { | ||
Line 61: | Line 63: | ||
}, | }, | ||
"description": { | "description": { | ||
"description": "This is the costume's description", | "description": "This is the costume's description.", | ||
"type": " | "type": "content" | ||
}, | }, | ||
"name": { | "name": { | ||
Line 71: | Line 73: | ||
}, | }, | ||
"upgrade": { | "upgrade": { | ||
"description": "This is the value for the costume's upgrade reward." | "description": "This is the value for the costume's upgrade reward.", | ||
"type": "number" | |||
}, | |||
"intimacy": { | |||
"description": "The amount of Intimacy gained upon receiving the costume for the first time.", | |||
"type": "number", | |||
"autovalue": "#" | |||
}, | |||
"blessing": { | |||
"description": "The amount of Blessing Power received upon receiving the costume for the first time.", | |||
"type": "number", | |||
"autovalue": "#" | |||
}, | |||
"intimacyUp": { | |||
"description": "The amount of Intimacy received for each subsequent costume upgrade.", | |||
"type": "number", | |||
"autovalue": "#" | |||
}, | |||
"blessingUp": { | |||
"description": "The amount of Blessing Power received for each subsequent costume upgrade.", | |||
"autovalue": "#" | |||
}, | |||
"costumeTitle": { | |||
"description": "The title received from the costume, usually after a certain amount of upgrades.", | |||
"type": "unbalanced-wikitext" | |||
}, | }, | ||
"release": {} | "release": {} | ||
}, | }, | ||
Line 95: | Line 115: | ||
"blessingUp", | "blessingUp", | ||
"costumeTitle", | "costumeTitle", | ||
"release" | "release" | ||
] | ] |
Revision as of 22:01, 30 July 2025
{{{name}}} | |||
![]() | |||
Activate: ![]() Upgrade: ![]() | |||
![]() |
{{{description}}} | ||
Effect Intimacy: +# Blessing Power: +# |
Each Upgrade +# +# | ||
Other Information: | |||
Release Date: | {{{release}}} |
Template:
{{Infobox Costume | name = Costume Name (no brackets) | img = Family/Fellow Character ⟦Costume Name⟧.png | activate = | upgrade = | icon = Item Costume ⟦Costume Name⟧.png | description = | bonus = | intimacy = # | intimacyUp = # | blessing = # | blessingUp = # | costumeTitle = | releaseDate = }}
This template displays information about a Costume.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | This is the costume name,
| String | required |
image | img | This is where the file for the image is specified.
| File | suggested |
activate | activate | This is the value for the costume's activation reward. | Number | optional |
upgrade | upgrade | This is the value for the costume's upgrade reward. | Number | optional |
icon | icon | This is the costume's item icon.
| File | optional |
description | description | This is the costume's description. | Content | optional |
bonus | bonus | Extra effects/skills. | Unbalanced wikitext | optional |
intimacy | intimacy | The amount of Intimacy gained upon receiving the costume for the first time.
| Number | optional |
intimacyUp | intimacyUp | The amount of Intimacy received for each subsequent costume upgrade.
| Number | optional |
blessing | blessing | The amount of Blessing Power received upon receiving the costume for the first time.
| Number | optional |
blessingUp | blessingUp | The amount of Blessing Power received for each subsequent costume upgrade.
| Unknown | optional |
costumeTitle | costumeTitle | The title received from the costume, usually after a certain amount of upgrades. | Unbalanced wikitext | optional |
release | release | no description | Unknown | optional |