<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://starmadepedia.net/index.php?action=history&amp;feed=atom&amp;title=Template%3ATree%2Fdoc</id>
	<title>Template:Tree/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://starmadepedia.net/index.php?action=history&amp;feed=atom&amp;title=Template%3ATree%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://starmadepedia.net/index.php?title=Template:Tree/doc&amp;action=history"/>
	<updated>2026-05-12T01:51:50Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.3</generator>
	<entry>
		<id>https://starmadepedia.net/index.php?title=Template:Tree/doc&amp;diff=505&amp;oldid=prev</id>
		<title>DukeofRealms: 2 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://starmadepedia.net/index.php?title=Template:Tree/doc&amp;diff=505&amp;oldid=prev"/>
		<updated>2016-07-08T15:02:00Z</updated>

		<summary type="html">&lt;p&gt;2 revisions imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 15:02, 8 July 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>DukeofRealms</name></author>
		
	</entry>
	<entry>
		<id>https://starmadepedia.net/index.php?title=Template:Tree/doc&amp;diff=504&amp;oldid=prev</id>
		<title>DukeofRealms: 1 version</title>
		<link rel="alternate" type="text/html" href="https://starmadepedia.net/index.php?title=Template:Tree/doc&amp;diff=504&amp;oldid=prev"/>
		<updated>2015-05-21T05:41:59Z</updated>

		<summary type="html">&lt;p&gt;1 version&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 05:41, 21 May 2015&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>DukeofRealms</name></author>
		
	</entry>
	<entry>
		<id>https://starmadepedia.net/index.php?title=Template:Tree/doc&amp;diff=503&amp;oldid=prev</id>
		<title>Der scheme: Created page with &quot;A template for tree-like structures, like directory or crafting trees.  == Usage == Basic usage, creating only the root node. It is imparative that the root element is marked...&quot;</title>
		<link rel="alternate" type="text/html" href="https://starmadepedia.net/index.php?title=Template:Tree/doc&amp;diff=503&amp;oldid=prev"/>
		<updated>2014-10-19T20:32:48Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;A template for tree-like structures, like directory or crafting trees.  == Usage == Basic usage, creating only the root node. It is imparative that the root element is marked...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A template for tree-like structures, like directory or crafting trees.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
Basic usage, creating only the root node. It is imparative that the root element is marked as such, by passing ''root'' as the second parameter.&lt;br /&gt;
&amp;lt;pre&amp;gt;{{tree|Label|root}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{tree|Label|root}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Child elements can be passed in the ''children'' parameter.&lt;br /&gt;
&amp;lt;pre&amp;gt;{{tree|root|root|children=&lt;br /&gt;
  {{tree|child1, level1}}&lt;br /&gt;
  {{tree|child2, level1|children=&lt;br /&gt;
    {{tree|child1, level2}}&lt;br /&gt;
    {{tree|child2, level2|children={{tree|leaf}}}}}}&lt;br /&gt;
  {{tree|child3, level1|children={{tree|leaf}}}}&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{tree|root|root|children=&lt;br /&gt;
  {{tree|child1, level1}}&lt;br /&gt;
  {{tree|child2, level1|children=&lt;br /&gt;
    {{tree|child1, level2}}&lt;br /&gt;
    {{tree|child2, level2|children={{tree|leaf}}}}}}&lt;br /&gt;
  {{tree|child3, level1|children={{tree|leaf}}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The template supports additional CSS classes which can be used to change the tree's shape. At the time of this writing, ''horizontal'' for horizontal children alignment, and ''single'' for nicer single leaf placement are supported.&lt;br /&gt;
&amp;lt;pre&amp;gt;{{tree|root|root|class=horizontal|children=&lt;br /&gt;
  {{tree|child1, level1}}&lt;br /&gt;
  {{tree|child2, level1|children=&lt;br /&gt;
    {{tree|child1, level2}}&lt;br /&gt;
    {{tree|child2, level2|class=horizontal single|children={{tree|leaf}}}}}}&lt;br /&gt;
  {{tree|child3, level1|class=single|children={{tree|leaf}}}}&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{tree|root|root|class=horizontal|children=&lt;br /&gt;
  {{tree|child1, level1}}&lt;br /&gt;
  {{tree|child2, level1|children=&lt;br /&gt;
    {{tree|child1, level2}}&lt;br /&gt;
    {{tree|child2, level2|class=horizontal single|children={{tree|leaf}}}}}}&lt;br /&gt;
  {{tree|child3, level1|class=single|children={{tree|leaf}}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tooltips can be included with the ''description'' parameter, and small pieces of additional info using ''note''. A special cursor will indicate if a tooltip is available on the respective element.&lt;br /&gt;
&amp;lt;pre&amp;gt;{{tree|root|root|description=An example tree.|class=horizontal|children=&lt;br /&gt;
  {{tree|child1|note=level1}}&lt;br /&gt;
  {{tree|child2|note=level1|children=&lt;br /&gt;
    {{tree|child1|note=level2}}&lt;br /&gt;
    {{tree|child2|note=level2|class=horizontal single|children={{tree|leaf}}}}}}&lt;br /&gt;
  {{tree|child3|note=level1|class=single|children={{tree|leaf}}}}&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{tree|root|root|description=An example tree.|class=horizontal|children=&lt;br /&gt;
  {{tree|child1|note=level1}}&lt;br /&gt;
  {{tree|child2|note=level1|children=&lt;br /&gt;
    {{tree|child1|note=level2}}&lt;br /&gt;
    {{tree|child2|note=level2|class=horizontal single|children={{tree|leaf}}}}}}&lt;br /&gt;
  {{tree|child3|note=level1|class=single|children={{tree|leaf}}}}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Der scheme</name></author>
		
	</entry>
</feed>