Template:CreatureInfoBox: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
<tr><td style="border-right: 0" class="game-infobox-attribute"><strong>Attack Power</strong></td><td style="border-left: 0" class="game-infobox-argument">{{{attackPower|}}}</td></tr>}} | <tr><td style="border-right: 0" class="game-infobox-attribute"><strong>Attack Power</strong></td><td style="border-left: 0" class="game-infobox-argument">{{{attackPower|}}}</td></tr>}} | ||
<tr><td style="border-right: 0" class="game-infobox-attribute"><strong>Breathing Mode</strong></td> | <tr><td style="border-right: 0" class="game-infobox-attribute"><strong>Breathing Mode</strong></td> | ||
<td style="border-left: 0" class="game-infobox-argument">{{{breathingMode|Air | <td style="border-left: 0" class="game-infobox-argument"> | ||
{{#switch: {{{breathingMode|}}} | |||
| #default = [[File:air.webp|32x32px]] | |||
| air = [[File:air.webp|32x32px]] | |||
| Air = [[File:air.webp|32x32px]] | |||
| water = [[File:water.webp|32x32px]] | |||
| Water = [[File:water.webp|32x32px]]}}}</td></tr> | |||
<tr><td style="border-right: 0" class="game-infobox-attribute"><strong>Mountable</strong></td> | <tr><td style="border-right: 0" class="game-infobox-attribute"><strong>Mountable</strong></td> | ||
<td style="border-left: 0" class="game-infobox-argument">{{{ | <td style="border-left: 0" class="game-infobox-argument"> | ||
{{#switch: {{{isMountable|}}} | |||
| #default = [[File:no.webp|22x22px]] | |||
| yes = [[File:yes.webp|22x22px]] | |||
| Yes = [[File:yes.webp|22x22px]] | |||
| no = [[File:no.webp|22x22px]] | |||
| No = [[File:no.webp|22x22px]]}}}</td></tr> | |||
<tr><th colspan="2" class="game-infobox-header">Motion:</th></tr> | <tr><th colspan="2" class="game-infobox-header">Motion:</th></tr> | ||
{{#if:{{{walkSpeed|}}}| | {{#if:{{{walkSpeed|}}}| |