4,333
个编辑
无编辑摘要 |
无编辑摘要 |
||
第3行: | 第3行: | ||
以下是正文内容。 | 以下是正文内容。 | ||
__NOTOC__ | |||
=正文= | =正文= | ||
{{本地化未完成}} | {{本地化未完成}} | ||
第64行: | 第65行: | ||
==参数列表== | ==参数列表== | ||
以下是一个例子。 | |||
{{Navbox | {{Navbox | ||
|name = Navbox/doc | |name = Navbox/doc | ||
第74行: | 第76行: | ||
|group2 = {{{group2}}} | |group2 = {{{group2}}} | ||
|list2 = {{{list2}}} | |list2 = {{{list2}}} | ||
|list3 = {{{list3}}} | |list3 = {{{list3}}} | ||
|group4 = {{{group4}}} | |group4 = {{{group4}}} | ||
|list4 = {{{list4}}} | |list4 = {{{list4}}} | ||
|below = {{{below}}}<!-- <br/>参见下方的其他替代导航格式:[[#表格布局|''表格布局'']]See alternate navbox formats under:[[#Layout of table|''Layout of table'']] --> | |below = {{{below}}}<!-- <br/>参见下方的其他替代导航格式:[[#表格布局|''表格布局'']]See alternate navbox formats under:[[#Layout of table|''Layout of table'']] --> | ||
}} | }} | ||
Navbox使用小写的参数名称,如上面框中所示 | [[模板:Navbox|Navbox]] 使用小写的参数名称,如上面框中所示。 | ||
如果省略其他参数,必需 的<code>name</code>和<code>title</code>会创建一个单行方框。 | |||
:其它 的 所有变量都 是可选的。 | |||
基本 | 基本参数如下 方表格<!--咕了--> 所示: | ||
<!-- | <!-- | ||
{{brClear}} 这是啥 | |||
{{brClear}} | |||
--> | --> | ||
:<code>name</code> | {| class="wikitable" style="text-align:center" | ||
|- | |||
!变量名 | |||
!说明 | |||
|- | |||
|<code>name</code> | |||
|该索引 模板的名称( “模板:”后面的部分,注意不是模板的标题)。 | |||
|- | |||
|<code>title</code> | |||
| 标题栏 中 的文字, 例如<code><nowiki>[[Arcaea]]</nowiki></code> 。 | |||
|- | |||
|<code>state</code> | |||
|三个状态:autocollapse 、uncollapsed、collapsed<br />Navbox 的折 叠 状态, 基本语法参照表格class部分 。 | |||
|- | |||
|<code>titlestyle</code> | |||
|应 用于标题栏 的一个CSS 样式 字符串 , 例如<code>background:gray</code> | |||
|- | |||
|<code>groupstyle</code> | |||
|应 用于分组单元格 的一个CSS 样式 字符串 , 例如<code>background:#eee;</code> | |||
|} | |||
:<code>image</code> - 一个可选的右侧图片(以完整的image标签的形式编码:<nowiki>[[File:XX.jpg|90px]]</nowiki>)。<!-- an optional right-side image (coded as the whole image tag: ). --> | :<code>image</code> - 一个可选的右侧图片(以完整的image标签的形式编码:<nowiki>[[File:XX.jpg|90px]]</nowiki>)。<!-- an optional right-side image (coded as the whole image tag: ). --> | ||
:<code>imageleft</code> - 一个可选的左侧图片(编码方式与“image”参数相同)。<!-- an optional left-side image (code the same was as the "image" parameter). --> | :<code>imageleft</code> - 一个可选的左侧图片(编码方式与“image”参数相同)。<!-- an optional left-side image (code the same was as the "image" parameter). --> | ||
:<code>above</code> - 在group/list区段之上显示的文字(可能是一栏综合的维基链接)。 | :<code>above</code> - 在group/list区段之上显示的文字(可能是一栏综合的维基链接)。 | ||
:<code>group<sub>n</sub></code> - 左侧的文字,在list-n之前(如果group-n被省略,list-n从方框的左侧开始)。 | :<code>group<sub>n</sub></code> - 左侧的文字,在list-n之前(如果group-n被省略,list-n从方框的左侧开始)。 | ||
:<code>list<sub>n</sub></code> - 列出维基链接的文字,通常以圆点符号模板分隔开来,像:<!-- text listing wikilinks, often separated by middot templates, such as: -->[<nowiki/>[A]]<code>{<nowiki/>{·}}</code> [<nowiki/>[B]] | :<code>list<sub>n</sub></code> - 列出维基链接的文字,通常以圆点符号模板分隔开来,像:<!-- text listing wikilinks, often separated by middot templates, such as: -->[<nowiki/>[A]]<code>{<nowiki/>{·}}</code> [<nowiki/>[B]] | ||
:<code>below</code> - 在group/list区段之下显示的可选文字。<!-- optional text to appear below the group/list section. --> | :<code>below</code> - 在group/list区段之下显示的可选文字。<!-- optional text to appear below the group/list section. --> |