Old Wiki:Template TableFooter
Jump to navigation
Jump to search
Description
This template is to be used with Template:TableHeader and cannot be used by itself as it only transcludes the ending markup for a wiki table (|}) and not the markups for rows nor beginning markups of |}.
This template in particular is meant to create the footer of the table.
Usage
{{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}}} | |||
|}