Template:Infobox costume: Difference between revisions
FaeriMagic (talk | contribs) m (Made Effect section conditional. Added conditional aptitude rows.) |
FaeriMagic (talk | contribs) mNo edit summary |
||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable" style="float: right; width: 300px; text-align: left; border: 1px solid #ccc; margin-bottom: 1em;" | {| class="wikitable" style="float: right; width: 300px; text-align: left; border: 1px solid #ccc; margin-bottom: 1em;" | ||
|- | |- | ||
| style="text-align: center;" colspan=" | | style="text-align: center;" colspan="4" | '''{{{name}}}''' | ||
|- | |- | ||
| | | colspan="4" | [[File:{{{img|}}}|500px|center]] | ||
|- | |- | ||
| style="text-align: center;" colspan=" | | style="text-align: center; font-size: 12px;" colspan="4" | '''Activate:''' [[File:Icon Collection Point.png|15px]] +{{{activate|#}}}<br>'''Upgrade:''' [[File:Icon Collection Point.png|15px]] +{{{upgrade|#}}} | ||
|- | |- | ||
{{#if:{{{ | | style="width: 25%; text-align: center;" | [[File:{{{icon|}}}]] | ||
| colspan="2" | | | colspan="3" style="width: 75%;" | {{{description}}} | ||
}} | {{#if:{{{intimacy|}}}| {{!}}- | ||
{{!}} colspan="2" style="width: 50%;" {{!}} <u>Effect</u><br> Intimacy: +{{{intimacy|#}}}<br>Blessing Power: +{{{blessing|#}}} {{!}} 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:''' | |||
| | |- | ||
| {{{ | | Release Date: | ||
}} | | colspan="3" | {{{release}}} | ||
|} | |} | ||
<noinclude> | <noinclude> | ||
'''Template:''' | '''Template:'''<br> | ||
Costume upgrade, skill, and effects should have their own section. | |||
<pre style="width: 500px;"> | <pre style="width: 500px;"> | ||
{{Infobox Costume | {{Infobox costume | ||
| img | | name = Costume Name (no brackets) | ||
| | | img = Character ⟦Costume Name⟧.png | ||
| | | activate = # | ||
| | | upgrade = # | ||
| | | icon = Item Costume ⟦Costume Name⟧.png | ||
| | | description = | ||
| | | intimacy = # (Family costumes only) | ||
| | | intimacyUp = # (Family costumes only) | ||
| | | blessing = # (Family costumes only) | ||
| | | blessingUp = # (Family costumes only) | ||
| | | costumeTitle = '''Lv.5 Costume Title'''<br>Obtain Title Suffix ??? | ||
}} | | releaseDate = 202X.XX.XX}}</pre> | ||
</pre> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"activate": { | |||
"description": "This is the value for the costume's activation reward.", | |||
"type": "number", | |||
"default": "#", | |||
"autovalue": "#" | |||
}, | |||
"description": { | |||
"description": "This is the costume's description.", | |||
"type": "string" | |||
}, | |||
"blessing": { | |||
"description": "(Family costumes only) The amount of Blessing Power received upon receiving the costume for the first time.", | |||
"type": "number", | |||
"autovalue": "# (Family costumes only)", | |||
"default": "#" | |||
}, | |||
"blessingUp": { | |||
"description": "(Family costumes only) The amount of Blessing Power received for each subsequent costume upgrade.", | |||
"autovalue": "# (Family costumes only)", | |||
"type": "number", | |||
"default": "#" | |||
}, | |||
"costumeTitle": { | |||
"description": "The title received from the costume, usually after a certain amount of upgrades.", | |||
"type": "unbalanced-wikitext", | |||
"autovalue": "'''Lv.5 Costume Title'''<br>Obtain Title Suffix ???" | |||
}, | |||
"icon": { | |||
"description": "This is the costume's item icon.", | |||
"type": "wiki-file-name", | |||
"autovalue": "Item Costume ⟦Costume Name⟧.png" | |||
}, | |||
"img": { | "img": { | ||
"label": "image", | "label": "image", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"description": "This is where the file for the image is specified.", | "description": "This is where the file for the image is specified.", | ||
" | "suggested": true, | ||
" | "autovalue": "Character ⟦Costume Name⟧.png" | ||
}, | }, | ||
" | "intimacy": { | ||
"description": " | "description": "(Family costumes only) The amount of Intimacy gained upon receiving the costume for the first time.", | ||
"type": " | "type": "number", | ||
"autovalue": "# (Family costumes only)", | |||
"default": "#" | |||
}, | }, | ||
" | "intimacyUp": { | ||
"description": " | "description": "(Family costumes only) The amount of Intimacy received for each subsequent costume upgrade.", | ||
"type": " | "type": "number", | ||
"autovalue": "# (Family costumes only)", | |||
"default": "#" | |||
}, | }, | ||
" | "name": { | ||
"description": "This is the costume | "description": "This is the costume name,", | ||
"type": " | "type": "string", | ||
"required": true, | |||
"autovalue": "Costume Name (no brackets)" | |||
" | |||
" | |||
}, | }, | ||
" | "release": { | ||
"description": " | "description": "The date when the costume was first released.", | ||
"type": "content", | |||
"autovalue": "202X.XX.XX" | |||
}, | }, | ||
"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", | |||
"default": "#", | |||
"autovalue": "#" | |||
} | } | ||
}, | }, | ||
"description": "This template displays information about a Costume.", | "description": "This template displays information about a Costume.", | ||
"paramOrder": [ | "paramOrder": [ | ||
"name", | |||
"img", | "img", | ||
" | "activate", | ||
"upgrade", | |||
"icon", | "icon", | ||
"description", | "description", | ||
" | "intimacy", | ||
" | "intimacyUp", | ||
" | "blessing", | ||
"blessingUp", | |||
"costumeTitle", | |||
"release" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 03:42, 31 July 2025
{{{name}}} | |||
[[File:|500px|center]] | |||
Activate: ![]() Upgrade: ![]() | |||
[[File:]] | {{{description}}} | ||
Other Information: | |||
Release Date: | {{{release}}} |
Template:
Costume upgrade, skill, and effects should have their own section.
{{Infobox costume | name = Costume Name (no brackets) | img = Character ⟦Costume Name⟧.png | activate = # | upgrade = # | icon = Item Costume ⟦Costume Name⟧.png | description = | intimacy = # (Family costumes only) | intimacyUp = # (Family costumes only) | blessing = # (Family costumes only) | blessingUp = # (Family costumes only) | costumeTitle = '''Lv.5 Costume Title'''<br>Obtain Title Suffix ??? | releaseDate = 202X.XX.XX}}
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. | 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.
| Unbalanced wikitext | optional |
release | release | The date when the costume was first released.
| Content | optional |