Many thanks Pegasus, it looks great. I've noticed an issue with the templates forcing a line break when used around the navigation menu. So as an example (I've trimmed out part of the cells structure to shorten this post):
Code:
[table] class="infoboxmain250box" align="right"
|-
| class="infoboxright" |
[table] class="infoboxmain" align="right"
|-
! class="infohead" colspan="2" align="center" | [b]{{{Class}}}[/b]
|-
| class="alt3" colspan="2" | [b] Specifications: (General)[/b]
|-
| class="alt3" | [b]Role[/b]
| class="alt3" | {{{Role}}}
[/table][/table]
Then inserted into a page like this (At the start before any other content):
Code:
[template]Infobox Ship Class
| Class = Class Details
| Role = Role Info
[/template]
Becomes this in the HTML source:
HTML Code:
<td><br>
<br><nav class="vw-block vw-toc-block" id="toc_64">
<div class="vw-collapse-head" id="yui_3_15_0_1_1409686370906_106">
<a class="vw-collapse-ctrl fa vw-fa-hide" id="vw-collapse-ctrl_tocrow_64" href="wiki_index.php?title=Class-Details#top" title="" style="display: inline;"></a>
<h3>
Contents
</h3>
</div>
<div class="vw-toc-links" id="vw-collapse_tocrow_64">
<ol class="vw-list level-0">
<li class="level-1"><a href="http://www.mysite.com/wiki_index.php?title=Class-Details#Link0"><span class="vw-toc-number">1</span>Specifications</a>
<ul class="vw-list level-2">
<li class="level-2"><a href="http://www.mysite.com/wiki_index.php?title=Class-Details#Link1"><span class="vw-toc-number">1.1</span>Info</a></li> </ul></li> <li class="level-1"><a href="http://www.mysite.com/wiki_index.php?title=Class-Details#Link2"><span class="vw-toc-number">2</span>History</a>
<ul class="vw-list level-2">
<li class="level-2"><a href="http://www.mysite.com/wiki_index.php?title=Class-Details#Link3"><span class="vw-toc-number">2.1</span>Current Class Details</a></li> </ul></li>
<!-- template hook: table of contents -->
</ol>
</div>
</nav>n="right"><table alig<br=""><tbody><tr><th colspan="2" align="center"><b>Class Details</b></th></tr><tr><td colspan="2"><b> Specifications: (General)</b></td></tr><tr><td><b>Role</b></td><td>Role Info</td></tr></tbody></table></td>
Any ideas as to why it might have changed?
Bookmarks