Jump to content

Template:Navbox/doc

From The Petit Planet Wiki
This is the documentation page for Navbox.
It contains usage information, categories, and other content not part of the original template page.
This template uses Module:Navbox (edit | hist), a script written in Lua.
This template uses CSS found at MediaWiki:Navbox.css (edit | hist).

Template that creates a standard navigation box.

For full documentation: RANGER navboxes

Syntax[edit source]

{{Navbox
|title = 
|striped = even
|editlinks = off
|group1 = 
|list1 = 
|group2 = 
|list2 = 
}}

Examples[edit source]

Multiple subgroups[edit source]

{{Navbox
|title = Items
|striped = even
|editlinks = off
|above = Some items are restricted to specific classes; see Classes for more information.
|below = Update 1.2
|below_class = align-right

|group1 = Consumables
|list1 =
* Health Potion
* Mana Potion

|group2 = Weapons
|group2.1 = Swords
|list2.1 =
* Wooden Sword
* Rusted Sword
* Steel Sword
|group2.2 = Bows
|list2.2 =
* Shortbow
* Crossbow
* Longbow
}}

Multiple expands/collapses in a single container[edit source]

{{Navbox
|title = Items
|striped = even
|editlinks = off

|header1 = Consumables
|header1.1 = Potions
|list1.1 =
* Revitalizing Potion
* Teleport Potion
|group1.1.1 = Health
|list1.1.1 =
* Health Potion
* Large Health Potion
* Elixir of Healing
|group1.1.2 = Mana
|list1.1.2 =
* Mana Potion
* Large Mana Potion
* Elixir of Magic
|header1.2 = Scrolls
|list1.2 =
* Scroll of Poison

|header3 = Weapons
|state3 = collapsed
|group3 = Swords
|list3 =
* Wooden Sword
* Rusted Sword
* Steel Sword
|group4 = Bows
|list4 =
* Shortbow
* Crossbow
* Longbow
|group5 = Staves
|list5 =
* Basic Staff
* Wizard's Staff
}}