第89行: |
第89行: |
| |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/>参见下方的其他替代导航格式:[[#表格布局|''表格布局'']] |
| }} | | }} |
| Navbox使用小写的参数名称,如上面框中所示。如果省略其他参数,必需的''name''和''title''会创建一个单行方框。 | | Navbox使用小写的参数名称,如上面框中所示。如果省略其他参数,必需的''name''和''title''会创建一个单行方框。 |
第96行: |
第96行: |
| | | |
| 基本的和最常见的参数如下所示(参见下方查看完整的列表): | | 基本的和最常见的参数如下所示(参见下方查看完整的列表): |
− | <!--
| |
− | The navbox uses lowercase parameter names, as shown in the box (''at right''). The mandatory ''name'' and ''title'' will create a one-line box if other parameters are omitted.
| |
| <br/> | | <br/> |
| | | |
− | Notice "group1" (etc.) is optional, as are sections named "above/below".
| + | :<code>name</code> - 模板的名称(“Template:”后面的部分,注意不是模板的标题)。 |
− | {{brClear}}
| + | :<code>title</code> - 标题栏的文字,像<nowiki>[[化学分支]]</nowiki>。 |
− | The basic and most common parameters are as follows (see below for the full list):
| + | :<code>state - autocollapse、uncollapsed、collapsed</code>:方框的折叠状态,其中“autocollapse”会自动隐藏被堆叠的多个导航框。 |
− | -->
| |
− | :<code>name</code> - 模板的名称(“Template:”后面的部分,注意不是模板的标题)。<!-- the name of the template. --> | |
− | :<code>title</code> - 标题栏的文字,像<nowiki>[[化学分支]]</nowiki>。<!-- text in the title bar, such as: <nowiki>[[Widget stuff]]</nowiki>. --> | |
− | :<code>state - autocollapse、uncollapsed、collapsed</code>:方框的折叠状态,其中“autocollapse”会自动隐藏被堆叠的多个导航框。<!-- : the status of box expansion, where "autocollapse" hides stacked navboxes automatically. --> | |
| | | |
− | :<code>titlestyle</code> - 一个用于标题栏的CSS样式,像:<!-- a CSS style for the title-bar, such as: --><code>background:gray;</code> | + | :<code>titlestyle</code> - 一个用于标题栏的CSS样式,像:<code>background:gray;</code> |
− | :<code>groupstyle</code> - 一个用于分组单元格的CSS样式,像:<!-- a CSS style for the group-cells, such as: --><code>background:#eee;</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>)。 |
− | :<code>imageleft</code> - 一个可选的左侧图片(编码方式与“image”参数相同)。<!-- an optional left-side image (code the same was as the "image" parameter). --> | + | :<code>imageleft</code> - 一个可选的左侧图片(编码方式与“image”参数相同)。 |
| | | |
− | :<code>above</code> - 在group/list区段之上显示的文字(可能是一栏综合的维基链接)。<!-- text to appear above the group/lst section (could be a list of overall wikilinks). --> | + | :<code>above</code> - 在group/list区段之上显示的文字(可能是一栏综合的维基链接)。 |
| | | |
− | :<code>group<sub>n</sub></code> - 左侧的文字,在list-n之前(如果group-n被省略,list-n从方框的左侧开始)。<!-- the left-side text before list-n (if group-n omitted, list-n starts at left of box). --> | + | :<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> - 列出维基链接的文字,通常以圆点符号模板分隔开来,像:<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区段之下显示的可选文字。 |
| | | |
− | 进一步的细节,以及复杂的约束,在下方[[#参数描述|参数描述]]章节作了解释。参见其他的一些替代导航格式:[[#表格布局|''表格布局'']]。<!-- Further details, and complex restrictions, are explained below under section ''[[#Parameter descriptions|Parameter descriptions]]''. See some alternate navbox formats under: [[#Layout of table|''Layout of table'']]. --> | + | 进一步的细节,以及复杂的约束,在下方[[#参数描述|参数描述]]章节作了解释。参见其他的一些替代导航格式:[[#表格布局|''表格布局'']]。 |
| | | |
| == 参数描述 == | | == 参数描述 == |