Old Wiki:Template DgmEffectsActionsRow
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 dgmEffectsActions 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
Parameters
{{{1}}} = caption for the table
{{TableHeader|table_name}} {{DgmEffectsActionsRow|1|2|3|4|notes field; just dont}} {{DgmEffectsActionsRow|A|B|C|D|make this too long}} {{TableFooter}}
yields:
* | effectID | effectAppliedInState | nullifyOnlineEffect | nullifiedOnlineEffectID | |
1 | 2 | 3 | 4 | notes field; just dont | |
* | effectID | effectAppliedInState | nullifyOnlineEffect | nullifiedOnlineEffectID | |
A | B | C | D | make this too long | |
|- style="background-color: black;" | || || || || |- style="background-color: lightgreen;" | style="background-color: pink;" | * | style="background-color: pink;" | effectID | effectAppliedInState || nullifyOnlineEffect || nullifiedOnlineEffectID |- | style="background-color: pink;" | | align="center"|{{{1}}} || align="center"|{{{2}}} || align="center"|{{{3}}} || align="center"|{{{4}}} || align="center"|{{{5}}} |- | || || || || |- style="background-color: black;" | || || || ||