contributors, delete_pages, Interface administrators
4,701
edits
FaeriMagic (talk | contribs) m (FaeriMagic moved page Template:Infobox Costume to Template:Infobox costume: Standardizing title casing) |
FaeriMagic (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
{| class="wikitable" style="float: right; width: 300px; text-align: left; border: 1px solid #ccc; margin-bottom: 1em;" | {| class="wikitable" style="float: right; width: 300px; text-align: left; border: 1px solid #ccc; margin-bottom: 1em;" | ||
|- | |- | ||
| style="text-align: center;" colspan="4" | '''{{{ | | style="text-align: center;" colspan="4" | '''{{{name}}}''' | ||
|- | |- | ||
| colspan="4" | [[File:{{{img|Family Gina ⟦Talented Gardener⟧.jpg}}}|500px|center]] | | colspan="4" | [[File:{{{img|Family Gina ⟦Talented Gardener⟧.jpg}}}|500px|center]] | ||
Line 24: | Line 24: | ||
<pre style="width: 500px;"> | <pre style="width: 500px;"> | ||
{{Infobox Costume | {{Infobox Costume | ||
| name = Costume Name (no brackets) | |||
| img = Family/Fellow Character ⟦Costume Name⟧ | | img = Family/Fellow Character ⟦Costume Name⟧ | ||
| activate = | | activate = | ||
| upgrade = | | upgrade = | ||
Line 42: | Line 42: | ||
{ | { | ||
"params": { | "params": { | ||
"activate": { | |||
"description": "This is the value for the costume's activation reward." | |||
}, | |||
"bonus": { | |||
"description": "Extra effects/skills.", | |||
"type": "unbalanced-wikitext" | |||
}, | |||
"icon": { | |||
"description": "This is the costume's item icon.", | |||
"type": "wiki-file-name" | |||
}, | |||
"img": { | "img": { | ||
"label": "image", | "label": "image", | ||
"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" | ||
" | |||
}, | }, | ||
"description": { | "description": { | ||
Line 57: | Line 64: | ||
"type": "unbalanced-wikitext" | "type": "unbalanced-wikitext" | ||
}, | }, | ||
" | "name": { | ||
"description": "This is the costume | "description": "This is the costume name,", | ||
"type": " | "type": "string", | ||
"required": true, | |||
"autovalue": "Costume Name (no brackets)" | |||
" | |||
}, | }, | ||
"upgrade": { | "upgrade": { | ||
"description": "This is the value for the costume's upgrade reward." | "description": "This is the value for the costume's upgrade reward." | ||
}, | }, | ||
"intimacy": {}, | "intimacy": {}, | ||
Line 75: | Line 77: | ||
"intimacyUp": {}, | "intimacyUp": {}, | ||
"blessingUp": {}, | "blessingUp": {}, | ||
"costumeTitle": {} | "costumeTitle": {}, | ||
"userTitle": {}, | |||
"release": {} | |||
}, | }, | ||
"description": "This template displays information about a Costume.", | "description": "This template displays information about a Costume.", | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "name", | ||
"img", | "img", | ||
"activate", | "activate", | ||
Line 90: | Line 94: | ||
"blessing", | "blessing", | ||
"blessingUp", | "blessingUp", | ||
"costumeTitle" | "costumeTitle", | ||
"userTitle", | |||
"release" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |