Template:Move Target Grid: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (5 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> | ||