Template:Navbox/doc: Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
mNo edit summary
mNo edit summary
Line 26: Line 26:
; title: text in the title bar.
; title: text in the title bar.
; state: controls when a navbox is expanded or collapsed. (use "mw-collapsed" to set the navbox to collapsed)
; state: controls when a navbox is expanded or collapsed. (use "mw-collapsed" to set the navbox to collapsed)
; above/bellow: optional text to appear above or bellow the group/list section.
; above/below: optional text to appear above or below the group/list section.
; group(n):
; group(n):
; listn(n):
; listn(n):

Revision as of 16:52, 14 October 2018

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

Based on wikipedia:Template:Navbox, see documentation there.

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
}}

Parameters

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

Styles

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

Template:Cols Template:Doc/end