模板:Navplate/doc:修订间差异

来自决策链云智库
(创建页面,内容为“{{Documentation}} {{t|navplate}} allows a navigational template to be set up relatively quickly by supplying it with one or more lists of links, similar to [https://en.wikipedia.org/wiki/Template:Navbox Template:Navbox] on Wikipedia. == Usage == Please remove the parameters that are left blank. <pre> {{Navplate |subtitle = |title = |label1 = |list1 = |label2 = |list2 = |label3 = |list3 = }} </pre> == Parameter list == ;<code>subtitle</code> :Subt…”)
 
无编辑摘要
 
第1行: 第1行:
{{Documentation}}
{{Documentation subpage}}


{{t|navplate}} allows a navigational template to be set up relatively quickly by supplying it with one or more lists of links, similar to [https://en.wikipedia.org/wiki/Template:Navbox Template:Navbox] on Wikipedia.
{{t|navplate}} allows a navigational template to be set up relatively quickly by supplying it with one or more lists of links, similar to [https://en.wikipedia.org/wiki/Template:Navbox Template:Navbox] on Wikipedia.

2024年1月21日 (日) 10:10的最新版本

{{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.

模板参数

此模板首选参数换行的代码块格式。

参数描述类型状态
Subtitlesubtitle

Subtitle text above the title, it should be connected to the title

示例值
List of
字符串推荐
Titletitle

Title of the subject (wikilink is optional)

示例值
[[Ship]]s
未知必需
IDid

ID used for HTML

未知可选