Template:Infobox module: Difference between revisions
From PSP2i Wiki
(Created page with "<table align="right" style="border: 1px solid #aaa; font-size: 95%; margin-bottom: 10px;" cellpadding="0"> <tr><td><table align="center" style="width:100%;"> <tr> <th colspan="2" style="font-size: larger; text-align: center; background-color: #A00000;">{{{title|{{PAGENAME}}}}}</th> </tr> {{#if:{{{romaji|}}}| <tr> <td colspan="2" style="text-align:center;">{{#if:{{{jp|}}}|{{Note|{{{jp}}}|{{{romaji}}}}}|{{{romaji}}}}}</td> </tr> }} {{#if:{{{stars|}}}| <tr> <td title="{{{s...") |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
<tr> | <tr> | ||
<td colspan="2" style="text-align:center;">{{#if:{{{jp|}}}|{{Note|{{{jp}}}|{{{romaji}}}}}|{{{romaji}}}}}</td> | <td colspan="2" style="text-align:center;">{{#if:{{{jp|}}}|{{Note|{{{jp}}}|{{{romaji}}}}}|{{{romaji}}}}}</td> | ||
</tr> | |||
}} | |||
{{#if:{{{image|}}}| | |||
<tr> | |||
<td colspan="2" style="text-align: center;">[[File:{{{image}}}{{#if:{{{imagealt|}}}|{{!}}alt={{{imagealt}}}}}{{!}}link=]]</td> | |||
</tr> | </tr> | ||
}} | }} | ||
Line 49: | Line 54: | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{power|}}}| | ||
<tr> | <tr> | ||
<th style="background-color: #A00000;"> | <th style="background-color: #A00000;">Power:</th> | ||
<td>{{# | <td>{{{power}}}</td> | ||
</tr> | |||
}} | |||
{{#if:{{{hits|}}}| | |||
<tr> | |||
<th style="background-color: #A00000;">Hits:</th> | |||
<td>{{{hits}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{attribute|}}}| | |||
}}</td> | <tr> | ||
<th style="background-color: #A00000;">Attribute:</th> | |||
<td>{{{attribute}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{special|}}}| | |||
<tr> | |||
<th style="background-color: #A00000;">Special:</th> | |||
<td>{{{special}}}</td> | |||
</tr> | </tr> | ||
}} | }} |
Latest revision as of 22:29, 25 August 2022
|