Template:Shiren 1 DS Character Infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<onlyinclude> | <onlyinclude> | ||
{{ | <table class="shiren1" style="float:right; clear:right; margin:0.5em; width:350px"> | ||
{{ | <tr> | ||
| | <th style="border-radius:10px; padding:5px"><big>{{#if:{{{name|}}}|{{{name|}}}|{{PAGENAME}}}}</big>{{#if:{{{kana|}}}|<br><small>{{#if:{{{romaji|}}}|{{tt|{{{kana|}}}|{{{romaji|}}}}}|{{{kana|}}}}}}}{{#if:{{{hepburn|}}}|<br>{{{hepburn|}}}}}</small> | ||
| | <tr> | ||
| | <th style="background-color:rgba(0,0,0,0); padding:10px">{{#if:{{{image|}}}|[[File:{{{image}}}|frameless]]|[[File:Media needed icon large.png|frameless]] | ||
}}{{#if:{{{description_en|}}} {{{description_ja|}}}| | |||
<tr> | |||
<td style="text-align:center; background-color:rgba(0,0,0,0)"> | |||
<tabber> | |||
English={{Shiren 1 DS Dialogue|{{{description_en|''No description available.''}}}}} | |||
|-| | |||
Japanese={{Shiren 1 DS Dialogue|{{{description_ja|''説明はありません。''}}}}} | |||
</tabber> | |||
}}{{#if:{{{Location|}}} {{{HP|}}} {{{Attack|}}} {{{Defense|}}} {{{Speed|}}} {{{Experience|}}}| | |||
<tr> | |||
<td style="background-color:rgba(0,0,0,0); border-radius:10px"> | |||
<table class="mw-collapsible" style="width:100%"> | |||
<th colspan="2" style="border-radius:10px">Information | |||
{{#if:{{{Location|}}}| | |||
<tr> | |||
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">Location | |||
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{Location}}} | |||
}}{{#if:{{{HP|}}}| | |||
<tr> | |||
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">HP | |||
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{HP}}} | |||
}}{{#if:{{{Attack|}}}| | |||
<tr> | |||
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">Attack | |||
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{Attack}}} | |||
}}{{#if:{{{Defense|}}}| | |||
<tr> | |||
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">Defense | |||
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{Defense}}} | |||
}}{{#if:{{{Speed|}}}| | |||
<tr> | |||
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">Speed | |||
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{Speed}}} | |||
}}{{#if:{{{Experience|}}}| | |||
<tr> | |||
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">Experience | |||
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{Experience}}} | |||
}} | }} | ||
</table> | |||
}} | |||
</table> | |||
</ | |||
<noinclude> | <noinclude> | ||
==Usage== | ==Usage== | ||
<pre> | <pre> | ||
{{Infobox Allies (Shiren 1) | {{Infobox Allies (Shiren 1 DS) | ||
| name = | | name = | ||
| | | kana = | ||
| Location | | romaji = | ||
| HP | | hepburn = | ||
| Attack | | image = | ||
| Defense | | description_en = | ||
| Speed | | description_ja = | ||
| Experience | | Location = | ||
| HP = | |||
| Attack = | |||
| Defense = | |||
| Speed = | |||
| Experience = | |||
}} | }} | ||
</pre> | </pre> | ||
==Example== | ==Example== | ||
{{Infobox Allies (Shiren 1) | {{Infobox Allies (Shiren 1 DS) | ||
| name = | | name = | ||
| | | kana = | ||
| | | romaji = | ||
| | | hepburn = | ||
| | | image = | ||
| | | description_en = | ||
| | | description_ja = | ||
| | | Location = | ||
| | | HP = | ||
| | | Attack = | ||
| | | Defense = | ||
| | | Speed = | ||
| Experience = | |||
}} | }} | ||
[[Category:Infobox templates]] | [[Category:Infobox templates]] | ||
[[Category:Infobox Allies]] | [[Category:Infobox Allies]] | ||
[[Category: | [[Category:Shiren 1 DS Templates]] | ||
</noinclude> | </noinclude> |