This wiki has been automatically closed because there have been no edits or log actions made within the last 60 days. If you are a user (who is not the bureaucrat) that wishes for this wiki to be reopened, please request that at Requests for reopening wikis. If this wiki is not reopened within 6 months it may be deleted. Note: If you are a bureaucrat on this wiki, you can go to Special:ManageWiki and uncheck the "Closed" box to reopen it.So here's my idea on how the template might look like.
<div class="infobox-border">
{| class="wikia-infobox" style="clear:left; border-bottom-style:none;"
|- style="font-size:0; line-height:0;"
! style="width:50%; padding:0; border-style:none;" |
! style="width:50%; padding:0; border-style:none;" |
|-
! colspan="2" style="border-style:none solid none solid; padding:5px; <div style="background-color:#d3d3d3; text-align:center; width:290px; padding:5px; margin:0; |<span style="font-size:17px;font-weight:bold;line-height:15px;text-align:center;"><center>{{{title|{{BASEPAGENAME}}}}}</center></span>
|-
{{#if: {{{image|}}} |
{{!}} class="wikia-infobox-image" colspan="2" {{!}} [[File:{{{image}}}|{{{imagewidth|250}}}px|center]]}}
|-
{{#if: {{{manualimage|}}} |
{{!}} class="wikia-infobox-image" colspan="2" {{!}} {{{manualimage}}}
| }}
|-
! Zone
| {{#if:{{{zone|}}}|{{{zone}}}|''Unknown''}}
|-
! Level type
| {{#switch:{{{type}}}
}}
|-
{{#if: {{{pigs|}}} |
! Pigs
{{!}} {{{pigs|Unknown}}}
| }}
|-
{{#if: {{{obstacles|}}} |
! Obstacles
{{!}} {{{obstacles}}}
| }}
|-
! Objective
| {{{Objectives}}}
|-
! Target score
| {{{target|''Unknown''}}}
|-
{{#if: {{{other|}}} |
! Other features
{{!}} {{{other}}}
| }}
|}
{| class="wikia-infobox" style="clear:right; width:100%; margin-top:-2px; border-top-style:none; text-align:center;"
|-
! style="width:33%; text-align:center;"| Previous
! style="width:33%; text-align:center;"| Current
! style="width:33%; text-align:center;"| Next
|-
| style="border-bottom-style:none;"| {{#switch:{{{prevtype}}}
| #default = }}
| style="border-bottom-style:none;"| {{#switch:{{{type}}}
| #default = }}
| style="border-bottom-style:none;"| {{#switch:{{{nexttype}}}
| #default = }}
|-
| style="border-top-style:none;"| {{{previous}}}
| style="border-top-style:none;"| '''{{{title}}}'''
| style="border-top-style:none;"| {{{next}}}
|}
</div>
And in usage:
| Zone | Unknown |
|---|---|
| Level type | |
| Objective | {{{Objectives}}} |
| Target score | Unknown |
| Previous | Current | Next |
|---|---|---|
| {{{previous}}} | {{{title}}} | {{{next}}} |
