More actions
Content deleted Content added
No edit summary |
No edit summary Tag: Manual revert |
||
(5 intermediate revisions by the same user not shown) | |||
Line 76: | Line 76: | ||
|label6 = Label 4 |
|label6 = Label 4 |
||
|list6 = [[Item 1]][[Item 2]] |
|list6 = [[Item 1]][[Item 2]] |
||
|subtitle=List of |
|||
|title=2ndTitle |
|||
|header6=newHeader |
|||
|label8=Label8 |
|||
|list8=[[List]] |
|||
}} |
}} |
||
Line 91: | Line 85: | ||
"label": "Title", |
"label": "Title", |
||
"description": "Title of the subject (wikilink is optional)", |
"description": "Title of the subject (wikilink is optional)", |
||
"example": "[[ |
"example": "[[Hades]]", |
||
"type": "unknown", |
"type": "unknown", |
||
"required": true, |
"required": true, |
Latest revision as of 22:44, 14 October 2024
This is a documentation subpage for 'Template:Navplate'.
It contains usage information, categories, and other content that is not part of the original template page.
{{navplate}} 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.
{{Navplate |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
{{Navplate |id=test |subtitle=List of |title=Title |header1 = Header 1 |label2 = Label 1 |list2 = [[Item 1]][[Item 2]] |label3 = Label 2 |list3 = [[Item 1]][[Item 2]] |header4 = Header 2 |label5 = Label 3 |list5 = [[Item 1]][[Item 2]] |label6 = Label 4 |list6 = [[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 |