Template:Move Target Grid: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly> <templatestyles src="Template:Move_Target_Grid/styles.css"/> {| class="move-target-grid" |- ! colspan="3" | Targeting |- | class="tg-foe{{#if:{{{hitsAll|}}}{{{hitsAdjacentFoe|}}}| tg-hit}}" | Opponent | class="tg-foe{{#if:{{{hitsAll|}}}{{{hitsOppositeFoe|}}}| tg-hit}}" | Opponent | class="tg-foe{{#if:{{{hitsAll|}}}{{{hitsExtendedFoe|}}}| tg-hit}}" | Opponent |- | class="tg-self{{#if:{{{hitsSelf|}}}| tg-hit}}" | Self | class="tg-ally{{#if:{{{hitsAll|}}}{{{h...") |
No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<templatestyles src="Template:Move_Target_Grid/styles.css"/> | <templatestyles src="Template:Move_Target_Grid/styles.css"/> | ||
{| class="move-target-grid" | {| class="move-target-grid" | ||
|- | |- | ||
| class="tg-foe {{#if:{{{hitsAdjacentFoe|}}}|{{#if:{{{hitsAll|}}}| tg-hit | tg-can}}}}" | Opponent | |||
| class="tg-foe {{#if:{{{hitsOppositeFoe|}}}|{{#if:{{{hitsAll|}}}| tg-hit | tg-can}}}}" | Opponent | |||
| class="tg-foe {{#if:{{{hitsExtendedFoe|}}}|{{#if:{{{hitsAll|}}}| tg-hit | tg-can}}}}" | Opponent | |||
|- | |- | ||
| class="tg- | | class="tg-self {{#if:{{{hitsSelf|}}}|{{#if:{{{hitsAll|}}}| tg-hit | tg-can}}}}" | Self | ||
| class="tg-ally {{#if:{{{hitsAdjacentAlly|}}}|{{#if:{{{hitsAll|}}}| tg-hit | tg-can}}}}" | Ally | |||
| class="tg- | | class="tg-ally {{#if:{{{hitsExtendedAlly|}}}|{{#if:{{{hitsAll|}}}| tg-hit | tg-can}}}}" | Ally | ||
| class="tg-ally{{#if:{{{ | |||
|} | |} | ||
</includeonly> | </includeonly> | ||
<noinclude>{{documentation}}</noinclude> | <noinclude>{{documentation}}</noinclude> | ||