Template:Navbox
From Stiki
This template is ultimately used to place a navigation box at the end of a page to facilitate linking between several related pages. The intention is that this template is called by another template that is then placed on each of the pages as required. By placing the construction of navigation boxes in this template, separate from each individual template that actually has content, the style of all navigation boxes can be kept consistent across the wiki.
Note that this template is based on the Navbox template at Wikipedia. The functionality of this template is much more limited due to the less complex requirements of this wiki. The equivalent argument names are used here, in case the functionality of this template is expanded in the future.
Usage
{{Navbox | title | list1}}
Where:
- 'title' is the text to display as the title of the navigation box. If left blank, no title will appear.
- 'list1' is the content for the navigation box list. Use the template {{,}} to separate items. If left blank, no cell for list items will appear.
Note that the parameters are named as above, so arguments can be passed directly by parameter name. For example:
{{Navbox | title=[[Navigation Box]] | list1=[[Item 1]]{{,}} [[Item 2]]}}

