Difference between revisions of "Template:Icon"
From EVE University Wiki
(added hostile npc industrial) |
(Added falloff modifier icon) |
||
Line 205: | Line 205: | ||
| pg | powergrid | power grid = icon_powergrid.png | | pg | powergrid | power grid = icon_powergrid.png | ||
| range = Icon_target_range.png | | range = Icon_target_range.png | ||
+ | | falloff = Icon_falloff_mod.png | ||
| sig = Icon_ship_sig.png | | sig = Icon_ship_sig.png | ||
| vel | velocity = Icon_velocity.png | | vel | velocity = Icon_velocity.png |
Revision as of 06:26, 24 September 2016
Syntax
The function takes up to three parameters. Each of the parameters are optional, while still allowing for some customization if need be.
{{ icon | type | size | hint }} |
Parameters
- type
- This determines which icon to show and it will default back to the webifier icon if no parameters are given. Remember to use lower-case letters.
- size
- This determines the size of the image, in pure numbers. It defaults to 32 (the px part of the size is omitted from the parameter as it is included in the template).
- hint
- This is the mouse-over hint. Add this if you want custom text to be displayed when you hover over the icon. This parameter will accept codes like bold or italic or wiki-links, but will simply strip any link-coding or formatting from them and presents the unmodified plain text.
Examples
{{icon|point}}
→ (it will use the default size and no mouse-over tooltip){{icon|||Stay put with a web!
→ (default icon and size was used since no first argument was given){{icon|warp scrambler|16|No MWD for you!}}
→ (smaller icon, could be used inside a paragraph without breaking the line height)
List of icons
For a full list of icons available through this template, see the icons page.