Template:Infobox costume: Difference between revisions
No edit summary |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 8: | Line 8: | ||
| colspan="3" style="width: 75%;" | {{{description}}} | | colspan="3" style="width: 75%;" | {{{description}}} | ||
{{#if:{{{intimacy|}}}| | {{#if:{{{intimacy|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} style="width: 50%;" colspan="2" rowspan="2" {{!}} <strong>Effect</strong> | {{!}} style="width: 50%;" colspan="2" rowspan="2" {{!}} <strong>Effect</strong> | ||
{{!}} <strong>Intimacy</strong> | {{!}} <strong>Intimacy</strong> | ||
{{!}} <strong>Blessing Power</strong> | {{!}} <strong>Blessing Power</strong> | ||
{{!}}- | {{!}}- | ||
{{!}} +{{{intimacy}}} | {{!}} +{{{intimacy}}} | ||
{{!}} +{{{blessing}}} | {{!}} +{{{blessing}}} | ||
{{!}}- | {{!}}- | ||
{{!}}- | {{!}}- | ||
{{!}} colspan="2" {{!}} <strong>Upgrade Effect</strong> | {{!}} colspan="2" {{!}} <strong>Upgrade Effect</strong> | ||
{{!}} {{dg|+{{{intimacyUp}}}}} | {{!}} {{dg|+{{{intimacyUp}}}}} | ||
{{!}} {{dg|+{{{blessingUp}}}}} | {{!}} {{dg|+{{{blessingUp}}}}} | ||
}} | }} | ||
{{#if:{{{costumeTitle|}}}| | {{#if:{{{costumeTitle|}}}| | ||
{{!}} style="text-align: center;" colspan="4" {{!}} {{{ | {{!}}- | ||
{{ | {{!}} style="text-align: center;" colspan="4" {{!}} '''Lv.{{{titleLevel}}} Costume Title''' <br/> {{{titleType}}} "{{{costumeTitle}}}" | ||
{{ | |||
}} | }} | ||
{{#if:{{{release|}}}| | {{#if:{{{release|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} colspan="4" {{!}} '''Other Information:''' | {{!}} colspan="4" {{!}} '''Other Information:''' | ||
{{!}}- | {{!}}- | ||
{{!}} Release Date | {{!}} <strong>Release Date</strong> | ||
{{!}} colspan="3" {{!}} {{{release}}} | {{!}} colspan="3" {{!}} {{{release}}} | ||
}} | }} | ||
|} | |} | ||
| Line 60: | Line 59: | ||
"costumeTitle": { | "costumeTitle": { | ||
"description": "The title received from the costume, usually after a certain amount of upgrades.", | "description": "The title received from the costume, usually after a certain amount of upgrades.", | ||
"type": " | "type": "string" | ||
}, | }, | ||
"icon": { | "icon": { | ||
| Line 95: | Line 93: | ||
"description": "This is the value for the costume's upgrade reward.", | "description": "This is the value for the costume's upgrade reward.", | ||
"type": "number" | "type": "number" | ||
}, | |||
"titleType": { | |||
"description": "The type of Title an upgraded costume will grant", | |||
"type": "content", | |||
"suggestedvalues": [ | |||
"Prefix", | |||
"Suffix" | |||
] | |||
}, | |||
"titleLevel": { | |||
"description": "Level a Costume Title unlocks on", | |||
"type": "number", | |||
"suggestedvalues": [ | |||
"5" | |||
] | |||
} | } | ||
}, | }, | ||
| Line 110: | Line 123: | ||
"blessingUp", | "blessingUp", | ||
"costumeTitle", | "costumeTitle", | ||
"release" | "release", | ||
"titleType", | |||
"titleLevel" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 17:10, 3 April 2026
| {{{name}}} | |||
| [[File:|500px|center]] | |||
| [[File:{{{icon}}}]] | {{{description}}}
| ||
Template:
Costume upgrade, skill, and effects should have their own section.
This template displays information about a Costume.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | This is the costume name, typed with no brackets.
| 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. | String | optional |
| intimacy | intimacy | (Family costumes only) The amount of Intimacy gained upon receiving the costume for the first time. | Number | optional |
| intimacyUp | intimacyUp | (Family costumes only) The amount of Intimacy received for each subsequent costume upgrade. | Number | optional |
| blessing | blessing | (Family costumes only) The amount of Blessing Power received upon receiving the costume for the first time. | Number | optional |
| blessingUp | blessingUp | (Family costumes only) The amount of Blessing Power received for each subsequent costume upgrade. | Number | optional |
| costumeTitle | costumeTitle | The title received from the costume, usually after a certain amount of upgrades. | String | optional |
| release | release | The date when the costume was first released. Date format should be YYYY.MM.DD
| Content | optional |
| titleType | titleType | The type of Title an upgraded costume will grant
| Content | optional |
| titleLevel | titleLevel | Level a Costume Title unlocks on
| Number | optional |