More actions
the css editor really doesn't like class names that start with `--` Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 11: | Line 11: | ||
== Documentation == | == Documentation == | ||
Renders a tree-like structure. | Renders a tree-like structure. Nest using the <code>inner</code> parameter. | ||
<syntaxhighlight lang="wikitext"> | |||
{{tree|icon=BBGroup.png|content=root|inner= | |||
{{tree|icon=BBGroup.png|content=Head|inner= | |||
{{tree|icon=BBCube.png|content=Head}} | |||
}} | |||
}} | |||
</syntaxhighlight> | |||
</noinclude> | </noinclude> |
Latest revision as of 03:17, 14 December 2024
root
Head
Head
Documentation
Renders a tree-like structure. Nest using the inner
parameter.
{{tree|icon=BBGroup.png|content=root|inner=
{{tree|icon=BBGroup.png|content=Head|inner=
{{tree|icon=BBCube.png|content=Head}}
}}
}}