Template:RequirementBox: Difference between revisions
no edit summary
Admin Jeremy (talk | contribs) No edit summary Tag: Reverted |
Admin Jeremy (talk | contribs) No edit summary |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{#invoke:RequirementBox|render | ||
| game = {{{game|}}} | |||
| state = {{{state|}}} | |||
| evolve_first = {{{evolve_first|}}} | |||
| appear = {{{appear|}}} | |||
| visit = {{{visit|}}} | |||
{ | | resident = {{{resident|}}} | ||
| romance = {{{romance|}}} | |||
{{ | | tricks = {{{tricks|}}} | ||
| bait = {{{bait|}}} | |||
| evolve = {{{evolve|}}} | |||
| unblock = {{{unblock|}}} | |||
| mature = {{{mature|}}} | |||
}}</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", | ||
"type": "string", | "type": "string", | ||
"required": | "required": true, | ||
"example": "vp1", | "example": "vp1", | ||
"description": "vp1 = Classic, tip = Trouble in Paradise, pp = Pocket Paradise" | "description": "vp1 = Classic, tip = Trouble in Paradise, pp = Pocket Paradise" | ||
| Line 31: | 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 55: | Line 59: | ||
"tricks": { | "tricks": { | ||
"label": "Trick requirements", | "label": "Trick requirements", | ||
"type": "content", | |||
"required": false | |||
}, | |||
"bait": { | |||
"label": "Bait requirements", | |||
"type": "content", | |||
"required": false | |||
}, | |||
"evolve": { | |||
"label": "Evolve requirements", | |||
"type": "content", | |||
"required": false | |||
}, | |||
"unblock": { | |||
"label": "Unblock requirements", | |||
"type": "content", | |||
"required": false | |||
}, | |||
"mature": { | |||
"label": "Growth requirements", | |||
"type": "content", | "type": "content", | ||
"required": false | "required": false | ||