Difference between revisions of "Template:Honor index"

From Pathfinder Wiki
(Add debug argument and debug data)
Line 24: Line 24:
 
|namespace=
 
|namespace=
 
}}
 
}}
argInCat={{#var:argIncCat}}
+
{{#if:{{{debug|}}}|
 +
*argIncCat = {{#var:argIncCat}}
 +
*category = {{#var:category}}
 +
*tablerow = {{#var:tablerow}}
 +
*tableheader = {{#var:tableheader}}
 +
*selectedcolumns = {{#var:selectedcolumns}}
 +
}}
 
</includeonly>
 
</includeonly>
 
<noinclude><nowiki />{{Honor index
 
<noinclude><nowiki />{{Honor index

Revision as of 01:42, 9 March 2021




This template creates a table view, containing the honors in this wiki. The columns shown can be modified also it can be defined which categories should be included and which excluded.

It is very complex so I try to explain what is going on. First in the template we create the needed variables for defining the table (text's of the header, wanted columns, row template). After we did that magic, we have the magic that enables the template to have a dynamic count of needed (included) categories.

That is the whole preparation. Now we only let DPL do it's magic and a nice table will be created... hopefully ;)

Template parameters

ParameterDescriptionTypeStatus
Shown columns (and order)columnselection

This defines the shown columns and the order of those. Each column needs to be seperated by a ":" and it needs to be started with a ":". Possible columns are: honorname, insignia, category, authority, skill, year

Default
:honorname:insignia:category:authority:skill:year
Example
:honorname:insignia:category:authority:skill:year
Auto value
:honorname:insignia:category:authority:skill:year
Unknownoptional
First excluded Categoryexcat1

The honor isn't allowed to be in that category.

Example
AY Honors/Approved by General Conference
Auto value
Unknownoptional
Second excluded Categoryexcat2

The honor isn't allowed to be in that category.

Example
AY Honors/Approved by General Conference
Unknownoptional
Third excluded Categoryexcat3

The honor isn't allowed to be in that category.

Example
AY Honors/Approved by General Conference
Unknownoptional
Fourth excluded Categoryexcat4

The honor isn't allowed to be in that category.

Example
AY Honors/Approved by General Conference
Unknownoptional
Fifth excluded Categoryexcat5

The honor isn't allowed to be in that category.

Example
AY Honors/Approved by General Conference
Unknownoptional
Included Categorycatn

This category needs to be included. The n needs to be replaced with an upcounting number, that way it is possible to add multiple categories. An honor included in the list needs to have every added category. For example add those arguments: cat1=mycategory1|cat2=mycategory2 and so on.

Example
AY Honors/Skill Level 1
Unknownoptional