Old Wiki:Template TableFooter

From EVEmu Wiki
Revision as of 16:33, 3 April 2021 by Admin (talk | contribs) (Bot: Automated import of articles)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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:



table_name
* 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}}}

|}