Difference between revisions of "Template:Profession chart/doc"

From Pangaea Wiki
Jump to: navigation, search
(Created page with "{{profession table}} == usage == *<code>prof=</code> name of profession *<code>reqstrength=</code> *<code>reqdexterity=</code> *<code>reqintelligence=</code> *<code>reqskill=<...")
 
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{profession table}}
+
{{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.
 +
===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>
*<code>reqintelligence=</code>
+
*:<code>reqintelligence=</code>
*<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>
*<code>capintelligence=</code>
+
*:<code>capintelligence=</code>
*<code>capCombined=</code>
+
*:<code>capCombined=</code>
*<code>primary=</code> list of primary skills
+
*:<code>primary=</code> list of primary skills
*<code>secondary=</code> list of secondary skills
+
*:<code>secondary=</code> list of secondary skills
*<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
*<code>armor=</code> armor restrictions
+
  
 
<pre>
 
<pre>
{{profession table
+
{{profession chart
| prof =
+
| prof =  
| reqstrength =
+
| reqstrength =  
| reqdexterity =
+
| reqdexterity =  
| reqintelligence =
+
| reqintelligence =  
| reqSkill =
+
| reqskill = <!--  Required Skills list -->
| anySkill =
+
| anyskill = <!--  Any Skills list -->
| capstrength =
+
| capstrength =  
| capdexterity =
+
| capdexterity =  
| capintelligence =
+
| capintelligence =  
| capcombined =
+
| capcombined =  
| primary =
+
| primary = <!--  Primary Skills list -->
| secondary =
+
| secondary = <!-- Secondary Skills list -->
| tertiary =
+
| tertiary = <!-- Tertiary Skills list -->
| penalty =
+
| penalty = <!-- Penalty Skills list -->
| armor =
+
 
}}
 
}}
 
</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 is a documentation subpage for Template:Profession chart.
It contains usage information, categories and other content that is not part of the original template page.

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 profession
    reqstrength=
    reqdexterity=
    reqintelligence=
    reqskill= list of required skills
    anyskill= list of any skills
    capstrength=
    capdexterity=
    capintelligence=
    capCombined=
    primary= list of primary skills
    secondary= list of secondary skills
    tertiary= list of tertiary skills
    penalty= 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

{{Profession chart/requirements}}
{{Profession chart/statcaps}}
{{Profession chart/restrictions}}