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
Line 41: Line 41:
"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 51: Line 49:
"blessing": {
"blessing": {
"description": "(Family costumes only) 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": "# (Family costumes only)",
"default": "#"
},
},
"blessingUp": {
"blessingUp": {
"description": "(Family costumes only) 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": "# (Family costumes only)",
"type": "number"
"type": "number",
"default": "#"
},
},
"costumeTitle": {
"costumeTitle": {
Line 68: Line 62:
"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"
},
},
"img": {
"img": {
Line 75: Line 68:
"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": "Character ⟦Costume Name⟧.png"
},
},
"intimacy": {
"intimacy": {
"description": "(Family costumes only) 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": "# (Family costumes only)",
"default": "#"
},
},
"intimacyUp": {
"intimacyUp": {
"description": "(Family costumes only) 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": "# (Family costumes only)",
"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",
"type": "number"
"default": "#",
"autovalue": "#"
}
}
},
},

Revision as of 15:54, 3 April 2026

{{{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.

[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.

Auto value
'''Lv.5 Costume Title'''<br>Obtain Title Suffix ???
Unbalanced wikitextoptional
releaserelease

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

Example
202X.XX.XX
Contentoptional