Template:Infobox costume: Difference between revisions

From The Unofficial Isekai:Slow Life Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(36 intermediate revisions by 2 users 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;"
| colspan="2" | [[File:{{{img|Family Gina ⟦Talented Gardener⟧.jpg}}}|500px|center]]
|-
|-
| style="text-align: center;" colspan="2" | '''{{{title}}}'''
| style="text-align: center;" colspan="4" | '''{{{name}}}'''
|-
|-
| style="width: 50px; text-align: center;" | [[File:{{{icon|Item Costume ⟦Talented Gardener⟧ (★2).png}}}]]
| colspan="4" | [[File:{{{img|}}}|500px|center]]
| {{{description}}}
|-
|-
| 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="width: 25%; text-align: center;" | [[File:{{{icon}}}]]
|-
| colspan="3" style="width: 75%;" | {{{description}}}
{{#if:{{{userTitle|}}}| {{!}} style="text-align: center;" colspan="2" {{!}} {{{userTitle}}}}}
{{#if:{{{intimacy|}}}|
  {{!}}-
  {{!}} style="width: 50%;" colspan="2" rowspan="2" {{!}} <strong>Effect</strong>
  {{!}} <strong>Intimacy</strong>
  {{!}} <strong>Blessing Power</strong>
  {{!}}-
  {{!}} +{{{intimacy}}}
  {{!}} +{{{blessing}}}
  {{!}}-
  {{!}}-
  {{!}} colspan="2" {{!}} <strong>Upgrade Effect</strong>
  {{!}} {{dg|+{{{intimacyUp}}}}}
  {{!}} {{dg|+{{{blessingUp}}}}}
}}
{{#if:{{{costumeTitle|}}}|
  {{!}}-
  {{!}} style="text-align: center;" colspan="4" {{!}} '''Lv.{{{titleLevel}}} Costume Title''' <br/> {{{titleType}}} "{{{costumeTitle}}}"
}}
{{#if:{{{release|}}}|
  {{!}}-
  {{!}} colspan="4" {{!}} '''Other Information:'''
  {{!}}-
  {{!}} <strong>Release Date</strong>
  {{!}} 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
  | img        = Family/Fellow Character ⟦Costume Name⟧
  | title      = Costume Name (no brackets)
  | icon        = Item Costume ⟦Costume Name⟧
  | description =
  | activate    =
  | upgrade    =
  | userTitle  =
}}
</pre>
</pre>
<templatedata>
<templatedata>
{
{
"params": {
"params": {
"activate": {
"description": "This is the value for the costume's activation reward.",
"type": "number"
},
"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"
},
"blessingUp": {
"description": "(Family costumes only) The amount of Blessing Power received for each subsequent costume upgrade.",
"type": "number"
},
"costumeTitle": {
"description": "The title received from the costume, usually after a certain amount of upgrades.",
"type": "string"
},
"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.",
"default": "Family Gina (Talented Gardener).jpg",
"suggested": true
"suggested": true
},
},
"title": {
"intimacy": {
"description": "This is the costume's title.",
"description": "(Family costumes only) The amount of Intimacy gained upon receiving the costume for the first time.",
"type": "string"
"type": "number"
},
},
"description": {
"intimacyUp": {
"description": "This is the costume's description",
"description": "(Family costumes only) The amount of Intimacy received for each subsequent costume upgrade.",
"type": "unbalanced-wikitext"
"type": "number"
},
},
"icon": {
"name": {
"description": "This is the costume's icon.",
"description": "This is the costume name, typed with no brackets.",
"type": "wiki-file-name"
"type": "string",
"required": true,
"example": "Catnap by the Sea"
},
},
"activate": {
"release": {
"description": "This is the value for the costume's activation reward."
"description": "The date when the costume was first released. Date format should be YYYY.MM.DD",
"type": "content",
"example": "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"
},
},
"bonus": {
"titleType": {
"description": "Extra effects/skills.",
"description": "The type of Title an upgraded costume will grant",
"type": "unbalanced-wikitext"
"type": "content",
"suggestedvalues": [
"Prefix",
"Suffix"
]
},
"titleLevel": {
"description": "Level a Costume Title unlocks on",
"type": "number",
"suggestedvalues": [
"5"
]
}
}
},
},
"description": "This template displays information about a Costume.",
"description": "This template displays information about a Costume.",
"paramOrder": [
"paramOrder": [
"name",
"img",
"img",
"title",
"activate",
"upgrade",
"icon",
"icon",
"description",
"description",
"activate",
"intimacy",
"upgrade",
"intimacyUp",
"bonus"
"blessing",
"blessingUp",
"costumeTitle",
"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.

[Edit template data]

Template parameters

ParameterDescriptionTypeStatus
namename

This is the costume name, typed with no brackets.

Example
Catnap by the Sea
Stringrequired
imageimg

This is where the file for the image is specified.

Filesuggested
activateactivate

This is the value for the costume's activation reward.

Numberoptional
upgradeupgrade

This is the value for the costume's upgrade reward.

Numberoptional
iconicon

This is the costume's item icon.

Fileoptional
descriptiondescription

This is the costume's description.

Stringoptional
intimacyintimacy

(Family costumes only) The amount of Intimacy gained upon receiving the costume for the first time.

Numberoptional
intimacyUpintimacyUp

(Family costumes only) The amount of Intimacy received for each subsequent costume upgrade.

Numberoptional
blessingblessing

(Family costumes only) The amount of Blessing Power received upon receiving the costume for the first time.

Numberoptional
blessingUpblessingUp

(Family costumes only) The amount of Blessing Power received for each subsequent costume upgrade.

Numberoptional
costumeTitlecostumeTitle

The title received from the costume, usually after a certain amount of upgrades.

Stringoptional
releaserelease

The date when the costume was first released. Date format should be YYYY.MM.DD

Example
202X.XX.XX
Contentoptional
titleTypetitleType

The type of Title an upgraded costume will grant

Suggested values
Prefix Suffix
Contentoptional
titleLeveltitleLevel

Level a Costume Title unlocks on

Suggested values
5
Numberoptional