contributors, Interface administrators, uploadaccess
497
edits
FaeriMagic (talk | contribs) mNo edit summary |
No edit summary |
||
| (28 intermediate revisions by 2 users not shown) | |||
| Line 5: | Line 5: | ||
| colspan="4" | [[File:{{{img|}}}|500px|center]] | | colspan="4" | [[File:{{{img|}}}|500px|center]] | ||
|- | |- | ||
| 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|}}}| {{!}} | {{!}}- | ||
{{!}} 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> | ||
{{!}}- | |||
{{!}} +{{{intimacy}}} | |||
{{!}} +{{{blessing}}} | |||
{{!}}- | |||
{{!}}- | |||
{{!}} 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;"> | ||
</pre> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
| Line 41: | Line 43: | ||
"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" | ||
}, | }, | ||
"description": { | "description": { | ||
| Line 51: | Line 51: | ||
"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" | ||
}, | }, | ||
"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.", | ||
"type": "number" | |||
"type": "number | |||
}, | }, | ||
"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": " | "type": "string" | ||
}, | }, | ||
"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" | ||
}, | }, | ||
"img": { | "img": { | ||
| Line 75: | 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 | ||
}, | }, | ||
"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" | ||
}, | }, | ||
"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" | ||
}, | }, | ||
"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, | ||
" | "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", | ||
" | "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" | |||
] | |||
}, | |||
"titleLevel": { | |||
"description": "Level a Costume Title unlocks on", | |||
"type": "number", | "type": "number", | ||
" | "suggestedvalues": [ | ||
"5" | |||
] | |||
} | } | ||
}, | }, | ||
| Line 121: | Line 123: | ||
"blessingUp", | "blessingUp", | ||
"costumeTitle", | "costumeTitle", | ||
"release" | "release", | ||
"titleType", | |||
"titleLevel" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||