Template:OBDtrBK: Difference between revisions

From OniGalore
Jump to navigation Jump to search
mNo edit summary
(changed background to #888888 so that I can actually see blue page links against it; +documentation)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#696969"
<includeonly>|- align=center valign=top bgcolor="#888888"
| COLSPAN=5 | <FONT SIZE=2 COLOR="#FFFFFF">{{{1|First element (black outline)}}}</FONT><noinclude>[[Category:General table templates]]</noinclude>
| colspan=5 | <font size=2 color="#FFFFFF">{{{1|First element (black outline)}}}</font></includeonly><noinclude>
For placing a note above a group of rows in a table (typically used in OBD). The dark background provides a visual separation of the previous rows from the following rows without interrupting the table layout. Sample:
{| class="wikitable"
{{OBDtr|...|...|...|...|...|...}}
{{OBDtr|0xC64|float|FF22FF|00 00 80 3F|1.000000|maximum body scaling factor}}
{{OBDtrBK|The following 7 float values are ONCC specific multipliers for 7 PAR3 DamageTypes. See the [[Particle damage types]] page for DamageTypes description.<br>
These multipliers affect only StunDamage and Knockback, not the Damage.}}
{{OBDtr| 0xC68 | float    |FF22FF| 00 00 00 00 | 0.000000    | "Normal" DamageType multiplier }}
{{OBDtr|...|...|...|...|...|...}}
|}
[[Category:Table templates]]</noinclude>

Latest revision as of 19:02, 14 October 2021

For placing a note above a group of rows in a table (typically used in OBD). The dark background provides a visual separation of the previous rows from the following rows without interrupting the table layout. Sample:

... ... ... ... ...
0xC64 float 00 00 80 3F 1.000000 maximum body scaling factor
The following 7 float values are ONCC specific multipliers for 7 PAR3 DamageTypes. See the Particle damage types page for DamageTypes description.

These multipliers affect only StunDamage and Knockback, not the Damage.

0xC68 float 00 00 00 00 0.000000 "Normal" DamageType multiplier
... ... ... ... ...