Template:Infobox costume: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(25 intermediate revisions by the same user 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|}}}| {{!}}-
{{#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>
{{#if:{{{costumeTitle|}}}| {{!}} style="text-align: center;" colspan="4" {{!}} {{{costumeTitle}}}}}
  {{!}} <strong>Intimacy</strong>
|-
  {{!}} <strong>Blessing Power</strong>
| colspan="4" | '''Other Information:'''
  {{!}}-
|-
  {{!}} +{{{intimacy}}}
| Release Date:
  {{!}} +{{{blessing}}}  
| colspan="3" | {{{release}}}
  {{!}}-
  {{!}}-
  {{!}} 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 23: Line 37:
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
</pre>
  | 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}}</pre>
<templatedata>
<templatedata>
{
{
Line 57: Line 59:
"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": {
Line 92: Line 93:
"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"
},
"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",
"suggestedvalues": [
"5"
]
}
}
},
},
Line 107: Line 123:
"blessingUp",
"blessingUp",
"costumeTitle",
"costumeTitle",
"release"
"release",
"titleType",
"titleLevel"
]
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>
contributors, Interface administrators, uploadaccess
497

edits