Template:Infobox costume: Difference between revisions
Jump to navigation
Jump to search
FaeriMagic (talk | contribs) m (FaeriMagic moved page Template:Infobox Costume to Template:Infobox costume: Standardizing title casing) |
FaeriMagic (talk | contribs) mNo edit summary |
||
| 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="4" | '''{{{ | | style="text-align: center;" colspan="4" | '''{{{name}}}''' | ||
|- | |- | ||
| colspan="4" | [[File:{{{img|Family Gina ⟦Talented Gardener⟧.jpg}}}|500px|center]] | | colspan="4" | [[File:{{{img|Family Gina ⟦Talented Gardener⟧.jpg}}}|500px|center]] | ||
| Line 24: | Line 24: | ||
<pre style="width: 500px;"> | <pre style="width: 500px;"> | ||
{{Infobox Costume | {{Infobox Costume | ||
| name = Costume Name (no brackets) | |||
| img = Family/Fellow Character ⟦Costume Name⟧ | | img = Family/Fellow Character ⟦Costume Name⟧ | ||
| activate = | | activate = | ||
| upgrade = | | upgrade = | ||
| Line 42: | Line 42: | ||
{ | { | ||
"params": { | "params": { | ||
"activate": { | |||
"description": "This is the value for the costume's activation reward." | |||
}, | |||
"bonus": { | |||
"description": "Extra effects/skills.", | |||
"type": "unbalanced-wikitext" | |||
}, | |||
"icon": { | |||
"description": "This is the costume's item icon.", | |||
"type": "wiki-file-name" | |||
}, | |||
"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, | |||
"suggested": true | "autovalue": "Family/Fellow Character ⟦Costume Name⟧.png" | ||
" | |||
}, | }, | ||
"description": { | "description": { | ||
| Line 57: | Line 64: | ||
"type": "unbalanced-wikitext" | "type": "unbalanced-wikitext" | ||
}, | }, | ||
" | "name": { | ||
"description": "This is the costume | "description": "This is the costume name,", | ||
"type": " | "type": "string", | ||
"required": true, | |||
"autovalue": "Costume Name (no brackets)" | |||
" | |||
}, | }, | ||
"upgrade": { | "upgrade": { | ||
"description": "This is the value for the costume's upgrade reward." | "description": "This is the value for the costume's upgrade reward." | ||
}, | }, | ||
"intimacy": {}, | "intimacy": {}, | ||
| Line 75: | Line 77: | ||
"intimacyUp": {}, | "intimacyUp": {}, | ||
"blessingUp": {}, | "blessingUp": {}, | ||
"costumeTitle": {} | "costumeTitle": {}, | ||
"userTitle": {}, | |||
"release": {} | |||
}, | }, | ||
"description": "This template displays information about a Costume.", | "description": "This template displays information about a Costume.", | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "name", | ||
"img", | "img", | ||
"activate", | "activate", | ||
| Line 90: | Line 94: | ||
"blessing", | "blessing", | ||
"blessingUp", | "blessingUp", | ||
"costumeTitle" | "costumeTitle", | ||
"userTitle", | |||
"release" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 21:55, 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⟧
| 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. | Unknown | optional |
| upgrade | upgrade | This is the value for the costume's upgrade reward. | Unknown | optional |
| icon | icon | This is the costume's item icon. | File | optional |
| description | description | This is the costume's description | Unbalanced wikitext | optional |
| bonus | bonus | Extra effects/skills. | Unbalanced wikitext | optional |
| intimacy | intimacy | no description | Unknown | optional |
| intimacyUp | intimacyUp | no description | Unknown | optional |
| blessing | blessing | no description | Unknown | optional |
| blessingUp | blessingUp | no description | Unknown | optional |
| costumeTitle | costumeTitle | no description | Unknown | optional |
| userTitle | userTitle | no description | Unknown | optional |
| release | release | no description | Unknown | optional |

