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:flex; flex-wrap:wrap; gap: |
style="--ayso-gap:24px; display:flex; flex-wrap:wrap; gap:var(--ayso-gap); justify-content:flex-start; align-items:stretch;"> |
||
{{{1|}}} |
{{{1|}}} |
||
</div> |
</div> |
||
</includeonly |
</includeonly> |
||
<noinclude> |
|||
;Usage |
;Usage |
||
<pre> |
<pre> |
||
| Line 14: | Line 16: | ||
}} |
}} |
||
</pre> |
</pre> |
||
<templatedata> |
<templatedata> |
||
{ |
{ |
||
| Line 31: | Line 34: | ||
"description": "A wrapper templates for boxes." |
"description": "A wrapper templates for boxes." |
||
} |
} |
||
</templatedata |
</templatedata> |
||
</noinclude> |
|||
Revision as of 10:21, 12 February 2026
- Usage
{{Boxes|
{{Box|...}}
{{Box|...}}
{{Box|...}}
{{Box|...}}
}}
A wrapper templates 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 |

