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:grid; grid-template-columns:repeat(3, 1fr); gap:24px;"> |
|||
{{{1|}}} |
{{{1|}}} |
||
</div> |
</div> |
||
</includeonly> |
</includeonly> |
||
<noinclude> |
<noinclude> |
||
;Usage |
;Usage |
||
<pre> |
<pre> |
||
{{Boxes| |
{{Boxes| |
||
{{Box|...}} |
|||
{{Box|...}} |
|||
{{Box|...}} |
{{Box|...}} |
||
{{Box|...}} |
{{Box|...}} |
||
| Line 13: | Line 17: | ||
}} |
}} |
||
</pre> |
</pre> |
||
<templatedata> |
<templatedata> |
||
{ |
{ |
||
| Line 28: | Line 33: | ||
} |
} |
||
}, |
}, |
||
"description": "A wrapper |
"description": "A wrapper template for boxes." |
||
} |
} |
||
</templatedata> |
</templatedata> |
||
Revision as of 09:58, 12 February 2026
- Usage
{{Boxes|
{{Box|...}}
{{Box|...}}
{{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 |

