Difference between revisions of "Template:DDClass"
From DDwiki
m |
m (Adding template cat) |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | <includeonly> | ||
{| | {| | ||
{| style="background:transparent" align ="right" | {| style="background:transparent" align ="right" | ||
| Line 7: | Line 8: | ||
{| 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}}};" | {| 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}}} | | align="center" colspan="2"|{{{image}}} | ||
| Line 17: | Line 18: | ||
| style="border: 1px black solid; background-color: #FFFFFF"|{{{tier}}} | | style="border: 1px black solid; background-color: #FFFFFF"|{{{tier}}} | ||
|- | |- | ||
| − | | style="white-space:nowrap"|'''Unlocked''' | + | | style="white-space:nowrap"|'''Unlocked By''' |
| style="border: 1px black solid; background-color: #FFFFFF"|{{{unlocked}}} | | 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="white-space:nowrap"|'''Skills''' | ||
| Line 24: | Line 28: | ||
|- | |- | ||
|} | |} | ||
| + | </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
|}}
