Difference between revisions of "User:Cassiel Seraphim/Sandbox3"

From EVE University Wiki
Jump to: navigation, search
Line 1: Line 1:
[[image:{{#switch: {{{1|}}} |  = Webifier | #default = {{{1}}}}}.png|{{#switch: {{{2|}}} | = 20 | #default = {{{2}}}}}px|{{#switch: {{{3|}}} |  =  | #default = {{{3}}}}}]]<noinclude>
+
[[image:{{#switch: {{{1|}}}
 +
 +
| w
 +
| web
 +
| webifier
 +
| stasis web
 +
| stasis webifier = icon_stasis_webifier_i
 +
| s
 +
| sc
 +
| scram
 +
| scramble
 +
| scrambler
 +
| ws
 +
| warp scram
 +
| warp scrambler = icon_warp_scrambler_i
 +
| d
 +
| disruptor
 +
| wd
 +
| warp disruptor
 +
| point = icon_warp_disruptor_i
 +
| rr
 +
| remrep
 +
| remote rep
 +
| remote repair
 +
| remote repairs = Remote Repair
 +
| st
 +
| shield transfer
 +
| shield transfers
 +
| shield transporter
 +
| shield transporters = icon_shield_transporter_i
 +
| p
 +
| painter
 +
| painters
 +
| tp
 +
| target painter
 +
| target painters = icon_target_painter_i
 +
| v
 +
| vamp
 +
| vampire = Vamp
 +
| n
 +
| neut
 +
| neuts
 +
| neutralizer
 +
| en
 +
| energy neutralizer = icon_energy_neutralizer_i
 +
| wl
 +
| warfare
 +
| warfare link
 +
| warfare links = Warfare-links
 +
| small
 +
| frigate = icon_target_frigate
 +
| medium
 +
| cruiser = icon_target_cruiser
 +
| large
 +
| battleship = icon_target_battleship
 +
| fb
 +
| fighter
 +
| fighters
 +
| bomber
 +
| bombers
 +
| fighter bombers = icon_drone_bandwith
 +
| burst
 +
| ecm burst
 +
| recm
 +
| remote ecm
 +
  | remote ecm burst = icon_remote_ecm_burst_i
 +
| #default = {{{1}}}
 +
}}.png|{{#switch: {{{2|}}} | = 16 | #default = {{{2}}}}}px|{{#switch: {{{3|}}} |  =  | #default = {{{3}}}}}]]<noinclude>
 +
= Syntax =
 +
The function takes up to three parameters.
 +
* <nowiki>{{icon|parameter1|parameter2|parameter3}}</nowiki>
 +
===== Parameters =====
 +
Each of the parameters are optional, while still allowing for some customization if need be.
 +
 
 +
The ''first parameter'' is which icon to show and it will default back to the webifier icon if no parameters are given. Remember to use lower-case letters.
 +
 
 +
The ''second parameter'' is the size of the image, in pure numbers. It defaults to 16 (the ''px'' part of the size is omitted from the parameter as it is included in the template).
 +
 
 +
The ''third parameter'' is the mouse-over hint. Add this if you want custom text to be displayed when you hover over the icon. This parameter can handle links and various text-formatting but cannot take more elaborate table codes.
 +
= Examples =
 +
{| class="wikitable" style="font-size:90%;"
 +
! style="background:#222222;" | Description
 +
! style="background:#222222;" | Syntax
 +
! style="background:#222222;" | Result
 +
|-
 +
| Warp scrambler
 +
| style="background:#333333;" | <nowiki>{{icon|scram}}</nowiki>
 +
| {{User:Cassiel_seraphim/Sandbox3|scram}}
 +
|-
 +
| Warp disruptor
 +
| style="background:#333333;" | <nowiki>{{icon|point}}</nowiki>
 +
| {{User:Cassiel_seraphim/Sandbox3|point|30}}
 +
|-
 +
| Stasis webifier
 +
| style="background:#333333;" | <nowiki>{{icon||||Slower, slower, ''webbed''.}}</nowiki>
 +
| {{User:Cassiel_seraphim/Sandbox3|stasis webifier||Slower, slower, ''webbed''}}
 +
|-
 +
| ECM / Jamming
 +
| style="background:#333333;" | <nowiki>{{icon|ecm||Jamming in the [[Falcon]]!}}</nowiki>
 +
| {{User:Cassiel_seraphim/Sandbox3|ecm||Jamming in the [[Falcon]]!}}
 +
|-
 +
| Remote ECM burst
 +
| style="background:#333333;" | <nowiki>{{icon|remote ecm burst|16|Remote ECM Burst}}</nowiki>
 +
| {{User:Cassiel_seraphim/Sandbox3|remote ecm}}
 +
|-
 +
| Target painter
 +
| style="background:#333333;" | <nowiki>{{icon|tp}}</nowiki>
 +
| {{User:Cassiel_seraphim/Sandbox3|tp}}
 +
|-
 +
| Remote armour repair
 +
| style="background:#333333;" | <nowiki>{{icon|remote ecm}}</nowiki>
 +
| {{User:Cassiel_seraphim/Sandbox3|remote ecm}}
 +
|-
 +
| Shield transporter
 +
| style="background:#333333;" | <nowiki>{{icon|st|30}}</nowiki>
 +
| {{User:Cassiel_seraphim/Sandbox3|st|30}}
 +
|-
 +
| Small target
 +
| style="background:#333333;" | <nowiki>{{icon|frigate}}</nowiki>
 +
| {{User:Cassiel_seraphim/Sandbox3|frigate}}
 +
|-
 +
| Medium target
 +
| style="background:#333333;" | <nowiki>{{icon|cruiser}}</nowiki>
 +
| {{User:Cassiel_seraphim/Sandbox3|cruiser|16}}
 +
|-
 +
| Large target
 +
| style="background:#333333;" | <nowiki>{{icon|battleship|16|Large target}}</nowiki>
 +
| {{User:Cassiel_seraphim/Sandbox3|battleship|16|Large target}}
 +
|}

Revision as of 15:37, 2 April 2013

Icon stasis webifier i.png

Syntax

The function takes up to three parameters.

  • {{icon|parameter1|parameter2|parameter3}}
Parameters

Each of the parameters are optional, while still allowing for some customization if need be.

The first parameter is which icon to show and it will default back to the webifier icon if no parameters are given. Remember to use lower-case letters.

The second parameter is the size of the image, in pure numbers. It defaults to 16 (the px part of the size is omitted from the parameter as it is included in the template).

The third parameter is the mouse-over hint. Add this if you want custom text to be displayed when you hover over the icon. This parameter can handle links and various text-formatting but cannot take more elaborate table codes.

Examples

Description Syntax Result
Warp scrambler {{icon|scram}} User:Cassiel seraphim/Sandbox3
Warp disruptor {{icon|point}} User:Cassiel seraphim/Sandbox3
Stasis webifier {{icon||||Slower, slower, ''webbed''.}} User:Cassiel seraphim/Sandbox3
ECM / Jamming {{icon|ecm||Jamming in the [[Falcon]]!}} User:Cassiel seraphim/Sandbox3
Remote ECM burst {{icon|remote ecm burst|16|Remote ECM Burst}} User:Cassiel seraphim/Sandbox3
Target painter {{icon|tp}} User:Cassiel seraphim/Sandbox3
Remote armour repair {{icon|remote ecm}} User:Cassiel seraphim/Sandbox3
Shield transporter {{icon|st|30}} User:Cassiel seraphim/Sandbox3
Small target {{icon|frigate}} User:Cassiel seraphim/Sandbox3
Medium target {{icon|cruiser}} User:Cassiel seraphim/Sandbox3
Large target {{icon|battleship|16|Large target}} User:Cassiel seraphim/Sandbox3