Template:RequirementBox: Difference between revisions
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": { | ||
Revision as of 19:11, 8 January 2026
Unified Viva Piñata requirements box with collapsible game header.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Game title | title | no description
| String | required |
| Game code | game | vp1 = Classic, tip = Trouble in Paradise, pp = Pocket Paradise
| String | required |
| Collapsed by default | state | Leave empty to expand by default
| String | optional |
| Evolve requirement displays first | evolve_first | Leave empty to keep evolve requirement after resident
| String | optional |
| Appear requirements | appear | no description
| Content | optional |
| Visit requirements | visit | no description | Content | optional |
| Resident requirements | resident | no description | Content | optional |
| Romance requirements | romance | no description | Content | required |
| Trick requirements | tricks | no description | Content | optional |
| Bait requirements | bait | no description | Content | optional |
| Evolve requirements | evolve | no description | Content | optional |
| Unblock requirements | unblock | no description | Content | optional |