Difference between revisions of "Template:FullClassBox"

From AetoliaWiki
Jump to navigation Jump to search
 
(22 intermediate revisions by the same user not shown)
Line 4: Line 4:
|title        = {{{class_name|Needs class_name}}}
|title        = {{{class_name|Needs class_name}}}
|caption      = {{{caption|Needs caption}}}
|caption      = {{{caption|Needs caption}}}
|labelstyle  = width:40%;
|labelstyle  = width:33%;


|header1  = Classification
|header1  = Classification
Line 13: Line 13:
|data3    = {{{city|Needs city}}}
|data3    = {{{city|Needs city}}}
|label4  = Guild
|label4  = Guild
|data4    = {{{guild|Needs guild}}}
|data4    = {{#if:{{{guild|}}}|[[{{{guild|}}}_(Guild)|{{{guild|}}}]] }}
|label5  = Tutor
|data5    = {{{tutor|}}}
|label6  = Mirror
|data6    = {{#if:{{{mirror|}}}|{{class|{{{mirror}}}}} }}


|header5   = Basics
|header7   = Basics


|label6   = Attacks
|label8   = Attacks
|data6   = {{{attacks|Needs attacks, ie: phys - bal - str}}}
|data8   = {{{attacks|Needs attacks, ie: phys - bal - str}}}
|label7   = Armor
|label9   = Armor
|data7   = {{{armor|Needs armor}}}
|data9   = {{{armor|Needs armor}}}
|label8   = Weapons
|label10   = Weapons
|data8   = {{{weapons|Needs weapons}}}
|data10   = {{{weapons|Needs weapons}}}


|header9 = Skillsets
|header11 = Skillsets


|data10   = [[{{{skillset_1|Needs skillset_1}}}]]
|data12   = [[{{{skillset_1|}}}_(skill)|{{{skillset_1|Needs skillset_1}}}]]
|data11    = [[{{{skillset_2|Needs skillset_2}}}]]
|data13  = [[{{{skillset_2|}}}_(skill)|{{{skillset_2|Needs skillset_2}}}]]
|data12    = [[{{{skillset_3|Needs skillset_3}}}]]
|data14  = [[{{{skillset_3|}}}_(skill)|{{{skillset_3|Needs skillset_3}}}]]




Line 37: Line 41:


----
----
'''Syntax:'''
<pre>{{FullClassBox
| class_name = Templar
| alignment  = [[Spirit]]
| city = [[Enorian]]
| guild = Templars
| mirror = Revenant
| attacks = phys - bal - str
| armor = fieldplate
| weapons = varies widely
| skillset_1 = Battlefury
| skillset_2 = Righteousness
| skillset_3 = Bladefire
}}
OR
{{FullClassBox
| class_name = Predator
| alignment  = Neutral
| city = (none)
| tutor = Sigurd v76795
| attacks = phys - bal - dex
| armor = leather
| weapons = sitara
| skillset_1 = Knifeplay
| skillset_2 = Predation
| skillset_3 = Beastmastery
}}
</pre>
* '''class_name ''': The exact name of the class.
* '''alignment'''  : Spirit/Shadow should be enclosed in square brackets, Neutral should not.
* '''city'''      : Enclose in square brackets to link to the city's page.
* '''guild'''      : Without square brackets, the template appends _(Guild) to the page name for the link.
* '''tutor'''      : For unguilded classes, use this instead of 'guild'. e.g.: Sigurd v76795
* '''mirror'''    : The exact name of the mirror class, the template will create the link; this is optional, for neutral classes
* '''attacks'''    : phys/magic - bal/eq - str/dex/int
* '''armor'''      : Class's armor weight per HELP ARMOR
* '''weapons'''    : The weapon(s) this class will wield
* '''skillset_1 ''': Primary skillset, the one with all the main attacks in it
* '''skillset_2 ''': Second skillset, usually with defense/utility abilities
* '''skillset_3 ''': Tertiary skillset, usually PvP only


[[Category:Templates]]
[[Category:Templates]]
[[Category:Infobox Templates]]</noinclude>
[[Category:Infobox Templates]]</noinclude>

Latest revision as of 15:16, 21 September 2024



Syntax:

{{FullClassBox
| class_name = Templar
| alignment  = [[Spirit]]
| city = [[Enorian]]
| guild = Templars
| mirror = Revenant
| attacks = phys - bal - str
| armor = fieldplate
| weapons = varies widely
| skillset_1 = Battlefury
| skillset_2 = Righteousness
| skillset_3 = Bladefire
}}

OR

{{FullClassBox
| class_name = Predator
| alignment  = Neutral
| city = (none)
| tutor = Sigurd v76795
| attacks = phys - bal - dex
| armor = leather
| weapons = sitara
| skillset_1 = Knifeplay
| skillset_2 = Predation
| skillset_3 = Beastmastery
}}
  • class_name : The exact name of the class.
  • alignment  : Spirit/Shadow should be enclosed in square brackets, Neutral should not.
  • city  : Enclose in square brackets to link to the city's page.
  • guild  : Without square brackets, the template appends _(Guild) to the page name for the link.
  • tutor  : For unguilded classes, use this instead of 'guild'. e.g.: Sigurd v76795
  • mirror  : The exact name of the mirror class, the template will create the link; this is optional, for neutral classes
  • attacks  : phys/magic - bal/eq - str/dex/int
  • armor  : Class's armor weight per HELP ARMOR
  • weapons  : The weapon(s) this class will wield
  • skillset_1 : Primary skillset, the one with all the main attacks in it
  • skillset_2 : Second skillset, usually with defense/utility abilities
  • skillset_3 : Tertiary skillset, usually PvP only