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
 
(6 intermediate revisions by the same user not shown)
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}}}
{{#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|#}}}}}}}
|-
|-
| colspan="2" style="width: 50%;" | <u>Effect</u><br> Intimacy: +{{{intimacy|#}}}<br>Blessing Power: +{{{blessing|#}}}
{{#if:{{{costumeTitle|}}}| {{!}} style="text-align: center;" colspan="4" {{!}} {{{costumeTitle}}}}}
| colspan="2" | <u>Each Upgrade</u><br> {{dg|+{{{intimacyUp|#}}}}}<br>{{dg|+{{{blessingUp|#}}}}}
|-
{{#if:{{{userTitle|}}}| {{!}} style="text-align: center;" colspan="4" {{!}} {{{costumeTitle}}}}}
|-
|-
| colspan="4" | '''Other Information:'''
| colspan="4" | '''Other Information:'''
Line 21: Line 20:
|}
|}
<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
{{Infobox costume
   | name        = Costume Name (no brackets)
   | name        = Costume Name (no brackets)
   | img          = Family/Fellow Character ⟦Costume Name⟧
   | img          = Character ⟦Costume Name⟧.png
   | activate    =  
   | activate    = #
   | upgrade      =  
   | upgrade      = #
   | icon        = Item Costume ⟦Costume Name⟧.png
   | icon        = Item Costume ⟦Costume Name⟧.png
   | description  =
   | description  =
  | bonus        =
   | intimacy    = # (Family costumes only)
   | intimacy    =  
   | intimacyUp  = # (Family costumes only)
   | intimacyUp  =
   | blessing    = # (Family costumes only)
   | blessing    =
   | blessingUp  = # (Family costumes only)
   | blessingUp  =
   | costumeTitle = '''Lv.5 Costume Title'''<br>Obtain Title Suffix ???
   | costumeTitle =  
   | releaseDate  = 202X.XX.XX}}</pre>
   | releaseDate  =
}}
</pre>
<templatedata>
<templatedata>
{
{
"params": {
"params": {
"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",
"default": "#",
"autovalue": "#"
},
"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",
"autovalue": "# (Family costumes only)",
"default": "#"
},
"blessingUp": {
"description": "(Family costumes only) The amount of Blessing Power received for each subsequent costume upgrade.",
"autovalue": "# (Family costumes only)",
"type": "number",
"default": "#"
},
},
"bonus": {
"costumeTitle": {
"description": "Extra effects/skills.",
"description": "The title received from the costume, usually after a certain amount of upgrades.",
"type": "unbalanced-wikitext"
"type": "unbalanced-wikitext",
"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"
},
},
"img": {
"img": {
Line 58: Line 76:
"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"
},
},
"description": {
"intimacy": {
"description": "This is the costume's description",
"description": "(Family costumes only) The amount of Intimacy gained upon receiving the costume for the first time.",
"type": "unbalanced-wikitext"
"type": "number",
"autovalue": "# (Family costumes only)",
"default": "#"
},
"intimacyUp": {
"description": "(Family costumes only) The amount of Intimacy received for each subsequent costume upgrade.",
"type": "number",
"autovalue": "# (Family costumes only)",
"default": "#"
},
},
"name": {
"name": {
Line 69: Line 95:
"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": {},
"default": "#",
"blessing": {},
"autovalue": "#"
"intimacyUp": {},
}
"blessingUp": {},
"costumeTitle": {},
"userTitle": {},
"release": {}
},
},
"description": "This template displays information about a Costume.",
"description": "This template displays information about a Costume.",
Line 89: Line 116:
"icon",
"icon",
"description",
"description",
"bonus",
"intimacy",
"intimacy",
"intimacyUp",
"intimacyUp",
Line 95: Line 121:
"blessingUp",
"blessingUp",
"costumeTitle",
"costumeTitle",
"userTitle",
"release"
"release"
]
]

Latest revision as of 03:42, 31 July 2025

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

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
intimacyintimacy

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

Default
#
Auto value
# (Family costumes only)
Numberoptional
intimacyUpintimacyUp

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

Default
#
Auto value
# (Family costumes only)
Numberoptional
blessingblessing

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

Default
#
Auto value
# (Family costumes only)
Numberoptional
blessingUpblessingUp

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

Default
#
Auto value
# (Family costumes only)
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