Template:Navbox/doc: Difference between revisions

From Know Islam
Jump to navigation Jump to search
(Created page with "<!-- Template:Navbox/doc --> == Usage == The '''Navbox''' template is used to create navigation boxes. These boxes can contain multiple rows with grouped content to help organize and navigate related pages. === Syntax === <nowiki>{{Navbox |title=Navbox Title |content= {{Navbox/Row |group=Group 1 |list=* Item 1 * Item 2 }} {{Navbox/Row |group=Group 2 |list=* Item A * Item B }} }}</nowiki> === Parameters === * '''title''': The title of the navbox. * '''content''': The co...")
 
(No difference)

Latest revision as of 20:27, 26 July 2024

Usage

The Navbox template is used to create navigation boxes. These boxes can contain multiple rows with grouped content to help organize and navigate related pages.

Syntax

{{Navbox |title=Navbox Title |content= {{Navbox/Row |group=Group 1 |list=* Item 1 * Item 2 }} {{Navbox/Row |group=Group 2 |list=* Item A * Item B }} }}

Parameters

  • title: The title of the navbox.
  • content: The content of the navbox, usually composed of multiple `Navbox/Row` templates.

Navbox/Row Parameters

  • group: The group header for the row.
  • list: The list of items in the row.

Example


This example will render a navigation box with two groups and their respective lists.

See Also