Pillars of Eternity Wiki
Advertisement
Template-info Template documentation
Icon-boilerplate
This template was copied, or partially copied from Template:Navbox on Wikipedia
  • This is considered an appropriate use under CC-BY-SA 3.0.
  • Its contents may have been modified for use on this wiki.
  • Any changes to the original page will not be reflected here. Updates may be manually copied over if necessary.

Meta-template for building navboxes. A navbox is a grouping of links used in multiple related articles to facilitate navigation between those articles.

Usage

Blank template with commonly use options:

{{Navbox
| name = Navbox/doc
| state = uncollapsed
| title = title

| group1 = Group1
| list1  = List1
| group2 = Group2
| list2  = List2
| group3 = Group3
| list3 = List3
| group4 = Group4
| list4 = List4
}}

Parameter list

  • name - Template name.
  • title - text in the title bar.
  • state - controls when a navbox is expanded or collapsed.
  • above/below - optional text to appear above or bellow the group/list section.
  • group(n) -
  • listn(n) -

Styles

Styles are generally advised against, to maintain consistency among templates(MediaWiki:Common.css should be used instead or applied general here); but the option to modify styles paramters are given given below, for specific customization or testing purpose:

  • style
  • basestyle
  • titlestylex
  • groupstyle
  • groupnstyle
  • liststyle
  • listnstyle
  • listpadding
  • oddstyle
  • evenstyle
  • abovestyle
  • belowstyle
  • imagestyle
  • imageleftstyle
Advertisement