Template:Navbox

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Notebook.pngTemplate Documentation
Lock-locked.png
This page has been put into protection by a PZwiki administrator.
Reason: This template is considered High Risk as it is used on multiple pages.
Only users in the sysop user group may edit this page.

This is a metatemplate used to quickly create a navigational template in a standardized style.

Navboxes are used to provide a convenient way to navigate between related articles. They are not always related to the article directly, but are instead related to the overarching topic. E.g., Template:Navbox weapons, or Template:Navbox locations. They will usually be placed at the bottom of an article in the "see also" section.

Usage

{{Navbox
| title = Example
| content = {{Navbox/row
  | group = group1
  | list = list, list, list, list, list, list, list, list, list, list, list, list, 
  }}
| id = example
}}

Parameters

title Required
Title.
content Required
Container for the content. {{Navbox/row}} will usually be here.
id Required
The unique ID for the navbox.
image
Image to be displayed beneath the title and next to the content.
above
Displayed beneath the title but below the content.
below
Displayed beneath the content.
theme
Color of the navbox, can be blue or red. Default is red.
collapsed
Initial state of the content. Will be collapsed by default (true). Set to false to start expanded.

The following are from {{Navbox/row}}.

group
Group name. Used from {{Navbox/row}}
list
List of articles to be linked to. Usually separated with a bullet point or •

Examples

How to translate

This template doesn't need to/shouldn't be translated, but you can translate the documentation of this template with the following steps:

  1. Create a subpage of this template with the language code of the language you want to translate to.
  2. Copy the code wrapped in the <noinclude> tag in this template into the page you created.
    {{Translation guide}} template should be removed from the translated documentation.
  3. Translate the page according to the translation requirements of normal pages.

See also

Editors can experiment in this template's sandbox.