Template:Ordered list/doc
此页面是Template:Ordered list的Templatedocumentation。 此页面可能包含了模板的使用说明、分类和其他内容。 |
此模板使用Lua语言: |
用法
此模板创建一个有序列表,类似于编号列表,但可能会显示其他字符,例如罗马数字或字母,而不是十进制枚举数。
语法
- 简单的:
{{Ordered list |entry1 |entry2| ... }}
- 偏移起始值:
{{Ordered list |start=start|entry1 |entry2 |... |item1_style=CSS1 |item2_style=CSS2| ... }}
- 更改符号样式:
{{Ordered list |list_style_type=type |entry1 |entry2 |... }}
- 使用CSS样式:
{{Ordered list |item_style=CSS-all |entry1 |entry2 |... }}
- 每个项目都有单独的CSS样式:
{{Ordered list |entry1 |item1_style=CSS1 |entry2 |item2_style=CSS2 |... }}
- 使用每个项目的自定义值:
{{Ordered list |item1_value=value1 |entry1 |item2_value=value2 |entry2 |... }}
参数 | 描述 |
---|---|
list_style_type
类型 |
此参数表示列表样式类型。普遍接受的参数包括:
* decimal (1, 2, 3, 4, ...) * lower-roman (i, ii, iii, iv, ...) * upper-roman (I, II, III, IV, ...) * lower-alpha (a, b, c, d, ...) * upper-alpha (A, B, C, D, ...) 有关完整列表,请参阅以下部分。 |
位置参数
entry1 entry2 ... |
每个列表项的内容,作为未命名或位置参数。内容没有限制,除非等号 (=) 必须转义或替换为{{=}} ,否则它将被解释为命名参数。
|
itemn_value
value1 value2 ... |
特定列表项的序号或标签;一个正整数。 |
start
|
列表中第一项的序号或标签;正整数(默认值为1)。 |
itemn_style
CSS1 CSS2 ... |
(CSS)在特定列表项上设置的样式。(用户必须知道CSS语法。) |
item_style
CSS-all |
在每个列表项上设置的CSS样式。(用户必须知道CSS语法。)当存在时,任何 itemn_style 都将被忽略。
|
参见
References
|