Bản mẫu:TOC top
Bản mẫu này được sử dụng ở khoảng 106.000 trang. Để tránh gây lỗi trên quy mô lớn và tải máy chủ không cần thiết, tất cả thay đổi cần được thử nghiệm ở trang con /sandbox, /testcases của bản mẫu, hoặc ở không gian người dùng của bạn. Các thay đổi đã được thử nghiệm có thể thêm vào bản mẫu bằng một sửa đổi duy nhất. Xin hãy thảo luận các thay đổi tại trang thảo luận trước khi áp dụng sửa đổi. |
This is used to create custom table of contents templates such as {{list TOC}}. It replaces and suppresses the ToC that the wiki software would automatically generate.
Cách sử dụng
[sửa mã nguồn]Please note that this is solely for ease of maintaining existing templates. Please do not use this to write new templates: instead, browse through Thể loại:Bản mẫu mục lục Wikipedia and use an existing template. This code is one of the final pieces in cleaning up years of redundant and overlapping code in this area.
Các tham số (tùy chọn)
[sửa mã nguồn]- title
- The title to use for this ToC element. The default is Mục lục.
- align
- Sets the CSS float and clear properties, which forces this float underneath the side specified with this attribute. So,
align=right
will place the element after all the right floating elements before it. Options areleft
,right
,center
, ornone
(default).
- clear
- Overrides the default CSS clear property set by the align parameter, which is not typically needed. Options are
left
,right
,both
, ornone
. The defaults areleft
when|align=left
,right
when|align=right
,none
when|align=center
, andleft
when|align=none
. Use|clear=none
to allow other floating elements to float next to the table of contents, and|clear=both
to force the table of contents to have nothing next to it.
- primary
- Set this to
false
if this ToC is not used as the primary ToC of a page. This makes sure that the title of this ToC does not show up in the primary ToC. A side effect of this is the disappearing of the show/hide toggle.
Dữ liệu bản mẫu
[sửa mã nguồn]Dữ liệu bản mẫu cho TOC top
This is used to create custom table of contents templates. It replaces and suppresses the ToC that the wiki software would automatically generate.
Tham số | Miêu tả | Kiểu | Trạng thái | |
---|---|---|---|---|
Title | title | The title to use for this ToC element. The default is Contents. | Chuỗi dài | tùy chọn |
Align | align | Sets the CSS float and clear properties, which forces this float underneath the side specified with this attribute. So, "right" will place the element after all the right floating elements before it. Options are left, right, center, or none (default). | Chuỗi dài | tùy chọn |
Clear | clear | Overrides the default CSS clear property set by the align parameter, which is not typically needed. Options are left, right, both, or none. The defaults are left when align=left, right when align=right, none when align=center, and left when align=none. Use "none" to allow other floating elements to float next to the table of contents, and "both" to force the table of contents to have nothing next to it. | Chuỗi dài | tùy chọn |
Primary | primary | Set this to "false" if this ToC is not used as the primary ToC of a page. This makes sure that the title of this ToC does not show up in the primary ToC. A side effect of this is the disappearing of the show/hide toggle. | Chuỗi dài | tùy chọn |
Xem thêm
[sửa mã nguồn]- {{TOC bottom}}