Template:NavRow/doc
From Golly.Life Wiki
Description
Used to declare a new row for navboxes.
If called with no parameters (as {{NavRow}}
), inserts an empty row.
If called with one anonymous parameter (as {{NavRow|<blah blah>}}
), inserts a header row.
If called with multiple positional parameters, the first one will be used as the row header, and the rest will be used as sub rows, eg:
<table>{{NavboxRow|header}}</table>
creates a table like
header |
---|
<table>{{NavboxRow|header|row1|row2|row1_title=row1}}</table>
creates a table like
header | row1 | row1 |
---|---|---|
row2 |