แม่แบบ:ซ่อน
![]() | มีการใช้แม่แบบนี้ใน การแก้ไขอาจทำให้เกิดผลกระทบหรือสังเกตเห็นได้ ดังนั้นก่อนแก้ไขแม่แบบนี้จึงควรทดลองที่กระบะทราย หรือหน้าทดสอบ หรือพื้นที่ส่วนตัวของคุณก่อน จนมั่นใจว่าจะไม่เกิดผลเสียตามมา นอกจากนี้คุณยังสามารถพูดคุยเกี่ยวกับการแก้ไขแม่แบบได้ที่หน้าอภิปราย |
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 |
ปัญหาแก้ไข
ปุ่มแสดงและซ่อนทับซ้อนกันแก้ไข
"{{ซ่อน|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 "- Possible workaround is to use
|multiline=y
:
- Above example with workaround:
ส่วนแก้ไข
ข้อมูลจะอยู่ในบล็อกที่ซ่อนอยู่ และสารบัญที่ด้านบนสุดของหน้าจะไม่ทำงาน
คุณไม่สามารถมาที่นี่จากสารบัญแก้ไข
หมวดหมู่ติดตามแก้ไข
- หมวดหมู่:แม่แบบซ่อนโดยใช้สไตล์ (15) – ติดตามการใช้พารามิเตอร์ bg1, bg2, ta1, ta2, fw1, fw2
ดูเพิ่มแก้ไข
แม่แบบที่สนับสนุน:
- {{เริ่มซ่อน}}
- {{Hidden end}}
แม่แบบที่คล้ายกัน:
คู่มือการใช้งานที่ปรากฏด้านบนนี้ดึงมาจาก แม่แบบ:ซ่อน/doc (แก้ | ประวัติ) ผู้เขียนสามารถทำการทดลองได้ที่กระบะทราย (สร้าง | คัดลอก) และชุดทดสอบ (สร้าง) ของแม่แบบนี้ โปรดเพิ่มหมวดหมู่ไปที่หน้าย่อย /doc หน้าย่อยของแม่แบบนี้ |