Template:BigGridBox/doc
Template used on browsing portals to display {{CharacterBox}} or {{ItemBox}} templates together. Normally used within a class="BigGrid" div.
Parameters
See below.
Example
<div style="width: 300px;">
{{BigGridBox
| title = {{color2|000|Kanto}}
| content = <nowiki/>
{{CharacterBox|FireRed LeafGreen Red.png|95px|Red (game)|Red}}
{{CharacterBox|FireRed LeafGreen Leaf.png|85px|Leaf (game)|Leaf}}
{{CharacterBox|VSChase Masters.png|70px|Chase (game)|Chase|p=0|h=60px}}
{{CharacterBox|VSElaine Masters.png|70px|Elaine (game)|Elaine|p=0|h=60px}}
{{CharacterBox|Lets Go Pikachu Eevee Blue.png|80px|Blue (game)|Blue}}
{{CharacterBox|Lets Go Pikachu Eevee Trace.png|80px|Trace (game)|Trace|p=0|h=60px}}
{{CharacterBox|Lets Go Pikachu Eevee Professor Oak.png|80px|Professor Oak}}
{{CharacterBox|0025Pikachu.png|70px|Red's Pikachu (game)|Red's Pikachu}}
{{CharacterBox|Rocket-logo.png|x50px|Team Rocket}}
| links = <nowiki />
<div class="LinkBox">[[:Category:Red, Blue and Yellow characters|''Red, Blue,'' and ''Yellow'' characters »]]</div>
<div class="LinkBox">[[:Category:FireRed and LeafGreen characters|''FireRed'' and ''LeafGreen'' characters »]]</div>
<div class="LinkBox">[[:Category:Let's Go, Pikachu! and Let's Go, Eevee! characters|''Let's Go, Pikachu!'' and ''Let's Go, Eevee!'' characters »]]</div>
}}
</div>
TemplateData
Template used on Browsing Portal pages to display many items or characters together.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | The title to display. | String | required |
| Content | content | The content of the box. | String | required |
| Links | links | Links to display at the bottom of the box. | String | optional |
| Extra CSS | css | Any extra CSS for the box. | String | optional |
| Grid Columns | columns | CSS definition for the "grid-template-columns" parameter.
| String | optional |
| Grid Gap | gap | CSS definition for the "gap" parameter.
| String | optional |
| Grid Padding | padding | CSS definition for the "padding" parameter.
| String | optional |
| Grid CSS | gridcss | Any extra CSS for the grid. | String | optional |








