Template:Infobox costume: Difference between revisions

Jump to navigation Jump to search
no edit summary
mNo edit summary
No edit summary
 
(33 intermediate revisions by 2 users 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="width: 25%; text-align: center;" | [[File:{{{icon}}}]]
|-
| style="width: 25%; text-align: center;" | [[File:{{{icon|Item Costume ⟦Talented Gardener⟧ (★2).png}}}]]
| 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:{{{userTitle|}}}| {{!}} style="text-align: center;" colspan="4" {{!}} {{{costumeTitle}}}}}
  {{!}} <strong>Blessing Power</strong>
|-
  {{!}}-
| colspan="4" | '''Other Information:'''
  {{!}} +{{{intimacy}}}
|-
  {{!}} +{{{blessing}}}  
| Release Date:
  {{!}}-
| 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>
'''Template:'''
'''Template:'''<br>
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          = Family/Fellow Character ⟦Costume Name⟧
  | activate    =
  | upgrade      =
  | icon        = Item Costume ⟦Costume Name⟧.png
  | description  =
  | bonus        =
  | intimacy    =
  | intimacyUp  =
  | blessing    =
  | blessingUp  =
  | costumeTitle =
  | releaseDate  =
}}
</pre>
</pre>
<templatedata>
<templatedata>
Line 43: Line 42:
"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"
},
},
"bonus": {
"description": {
"description": "Extra effects/skills.",
"description": "This is the costume's description.",
"type": "unbalanced-wikitext"
"type": "string"
},
"blessing": {
"description": "(Family costumes only) The amount of Blessing Power received upon receiving the costume for the first time.",
"type": "number"
},
"blessingUp": {
"description": "(Family costumes only) The amount of Blessing Power received for each subsequent costume upgrade.",
"type": "number"
},
"costumeTitle": {
"description": "The title received from the costume, usually after a certain amount of upgrades.",
"type": "string"
},
},
"icon": {
"icon": {
Line 57: Line 69:
"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": "Family/Fellow Character ⟦Costume Name⟧.png"
},
"intimacy": {
"description": "(Family costumes only) The amount of Intimacy gained upon receiving the costume for the first time.",
"type": "number"
},
},
"description": {
"intimacyUp": {
"description": "This is the costume's description",
"description": "(Family costumes only) The amount of Intimacy received for each subsequent costume upgrade.",
"type": "unbalanced-wikitext"
"type": "number"
},
},
"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": {
"description": "The date when the costume was first released. Date format should be YYYY.MM.DD",
"type": "content",
"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"
]
},
},
"intimacy": {},
"titleLevel": {
"blessing": {},
"description": "Level a Costume Title unlocks on",
"intimacyUp": {},
"type": "number",
"blessingUp": {},
"suggestedvalues": [
"costumeTitle": {},
"5"
"userTitle": {},
]
"release": {}
}
},
},
"description": "This template displays information about a Costume.",
"description": "This template displays information about a Costume.",
Line 89: Line 118:
"icon",
"icon",
"description",
"description",
"bonus",
"intimacy",
"intimacy",
"intimacyUp",
"intimacyUp",
Line 95: Line 123:
"blessingUp",
"blessingUp",
"costumeTitle",
"costumeTitle",
"userTitle",
"release",
"release"
"titleType",
"titleLevel"
]
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>
contributors, Interface administrators, uploadaccess
497

edits

Navigation menu