Template:Boxes: Difference between revisions
From AYSO Wiki
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> |
<includeonly> |
||
<style> |
|||
| ⚫ | |||
/* Force 3-across grid for AYSO boxes, regardless of theme CSS */ |
|||
| ⚫ | |||
.ayso-card-deck{ |
|||
display:grid !important; |
|||
| ⚫ | |||
gap:24px !important; |
|||
align-items:stretch !important; |
|||
} |
|||
/* Make each card behave like a normal grid item (prevents 1-col + odd wrapping) */ |
|||
.ayso-card-deck > .card{ |
|||
grid-column:auto !important; |
|||
width:auto !important; |
|||
max-width:none !important; |
|||
min-width:0 !important; |
|||
float:none !important; |
|||
} |
|||
</style> |
|||
| ⚫ | |||
{{{1|}}} |
{{{1|}}} |
||
</div> |
</div> |
||
| Line 10: | Line 28: | ||
<pre> |
<pre> |
||
{{Boxes| |
{{Boxes| |
||
{{Box|...}} |
|||
{{Box|...}} |
{{Box|...}} |
||
{{Box|...}} |
{{Box|...}} |
||
| Line 33: | Line 50: | ||
} |
} |
||
}, |
}, |
||
"description": "A wrapper |
"description": "A wrapper templates for boxes." |
||
} |
} |
||
</templatedata> |
</templatedata> |
||
Revision as of 10:10, 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 |

