contributors, Interface administrators, uploadaccess
497
edits
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 23: | Line 23: | ||
{{#if:{{{costumeTitle|}}}| | {{#if:{{{costumeTitle|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} style="text-align: center;" colspan="4" {{!}} {{{costumeTitle}}} | {{!}} style="text-align: center;" colspan="4" {{!}} '''Lv.{{{titleLevel}}} Costume Title''' <br/> {{{titleType}}} "{{{costumeTitle}}}" | ||
}} | }} | ||
{{#if:{{{release|}}}| | {{#if:{{{release|}}}| | ||
| Line 29: | Line 29: | ||
{{!}} colspan="4" {{!}} '''Other Information:''' | {{!}} colspan="4" {{!}} '''Other Information:''' | ||
{{!}}- | {{!}}- | ||
{{!}} Release Date | {{!}} <strong>Release Date</strong> | ||
{{!}} colspan="3" {{!}} {{{release}}} | {{!}} colspan="3" {{!}} {{{release}}} | ||
}} | }} | ||
| Line 59: | 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": " | "type": "string" | ||
}, | }, | ||
"icon": { | "icon": { | ||
| Line 94: | 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 109: | Line 123: | ||
"blessingUp", | "blessingUp", | ||
"costumeTitle", | "costumeTitle", | ||
"release" | "release", | ||
"titleType", | |||
"titleLevel" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||