Template:Chip container: Difference between revisions
IssuePress (talk | contribs) No edit summary |
IssuePress (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<section class="chip-container"> | <section class="chip-container"> | ||
<div> | |||
{{#if:{{{title|}}}|<h2 class="chip-container-label">{{{title}}}</h2>}} | {{#if:{{{title|}}}|<h2 class="chip-container-label">{{{title}}}</h2>}} | ||
<div class="chips">{{#arraymaptemplate:{{{1|}}}|{{{template}}}|,|}}</div> | <div class="chips">{{#arraymaptemplate:{{{1|}}}|{{{template}}}|,|}}</div> | ||
</div> | |||
</section> | </section> | ||
</includeonly> | </includeonly> |
Revision as of 11:06, 7 December 2024
An optional wrapper for Chip Templates
Usage
{{Chip container|Yellow, Cornflower, Burgundy|template=Color chip|title=Chip Container}}
Chip Container