EnemyInfo/Attack: Difference between revisions
From The Rockman EXE Zone Wiki
< Template:EnemyInfo
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
<includeonly>{{#if: {{{attack|}}}{{{element|}}}{{{break|}}}{{{sword|}}}{{{wind|}}}{{{cursor|}}}{{{guard|}}}{{{invis|}}} | | <includeonly>{{#if: {{{attack|}}}{{{element|}}}{{{break|}}}{{{sword|}}}{{{wind|}}}{{{cursor|}}}{{{guard|}}}{{{invis|}}} | | ||
<div class="template_enemyinfo template_enemyinfo_section template_enemyinfo_row" style="display: grid; grid-template-columns: 20ch 1fr {{#if: {{{mood|}}} | 1fr }} 1fr 1fr"> | <div class="template_enemyinfo template_enemyinfo_section template_enemyinfo_row" style="display: grid; grid-template-columns: 20ch 1fr {{#if: {{{mood|}}} | 1fr }} 1fr 1fr"> | ||
<div class="template_enemyinfo_label | <div class="template_enemyinfo_label template_enemyinfo_collapse">Name</div> | ||
<div class="template_enemyinfo_label | <div class="template_enemyinfo_label template_enemyinfo_collapse">Attack</div> | ||
{{#if: {{{mood|}}} | <div class="template_enemyinfo_label | {{#if: {{{mood|}}} | <div class="template_enemyinfo_label template_enemyinfo_collapse">Mood</div> }} | ||
<div class="template_enemyinfo_label | <div class="template_enemyinfo_label template_enemyinfo_collapse">Element</div> | ||
<div class="template_enemyinfo_label | <div class="template_enemyinfo_label template_enemyinfo_collapse">Property</div> | ||
<div style="grid-row: span {{#if: {{{info|}}} | 2 | 1 }};">{{name |en={{{name_en|}}} |jp={{{name_jp|}}} |tl={{{name_tl|}}} |nobold=y |newline=y }}</div> | <div style="grid-row: span {{#if: {{{info|}}} | 2 | 1 }};">{{name |en={{{name_en|}}} |jp={{{name_jp|}}} |tl={{{name_tl|}}} |nobold=y |newline=y }}</div> | ||
<div>{{#ifeq: {{{attack|—}}} | 0 | — | {{{attack|—}}} {{#if: {{{times|}}} | × {{{times}}} }} }}</div> | <div>{{#ifeq: {{{attack|—}}} | 0 | — | {{{attack|—}}} {{#if: {{{times|}}} | × {{{times}}} }} }}</div> | ||
Line 18: | Line 18: | ||
| | | | ||
<div class="template_enemyinfo template_enemyinfo_section template_enemyinfo_row" style="display: grid; grid-template-columns: 20ch {{#if: {{{info|}}} | 1fr }}"> | <div class="template_enemyinfo template_enemyinfo_section template_enemyinfo_row" style="display: grid; grid-template-columns: 20ch {{#if: {{{info|}}} | 1fr }}"> | ||
<div class="template_enemyinfo_label">Name</div> | <div class="template_enemyinfo_label template_enemyinfo_collapse">Name</div> | ||
<div>{{name |en={{{name_en|}}} |jp={{{name_jp|}}} |tl={{{name_tl|}}} |nobold=y |newline=y }}</div> | <div>{{name |en={{{name_en|}}} |jp={{{name_jp|}}} |tl={{{name_tl|}}} |nobold=y |newline=y }}</div> | ||
{{#if: {{{info|}}} | <div>{{{info|}}}</div> }} | {{#if: {{{info|}}} | <div>{{{info|}}}</div> }} | ||
</div> | </div> | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude><div> | ||
{{EnemyInfo/Attack |name_en=English |name_jp=日本語 |name_tl=Japanese | {{EnemyInfo/Attack |name_en=English |name_jp=日本語 |name_tl=Japanese | ||
|attack=1000 |times=3 |mood=500 |element=fire | |attack=1000 |times=3 |mood=500 |element=fire | ||
Line 36: | Line 35: | ||
|info=Attack with description only | |info=Attack with description only | ||
}} | }} | ||
</div> | |||
</noinclude> | </noinclude> |