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.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Titletitle

The title to display.

Stringrequired
Contentcontent

The content of the box.

Stringrequired
Linkslinks

Links to display at the bottom of the box.

Stringoptional
Extra CSScss

Any extra CSS for the box.

Stringoptional
Grid Columnscolumns

CSS definition for the "grid-template-columns" parameter.

Default
repeat(3, minmax(61px, 1fr))
Stringoptional
Grid Gapgap

CSS definition for the "gap" parameter.

Default
5px
Stringoptional
Grid Paddingpadding

CSS definition for the "padding" parameter.

Default
10px 8px 5px 8px
Stringoptional
Grid CSSgridcss

Any extra CSS for the grid.

Stringoptional