Template:Icon: Difference between revisions
Jump to navigation
Jump to search
Gorgonzola (talk | contribs) Add mouseover titles to the food icons. |
Gorgonzola (talk | contribs) Documentation. |
||
| Line 11: | Line 11: | ||
| potato = item-icon-banana.png{{!}}Potato | | potato = item-icon-banana.png{{!}}Potato | ||
| redapple = item-icon-redapple.png{{!}}Red Apple | | redapple = item-icon-redapple.png{{!}}Red Apple | ||
| salt = item-icon-salt.png{{!}}Salt | |||
| sugar = item-icon-sugar.png{{!}}Sugar | |||
| water = item-icon-water.png{{!}}Bottle of Water | |||
<!-- default uses the shop item naming convention --> | <!-- default uses the shop item naming convention --> | ||
| #default = item-icon-{{{1|none}}}.png | | #default = item-icon-{{{1|none}}}.png | ||
| Line 22: | Line 25: | ||
==Description== | ==Description== | ||
This template has several purposes: | 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. <span style="color:red">'''TODO'''</span>: add a mouseover popup with the title (very handy in recipes tables) | |||
* Reduces custom mediawiki code in the articles. | * Reduces custom mediawiki code in the articles. | ||
==Parameters== | ==Parameters== | ||
Revision as of 21:05, 18 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. TODO: add a mouseover popup with the title (very handy in recipes tables)
- Reduces custom mediawiki code in the articles.
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).
Examples
{{icon|saltpeter}}