|
|
Line 1: |
Line 1: |
| {| align="right" cellpadding="2" style="background: #004A25; width: 250px; border-spacing: 0px; color: #FFFFFF; margin-bottom:0.5em; margin-left:1em;"
| | [[File:BAMSE.png]] |
| |- style="text-align:center; background: #FFFFFF; color: #000000;"
| |
| ! colspan="2" | '''Bug'''
| |
| |- style="text-align:center;"
| |
| | colspan="2" style="border-style: solid; border-color: #000000; border-width: 1px 1px 0 1px;" | [[File:B-{{{no}}}-I.gif]] '''{{{name}}}'''
| |
| |- style="background: #282828; text-align:center;"
| |
| | style="border: 1px solid #000000; width: 80px;" | No. {{{no}}}
| |
| | style="border: 1px solid #000000; border-left-width: 0;" | <span style="font-size: 85%;"> {{{ja}}} / {{{romaji}}}</span>
| |
| |- style="height: 1px; background: #4A7247"
| |
| | colspan="2" style="border: 1px solid #000000; border-top-width: 0;" |
| |
| |- style="background: #191919; text-align: center;"
| |
| | colspan="2" style="border: 1px solid #000000; border-top-width: 0;" | [[File:B-{{{no}}}.gif]]
| |
| |- style="background: #191919; text-align: center;"
| |
| | colspan="2" style="border: 1px solid #000000; border-top-width: 0;" |
| |
| {| style="border: none; background: #FFFFFF; width:100%; color: #191919;"
| |
| ! Official artwork
| |
| |-
| |
| | [[File:B-{{{no}}}-art.png]]
| |
| |}
| |
| |- style="height: 1px; background: #4A7247"
| |
| | colspan="2" style="border: 1px solid #000000; border-top-width: 0;" |
| |
| |-
| |
| | style="text-align: center; border: 1px solid #000000; border-top-width: 0;" | ...
| |
| | style="background: #282828; border: solid #000000; padding-left: 4px; border-width: 0 1px 1px 0;" | --
| |
| |-
| |
| | style="text-align: center; border: 1px solid #000000; border-top-width: 0;" | ...
| |
| | style="background: #282828; border: solid #000000; padding-left: 4px; border-width: 0 1px 1px 0;" | --
| |
| |- style="height: 1px; background: #4A7247"
| |
| | colspan="2" style="border: 1px solid #000000; border-top-width: 0;" |
| |
| |-
| |
| | style="text-align: center; border: 1px solid #000000; border-top-width: 0;" | Version
| |
| | style="background: #282828; border: solid #000000; padding-left: 4px; border-width: 0 1px 1px 0;" | [[File:{{{found-in}}}_icon.gif]] {{#if:{{{found-in2|}}}|[[File:{{{found-in2}}}_icon.gif]]|}}
| |
| |- style="height: 1px; background: #4A7247;"
| |
| | colspan="2" style="border: 1px solid #000000; border-top-width: 0;" |
| |
| |}
| |
| <noinclude>
| |
| == Description ==
| |
| | |
| This is the infobox for Bugs in Bugsite.
| |
| | |
| To use this template, copy the text below into the top of an article and fill in each section:
| |
| | |
| <pre><nowiki>
| |
| {{Infobox Bug
| |
| | name =
| |
| | ja =
| |
| | romaji =
| |
| | no =
| |
| | found-in = Alpha
| |
| | found-in2 = Beta
| |
| }}
| |
| </nowiki></pre>
| |
| | |
| If the Bug is only found in Alpha, simply remove found-in2. If the Bug is only found in Beta, change found-in to Beta and remove found-in2.
| |
| | |
| </noinclude>
| |