Template:Infobox module: Difference between revisions

From PSP2i Wiki
No edit summary
No edit summary
Line 49: Line 49:
</tr>
</tr>
}}
}}
{{#if:{{{element|}}}|
{{#ifeq:{{#expr: {{#if:{{{HP|}}}|1|0}} or {{#if:{{{ATK|}}}|1|0}} or {{#if:{{{ATK10|}}}|1|0}} or {{#if:{{{DEF|}}}|1|0}} or {{#if:{{{ACC|}}}|1|0}} or {{#if:{{{EVA|}}}|1|0}} or {{#if:{{{TEC|}}}|1|0}} or {{#if:{{{MND|}}}|1|0}} or {{#if:{{{STA}}}|1|0}} or {{#if:{{{LCK}}}|1|0}}}}|0||<tr><td colspan="2"><table align="center" style="width:100%">
<tr>
{{#if:{{{HP|}}}|<td style="text-align: center;"><b>HP</b></td>}}{{#if:{{{ATK|}}}|<td style="text-align: center;"><b>ATK</b></td>}}{{#if:{{{ATK10|}}}|<td style="text-align: center;"><b>(10)</b></td>}}{{#if:{{{DEF|}}}|<td style="text-align: center;"><b>DEF</b></td>}}{{#if:{{{ACC|}}}|<td style="text-align: center;"><b>ACC</b></td>}}{{#if:{{{EVA|}}}|<td style="text-align: center;"><b>EVA</b></td>}}{{#if:{{{TEC|}}}|<td style="text-align: center;"><b>TEC</b></td>}}{{#if:{{{MND|}}}|<td style="text-align: center;"><b>MND</b></td>}}{{#if:{{{STA|}}}|<td style="text-align: center;"><b>STA</b></td>}}{{#if:{{{LCK|}}}|<td style="text-align: center;"><b>LCK</b></td>}}
</tr>
<tr>
{{#if:{{{HP|}}}|<td style="text-align: center;">{{{HP}}}</td>}}{{#if:{{{ATK|}}}|<td style="text-align: center;">{{{ATK}}}</td>}}{{#if:{{{ATK10|}}}|<td style="text-align: center;">{{{ATK10}}}</td>}}{{#if:{{{DEF|}}}|<td style="text-align: center;">{{{DEF}}}</td>}}{{#if:{{{ACC|}}}|<td style="text-align: center;">{{{ACC}}}</td>}}{{#if:{{{EVA|}}}|<td style="text-align: center;">{{{EVA}}}</td>}}{{#if:{{{TEC|}}}|<td style="text-align: center;">{{{TEC}}}</td>}}{{#if:{{{MND|}}}|<td style="text-align: center;">{{{MND}}}</td>}}{{#if:{{{STA|}}}|<td style="text-align: center;">{{{STA}}}</td>}}{{#if:{{{LCK|}}}|<td style="text-align: center;">{{{LCK}}}</td>}}
</tr>
</table></td></tr>
{{#if:{{{power|}}}|
<tr>
<th style="background-color: #A00000;">Power:</th>
<td>{{{power}}}</td>
</tr>
}}
{{#if:{{{hits|}}}|
<tr>
<th style="background-color: #A00000;">Hits:</th>
<td>{{{hits}}}</td>
</tr>
}}
{{#if:{{{attribute|}}}|
<tr>
<tr>
<th style="background-color: #A00000;">Element:</th>
<th style="background-color: #A00000;">Attribute:</th>
<td>{{#switch:{{{element}}}
<td>{{#switch:{{{attribute}}}
   | Any = Any
   | Any = Any
   | Neutral = [[File:neutral.gif|link=]]
   | Neutral = [[File:neutral.gif|link=]]
Line 65: Line 85:
</tr>
</tr>
}}
}}
{{#ifeq:{{#expr: {{#if:{{{HP|}}}|1|0}} or {{#if:{{{ATK|}}}|1|0}} or {{#if:{{{ATK10|}}}|1|0}} or {{#if:{{{DEF|}}}|1|0}} or {{#if:{{{ACC|}}}|1|0}} or {{#if:{{{EVA|}}}|1|0}} or {{#if:{{{TEC|}}}|1|0}} or {{#if:{{{MND|}}}|1|0}} or {{#if:{{{STA}}}|1|0}} or {{#if:{{{LCK}}}|1|0}}}}|0||<tr><td colspan="2"><table align="center" style="width:100%">
{{#if:{{{special|}}}|
<tr>
{{#if:{{{HP|}}}|<td style="text-align: center;"><b>HP</b></td>}}{{#if:{{{ATK|}}}|<td style="text-align: center;"><b>ATK</b></td>}}{{#if:{{{ATK10|}}}|<td style="text-align: center;"><b>(10)</b></td>}}{{#if:{{{DEF|}}}|<td style="text-align: center;"><b>DEF</b></td>}}{{#if:{{{ACC|}}}|<td style="text-align: center;"><b>ACC</b></td>}}{{#if:{{{EVA|}}}|<td style="text-align: center;"><b>EVA</b></td>}}{{#if:{{{TEC|}}}|<td style="text-align: center;"><b>TEC</b></td>}}{{#if:{{{MND|}}}|<td style="text-align: center;"><b>MND</b></td>}}{{#if:{{{STA|}}}|<td style="text-align: center;"><b>STA</b></td>}}{{#if:{{{LCK|}}}|<td style="text-align: center;"><b>LCK</b></td>}}
</tr>
<tr>
<tr>
{{#if:{{{HP|}}}|<td style="text-align: center;">{{{HP}}}</td>}}{{#if:{{{ATK|}}}|<td style="text-align: center;">{{{ATK}}}</td>}}{{#if:{{{ATK10|}}}|<td style="text-align: center;">{{{ATK10}}}</td>}}{{#if:{{{DEF|}}}|<td style="text-align: center;">{{{DEF}}}</td>}}{{#if:{{{ACC|}}}|<td style="text-align: center;">{{{ACC}}}</td>}}{{#if:{{{EVA|}}}|<td style="text-align: center;">{{{EVA}}}</td>}}{{#if:{{{TEC|}}}|<td style="text-align: center;">{{{TEC}}}</td>}}{{#if:{{{MND|}}}|<td style="text-align: center;">{{{MND}}}</td>}}{{#if:{{{STA|}}}|<td style="text-align: center;">{{{STA}}}</td>}}{{#if:{{{LCK|}}}|<td style="text-align: center;">{{{LCK}}}</td>}}
<th style="background-color: #A00000;">Special:</th>
</tr>
<td>{{{special}}}</td>
</table></td></tr>
{{#if:{{{power|}}}|
<tr>
<th style="background-color: #A00000;">Power:</th>
<td>{{{power}}}</td>
</tr>
</tr>
}}
}}

Revision as of 18:31, 24 August 2022