Difference between revisions of "User:Dr. Scaphandre/Sandbox/Table icon"
(Let's see if I still can do templates... (edit is approved)) |
|||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
− | {{icon item|1={{{image|{{{1}}}}}}|2={{{size|{{{3|100x100px}}}}}}| | + | {{icon item|1={{{image|{{{1}}}}}}|2={{{size|{{{3|100x100px}}}}}}|link=}} |
<br /> | <br /> | ||
{{#if:{{{2|}}}|<small>{{{2|}}}</small><br />|}} | {{#if:{{{2|}}}|<small>{{{2|}}}</small><br />|}} | ||
'''{{{title}}}''' | '''{{{title}}}''' | ||
</includeonly> | </includeonly> | ||
+ | <noinclude> | ||
+ | {{doc begin}} | ||
+ | === Usage === | ||
+ | {{tl|Table icon}} is for use in weapon and taunt tables. | ||
+ | |||
+ | === Examples === | ||
+ | {| class="wikitable grid" width="60%" | ||
+ | |- | ||
+ | ! class="header" | Code | ||
+ | ! class="header" | Result | ||
+ | |- | ||
+ | | {{tlx|table icon|Dalokohs Bar}} | ||
+ | | align="center" | {{User:Dr. Scaphandre/Sandbox/Table icon|Dalokohs Bar|title=W0t}} | ||
+ | |- | ||
+ | | {{tlx|table icon|Dalokohs Bar|Craftable}} | ||
+ | | align="center" | {{table icon|Dalokohs Bar|Craftable}} | ||
+ | |- | ||
+ | | {{tlx|table icon|Dalokohs Bar|3=link=Fishcake}} | ||
+ | | align="center" | {{table icon|Dalokohs Bar|link=Fishcake}} | ||
+ | |- | ||
+ | | {{tlx|table icon|Dalokohs Bar|3=image=Mad Milk}} | ||
+ | | align="center" | {{table icon|Dalokohs Bar|image=Mad Milk}} | ||
+ | |- | ||
+ | | {{tlx|table icon|Dalokohs Bar|3=title=Chocolaty Goodness}} | ||
+ | | align="center" | {{table icon|Dalokohs Bar|title=Chocolaty Goodness}} | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | [[Category:Formatting templates|Table icon]] | ||
+ | </noinclude> |
Revision as of 19:48, 26 August 2015
Documentation for Dr. Scaphandre/Sandbox/Table icon
Usage
{{Table icon}}
is for use in weapon and taunt tables.
Examples
Code | Result |
---|---|
{{table icon|Dalokohs Bar}}
|
|
{{table icon|Dalokohs Bar|Craftable}}
|
Craftable Dalokohs Bar |
{{table icon|Dalokohs Bar|link=Fishcake}}
|
Dalokohs Bar |
{{table icon|Dalokohs Bar|image=Mad Milk}}
|
Dalokohs Bar |
{{table icon|Dalokohs Bar|title=Chocolaty Goodness}}
|
Chocolaty Goodness |