Old Wiki:Template TableHeader
Jump to navigation
Jump to search
Description
This template is to be used with Template:TableFooter and other templates in Category:Table Templates and cannot be used by itself as it only transcludes the beginning markup for a wiki table ({|) and not the markups for rows nor ending markups of |}.
This template in particular is meant to create the header of the table and allow parameterized caption value for parameter {{{1}}}.
Usage
Parameters
{{{1}}} = caption for the table
{{TableHeader|table_name}}
{{DgmEffectsInfoRow|1|2|3|4|5|6|7|8|9|10|11}}
{{DgmEffectsInfoRow|A|B|C|D|E|F|G|H|I|J|K}}
{{TableFooter}}
yields:
| * | effectID | targetAttributeID | sourceAttributeID | calculationTypeID | reverseCalculationTypeID | effectAppliedTo | effectAppliedBehavior |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | |
| effectApplicationType | targetEquipmentType | targetGroupIDs | stackingPenaltyApplied | ||||
| 8 | 9 | 10 | 11 | {{{12}}} | |||
| * | effectID | targetAttributeID | sourceAttributeID | calculationTypeID | reverseCalculationTypeID | effectAppliedTo | effectAppliedBehavior |
| A | B | C | D | E | F | G | |
| effectApplicationType | targetEquipmentType | targetGroupIDs | stackingPenaltyApplied | ||||
| H | I | J | K | {{{12}}} | |||
{{{1}}}