Difference between revisions of "Template:DDClass"
From DDwiki
m |
m (Adding template cat) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | <includeonly> | ||
{| | {| | ||
{| style="background:transparent" align ="right" | {| style="background:transparent" align ="right" | ||
Line 5: | Line 6: | ||
|- | |- | ||
|} | |} | ||
− | {| width=290px style="font-family: | + | {| width=290px style="font-family: verdana; padding: 6px; margin: 0 0 1em 1em; font-size: 10px; background-color: #CCCCFF; color:black; border:1px solid; float:{{{align|right}}};" |
|- | |- | ||
− | | align="center" colspan="2"|<font size="2">'''''{{ | + | | align="center" colspan="2"|<font size="2">'''''{{{title}}}'''''</font> |
|- | |- | ||
− | | | + | | align="center" colspan="2"|{{{image}}} |
|- | |- | ||
− | | style="white-space:nowrap"|''' | + | | style="white-space:nowrap"|'''Suggested Races''' |
− | | style="border: 1px black solid;"|{{{ | + | | style="border: 1px black solid; background-color: #FFFFFF"|{{{races}}} |
+ | |- | ||
+ | | style="white-space:nowrap"|'''Tier''' | ||
+ | | style="border: 1px black solid; background-color: #FFFFFF"|{{{tier}}} | ||
|- | |- | ||
| style="white-space:nowrap"|'''Unlocked By''' | | style="white-space:nowrap"|'''Unlocked By''' | ||
− | | style="border: 1px black solid;"|{{{ | + | | style="border: 1px black solid; background-color: #FFFFFF"|{{{unlocked}}} |
+ | |- | ||
+ | | '''Rewards for completion''' | ||
+ | | style="border: 1px black solid; background-color: #FFFFFF"|{{{rewards}}} | ||
+ | |- | ||
+ | | style="white-space:nowrap"|'''Skills''' | ||
+ | | style="border: 1px black solid; background-color: #FFFFFF"|{{{skills}}} | ||
|- | |- | ||
|} | |} | ||
+ | </includeonly> | ||
+ | |||
+ | <!-- Example code usage not including in viewable template --> | ||
+ | <noinclude> | ||
+ | Usage: | ||
+ | <pre><nowiki> | ||
+ | {{DDClass | ||
+ | |title=Class Name | ||
+ | |image=[[File:HeroFighterLarge.png|75px]] | ||
+ | |races=Recommended race to use | ||
+ | |tier=Tier of the class | ||
+ | |unlocked=By achieving this | ||
+ | |rewards=Completing will earn this | ||
+ | |skills= | ||
+ | Place class skills here: | ||
+ | '''Name''' - and description | ||
+ | * Or bullet if no name is given | ||
+ | |}} | ||
+ | </nowiki></pre> | ||
+ | |||
+ | <!-- Display a sample on of usage --> | ||
+ | {{DDClass | ||
+ | |title=Class Name | ||
+ | |image=[[File:HeroFighterLarge.png|75px]] | ||
+ | |races=Recommended race to use | ||
+ | |tier=Tier of the class | ||
+ | |unlocked=By achieving this | ||
+ | |rewards=Completing will earn this | ||
+ | |skills= | ||
+ | Place class skills here: | ||
+ | '''Name''' - and description | ||
+ | * Or bullet if no name is given | ||
+ | |}} | ||
+ | [[Category:Templates]] | ||
+ | </noinclude> |
Latest revision as of 20:04, 30 December 2010
Usage:
{{DDClass |title=Class Name |image=[[File:HeroFighterLarge.png|75px]] |races=Recommended race to use |tier=Tier of the class |unlocked=By achieving this |rewards=Completing will earn this |skills= Place class skills here: '''Name''' - and description * Or bullet if no name is given |}}