Difference between revisions of "Template:SimpleNavbox"

From StarMade Wiki
m (1 revision)
 
m (1 version)
(No difference)

Revision as of 07:41, 21 May 2015

[view] [edit] [history] [[[:Template:Purge]]] 50px Template documentation

Script error: The function "docPage" does not exist. This is a simplified version of {{navbox}}. It uses a plain wikitable and requires no lua, which makes it more memory and time efficient, while perhaps being a bit easier to break.

Usage

This template should be placed after the starting table tag.

Parameter(s) Usage Default value(s)
{{{1}}} Sets the title shown at the top of the navbox. {{{1}}}
{{{navbar}}} Will add a navigation bar giving links to view, discuss, and edit the template. Should be identical to the template's name without namespace. None
{{{mini}}} If set, changes the titles of the navbar links to v, d, and e instead of view, discuss, and edit. Does nothing unless {{{navbar}}} is set. None

Example

{| {{SimpleNavbox|Example}}
! Example group 1
| Example list 1
|-
! Example group 2
| Text above a sub-table
  {|
  ! Example Sub-group 1
  | Example Sub-list 1
  |-
  ! Example Sub-group 2
  | Example Sub-list 2<br>Taking up two lines
  |-
  ! Example Sub-group 3
  | Example Sub-list 3
  |}
* Horizontal list
* Under a sub-table
|}