Template:Infobox costume: Difference between revisions

From The Unofficial Isekai:Slow Life Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(32 intermediate revisions by 2 users not shown)
Line 5: Line 5:
| colspan="4" | [[File:{{{img|}}}|500px|center]]
| colspan="4" | [[File:{{{img|}}}|500px|center]]
|-
|-
| 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|#}}}
| style="width: 25%; text-align: center;" | [[File:{{{icon}}}]]
|-
| style="width: 25%; text-align: center;" | [[File:{{{icon|}}}]]
| colspan="3" style="width: 75%;" | {{{description}}}
| 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|#}}}}}
  {{!}} style="width: 50%;" colspan="2" rowspan="2" {{!}} <strong>Effect</strong>
|-
  {{!}} <strong>Intimacy</strong>
{{#if:{{{costumeTitle|}}}| {{!}} style="text-align: center;" colspan="4" {{!}} {{{costumeTitle}}}}}
  {{!}} <strong>Blessing</strong>
|-
  {{!}}-
| colspan="4" | '''Other Information:'''
  {{!}} +{{{intimacy}}}
|-
  {{!}} +{{{blessing}}}
| Release Date:
  {{!}}-
| colspan="3" | {{{release}}}
  {{!}}-
}}
{{#if:{{{intimacyUp|}}}|
  {{!}} 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>
Line 24: Line 39:
Costume upgrade, skill, and effects should have their own section.
Costume upgrade, skill, and effects should have their own section.
<pre style="width: 500px;">
<pre style="width: 500px;">
{{Infobox costume
  | name        = Costume Name (no brackets)
  | img          = Character ⟦Costume Name⟧.png
  | activate    = #
  | upgrade      = #
  | icon        = Item Costume ⟦Costume Name⟧.png
  | description  =
  | intimacy    = #
  | intimacyUp  = #
  | blessing    = #
  | blessingUp  = #
  | costumeTitle = '''Lv.5 Costume Title'''<br>Obtain Title Suffix ???
  | releaseDate  = 202X.XX.XX
}}
</pre>
</pre>
<templatedata>
<templatedata>
Line 44: Line 45:
"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",
"type": "number"
"default": "#",
"autovalue": "#"
},
},
"description": {
"description": {
Line 53: Line 52:
},
},
"blessing": {
"blessing": {
"description": "The amount of Blessing Power received upon receiving the costume for the first time.",
"description": "(Family costumes only) The amount of Blessing Power received upon receiving the costume for the first time.",
"type": "number",
"type": "number"
"autovalue": "#",
"default": "#"
},
},
"blessingUp": {
"blessingUp": {
"description": "The amount of Blessing Power received for each subsequent costume upgrade.",
"description": "(Family costumes only) The amount of Blessing Power received for each subsequent costume upgrade.",
"autovalue": "#",
"type": "number"
"type": "number",
"default": "#"
},
},
"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": "unbalanced-wikitext",
"type": "string"
"autovalue": "'''Lv.5 Costume Title'''<br>Obtain Title Suffix ???"
},
},
"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"
"example": "Item Costume ⟦A Bold Change⟧ "
},
},
"img": {
"img": {
Line 79: Line 73:
"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": "Character ⟦Costume Name⟧.png"
"example": "Costume ⟦A Bold Change⟧ "
},
},
"intimacy": {
"intimacy": {
"description": "The amount of Intimacy gained upon receiving the costume for the first time.",
"description": "(Family costumes only) The amount of Intimacy gained upon receiving the costume for the first time.",
"type": "number",
"type": "number"
"autovalue": "#",
"default": "#"
},
},
"intimacyUp": {
"intimacyUp": {
"description": "The amount of Intimacy received for each subsequent costume upgrade.",
"description": "(Family costumes only) The amount of Intimacy received for each subsequent costume upgrade.",
"type": "number",
"type": "number"
"autovalue": "#",
"default": "#"
},
},
"name": {
"name": {
"description": "This is the costume name,",
"description": "This is the costume name, typed with no brackets.",
"type": "string",
"type": "string",
"required": true,
"required": true,
"autovalue": "Costume Name (no brackets)"
"example": "Catnap by the Sea"
},
},
"release": {
"release": {
"description": "The date when the costume was first released.",
"description": "The date when the costume was first released. Date format should be YYYY.MM.DD",
"type": "content",
"type": "content",
"autovalue": "202X.XX.XX"
"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"
},
"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",
"type": "number",
"default": "#",
"suggestedvalues": [
"autovalue": "#"
"5"
]
}
}
},
},
Line 124: Line 127:
"blessingUp",
"blessingUp",
"costumeTitle",
"costumeTitle",
"release"
"release",
"titleType",
"titleLevel"
]
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 09:52, 12 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.

Example
Costume ⟦A Bold Change⟧
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.

Example
Item Costume ⟦A Bold Change⟧
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