Modèle

Navbox

De Mi caja de notas

This template is used to generate a navigation box, typically for including at the bottom of a series of related pages.

Blank Template

Copy, paste, and fill in the information:

{{Navbox
|title = 
|rows = 
}}

Parameters

title
The title to appear on the navigation box. You may use wiki syntax [[Homebrew Website Club]] to link to the primary page on the topic.
rows
The rows to appear in the navigation box's table. This template is intended to have two columns. It is recommended to use the navbox-row template for this instead of HTML.

Examples

Including this template code:

{{Navbox
|title = Navigation Box Title
|rows = 
  {{Navbox-row
    |title = Row title placeholder
    |content = Row content placeholder
  }}
}}

Will generate:

Navigation Box Title
Row title placeholder Row content placeholder

Notes

Unfortunately the current version of the wiki software on indiewebcamp.com does not support for loops or more advanced templating. The nested template for each row is the simplest way to get around that currently.

See Also