Template:Ordered list
![]() | Uses Lua: |
Contents
[hide]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 number|entry1 |entry2 ... |item_style1=CSS1 |item_style2=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 |item_style1=CSS1 |entry2 |item_style2=CSS2 ... }}
- With custom values for each item
{{Ordered list |item_value1=value1 |entry1 |item_value2=value2 |entry2 ... }}
Parameter | Description |
---|---|
type | This parameter indicates the list style type. Popular acceptable parameters include:
|
start number | The number for the first item, formatted as a positive integer (default is 1) |
entry1 entry2 ... | These unnamed parameters are individual list items that appear as separate lines. They can be words or full sentences. However, all instance of equal sign (=) must be replaced with "{{=}}"; otherwise, the affected line will not appear. |
value1 value2 ... | Value for list items, formatted as a positive integer |
CSS1 CSS2 ... | Standard Cascading Style Sheet (CSS) styles that change the look of each line. (User must know CSS syntax.) |
CSS-all | Standard CSS styles that change the look of all entries. (User must know CSS syntax.) When present, CSS1 through CSS5 are disregarded. |
Acceptable list style type values and supported web browsers
See also
References
- Jump up ↑ "Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification". W3C. December 7, 2010.
- Jump up ↑ "Cascading Style Sheets, level 2 CSS2 Specification". W3C. April 11, 2008.
- Jump up ↑ "CSS3 module: Lists". W3C. November 7, 2002.
The above documentation is transcluded from Template:Ordered list/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |