Template:Boxes: Difference between revisions
From AYSO Wiki
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> |
<includeonly> |
||
<div class="ayso-card-deck {{{class|}}}" |
<div class="ayso-card-deck {{{class|}}}" |
||
style="display: |
style="display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:24px;"> |
||
{{{1|}}} |
{{{1|}}} |
||
</div> |
</div> |
||
Revision as of 10:03, 12 February 2026
- Usage
{{Boxes|
{{Box|...}}
{{Box|...}}
{{Box|...}}
}}
A wrapper template for boxes.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Content | 1 | Instances of Template:Box. | Content | optional |
| Class | class | CSS class name to position / style the Boxes block.
| String | optional |

