Template:NavTable: Difference between revisions

Template page
(Created page with " <includeonly> <table class="navbox" cellspacing=0> <tr> <th colspan=2> <div> [[{{{title}}}]] </div> </th> </tr> {{{rows}}} </table> </includeonly> <noinclude>{{Documentation}}</noinclude>")
 
No edit summary
 
Line 4: Line 4:
   <tr>
   <tr>
     <th colspan=2>
     <th colspan=2>
       <div>
       <div>[[{{{title}}}]]</div>
        [[{{{title}}}]]
      </div>
     </th>
     </th>
   </tr>
   </tr>

Latest revision as of 02:32, 6 August 2025


Documentation

Description[edit source]

HTML table wrapper for navboxes.

Usage[edit source]

{{NavTable|title=My Pretty Table|rows=<tr><td>Super category</td><td>item1 item2 item3</td></tr>}}
Result:




Meant to be used with NavTableCategory to fill the rows. (one per row)


The above Template documentation is transcluded from Template:NavTable/doc. (edit | history)