Bước tới nội dung

Bản mẫu:Ordered list/doc

Bách khoa toàn thư mở Wikipedia

Cách sử dụng

[sửa mã nguồn]

Bản mẫu này tạo ra một danh sách đánh thứ tự. Danh sách đánh thứ tự cũng giống như danh sách đánh số (numbered list), nhưng ngoài sử dụng số (1, 2, 3…) để đánh thứ tự thì nó còn có thể dùng chữ cái Latin (a, b, c), chữ số La Mã (i, ii, iii…), v.v.

Đơn giản
{{Ordered list |mục1 |mục2| ... }}
Thay đổi giá trị bắt đầu
{{Ordered list |start=bắt đầu|mục1 |mục2 |... |item1_style=CSS1 |item2_style=CSS2| ... }}
Thay đổi kiểu biểu tượng
{{Ordered list |list_style_type=loại |mục1 |mục2 |... }}
Với kiểu CSS
{{Ordered list |item_style=CSS-all |mục1 |mục2 |... }}
Với kiểu CSS riêng biệt cho mỗi mục
{{Ordered list |mục1 |item1_style=CSS1 |mục2 |item2_style=CSS2 |... }}
Với giá trị tùy chọn cho mỗi mục
{{Ordered list |item1_value=giá trị 1 |mục1 |item2_value=giá trị 2 |mục2 |... }}
Mô tả các tham số
Tham số Mô tả
list_style_type

type

Tham số này cho thấy các loại phong cách danh sách. Phổ biến các thông số chấp nhận được bao gồm:

  • 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, ...)

Đối với một danh sách đầy đủ, xem phần sau.

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.)
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.

Tham khảo

[sửa mã nguồn]