Difference between revisions of "Template:Profession chart/doc"
From Pangaea Wiki
MyraMidnight (Talk | contribs) |
MyraMidnight (Talk | contribs) m |
||
| Line 17: | Line 17: | ||
*:<code>tertiary=</code> list of tertiary skills | *:<code>tertiary=</code> list of tertiary skills | ||
*:<code>penalty=</code> list of penalty skills | *:<code>penalty=</code> list of penalty skills | ||
| − | |||
<pre> | <pre> | ||
| Line 35: | Line 34: | ||
| tertiary = <!-- Tertiary Skills list --> | | tertiary = <!-- Tertiary Skills list --> | ||
| penalty = <!-- Penalty Skills list --> | | penalty = <!-- Penalty Skills list --> | ||
| − | |||
}} | }} | ||
</pre> | </pre> | ||
Revision as of 09:15, 13 August 2018
usage
You need to specify each table for it to display: for eample if you do not want to show the "restrictions" table, then simply exclude the restrictions=yes parameter.
parameters
prof=name of professionreqstrength=reqdexterity=reqintelligence=reqskill=list of required skillsanyskill=list of any skillscapstrength=capdexterity=capintelligence=capCombined=primary=list of primary skillssecondary=list of secondary skillstertiary=list of tertiary skillspenalty=list of penalty skills
{{profession chart
| prof =
| reqstrength =
| reqdexterity =
| reqintelligence =
| reqSkill =
| anySkill =
| capstrength =
| capdexterity =
| capintelligence =
| capcombined =
| primary = <!-- Primary Skills list -->
| secondary = <!-- Secondary Skills list -->
| tertiary = <!-- Tertiary Skills list -->
| penalty = <!-- Penalty Skills list -->
}}