Template:Sandbox/MoonOverMira/class attributes

From Path of Exile Wiki
Revision as of 03:16, 4 March 2023 by MoonOverMira (talk | contribs) (Created page with "<includeonly>{{#invoke:Class attributes|character_class_table}}</includeonly><noinclude>{{documentation}}</noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template documentation[view] [edit] [history] [purge]


Lua logo

This template uses the following modules:

Overview

Creates a table of classes and their base attributes. This data comes from Module:Game, though similar information can be found in Special:CargoTables/character_classes.

Parameters

The only required parameter is cols.

Parameter Value Description
cols str A comma-separated list of the attributes to include as columns. Valid attributes are str, dex, and int.
show_total bool Whether to include the total of the attributes as a column at the end.
sort_col str An attribute to sort the table by. Only one of the valid attributes should be given.
reverse_sort bool Whether to sort the attribute column given by sort_col from greatest to least instead of from least to greatest.

Examples

Description Usage Result
All attributes and a total
{{Sandbox/MoonOverMira/class attributes
|cols=str,dex,int
|show_total=true
}}
Script error: No such module "Class attributes".
A single attribute, sorted from greatest to least
{{Sandbox/MoonOverMira/class attributes
|cols=str
|sort_col=str
|reverse_sort=true
}}
Script error: No such module "Class attributes".