Difference between revisions of "Template:UserSkill"
From Wiki
(Initial entry) |
(added use info) |
||
| Line 1: | Line 1: | ||
| − | <div style="background:{{#if: {{{background|}}}|{{{background}}}|#DCE3F7}}; width: | + | <includeonly> |
| + | <div style="background:{{#if: {{{background|}}}|{{{background}}}|#DCE3F7}}; width:57px; height:38px; border:{{#switch:{{{level}}}|Grandmaster= 3px solid gold|Legendary= 3px solid gold| }}; padding:-10px;"> | ||
<div style="position:relative; left:-1px; top:-1px;">[[Image:{{{skillname}}}.gif|62px]]</div> | <div style="position:relative; left:-1px; top:-1px;">[[Image:{{{skillname}}}.gif|62px]]</div> | ||
</div> | </div> | ||
| + | </includeonly> | ||
| + | <noinclude> | ||
| + | This template is used to create a nice looking flag icon representing skills in UO. | ||
| + | |||
| + | ==Use== | ||
| + | The following example will display the icon below. | ||
| + | |||
| + | <pre> | ||
| + | {{UserSkill | ||
| + | |skillname=Evaluate_Intelligence | ||
| + | |level=Legendary | ||
| + | }} | ||
| + | </pre> | ||
| + | |||
| + | |||
| + | {{UserSkill | ||
| + | |skillname=Evaluate_Intelligence | ||
| + | |level=Legendary | ||
| + | }} | ||
| + | </noinclude> | ||
Revision as of 20:00, 17 June 2010
This template is used to create a nice looking flag icon representing skills in UO.
Use
The following example will display the icon below.
{{UserSkill
|skillname=Evaluate_Intelligence
|level=Legendary
}}