Template:Chip container

From stencil.wiki

The Chip container template is an optional wrapper for chip templates, designed to group multiple chips together within a styled container.

Usage

Use this template to organize multiple chips with a common theme or title. Each chip is rendered using a specified sub-template, and the list of items is processed in sequence.

Syntax

Ink chips

{{Chip container|Yellow, Cornflower, Burgundy, Medium Blue, Fluorescent Pink|template=Ink chip|title=Chip Container|icon=droplet|icon-color=#00FF00}}
{{Chip container|{{#ask:[[Category:Riso compatible inks]]|format=plainlist|headers=hide|link=none|limit=100}}|template=Ink chip|title=Riso Compatible Inks}}

Riso Compatible Inks

Machine chips

{{Chip container|GR2700, GR3750, GR3770|template=Machine chip}}

Parameters

{{Chip container|<items>|template=<sub-template>|title=<container title>}}
  • 1 (required): A comma-separated list of items to display as chips. You can provide these items:
    • Directly, e.g., Yellow, Cornflower, Burgundy
    • From a comma-separated array.
  • template (required): A valid sub-template to format the chips. Accepted values include:
  • title (optional): A title for the container, displayed as a header. If omitted, no header will appear, but the chips will still be rendered.