Documentation
Description
Returns an html table row [ category | objects ]
Example
Usage:
{{NavTableCategory|tableTitle=Buildings|catName=Large Building|objects={{NavboxIconLink2|Command Center}}{{NavboxIconLink2|name=Human Warehouse}}}}
Result (code):
<tr>
<td>[[Buildings#Large Building|Large Building]]</td>
<td>
<div class="navbox-group">
{{{objects}}}
</div>
</td>
</tr>
The above Template documentation is transcluded from Template:NavTableCategory/doc. (edit | history)