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

From Pangaea Wiki
Jump to: navigation, search
m
 
(8 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>requirements=yes</code>
 
 
*:<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>statcaps=yes</code>
 
 
*:<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
 
*<code>restrictions=yes</code>
 
*:<code>armor=</code> armor restrictions
 
  
 
<pre>
 
<pre>
 
{{profession chart
 
{{profession chart
 
  | prof =  
 
  | prof =  
| requirements = yes <!--  ~~~~~~~~~~ Requirements -->
 
 
  | reqstrength =  
 
  | reqstrength =  
 
  | reqdexterity =  
 
  | reqdexterity =  
 
  | reqintelligence =  
 
  | reqintelligence =  
  | reqSkill =  
+
  | reqskill = <!-- Required Skills list -->
  | anySkill =
+
  | anyskill = <!--  Any Skills list -->
  | statcaps = yes <!--  ~~~~~~~~~~ Statcaps-->
+
 
  | capstrength =  
 
  | capstrength =  
 
  | capdexterity =  
 
  | capdexterity =  
Line 42: Line 35:
 
  | tertiary = <!-- Tertiary Skills list -->
 
  | tertiary = <!-- Tertiary Skills list -->
 
  | penalty = <!-- Penalty Skills list -->
 
  | penalty = <!-- Penalty Skills list -->
| restrictions = yes <!--  ~~~~~~~~~~ Restrictions-->
 
| 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}}