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.
No edit summary
(I'm going to get rid of the hooks until a situation comes up in which they're needed.)
Line 1: Line 1:
<onlyinclude><includeonly>{| class="navbox {{{class|}}}" style="{{{style|}}}"
<onlyinclude><includeonly>{| class="navbox"
! class="title {{{tclass|}}}" colspan="2" | {{{1|}}}</includeonly></onlyinclude>
! class="title" colspan="2" | {{{1|}}}</includeonly></onlyinclude>


==Purpose==
==Purpose==
Line 19: Line 19:
{{Clear|left}}
{{Clear|left}}
<code><nowiki>{{Navbox}}</nowiki></code> and <code><nowiki>{{Navbox/Bottom}}</nowiki></code> are required. Between them, place any number of <code><nowiki>{{Navbox/Header}}</nowiki></code>s and <code><nowiki>{{Navbox/Row}}</nowiki></code>s in any order.
<code><nowiki>{{Navbox}}</nowiki></code> and <code><nowiki>{{Navbox/Bottom}}</nowiki></code> are required. Between them, place any number of <code><nowiki>{{Navbox/Header}}</nowiki></code>s and <code><nowiki>{{Navbox/Row}}</nowiki></code>s in any order.
Each of these templates (besides <code><nowiki>{{Navbox/Bottom}}</nowiki></code>) provides hooks for defining additional CSS classes and styles, using named parameters "class" and "style", respectively.




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

Revision as of 13:27, August 29, 2012


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.