Difference between revisions of "User:Azymn/Template:SkillBrick"
ADVERTISEMENT
From Diablo Wiki
(note to self: space at beginning of line 'auto-pre's) |
|||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
==Usage== | ==Usage== | ||
− | Creates a | + | Creates a skill preview box. For example, this: |
<pre> | <pre> | ||
− | {{SkillBrick|skill=Magic Missile}} | + | {{User:Azymn/Template:SkillBrick |
+ | |skill=Magic Missile | ||
+ | |image=Skill_witchdoctor_locustswarm_icon.gif | ||
+ | |description=Emanate a beam of pure energy dealing arcane damage each second. | ||
+ | }} | ||
</pre> | </pre> | ||
...would produce this: | ...would produce this: | ||
{{User:Azymn/Template:SkillBrick | {{User:Azymn/Template:SkillBrick | ||
|skill=Magic Missile | |skill=Magic Missile | ||
− | |||
− | |||
|image=Skill_witchdoctor_locustswarm_icon.gif | |image=Skill_witchdoctor_locustswarm_icon.gif | ||
− | + | |description=Emanate a beam of pure energy dealing arcane damage each second. | |
− | |||
− | |description=Emanate a beam of pure energy dealing arcane damage each second | ||
}} | }} | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
− | + | {|style="width:300px;" | |
− | + | |- | |
− | <div | + | | |
− | <div style=" | + | [[Image:{{{image}}}|left|60px]] |
− | < | + | <div>[[{{{skill}}}]] <span style="font-size:0.8em; font-weight:normal;"><nowiki>[</nowiki><span class="plainlinks">[[Template:SkillBrick&action=edit|e]]</span><nowiki>]</nowiki></span></div> |
− | + | <div style="font-size:0.9em;"> | |
− | + | <span style="color:#c0c0c0;">{{{description}}}</span> | |
− | |||
− | |||
− | |||
</div> | </div> | ||
+ | |} | ||
</includeonly> | </includeonly> |
Latest revision as of 06:43, 9 April 2009
Usage[edit | edit source]
Creates a skill preview box. For example, this:
{{User:Azymn/Template:SkillBrick |skill=Magic Missile |image=Skill_witchdoctor_locustswarm_icon.gif |description=Emanate a beam of pure energy dealing arcane damage each second. }}
...would produce this:
Emanate a beam of pure energy dealing arcane damage each second. |