Template:TND1Enemy: Difference between revisions
Created page with "<includeonly> <div style="background-color: #B6530D; padding: 3px 3px 3px 3px; border-radius: 7px; width: 739px;" > <div style="padding-left: 5px; padding-right: 5px; height:..." |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div style="background-color: #B6530D; padding: 3px 3px 3px 3px; border-radius: 7px; width: 739px;" > | <div style="background-color:#B6530D; padding:3px 3px 3px 3px; border-radius:7px; width:739px;" > | ||
<div style="padding-left: 5px; padding-right: 5px; height: 32px;"> | <div style="padding-left:5px; padding-right:5px; height:32px;"> | ||
<table style="width: 100%"> | <table style="width:100%"> | ||
<tr> | <tr> | ||
<td valign="top">{{#if: {{{name|}}} | '''{{{name}}}''' }} {{#if: {{{kanji|}}} | ({{{kanji}}}{{#if: {{{romanji|}}} | ''{{{romanji}}}'' }})}}</td> | <td valign="top">{{#if:{{{name|}}}|'''{{{name}}}'''}} {{#if:{{{kanji|}}}|({{{kanji}}}{{#if:{{{romanji|}}}| ''{{{romanji}}}''}})}}</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
</div> | </div> | ||
<div style="background-color: #FFF47F; border-radius: 5px; padding: 3px;"> | <div style="background-color:#FFF47F; border-radius:5px; padding:3px;"> | ||
<table style="border:1px solid brown; border-radius:3px; width:100%;" cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td style="background-color: #DE820A; padding: 2px; width: 64px; text-align: center; border-right: 1px solid brown">'''Sprite'''</td> | |||
<td style="background-color: #DE820A; padding: 2px; width: 64px; text-align: center; border-right: 1px solid brown">'''HP'''</td> | |||
<td style="background-color: #DE820A; padding: 2px; width: 64px; text-align: center; border-right: 1px solid brown">'''Experience'''</td> | |||
<td style="background-color: #DE820A; padding: 2px; width: 64px; text-align: center; border-right: 1px solid brown">'''Attack'''</td> | |||
<td style="background-color: #DE820A; padding: 2px; width: 64px; text-align: center; border-right: 1px solid brown">'''Defense'''</td> | |||
<td style="background-color: #DE820A; padding: 2px; width: 64px; text-align: center; border-right: 1px solid brown">'''Agility'''</td> | |||
<td style="background-color: #DE820A; padding: 2px; width: 64px; text-align: center;">'''Item Drop'''</td> | |||
</tr> | |||
<tr> | |||
<td style="padding: 2px; width: 48px; height: 24px; text-align: center; border-right: 1px solid brown">{{#if:{{{sprite|}}}|{{{sprite}}}}}</td> | |||
<td style="padding: 2px; width: 48px; height: 24px; text-align: center; border-right: 1px solid brown">{{#if:{{{hp|}}}|{{{hp}}}|?}}</td> | |||
<td style="padding: 2px; width: 48px; height: 24px; text-align: center; border-right: 1px solid brown">{{#if:{{{exp|}}}|{{{exp}}}|?}}</td> | |||
<td style="padding: 2px; width: 48px; height: 24px; text-align: center; border-right: 1px solid brown">{{#if:{{{attack|}}}|{{{attack}}}|?}}</td> | |||
<td style="padding: 2px; width: 48px; height: 24px; text-align: center; border-right: 1px solid brown">{{#if:{{{defense|}}}|{{{defense}}}|?}}</td> | |||
<td style="padding: 2px; width: 48px; height: 24px; text-align: center; border-right: 1px solid brown">{{#if:{{{agility|}}}|{{{agility}}} tile per turn|?}}</td> | |||
<td style="padding: 2px; width: 48px; height: 24px; text-align: center;">{{#if:{{{drop|}}}|{{{drop}}}|?}}</td> | |||
</tr> | |||
</table> | |||
<table style="border:1px solid brown; border-radius:3px; width:100%; margin-top:5px; border-right:1px solid brown; text-align:center; height:32px;" cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td style="width:100px; height:24px; background-color:#DE820A; border-bottom:1px solid brown; border-right:1px solid brown">Location(s)</td> | |||
<td style="text-align:center; border-bottom:1px solid brown">{{#if:{{{locations|}}}|'''{{{locations}}}'''}}</td> | |||
</tr> | |||
<tr> | |||
<td style="width:100px; height:24px; background-color:#DE820A; border-right:1px solid brown">Ability(ies)</td> | |||
<td style="text-align:center; border-bottom:1px solid brown">{{#if:{{{ability|}}}|'''{{{ability}}}'''|None}}</td> | |||
</tr> | |||
</table> | |||
</div> | </div> | ||
</div> | </div> | ||
</includeonly> | |||
<noinclude> | <noinclude> | ||
This is a template for enemies that appear in ''[[Torneko no Daibōken: Fushigi no Dungeon]]''. For appearances in other games, see use the corresponding enemy template. | This is a template for enemies that appear in ''[[Torneko no Daibōken: Fushigi no Dungeon]]''. For appearances in other games, see use the corresponding enemy template. | ||