Difference between revisions of "Template:Icon"
From Project: Gorgon Wiki
Gorgonzola (talk | contribs) (WIP.) |
Gorgonzola (talk | contribs) m (WIP) |
||
Line 3: | Line 3: | ||
| lemon = banana | | lemon = banana | ||
| #default = {{{1|none}}} | | #default = {{{1|none}}} | ||
− | }}.png|class=js-icon-tt|{{#if: {{{size|}}} | {{{size}}}{{!}}sub{{!}} }} | + | }}.png|class=js-icon-tt|{{#if: {{{size|}}} | {{{size}}}{{!}}sub{{!}} }}{{#switch:{{{1|}}} |
<!-- set the item name based on icon name, and link for some --> | <!-- set the item name based on icon name, and link for some --> | ||
| firedust = Fire Dust{{!}}link=Fire Dust | | firedust = Fire Dust{{!}}link=Fire Dust |
Revision as of 16:50, 29 October 2014
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}}