The wiki is currently a work in progress. If you'd like to help out, please check the Community Portal and our getting started guide. Also, check out our sister project on poewiki.net.
Template:Skill progression/doc

This subpage provides documentation for Template:Skill progression.
Overview
Template to show the skill level progression from semantic data based on Template:Skill or Template:Item (with skill gems).
Parameters
General Parameters
Parameter | Optional | Description |
---|---|---|
skill_id | ![]() |
The (internal) skill id of the skill to show the progression for. This is used to find the appropriate skill to show the progression for.
If this is omitted, the progression is assumed to be on the same page as the template. |
Column Parameters
Replace <N>
with the number of the argument. Start numbers with 1, and don't leave gaps. The order matters and each parameter must be specified for an individual element of N.
Code support: 1 <= N <= 9
Parameter | Optional | Description |
---|---|---|
c<N>_header | ![]() |
This the full-length version of header field in the table.
The full description of the effect using placeholders should be used here. |
c<N>_abbr | ![]() |
This is an abbreviation shown instead of the full length version.
The abbreviation should be clear and short (only a few characters at maximum). Use line breaks, i.e. <br> to break up multiple words. |
c<N>_pattern_extract | ![]() |
The lua pattern used to extract the value from the level progression. This must be an exact match.
Use capturing groups (i.e. |
c<N>_pattern_value | ![]() |
The replacement pattern to plug the values from pattern_extract into. Essentially this is how the values will be shown in each column.
The number of patterns here must match the number of values found. |