Template:Cladist: Difference between revisions
m
Add documentation.
Fireheart& (talk | contribs) m (Replace 'infobox' template.) |
Fireheart& (talk | contribs) m (Add documentation.) |
||
Line 46: | Line 46: | ||
}}}} | }}}} | ||
|}</onlyinclude></includeonly> | |}</onlyinclude></includeonly> | ||
== Usage == | |||
Displays a table of basic information about a cladist to the right of the page. Only <code>name</code> and <code>pronouns</code> are required. | |||
<pre><nowiki> | |||
{{Cladist | |||
| name = <name> | |||
| pronouns = <pronouns> | |||
| image = <image> | |||
| clade = <clade> | |||
| forked = <forked> | |||
| uploaded = <uploaded> | |||
| quit = <quit> | |||
| crashed = <crashed> | |||
| downtree = <downtree> | |||
| uptrees = <uptrees> | |||
* <first uptree> | |||
* <second uptree> | |||
* <...> | |||
}} | |||
</nowiki></pre> | |||
<code>image</code> must be the filename and its extension, not a <code><nowiki>[[File:filename.ext|options]]</nowiki></code> substitution. | |||
== Example == | == Example == |