Template:Navbox: Difference between revisions

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
(switched to box implementation)
mNo edit summary
Line 27: Line 27:


{{Cat|Formatting Templates}}
{{Cat|Formatting Templates}}
{{Cat|Box Templates
{{Cat|Navbox Templates}}
{{Cat|Navbox Templates}}

Revision as of 16:54, February 28, 2013


Purpose

This meta-template is used to more easily create navigation footers.

Usage

This template is used as a composite of several subtemplates. Start with the code:

{{Navbox|title}}
{{Navbox/Header|header}}
{{Navbox/Row|section|content}}
{{Navbox/Bottom}}
  • title — The title that appears at the top of the navbox.
  • header — A header inside the navbox, spanning across the width.
  • section — A label for the section/row. (Optional.)
  • content — The content of the row, usually a list of links.

{{Navbox}} and {{Navbox/Bottom}} are required. Between them, place any number of {{Navbox/Header}}s and {{Navbox/Row}}s in any order.

Any Navbox after the third one on a page is hidden by default, but they can be force to be shown or hidden by specifying "hide=false" or "hide=true", respectively. {{Cat|Box Templates