|
|
| (7 intermediate revisions by 4 users not shown) |
| Line 1: |
Line 1: |
| <noinclude> | | <onlyinclude><includeonly> |
| {{{{PAGENAME}}/doc}} | | {{EnemyBase |
| [[Category:Enemy templates|{{PAGENAME}}]] | | |float={{{float|}}} |
| | |image={{{image|}}} |
| | |name={{{name|}}} |
| | |game={{{game|}}} |
| | |console={{{console|}}} |
| | |romanji={{{romanji| {{{romaji| }}} }}} |
| | |kanji={{{kanji| {{{jap| }}} }}} |
| | |hp={{{hp|}}} |
| | |mp={{{mp|}}} |
| | |attack={{{attack|}}} |
| | |defense={{{defense|}}} |
| | |agility={{{agility|}}} |
| | |wisdom={{{wisdom|}}} |
| | |experience={{{experience|}}} |
| | |gold={{{gold|}}} |
| | |droppedItem={{{droppedItem|}}} |
| | |skills={{{skills|}}} |
| | |spells={{{spells|}}} |
| | |family={{{family|}}} |
| | |level={{{level|}}} |
| | |bestiaryNumber={{{bestiaryNumber|}}} |
| | |captureRate={{{captureRate|}}} |
| | |description={{{description|}}} |
| | |locations={{{locations|}}} }}</includeonly></onlyinclude><noinclude> |
| | {{Enemy/doc}} |
| | [[Category:Enemy templates]] |
| </noinclude> | | </noinclude> |
| <onlyinclude><includeonly>
| |
| {| style="border:1px solid black; padding:0px;" cellpadding="0" cellspacing="0"
| |
| |-
| |
| |{{EnemyBase
| |
| |float={{#if: {{{float|}}} | {{{float}}} }}
| |
| |image={{#if: {{{image|}}} | {{{image}}} }}
| |
| |name={{#if: {{{name|}}} | {{{name}}} }}
| |
| |game={{#if: {{{game|}}} | {{{game}}} }}
| |
| |console={{#if: {{{console|}}} | {{{console}}} }}
| |
| |romanji={{#if: {{{romanji|}}} | {{{romanji}}} }}
| |
| |kanji={{#if: {{{kanji|}}} | {{{kanji}}} }}
| |
| |hp={{#if: {{{hp|}}} | {{{hp}}} }}
| |
| |mp={{#if: {{{mp|}}} | {{{mp}}} }}
| |
| |attack={{#if: {{{attack|}}} | {{{attack}}} }}
| |
| |defense={{#if: {{{defense|}}} | {{{defense}}} }}
| |
| |agility={{#if: {{{agility|}}} | {{{agility}}} }}
| |
| |experience={{#if: {{{experience|}}} | {{{experience}}} }}
| |
| |gold={{#if: {{{gold|}}} | {{{gold}}} }}
| |
| |droppedItem={{#if: {{{droppedItem|}}} | {{{droppedItem}}} }}
| |
| |skills={{#if: {{{skills|}}} | {{{skills}}} }}
| |
| |spells={{#if: {{{spells|}}} | {{{spells}}} }}
| |
| |family={{#if: {{{family|}}} | {{{family}}} }}
| |
| |bestiaryNumber={{#if: {{{bestiaryNumber|}}} | {{{bestiaryNumber}}} }}
| |
| |captureRate={{#if: {{{captureRate|}}} | {{{captureRate}}} }}
| |
| |description={{#if: {{{description|}}} | {{{description}}} }}
| |
| |locations={{#if: {{{locations|}}} | {{{locations}}} }}
| |
| }}|}</includeonly></onlyinclude>
| |