Difference between revisions of "Template:AddAttributePoints/doc"

From Istaria Lexica

 
(No difference)

Latest revision as of 21:38, 25 September 2022

Description[edit]

Sets properties for skill points. You can finally display those in a table using Template:ShowAttributePoints.

  • Try out this template in your sandbox
  • Find pages using this template
  • If first parameter is not provided, do nothing.

Syntax[edit]

{{AddAttributePoints|name|points=|maxpoints=}}

Parameters[edit]

{{AddAttributePoints
|              = Name of the attribute (ex. Health, Strength, Dexterity).
|points        = Points gained each level. (Integer only!)
|maxpoints     = (optional) Maximum points gained when on maximum level. (Integer only!)
}}

Example[edit]

{{AddAttributePoints|Strength|points=6|maxpoints=750}}
{{AddAttributePoints|Dexterity|points=11|maxpoints=1100}}
{{AddAttributePoints|Focus|points=10|maxpoints=1000}}
{{ShowAttributePoints}}