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="outline:8px solid magenta; background:rgba(255,0,255,.08); display:flex; flex-wrap:wrap; gap:24px; justify-content:flex-start; align-items:stretch;">
style="outline:8px solid magenta; background:rgba(255,0,255,.08); display:flex; flex-wrap:wrap; gap:12px; justify-content:flex-start; align-items:stretch;">
{{{1|}}}
{{{1|}}}
</div>
</div>
Line 15: Line 15:
}}
}}
</pre>
</pre>

<templatedata>
{
"params": {
"1": {
"label": "Content",
"description": "Instances of Template:Box.",
"type": "content"
},
"class": {
"label": "Class",
"description": "CSS class name to position / style the Boxes block.",
"example": "mt-5",
"type": "string"
}
},
"description": "A wrapper templates for boxes."
}
</templatedata>
</noinclude>
</noinclude>

Revision as of 10:28, 12 February 2026


Usage
{{Boxes|
{{Box|...}}
{{Box|...}}
{{Box|...}}
}}