Template:BossInfobox: Difference between revisions

From Galaxy Attack: Alien Shooter Wiki
(Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} <table> {{#if:...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<table>
<table>
{{#if:{{{boxxnum|}}}|<tr>
{{#if:{{{bossnum|}}}|<tr>
     <th>Boss Number: </th>
     <th>Boss Number: </th>
     <td>{{{shipnum}}}</td>
     <td>{{{bossnum}}}</td>
</tr>}}
{{#if:{{{level|}}}|<tr>
    <th>Level: </th>
    <td>{{{level}}}</td>
</tr>}}
</tr>}}
</table>
</table>
</div>
</div>

Latest revision as of 14:21, 7 November 2022

BossInfobox