Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in or
create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision |
Your text |
Line 1: |
Line 1: |
| <span style="display: inline-block;">{{#if:{{{icon|}}}|
| | {{#if:{{{icon|}}}|[[File:{{{icon|tool}}}_icon.png|16px|middle|link={{{1|}}}]]}}[[{{{1|}}}|<span class="{{{color|normal}}}">{{#if:{{{pre|}}}|{{{pre}}} }}{{#if:{{{text|}}}|{{{text}}}|{{{1|}}}}}{{#if:{{{post|}}}| {{{post}}}}}</span>]]<noinclude> |
| {{#switch:{{{icon}}}
| |
| | sword
| |
| | gun
| |
| | cane
| |
| | frame
| |
| | unit
| |
| | shield
| |
| | mag
| |
| | disk
| |
| | mate
| |
| | fluid
| |
| | tool
| |
| | meseta
| |
| | trap
| |
| | untekked
| |
| | quest
| |
| | quest category
| |
| | viridia
| |
| | greenill
| |
| | skyly
| |
| | bluefull
| |
| | purplenum
| |
| | pinkal
| |
| | redria
| |
| | oran
| |
| | yellowboze
| |
| | whitill
| |
| | male
| |
| | female = [[File:{{{icon}}}_icon.png|16px|middle|link={{#if:{{{nolink|}}}||{{#ifeq:{{PAGENAME}}|{{{1|}}}||{{{1|}}}}}}}]]
| |
| | #default = [[File:{{{icon}}}.png|16px|middle|link={{#if:{{{nolink|}}}||{{#ifeq:{{PAGENAME}}|{{{1|}}}||{{{1|}}}}}}}]]
| |
| }}}}{{#if:{{{nolink|}}}|<span class="{{{color|link}}}">{{#if:{{{pre|}}}|{{{pre}}} }}{{#if:{{{text|}}}|{{{text}}}|{{#if:{{{2|}}}|{{{2}}}|{{{1|}}}}}}}{{#if:{{{post|}}}| {{{post}}}}}</span>|{{#ifeq:{{PAGENAME}}|{{{1|}}}|<span class="{{{color|link}}}">{{#if:{{{pre|}}}|{{{pre}}} }}{{#if:{{{text|}}}|{{{text}}}|{{#if:{{{2|}}}|'''{{{2}}}'''|'''{{{1|}}}'''}}}}{{#if:{{{post|}}}|''' {{{post}}}'''}}</span>|[[{{{1|}}}|<span class="{{{color|link}}}">{{#if:{{{pre|}}}|{{{pre}}} }}{{#if:{{{text|}}}|{{{text}}}|{{#if:{{{2|}}}|{{{2}}}|{{{1|}}}}}}}{{#if:{{{post|}}}| {{{post}}}}}</span>]]}}}}</span><noinclude>
| |
|
| |
|
| ==Usage and example== | | ==Usage and example== |
| <pre> | | <pre> |
| {{Link|icon=gun|color=attributes|pre=Charge|Vulcan|post=+9}} | | {{ItemLink|icon=gun|color=attributes|pre=Charge|Vulcan|post=+9}} |
| </pre> | | </pre> |
| {{Link|icon=gun|color=attributes|pre=Charge|Vulcan|post=+9}} | | {{ItemLink|icon=gun|color=attributes|pre=Charge|Vulcan|post=+9}} |
| <pre> | | <pre> |
| {{Link|icon=sword|Saber}} | | {{ItemLink|icon=sword|Saber}} |
| </pre> | | </pre> |
| {{Link|icon=sword|Saber}} | | {{ItemLink|icon=sword|Saber}} |
| <pre> | | <pre> |
| 5-{{Link|color=rare|Event Egg|Egg}} Gamble | | 5-{{ItemLink|color=rare|Event Egg|text=Egg}} Gamble |
| </pre> | | </pre> |
| 5-{{Link|color=rare|Event Egg|Egg}} Gamble | | 5-{{ItemLink|color=rare|Event Egg|text=Egg}} Gamble |
| <pre>
| |
| {{Link|icon=shifta|Shifta}} users
| |
| </pre>
| |
| {{Link|icon=shifta|Shifta}} users
| |
| <pre>
| |
| {{Link|icon=untekked|color=untekked|nolink=1|Special Weapon}}
| |
| </pre>
| |
| {{Link|icon=untekked|color=untekked|nolink=1|Special Weapon}}
| |
| </noinclude> | | </noinclude> |