Bản mẫu:Collapse
Bản mẫu Collapse được sử dụng để đặt các hộp thu gọn xung quanh các nội dung ngắn và các đoạn thảo luận (bảng, mẫu mã dài, v.v.). Đối với toàn bộ nội dung, hãy sử dụng {{Collapse top}} và {{Collapse bottom}}. Sử dụng
Để chắc chắn an toàn nhất, nên sử dụng Tham số bgTham số bg là tùy chọn. Nó thay đổi màu nền, sử dụng các giá trị màu web (ví dụ:#F0F2F5).
{{Collapse|1=Discussion text to be put into box.|bg=#F0F2F5}} tạo ra:
Tham số paddingTham số padding điều chỉnh độ rộng ô nội dung (mặc định là 8px): {{Collapse|1=Discussion text to be put into box.|padding=20px}} tạo ra:
Xung quanh văn bản tiêu đềKhi được sử dụng với một phần văn bản, hãy bao gồm tiêu đề phần đó trong phần văn bản được thu gọn. Ví dụ, cho: Thay bằng: Tham số expandThêm Tham số |
Nội dung mở rộng |
---|
Discussion text to be put into box.
|
{{Collapse|1=Discussion text to be put into box.|float=center|width=30em}}
tạo ra:
Nội dung mở rộng |
---|
Discussion text to be put into box.
|
{{Collapse|1=Discussion text to be put into box.|float=left|width=30em}}
tạo ra:
Nội dung mở rộng |
---|
Discussion text to be put into box.
|
{{Collapse|1=Discussion text to be put into box.|float=right|width=30em}}
tạo ra:
Nội dung mở rộng |
---|
Discussion text to be put into box.
|
{{Collapse|1=Discussion text to be put into box.|float=none|width=30em}}
tạo ra:
Nội dung mở rộng |
---|
Discussion text to be put into box.
|
Tham số clear
Trong một số trường hợp, bạn có thể không muốn áp dụng giá trị CSS mặc định clear: both;
, điều này sẽ đặt hộp thu gọn bên dưới bất kỳ nội dung nổi bên trái hoặc bên phải nào trong cùng một khối HTML. Trong trường hợp này, bạn có thể sử dụng|clear=none
, |clear=right
, or |clear=left
, as needed.
Khi nội dung bao gồm các bảng
Bản mẫu này thường bị hỏng khi được sử dụng xung quanh nội dung bao gồm hoặc bao gồm wikitable. Nội dung như vậy có thể được thu gọn bằng cách sử dụng {{collapse top}}
và {{collapse bottom}}
thay vì dùng {{collapse}}
.
TemplateData
Dữ liệu bản mẫu cho Collapse
Creates a collapsible box that allows its content to be hidden or revealed on user's command. It is used to reduce clutter.
Tham số | Miêu tả | Kiểu | Trạng thái | |
---|---|---|---|---|
Contents | 1 content text | Contents of the box | Nội dung | bắt buộc |
Title | 2 title heading header reason result | Text of title bar. Defaults to "Extended contents".
| Chuỗi dài | khuyên dùng |
Expanded by default? | expand | Setting to "yes" (or "y", "expand", "expanded", "uncollapse", or "uncollapsed") will cause the box to show its contents by default. Any other value (and omitting this parameter) causes the box to be expanded by default. If not set or set to another value (e.g. "no") the box will be collapsed by default (its contents hidden).
| Chuỗi dài | tùy chọn |
Border width | border | Width of the outermost border. Accepts a number (e.g. 2) followed immediately with a CSS-compatible unit of measurement. (e.g. "px") Example: 2px.
| Chuỗi dài | tùy chọn |
Title bar's color | bg background | Color of the title bar. Can be set any valid CSS color value but please take care that text would remain black.
| Chuỗi dài | tùy chọn |
Padding | padding | Width of the padding, the empty space between border and the contents. Accepts a number (e.g. 2) followed immediately with a CSS-compatible unit of measurement. (e.g. "px") Example: 2px.
| Không rõ | tùy chọn |
Outer background | bg1 | Color of the space between the inner and outer border. Can be set to any valid CSS color.
| Chuỗi dài | tùy chọn |
Outer border color | b-color | Color of the outer border. Can be any valid CSS color.
| Chuỗi dài | tùy chọn |
Collapse box width | width | The width of the entire collapsed box.
| Chuỗi dài | tùy chọn |
Center-align title | center | If set to any value, the title will be centered. | Luận lý | tùy chọn |
Font color | fc | Font color for the title. Also sets the color of the [show]/[hide] link. Can be any valid CSS color | Chuỗi dài | tùy chọn |
CSS class | class | Additional CSS class to add | Chuỗi dài | tùy chọn |
CSS float | float | CSS float, one of "left", "right", "none", "center"/"centre", or blank. | Chuỗi dài | tùy chọn |
CSS clear | clear | CSS clear value. The default depends on the selected float. Usually one of "none", "left", "right", or "both" | Chuỗi dài | tùy chọn |
Left-align title | left | Left-aligns the title. Takes precedence over center. | Luận lý | tùy chọn |
Content border | border2 | CSS border styling to add to the content.
| Chuỗi dài | tùy chọn |
Content background color | bg2 | Background color to use for expanded content.
| Chuỗi dài | tùy chọn |
Xem thêm
- {{collapse top}}
- {{collapse bottom}}
- {{discussion top}}
- {{archive top}}
- {{hidden}}
- {{hidden archive top}}