Template:CreatureInfoBox: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
<includeonly> | <includeonly> | ||
<table id="CreatureInfoBox" class="game-infobox"> | <table id="CreatureInfoBox" class="game-infobox"> | ||
<tr><th colspan="2" class="game-infobox-title">{{{title | <tr><th colspan="2" class="game-infobox-title">{{{title Creature's Infobox}}}</th></tr> | ||
<tr><td colspan="2">{{{model|Creature Model}}}</td></tr> | <tr><td colspan="2">{{{model|Creature Model}}}</td></tr> | ||
<tr><th colspan="2" class="game-infobox-header">General Attributes:</th></tr> | <tr><th colspan="2" class="game-infobox-header">General Attributes:</th></tr> | ||
<tr><td style="border-right: 0" class="game-infobox-attribute"><strong>Appearance Biome</strong></td> | |||
<td style="border-left: 0" class="game-infobox-argument">{{{appearanceBiome|0}}}</td></tr> | |||
<tr><td style="border-right: 0" class="game-infobox-attribute"><strong>Attack Resilience</strong></td> | |||
<td style="border-left: 0" class="game-infobox-argument">{{{attackResilience|0}}}</td></tr> | |||
<tr><td style="border-right: 0" class="game-infobox-attribute"><strong>Fire Resilience</strong></td> | |||
<td style="border-left: 0" class="game-infobox-argument">{{{fireResilience|0}}}</td></tr> | |||
</table> | </table> | ||
</includeonly> | </includeonly> | ||
</span> | </span> |