Template:Icon
From Project: Gorgon Wiki
Syntax
{{icon|<name>|size=16px}}
Description
This template has several purposes:
- Makes some item icons link to relevant article pages instead of the default "File history" page (eg. Saltpeter).
- It can save many edits in the future, for example certain foods that have the same icon now (banana & lemon), could have a unique icon later. The article refers to the individual foods, so the article won't need updating.
- Adds mouseover title.
- Reduces custom mediawiki code in the articles.
TODO: later, this template could automatically add a javascript popup to show the full item name.
Parameters
- parameter 1
- Name of the icon. See Item Icons Guide for available icons (eg. "firstaid"). If not provided, an empty box is shown.
- size
- OPTIONAL. Changes the size of the icon (default is 32px).
- label
- OPTIONAL. Give the mouseover tooltip text, for items that have the same icon.
Examples
Default 32x32px icon. By default the capitalized icon name becomes the tooltip: "lemon" => "Lemon".
{{icon|lemon}}
Smaller inline icon.
{{icon|saltpeter|size=16px}}
Provide the full name for items that have similar looking icons with label parameter.
{{icon|genericpot|label=Advanced Holistic Ink}}