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
Line 3: Line 3:
| style="text-align: center;" colspan="4" | '''{{{name}}}'''
| style="text-align: center;" colspan="4" | '''{{{name}}}'''
|-
|-
| colspan="4" | [[File:{{{img|Family Gina ⟦Talented Gardener⟧.jpg}}}|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="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|Item Costume ⟦Talented Gardener⟧ (★2).png}}}]]
| style="width: 25%; text-align: center;" | [[File:{{{icon|}}}]]
| colspan="3" style="width: 75%;" | {{{description}}}
| colspan="3" style="width: 75%;" | {{{description}}}
|-
|-
Line 23: Line 23:
'''Template:'''
'''Template:'''
<pre style="width: 500px;">
<pre style="width: 500px;">
{{Infobox Costume
{{Infobox costume
   | name        = Costume Name (no brackets)
   | name        = Costume Name (no brackets)
   | img          = Family/Fellow Character ⟦Costume Name⟧.png
   | img          = Character ⟦Costume Name⟧.png
   | activate    =  
   | activate    =  
   | upgrade      =  
   | upgrade      =  
Line 35: Line 35:
   | blessing    = #
   | blessing    = #
   | blessingUp  = #
   | blessingUp  = #
   | costumeTitle =  
   | costumeTitle = '''Lv.5 Costume Title'''<br>Obtain Title Suffix ???
   | releaseDate  =
   | releaseDate  = 202X.XX.XX
}}
}}
</pre>
</pre>
Line 44: Line 44:
"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": "This is the costume's description.",
"type": "string"
},
"blessing": {
"description": "The amount of Blessing Power received upon receiving the costume for the first time.",
"type": "number",
"autovalue": "#",
"default": "#"
},
"blessingUp": {
"description": "The amount of Blessing Power received for each subsequent costume upgrade.",
"autovalue": "#",
"type": "number",
"default": "#"
},
},
"bonus": {
"bonus": {
"description": "Extra effects/skills.",
"description": "Extra effects/skills.",
"type": "unbalanced-wikitext"
"type": "unbalanced-wikitext"
},
"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": {
"icon": {
Line 60: Line 83:
"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"
"autovalue": "Character ⟦Costume Name⟧.png"
},
"intimacy": {
"description": "The amount of Intimacy gained upon receiving the costume for the first time.",
"type": "number",
"autovalue": "#",
"default": "#"
},
},
"description": {
"intimacyUp": {
"description": "This is the costume's description.",
"description": "The amount of Intimacy received for each subsequent costume upgrade.",
"type": "content"
"type": "number",
"autovalue": "#",
"default": "#"
},
},
"name": {
"name": {
Line 71: Line 102:
"required": true,
"required": true,
"autovalue": "Costume Name (no brackets)"
"autovalue": "Costume Name (no brackets)"
},
"release": {
"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"
},
"intimacy": {
"description": "The amount of Intimacy gained upon receiving the costume for the first time.",
"type": "number",
"autovalue": "#"
},
"blessing": {
"description": "The amount of Blessing Power received upon receiving the costume for the first time.",
"type": "number",
"autovalue": "#"
},
"intimacyUp": {
"description": "The amount of Intimacy received for each subsequent costume upgrade.",
"type": "number",
"type": "number",
"default": "#",
"autovalue": "#"
"autovalue": "#"
},
}
"blessingUp": {
"description": "The amount of Blessing Power received for each subsequent costume upgrade.",
"autovalue": "#"
},
"costumeTitle": {
"description": "The title received from the costume, usually after a certain amount of upgrades.",
"type": "unbalanced-wikitext"
},
"release": {}
},
},
"description": "This template displays information about a Costume.",
"description": "This template displays information about a Costume.",

Revision as of 22:09, 30 July 2025

{{{name}}}
[[File:|500px|center]]
Activate: +#
Upgrade: +#
[[File:]] {{{description}}}
Effect
Intimacy: +#
Blessing Power: +#
Each Upgrade
+#
+#
Other Information:
Release Date: {{{release}}}

Template:

{{Infobox costume
   | name         = Costume Name (no brackets)
   | img          = Character ⟦Costume Name⟧.png
   | activate     = 
   | upgrade      = 
   | icon         = Item Costume ⟦Costume Name⟧.png
   | description  =
   | bonus        = 
   | intimacy     = #
   | intimacyUp   = #
   | blessing     = #
   | blessingUp   = #
   | 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,

Auto value
Costume Name (no brackets)
Stringrequired
imageimg

This is where the file for the image is specified.

Auto value
Character ⟦Costume Name⟧.png
Filesuggested
activateactivate

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

Default
#
Auto value
#
Numberoptional
upgradeupgrade

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

Default
#
Auto value
#
Numberoptional
iconicon

This is the costume's item icon.

Auto value
Item Costume ⟦Costume Name⟧.png
Fileoptional
descriptiondescription

This is the costume's description.

Stringoptional
bonusbonus

Extra effects/skills.

Unbalanced wikitextoptional
intimacyintimacy

The amount of Intimacy gained upon receiving the costume for the first time.

Default
#
Auto value
#
Numberoptional
intimacyUpintimacyUp

The amount of Intimacy received for each subsequent costume upgrade.

Default
#
Auto value
#
Numberoptional
blessingblessing

The amount of Blessing Power received upon receiving the costume for the first time.

Default
#
Auto value
#
Numberoptional
blessingUpblessingUp

The amount of Blessing Power received for each subsequent costume upgrade.

Default
#
Auto value
#
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.

Auto value
202X.XX.XX
Contentoptional