模板:Ordered list/doc

来自决策链云智库
< 模板:Ordered list
Zeroclanzhang讨论 | 贡献2024年1月20日 (六) 02:01的版本 (创建页面,内容为“{{Documentation subpage}} {{High-use}} {{lua|Module:List}} {{Template shortcut|olist}} <!-- Categories and interwikis go at the bottom of this page. --> == Usage == This template creates an ordered list, which is similar to a numbered list but may display other characters, such as roman numbers or alphabet letters, instead of the decimal enumerator. == Syntax == ;Simple:<code><nowiki>{{</nowiki>Ordered list |''entry1'' |''entry2''| ...…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

Usage

This template creates an ordered list, which is similar to a numbered list but may display other characters, such as roman numbers or alphabet letters, instead of the decimal enumerator.

Syntax

Simple
{{Ordered list |entry1 |entry2| ... }}
Offset starting value
{{Ordered list |start=start|entry1 |entry2 |... |item1_style=CSS1 |item2_style=CSS2| ... }}
Changing the symbol style
{{Ordered list |list_style_type=type |entry1 |entry2 |... }}
With CSS style
{{Ordered list |item_style=CSS-all |entry1 |entry2 |... }}
With separate CSS styles for each item
{{Ordered list |entry1 |item1_style=CSS1 |entry2 |item2_style=CSS2 |... }}
With custom values for each item
{{Ordered list |item1_value=value1 |entry1 |item2_value=value2 |entry2 |... }}
Parameters' description
Parameter Description
list_style_type or
list-style-type

type

This parameter indicates the list style type. Popular acceptable parameters include:
  • 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, ...)

For a full list, see the following section.

Positional parameters

entry1 entry2 ...

The contents of each list item, as unnamed or positional parameters. There is no restriction on content, except equal signs (=) must be escaped or replaced with {{=}}, lest it will be interpreted a named parameter.
itemn_value

value1 value2 ...

Ordinal or label for a specific list item; a positive integer.
start Ordinal or label for the first item in the list; a positive integer (default is 1).
itemn_style

CSS1 CSS2 ...

Cascading Style Sheet (CSS) styles that are set on a specific list item. (User must know CSS syntax.) For example, individual labels can be hidden by setting itemn_style=list-style-type:none;
item_style

CSS-all

CSS styles that are set on each list item. (User must know CSS syntax.) When present, any itemn_style are disregarded.

Acceptable list style type values and supported web browsers

模板:CSS list-style-type values

See also

References


Make an ordered list. The default is a numbered list, but you can change it to a list with roman numbers or letters of the English, Greek, Armenian or Georgian alphabets, instead of the decimal enumerator.

模板参数

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

参数描述类型状态
First item to list1

无描述

未知必需
Second item to list2

无描述

未知可选
Third item to list3

无描述

未知可选
Fourth item to list4

无描述

未知可选
Fifth item to list5

无描述

未知可选
Sixth item to list6

无描述

未知可选
Seventh item to list7

无描述

未知可选
Eighth item to list8

无描述

未知可选
Ninth item to list9

无描述

未知可选
Tenth item to list10

无描述

未知可选
Type of listlist_style_type

无描述

推荐值
nonedisccirclesquaredecimaldecimal-leading-zerolower-romanupper-romanlower-alphaupper-alphalower-greekarmeniangeorgianhebrewcjk-ideographichiraganakatakanahiragana-irohakatakana-iroha
默认值
decimal
未知可选
Starting valuestart

无描述

未知可选
CSS styleitem_style

无描述

未知可选