Changes
adding an "above" parameter and changing the meaning of "title" to allow this template to match the other common style of adding a title to infoboxes. I'll update all the existing uses.
<table class="infobox" style="width:25em; text-align: left; font-size: 90%; {{{bodystyle|}}}"><!-- Caption-->{{#if:{{{title|}}}|<trcaption style="font-size: large; {{{titlestyle|}}}">{{{title}}}</caption>}}<!-- Header-->{{#if:{{{above|}}}|<tr><td th colspan="2" style="text-align:center; font-size: large; background:#ccf; {{{titlestyleabovestyle|}}}"><span style="float:right; margin-right:1em;">{{Tnavbar| {{{name}}}|fontstyle={{{titlestyleabovestyle|}}};border:none;|mini=1}}</span> {{{titleabove}}}</td></tr>}}<!-- Image
-->{{#if:{{{image|}}}|<tr>
<td colspan="2" style="text-align:center; {{{imagestyle|}}}"> {{{image}}} {{#if:{{{caption|}}}|<br><span style="{{{captionstyle|}}}">{{{caption}}} }}</span></td>