Template:NavRow
From Golly.Life Wiki
Template documentation
|
---|
Note: portions of the template sample may not be visible without values provided. |
View or edit this documentation. (About template documentation) |
Editors can experiment in this template's sandbox and test case pages. |
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 |