Difference between revisions of "Template:Cladogram/doc"
Jump to navigation
Jump to search
imported>Grolltech (cleanup) |
|||
| Line 3: | Line 3: | ||
=== Usage === | === Usage === | ||
| − | Parameters: | + | ;Parameters: |
| − | |||
:{{para|title}} text to display at top | :{{para|title}} text to display at top | ||
:{{para|cladogram}} cladogram, constructed with [[Template:Clade]] | :{{para|cladogram}} cladogram, constructed with [[Template:Clade]] | ||
| Line 13: | Line 12: | ||
:{{para|right}} right margin (default 0; 1 when left-aligned) | :{{para|right}} right margin (default 0; 1 when left-aligned) | ||
| − | Example: | + | |
| + | '''Example:''' | ||
{{cladogram|title=Example | {{cladogram|title=Example | ||
|caption=Sample of Template:Cladogram | |caption=Sample of Template:Cladogram | ||
|cladogram={{clade| style=font-size:85%;line-height:75%;width:{{{width|300}}}px; | |cladogram={{clade| style=font-size:85%;line-height:75%;width:{{{width|300}}}px; | ||
| − | |label1=[[Neornithes]] | + | |label1=[[Neornithes]] |
| − | |1={{clade | + | |1={{clade |
| − | + | |label1=[[Paleognathae]] | |
| − | + | |1= | |
| − | + | |label2= [[Neognathae]] | |
| − | + | |2={{clade | |
| − | + | |1=Other birds | |
| − | + | |label1= | |
| − | + | |label2=[[Galloanserae]] | |
| − | + | |2={{clade | |
| − | + | |1=[[Anseriformes]] | |
| − | + | |label2= | |
| − | + | |2={{clade | |
| − | + | |1=[[Galliformes]] | |
| − | + | |2=[[Craciformes]] | |
| − | + | }} | |
| − | + | }} | |
| − | + | }} | |
| − | + | }} | |
| − | + | }} | |
}}<pre>{{cladogram|title=Example | }}<pre>{{cladogram|title=Example | ||
|caption=Sample of Template:Cladogram | |caption=Sample of Template:Cladogram | ||
|cladogram={{clade| style=font-size:85%;line-height:75%;width:{{{width|300}}}px; | |cladogram={{clade| style=font-size:85%;line-height:75%;width:{{{width|300}}}px; | ||
| − | |label1=[[Neornithes]] | + | |label1=[[Neornithes]] |
| − | |1={{clade | + | |1={{clade |
| − | + | |label1=[[Paleognathae]] | |
| − | + | |1= | |
| − | + | |label2= [[Neognathae]] | |
| − | + | |2={{clade | |
| − | + | |1=Other birds | |
| − | + | |label1= | |
| − | + | |label2=[[Galloanserae]] | |
| − | + | |2={{clade | |
| − | + | |1=[[Anseriformes]] | |
| − | + | |label2= | |
| − | + | |2={{clade | |
| − | + | |1=[[Galliformes]] | |
| − | + | |2=[[Craciformes]] | |
| − | + | }} | |
| − | + | }} | |
| − | + | }} | |
| − | + | }} | |
| − | + | }} | |
}}</pre> | }}</pre> | ||
| + | ;Note on the above example: | ||
| + | :The following syntax: | ||
| + | ::{{code|<nowiki>width:{{{width|300}}}px;</nowiki>}} | ||
| + | :is appropriate when used ''inside of a template''. When used in a standard article, this should be coded simply as: | ||
| + | ::{{code|width:300px;}} | ||
| + | |||
=== See also === | === See also === | ||
Revision as of 22:37, 15 December 2012
| This is a documentation subpage for Template:Cladogram. It contains usage information, categories and other content that is not part of the original template page. |
Usage
- Parameters
|title=text to display at top|cladogram=cladogram, constructed with Template:Clade|cladogram2=second cladogram, constructed in the same way|caption=caption to display under cladogram|align=whether the cladogram should be right- or left-aligned (default right)|left=left margin (default 1; 0 when left-aligned)|right=right margin (default 0; 1 when left-aligned)
Example:
| Example | |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
| Sample of Template:Cladogram |
{{cladogram|title=Example
|caption=Sample of Template:Cladogram
|cladogram={{clade| style=font-size:85%;line-height:75%;width:{{{width|300}}}px;
|label1=[[Neornithes]]
|1={{clade
|label1=[[Paleognathae]]
|1=
|label2= [[Neognathae]]
|2={{clade
|1=Other birds
|label1=
|label2=[[Galloanserae]]
|2={{clade
|1=[[Anseriformes]]
|label2=
|2={{clade
|1=[[Galliformes]]
|2=[[Craciformes]]
}}
}}
}}
}}
}}
}}
- Note on the above example
- The following syntax:
width:{{{width|300}}}px;
- is appropriate when used inside of a template. When used in a standard article, this should be coded simply as:
width:300px;
See also
- {{Clade}}