Template:RequirementBox: Difference between revisions
no edit summary
Admin Jeremy (talk | contribs) No edit summary |
Admin Jeremy (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>{{#invoke:RequirementBox|render | <includeonly>{{#invoke:RequirementBox|render | ||
| title | | title = {{{title}}} | ||
| game | | game = {{{game|}}} | ||
| state | | state = {{{state|}}} | ||
| appear | | evolve_first = {{{evolve_first|}}} | ||
| visit | | appear = {{{appear|}}} | ||
| resident = {{{resident|}}} | | visit = {{{visit|}}} | ||
| romance | | resident = {{{resident|}}} | ||
| tricks | | romance = {{{romance|}}} | ||
| bait | | tricks = {{{tricks|}}} | ||
| evolve | | bait = {{{bait|}}} | ||
| unblock | | evolve = {{{evolve|}}} | ||
| unblock = {{{unblock|}}} | |||
}}</includeonly><noinclude><templatedata>{ | }}</includeonly><noinclude><templatedata>{ | ||
"description": "Unified Viva Piñata requirements box with collapsible game header.", | "description": "Unified Viva Piñata requirements box with collapsible game header.", | ||
| Line 33: | Line 34: | ||
"example": "mw-collapsed", | "example": "mw-collapsed", | ||
"description": "Leave empty to expand by default" | "description": "Leave empty to expand by default" | ||
}, | |||
"evolve_first": { | |||
"label": "Evolve requirement displays first", | |||
"type": "string", | |||
"required": false, | |||
"example": "true", | |||
"description": "Leave empty to keep evolve requirement after resident" | |||
}, | }, | ||
"appear": { | "appear": { | ||