Template:RequirementBox: Difference between revisions

no edit summary
No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>{{#invoke:RequirementBox|render
{{RequirementBox/GameBox
  | title   = {{{title}}}
  | title = {{{title}}}
  | game     = {{{game|}}}
  | game = {{{game|}}}
  | state   = {{{state|}}}
  | state = {{{state|}}}
  | appear   = {{{appear|}}}
  | content =
| visit    = {{{visit|}}}
   <div class="vp-requirements">
| resident = {{{resident|}}}
  {{#if:{{{appear|}}}|
| romance = {{{romance|}}}
    {{RequirementBox/Category
| tricks  = {{{tricks|}}}
      | title = Appear
      | list  = {{{appear}}}
    }}
  }}
  {{#if:{{{visit|}}}|
    {{RequirementBox/Category
      | title = Visit
      | list  = {{{visit}}}
    }}
  }}
  {{#if:{{{resident|}}}|
    {{RequirementBox/Category
      | title = Resident
      | list = {{{resident}}}
    }}
  }}
  {{#if:{{{romance|}}}|
    {{RequirementBox/Category
      | title = Romance
      | list  = {{{romance}}}
    }}
  }}
  {{#if:{{{tricks|}}}|
    {{RequirementBox/Category
      | title = Tricks
      | list  = {{{tricks}}}
    }}
  }}
  </div>
}}</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.",