Old Wiki:Template DgmShipBonusModifierRow

From EVEmu Wiki
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 dgmShipBonusModifiers 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}}
{{DgmShipBonusModifierRow|1|2|3|4|5|6|7|8|9|10|notes field; just type whatever}}
{{DgmShipBonusModifierRow|A|B|C|D|E|F|G|H|I|J|description you want for each row}}
{{TableFooter}}

yields:



table_name
* effectID attributeSkillID sourceAttributeID targetAttributeID calculationTypeID reverseCalculationTypeID
1 2 3 4 5 6
effectAppliedTo targetEquipmentType targetGroupIDs targetChargeSize
7 8 9 10 notes field; just type whatever
* effectID attributeSkillID sourceAttributeID targetAttributeID calculationTypeID reverseCalculationTypeID
A B C D E F
effectAppliedTo targetEquipmentType targetGroupIDs targetChargeSize
G H I J description you want for each row



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