Difference between revisions of "Template:Profession chart/doc"
From Pangaea Wiki
MyraMidnight (Talk | contribs) |
MyraMidnight (Talk | contribs) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{documentation subpage}} | |
+ | This template simply combines the {{tl|Profession chart/requirements}} and {{tl|Profession chart/statcaps}} templates together so it can be filled out as a single template. | ||
== usage == | == 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 <code>restrictions=yes</code> parameter. | 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 <code>restrictions=yes</code> parameter. | ||
===parameters=== | ===parameters=== | ||
*<code>prof=</code> name of profession | *<code>prof=</code> name of profession | ||
− | |||
*:<code>reqstrength=</code> | *:<code>reqstrength=</code> | ||
*:<code>reqdexterity=</code> | *:<code>reqdexterity=</code> | ||
Line 10: | Line 10: | ||
*:<code>reqskill=</code> list of required skills | *:<code>reqskill=</code> list of required skills | ||
*:<code>anyskill=</code> list of any skills | *:<code>anyskill=</code> list of any skills | ||
− | |||
− | |||
*:<code>capstrength=</code> | *:<code>capstrength=</code> | ||
*:<code>capdexterity=</code> | *:<code>capdexterity=</code> | ||
Line 20: | Line 18: | ||
*:<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 30: | Line 25: | ||
| reqdexterity = | | reqdexterity = | ||
| reqintelligence = | | reqintelligence = | ||
− | | | + | | reqskill = <!-- Required Skills list --> |
− | | | + | | anyskill = <!-- Any Skills list --> |
| capstrength = | | capstrength = | ||
| capdexterity = | | capdexterity = | ||
Line 40: | Line 35: | ||
| tertiary = <!-- Tertiary Skills list --> | | tertiary = <!-- Tertiary Skills list --> | ||
| penalty = <!-- Penalty Skills list --> | | penalty = <!-- Penalty Skills list --> | ||
− | |||
}} | }} | ||
</pre> | </pre> | ||
+ | |||
+ | == See also == | ||
+ | :{{tl|Profession chart/requirements}} | ||
+ | :{{tl|Profession chart/statcaps}} | ||
+ | :{{tl|Profession chart/restrictions}} | ||
+ | |||
+ | <includeonly>[[category:template-forms]]</includeonly> |
Latest revision as of 13:21, 13 August 2018
This template simply combines the {{Profession chart/requirements}} and {{Profession chart/statcaps}} templates together so it can be filled out as a single template.
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 = <!-- Required Skills list --> | anyskill = <!-- Any Skills list --> | capstrength = | capdexterity = | capintelligence = | capcombined = | primary = <!-- Primary Skills list --> | secondary = <!-- Secondary Skills list --> | tertiary = <!-- Tertiary Skills list --> | penalty = <!-- Penalty Skills list --> }}
See also