Bản mẫu:Hết phần ẩn
(Đổi hướng từ Bản mẫu:Hidden end)
Bản mẫu End hidden, Hidden bottom, Hidden end và End hidden section đổi hướng đến đây.
Tài liệu này được chia sẻ bởi {{Bắt đầu phần ẩn}} và {{Hết phần ẩn}}.
Bản mẫu này được sử dụng ở khoảng 29.000 trang, vì thế những thay đổi đến nó sẽ hiện ra rõ ràng. Vui lòng thử nghiệm các thay đổi ở trang con /sandbox, /testcases của bản mẫu, hoặc ở không gian người dùng của bạn. Cân nhắc thảo luận các thay đổi tại trang thảo luận trước khi áp dụng sửa đổi. |
Bản mẫu Collapse | |
---|---|
Collapse cơ bản | |
{{Collapse top}} | Trên |
{{Collapse bottom}} | Dưới |
{{Collapse}} | Cả hai |
Thảo luận Collapse | |
{{Discussion top}} | Trên |
{{Discussion bottom}} | Dưới |
{{Hidden archive top}} | Trên |
{{Hidden archive bottom}} | Dưới |
Collapse ẩn nấp | |
{{Hidden begin}} | Trên |
{{Hidden end}} | Dưới |
{{Hidden}} | Cả hai |
Danh sách thu gọn | |
{{Danh sách thu gọn}} | Cả hai |
{{Drop down list}} | Cả hai |
Cú pháp
{{Hidden begin | expanded = <!--"true", "on", yes", etc, otherwise omit--> | showhide = <!--"left", otherwise omit--> | class = | style = | border = | title = | titlestyle = | bg1 = | ta1 = | contentstyle = | bg2 = | ta2 = <!--Older, semi-deprecated parameters:--> | header = | extra1 = | extra2 = }} <!----[content to be hidden placed here]----> {{Hidden end}}
Các thông số
Thông số | Mô tả |
---|---|
showhide | Set to "left" (without speechmarks) to switch the [show/hide] link's position from the righthand end of the titlebar (default) to the left. |
expanded | Set to anything ("true", "yes", etc.) to switch the hidden section's initial state from collapsed (hidden) to expanded (visible). |
class | Class attribute affecting entire area. |
style | CSS styling affecting entire area (titlebar and hidden/hideable content). |
border | CSS styling for border around entire area. May be overridden if style includes anything that changes the border. |
title | Text shown in titlebar. |
titlestyle | CSS styles to apply to the titlebar (e.g. |titlestyle=border:1px solid lightgrey; to produce a border around it; |titlestyle=background:color; to set its background color to color ; |titlestyle=text-align:[center/right]; to switch its text (title)'s alignment from left to center or right; etc.).
|
bg1 | Background color for titlebar; defaults to transparent. May be overridden if titlestyle includes anything changes the background. |
ta1 | Text alignment for titlebar; defaults to left. May be overridden if titlestyle includes anything that changes the text alignment. |
contentstyle | CSS styling to apply to the hidden/hideable content (e.g. background and text-align, per titlestyle). |
bg2 | Background color for content; defaults to transparent. May be overridden if contentstyle includes anything changes the background. |
ta2 | Text alignment for content; defaults to left. May be overridden if contentstyle includes anything that changes the text alignment. |
Các ví dụ
Ví dụ 1
{{Hidden begin |title=Ví dụ mặc định}} * def * ghi {{Hidden end}}
Ví dụ mặc định
- def
- ghi
Ví dụ 2
{{Hidden begin | titlestyle = background:pink; | title = ''titlestyle'' is "background:pink;" }} * def * ghi {{Hidden end}}
titlestyle is "background:pink;"
- def
- ghi
Ví dụ 3
{{Hidden begin | titlestyle = background:pink; text-align:center; | title = thêm vào "text-align:center;" }} * def * ghi {{Hidden end}}
thêm vào "text-align:center;"
- def
- ghi
Ví dụ 4
{{Hidden begin | titlestyle = background:pink; text-align:right; padding-right:3.0em; | title = ''title'' on right with 3.0em padding }} * change window width and * watch title alignment {{Hidden end}}
title on right with 3.0em padding
- change window width and
- watch title alignment
Ví dụ 5
{{Hidden begin |showhide=left |expanded=true | titlestyle = background:palegreen; | title = ''showhide'' set to "left" and ''expanded'' set to "true" }} * def * ghi {{Hidden end}}
showhide set to "left" and expanded set to "true"
- def
- ghi
Ví dụ 6
{{Hidden begin |showhide=left | titlestyle = background:palegreen; | title = <code style="background:transparent;">showhide=left</code>, hidden content 150% size and in bold (''contentstyle'') | contentstyle = font-size:150%; font-weight:bold; }} * def * ghi {{Hidden end}}
showhide=left
, hidden content 150% size and in bold (contentstyle)- def
- ghi
Ví dụ 7
{{Hidden begin | header = [''header'' (deprecated)] | titlestyle = font-style:italic; padding-right:3.0em; | title = [''title'' set to this text] | border = 1px solid grey | bg1 = palegreen | ta1 = right | extra1 = font-size:120%; <!--semicolon required since titlestyle is used--> | extra2 = font-size:150% <!--semicolon optional when contentstyle not used--> }} * make window narrower and * title will wrap {{Hidden end}}
[header (deprecated)][title set to this text]
- make window narrower and
- title will wrap
Ví dụ 8
{{Hidden begin | titlestyle = | title = title with non-breaking spaces | border = 1px solid red | bg1 = cyan | bg2 = yellow | ta1 = right | ta2 = left | extra1 = font-size:120%; padding-right:2.5em; | extra2 = font-size:150%; padding-left:3.0em; }} * def ... these should have left padding * ghi {{Hidden end}}
title with non-breaking spaces
- def ... these should have left padding
- ghi
Xem thêm
- {{Hidden}}