Difference between revisions of "Old Wiki:Template DgmSkillBonusModifierRow"

From EVEmu Wiki
Jump to navigation Jump to search
(Bot: Automated import of articles)
 
(No difference)

Latest revision as of 16:32, 3 April 2021



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

yields:



table_name
* skillID effectID sourceAttributeID targetAttributeID calculationTypeID reverseCalculationTypeID
1 2 3 4 5 6
effectAppliedTo targetEquipmentType targetGroupIDs targetChargeSize
7 8 9 10 notes field; just type whatever
* skillID effectID 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;" | skillID | effectID || 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;" | | style="background-color: lightblue;" | effectAppliedTo || targetEquipmentType || targetGroupIDs || targetChargeSize |- | style="background-color: white;" | | align="center"|{{{7}}} || align="center"|{{{8}}} || align="center"|{{{9}}} || align="center"|{{{10}}} || align="center"|{{{11}}} |- style="background-color: black;" | || || || || || ||