Template:RequirementBox: Difference between revisions
no edit summary
Admin Jeremy (talk | contribs) No edit summary |
Admin Jeremy (talk | contribs) No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{{#invoke:RequirementBox|render | <includeonly>{{#invoke:RequirementBox|render | ||
| | | game = {{{game|}}} | ||
| | | state = {{{state|}}} | ||
| | | evolve_first = {{{evolve_first|}}} | ||
| appear | | appear = {{{appear|}}} | ||
| visit | | visit = {{{visit|}}} | ||
| resident = {{{resident|}}} | | resident = {{{resident|}}} | ||
| romance | | romance = {{{romance|}}} | ||
| tricks | | tricks = {{{tricks|}}} | ||
| bait = {{{bait|}}} | |||
| evolve = {{{evolve|}}} | |||
| unblock = {{{unblock|}}} | |||
| mature = {{{mature|}}} | |||
}}</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.", | ||
"params": { | "params": { | ||
"game": { | "game": { | ||
"label": "Game code", | "label": "Game code", | ||
| Line 30: | Line 28: | ||
"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": { | ||
| Line 50: | Line 55: | ||
"label": "Romance requirements", | "label": "Romance requirements", | ||
"type": "content", | "type": "content", | ||
"required": | "required": false | ||
}, | }, | ||
"tricks": { | "tricks": { | ||
| Line 69: | Line 74: | ||
"unblock": { | "unblock": { | ||
"label": "Unblock requirements", | "label": "Unblock requirements", | ||
"type": "content", | |||
"required": false | |||
}, | |||
"mature": { | |||
"label": "Growth requirements", | |||
"type": "content", | "type": "content", | ||
"required": false | "required": false | ||