แม่แบบ:Clade

จากวิกิพีเดีย สารานุกรมเสรี

{{{1}}}


Documentation icon คู่มือการใช้งานแม่แบบ[ดู] [แก้] [ประวัติ] [ล้างแคช]

แม่แบบนี้ใช้อย่างไร?[แก้]

นี้คือแม่แบบที่ใช้วาดภาพแผนผังต้นไม้ ที่ข้อความสามารถคลิ๊กลิ้งได้ มันเหมาะกับการใช้แสดงถึงแผนผังต้นไม้ของการวิวัฒนาการเป็นพิเศษ


{{clade
|label1=Base
|1=Node
}}

produces

Base

Node




{{clade
|1={{clade
   |label1=[[Subtree1]]
   |1=Leaf1
   |label2=Subtree2
   |2=[[Leaf2]]
   }}
}}

produces


Subtree1 

Leaf1


Subtree2 

Leaf2





{{clade| style=font-size:75%;line-height:75%
|1={{clade
   |label1=Subtree1
   |1=Leaf1
   |label2=Subtree2
   |2=Leaf2
   }}
}}

produces


Subtree1

Leaf1


Subtree2

Leaf2





{{clade
|1={{clade
   |1={{clade | thickness=3
      |1=Leaf1
      |2=Leaf2
      }}
   |2=Leaf3
   }}
}}

produces




Leaf1



Leaf2




Leaf3




เทคนิค[แก้]

หนทางง่ายๆที่จะสร้างแผนภาพวิวัฒนาการชาติพันธุ์ขนาดใหญ่โดยใช้รูปแบบสมมุติขึ้นมาก่อนและค่อยๆแก้ไขให้เหมาะสมกับที่เราจะใช้

  1. เริ่มด้วยสร้างรูปแบบ ((a,b),(c,d))
  2. แทนที่ "(" ด้วย "{{clade|"
  3. แทนที่ ")" ด้วย "}}"
  4. แทนที่จุลภาคด้วยแท่ง ใส่หมายเลขและเครื่องหมายเท่ากับหลังแท่ง
  5. แก้ไขป้ายตามต้องการ

{{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}}

 
Neornithes  
Paleognathae

 


 Neognathae 
 

Other birds


Galloanserae 

Anseriformes


    

Galliformes



Craciformes






Sample of a hack that misuses Template:Userboxtop