Template:AbilityRow: Difference between revisions
Jump to navigation
Jump to search
Added a tabularly cell for the summative total amount of inheritees. |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly><tr style="background-color:#FFFFFF; color:#000000;"><td><span style="font-weight: {{#if:{{{B|}}}|bold|normal}}">[{{{Ability}}}_(ability)|{{ucfirst:{{{Ability}}}}}]]</span></td><td>{{{Mono|0}}}</td><td>{{{Dual|0}}}</td><td>{{{Hidden|0}}}</td><td>{{#expr:{{{Mono|0}}}+{{{Dual|0}}}+{{{Hidden|0}}}}}</td></tr></includeonly> | ||
<tr style="background-color:# | |||
<td><span style="font-weight: {{#if:{{{B|}}}|bold|normal}}"> | |||
<td>{{{Mono|0}}}</td> | |||
<td>{{{Dual|0}}}</td> | |||
<td>{{{Hidden|0}}}</td> | |||
<td>{{#expr:{{{Mono|0}}}+{{{Dual|0}}}+{{{Hidden|0}}}}}</td> | |||
</tr></includeonly> | |||