From EQ2i, the EverQuest II wiki
Parameters
- width
- width in pixels or a percentage of the screen (i.e. 200,25%,100% are all vaid values)
- archetype
- Name of the Archetype (i.e. Mage, Priest, Fighter or Scout)
- class1
- Class 1
- c1sc1
- Class 1, Subclass 1
- c1sc2
- Class 1, Subclass 2
Calling
{{ClassTable|
width = |
archetype = |
bordercolor = |
strongcolor = |
weakcolor = |
class1 = |
c1sc1 = |
c1sc2 = |
}}
Example
if your code looks like this (taken from Sorcerer:
{{ClassTable|
width = 50%|
archetype = Mage|
bordercolor = #bfa3b1|
strongcolor = #f2e0e0|
weakcolor = #fff5f5|
class1 = Sorcerer|
c1sc1 = Warlock|
c1sc2 = Wizard|
}}