Template:CardGridStart: Difference between revisions
Created page with "<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-bottom: 32px;"><noinclude> == Usage == Opens a card grid. Must be paired with {{tl|CardGridEnd}}, with one or more {{tl|Card}} calls in between. See Template:Card for the full pattern. </noinclude>" |
No edit summary |
||
| Line 1: | Line 1: | ||
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, | <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 280px)); gap: 16px; margin-bottom: 32px; justify-content: start;"><noinclude> | ||
== Usage == | == Usage == | ||
Opens a card grid. Must be paired with {{tl|CardGridEnd}}, with one or more {{tl|Card}} calls in between. See [[Template:Card]] for the full pattern. | Opens a card grid. Must be paired with {{tl|CardGridEnd}}, with one or more {{tl|Card}} calls in between. See [[Template:Card]] for the full pattern. | ||
</noinclude> | </noinclude> | ||
Latest revision as of 03:03, 14 September 2026
Usage
Opens a card grid. Must be paired with Template:Tl, with one or more Template:Tl calls in between. See Template:Card for the full pattern.