Template:NavRow

From Golly.Life Wiki

Revision as of 02:21, 5 February 2021 by Ch4zm (talk | contribs) (Created page with "<includeonly> <!-- Variable definitions --> {{#vardefine: rowcount | -1}} {{#fornumargs: | argno | _noname | {{#vardefine: rowcount | {{#expr: {{#var:argno}} - 1}}}} }} {{#sw...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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


<table>{{NavboxRow|header|row1|row2|row1_title=row1}}</table> creates a table like

header row1