Template:Icon List/doc

From Foundation - Wiki
< Template:Icon List
Revision as of 02:10, 28 January 2022 by Sakaratte (talk | contribs) (Created page with " <templatedata> { "params": { "1": { "label": "Content", "description": "The list of all icons to display. Each icon must be set on a new line, and entered in the following format: «Filename», «text»", "example": "Bakery.png, The Bakery", "type": "string", "required": true }, "cols": { "label": "Columns", "description": "The number of columns to display the icons. If no columns are declared, the template will display the items in a downwar...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Icon List is a template designed to show icons in a grid. Each icon is shown with a fixed size of 50px alongside a text description.

Template parameters

ParameterDescriptionTypeStatus
Content1

The list of all icons to display. Each icon must be set on a new line, and entered in the following format: «Filename», «text»

Example
Bakery.png, The Bakery
Stringrequired
Columnscols

The number of columns to display the icons. If no columns are declared, the template will display the items in a downward list.

Default
1
Example
6
Numbersuggested