Template:Navplate2/doc
Template page
More actions
| Template documentation follows |
|---|
| Note: the template above may sometimes be partially or fully invisible. |
| Visit Template:Navplate2/doc/doc to edit this documentation. (How does this work?) |
{{navplate2}} allows a navigational template to be set up relatively quickly by supplying it with one or more lists of links, similar to Template:Navbox on Wikipedia.
Usage
Please remove the parameters that are left blank.
{{Navplate2
|subtitle =
|title =
|label1 =
|list1 =
|label2 =
|list2 =
|label3 =
|list3 =
}}
Parameter list
subtitle- Subtitle text above the title, it should be connected to the title
title- Title of the subject (wikilink is optional)
labeln- Label text for the list
listn- Text listing wikilinks
headern- Group header text
id- ID used for HTML, mostly used in template
Example
{{Navplate2
|id=test
|subtitle=List of
|title=Title
|header1 = Header
|label2 = Label 1
|listA2= [[Item 1]][[Item 2]]
|listB2= [[Item 1]][[Item 2]]
|header3 = Header
|label4 = Label 2
|listA4= [[Item 1]][[Item 2]]
|listB4= [[Item 1]][[Item 2]]
}}
gives
TemplateData
Creates a navigational box for links to other pages.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Subtitle | subtitle | Subtitle text above the title, it should be connected to the title
| String | suggested |
| Title | title | Title of the subject (wikilink is optional)
| Unknown | required |
| ID | id | ID used for HTML | Unknown | optional |