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