Old Wiki:Template DgmEffectsInfoRow

From EVEmu Wiki
Revision as of 16:32, 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 Template:TableFooter and cannot be used by itself as it only transcludes a few rows of a wiki table but not the beginning nor ending markups of {| and |}.

This template in particular is meant to create entries for the dgmEffectsInfo table and so it has as many parameters as the table has, so see the reference for the table to know how many parameters to supply this template.

Usage

{{TableHeader|table_name}}
{{DgmEffectsInfoRow|1|2|3|4|5|6|7|8|9|10|11|notes field; just type whatever}}
{{DgmEffectsInfoRow|A|B|C|D|E|F|G|H|I|J|K|description you want for each row}}
{{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 notes field; just type whatever
* effectID targetAttributeID sourceAttributeID calculationTypeID reverseCalculationTypeID effectAppliedTo effectAppliedBehavior
A B C D E F G
effectApplicationType targetEquipmentType targetGroupIDs stackingPenaltyApplied
H I J K description you want for each row



|- style="background-color: black;" | || || || || || || || |- style="background-color: lightblue;" | style="background-color: orange;" | * | style="background-color: orange;" | effectID | targetAttributeID || sourceAttributeID || calculationTypeID || reverseCalculationTypeID || effectAppliedTo || effectAppliedBehavior |- | style="background-color: orange;" | | align="center"|{{{1}}} || align="center"|{{{2}}} || align="center"|{{{3}}} || align="center"|{{{4}}} || align="center"|{{{5}}} || align="center"|{{{6}}} || align="center"|{{{7}}} |- style="background-color: lightblue;" | style="background-color: orange;" | | effectApplicationType || targetEquipmentType || targetGroupIDs || stackingPenaltyApplied |- | || align="center"|{{{8}}} || align="center"|{{{9}}} || align="center"|{{{10}}} || align="center"|{{{11}}} || align="center"|{{{12}}} |- style="background-color: black;" | || || || || || || ||