แม่แบบ:ซ่อน

จากวิกิพีเดีย สารานุกรมเสรี
{{{1}}}
{{{2}}}
Documentation icon คู่มือการใช้งานแม่แบบ[ดู] [แก้] [ประวัติ] [ล้างแคช]

แม่แบบ:Collapse Templates

This template creates a dynamic navigation box using style sheet declarations in MediaWiki:Common.css and Javascript code in MediaWiki:Common.js. In a saved, rendered page this template creates a clickable link that toggles between [show] and [hide]. It displays the first parameter (the heading) with a [show] link on the right. If [show] is clicked by the user, it displays the second parameter (the body) below the heading and the [show] link becomes [hide]. Clicking on [hide] then hides the body and the [hide] link becomes [show] again.

If this template is nested in another, the show/hide links in the hidden content keep their state; there is no parameter for collapse all or reveal all.

Generally, collapsible templates should not be used in articles. For allowable uses and other considerations, please see MOS:COLLAPSE.

การใช้งาน[แก้]

ไวยากรณ์แบบเต็ม[แก้]

{{ซ่อน
| expanded=true  <!--(omit for initial hidden state)-->
| style = 
| headerstyle = 
| header = 
| contentstyle = 
| content =

|fw1= |fw2= |bg1= |bg2= |ta1= |ta2=
}}

พารามิเตอร์[แก้]

แม่แบบนี้ต้องการพารามิเตอร์เพียงสองพารามิเตอร์:

header
text for header (title); alternative to using unnamed parameter {{{1}}}
content
text for body (content); alternative to using unnamed parameter {{{2}}}

ทางเลือก[แก้]

style
CSS styling for template overall.
headerstyle
CSS styling for title (header).
contentstyle
CSS styling for the hidden content.
expanded
any nonblank value (e.g. |expanded=on) will cause the template to be initially expanded by default.
multiline
any nonblank value (e.g. |multline=y) will reduce the line-height of the title and add some padding to avoid overlap with the show/hide button.

Note: This template will not respect the user preference "justify paragraphs".

ตัวอย่าง[แก้]

พื้นฐาน[แก้]

ในตัวอย่างนี้ระบุเฉพาะพารามิเตอร์ที่ต้องการสองตัวเท่านั้น

โค้ด
{{ซ่อน|ข้อความชื่อเรื่อง|เนื้อหาบรรทัดที่ 1<br/>เนื้อหาบรรทัดที่ 2}}
ผลลัพธ์
ข้อความชื่อเรื่อง

พื้นหลังส่วนหัว[แก้]

โค้ด
{{ซ่อน
|ข้อความชื่อเรื่อง
|เนื้อหาบรรทัดที่ 1<br/>เนื้อหาบรรทัดที่ 2
|headerstyle=background:#ccccff
|style=text-align:center;
}}
ผลลัพธ์
ข้อความชื่อเรื่อง
เนื้อหาบรรทัดที่ 1
เนื้อหาบรรทัดที่ 2

CSS[แก้]

โค้ด
{{ซ่อน
| style = border: 1px dashed red; width: 50%;
| headerstyle = background: #ccccff; font-size: 110%;
| contentstyle = text-align: center; color: green;
| header = ข้อความชื่อเรื่อง
| content = เนื้อหาบรรทัดที่ 1<br/>เนื้อหาบรรทัดที่ 2<br />เนื้อหาบรรทัดที่ 3
}}
ผลลัพธ์
ข้อความชื่อเรื่อง
เนื้อหาบรรทัดที่ 1
เนื้อหาบรรทัดที่ 2
เนื้อหาบรรทัดที่ 3

ปัญหา[แก้]

ปุ่มแสดงและซ่อนทับซ้อนกัน[แก้]

With ta1=right or a long header, the header may overlap the show/hide button:
"{{ซ่อน|Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.|def}}" gives "
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
def
" [1]
Possible workaround is to use |multiline=y:
"{{ซ่อน|multiline=y|Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.|def}}" gives "
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
def
"
Example with long header
abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc
def
Above example with workaround:
"{{ซ่อน|multiline=y|abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc |def}}" gives "
abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc
def
"

ส่วน[แก้]

ข้อมูลจะอยู่ในบล็อกที่ซ่อนอยู่ และสารบัญที่ด้านบนสุดของหน้าจะไม่ทำงาน

ตัวอย่าง

คุณไม่สามารถมาที่นี่จากสารบัญ[แก้]

หมวดหมู่ติดตาม[แก้]

ดูเพิ่ม[แก้]

แม่แบบที่สนับสนุน:

แม่แบบที่คล้ายกัน: