<style src="Template:Tree list/styles.css" />
Usage
This family of templates can be used to create a properly structured and accessible tree. They comprise:
<style src="Template:Tree list/styles.css" />{{Tree list}}{{Tree list/end}}
Syntax
Start and finish of the tree
The tree must include a start and finish, using the templates {{Tree list}} and {{Tree list/end}} respectively. The tree is essentially a series of nested lists built with the asterisk *.
{{Tree list}}
* Here goes the content of the tree using asterisks.
{{Tree list/end}}
The branches of the tree
Each branch of the tree is built using nested lists:
{{Tree list}}
* A first level branch
** A second level branch
*** A third level branch
{{Tree list/end}}
produces
<style src="Template:Tree list/styles.css" />- A first level branch
- A second level branch
- A third level branch
- A second level branch
See also
[view | edit | history | purge]The above documentation is transcluded from Template:Tree list/doc.