More actions
| Line 150: | Line 150: | ||
===Enclosing Tags=== | ===Enclosing Tags=== | ||
Ship articles actually | Ship articles actually include the following wrapper, instead of just a <tt>ShipArticle</tt> tag, to handle their inclusion in other pages. | ||
The autogenerated template code will include this snippet. | The autogenerated template code will include this snippet. | ||
<pre> | <pre> | ||
<onlyinclude>{{{{#if:{{{mode|}}}|{{#switch:{{{mode}}}|box=ShipBoxLarge|#default=ShipBoxTooltip}}|ShipArticle}} | <onlyinclude>{{{{#if:{{{mode|}}}|{{#switch:{{{mode}}}|box=ShipBoxLarge|#default=ShipBoxTooltip}}|ShipArticle}} | ||
... | |||
}}</onlyinclude> <!-- Template marker : DON'T EDIT LINE --> | |||
</pre> | </pre> | ||