แม่แบบ:Clade
หน้าตา
| root |
| ||||||
แม่แบบนี้ใช้อย่างไร?
[แก้]นี้คือแม่แบบที่ใช้วาดภาพแผนผังต้นไม้ ที่ข้อความสามารถคลิ๊กลิ้งได้ มันเหมาะกับการใช้แสดงถึงแผนผังต้นไม้ของการวิวัฒนาการเป็นพิเศษ
{{clade
|label1=Base
|1=Node
}}
produces
| Base |
Node |
{{clade
|1={{clade
|label1=[[Subtree1]]
|1=Leaf1
|label2=Subtree2
|2=[[Leaf2]]
}}
}}
produces
{{clade| style=font-size:75%;line-height:75%
|1={{clade
|label1=Subtree1
|1=Leaf1
|label2=Subtree2
|2=Leaf2
}}
}}
produces
| |||||||
{{clade
|1={{clade
|1={{clade | thickness=3
|1=Leaf1
|2=Leaf2
}}
|2=Leaf3
}}
}}
produces
| |||||||||||||
เทคนิค
[แก้]หนทางง่ายๆที่จะสร้างแผนภาพวิวัฒนาการชาติพันธุ์ขนาดใหญ่โดยใช้รูปแบบสมมุติขึ้นมาก่อนและค่อยๆแก้ไขให้เหมาะสมกับที่เราจะใช้
- เริ่มด้วยสร้างรูปแบบ ((a,b),(c,d))
- แทนที่ "(" ด้วย "{{clade|"
- แทนที่ ")" ด้วย "}}"
- แทนที่จุลภาคด้วยแท่ง ใส่หมายเลขและเครื่องหมายเท่ากับหลังแท่ง
- แก้ไขป้ายตามต้องการ
{{clade
|1={{clade
|1=a
|2=b
}}
|2={{clade
|1=c
|2=d
}}
}}
Using a box
[แก้]You can nest the templates and use links around the text. You may use non-breaking spaces ( ) to obtain spaces or to have labels that have spaces.
The entire cladogram can be placed in a box so that text flows nicely around it. enclose within {{userboxtop| toptext= }} {{userboxbottom}}