<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://ml.sayahna.org/index.php?action=history&amp;feed=atom&amp;title=Template%3ATree_list%2Fdoc</id>
	<title>Template:Tree list/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://ml.sayahna.org/index.php?action=history&amp;feed=atom&amp;title=Template%3ATree_list%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Tree_list/doc&amp;action=history"/>
	<updated>2026-04-23T23:55:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.5</generator>
	<entry>
		<id>http://ml.sayahna.org/index.php?title=Template:Tree_list/doc&amp;diff=5513&amp;oldid=prev</id>
		<title>Admin: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Tree_list/doc&amp;diff=5513&amp;oldid=prev"/>
		<updated>2014-03-27T06:48:56Z</updated>

		<summary type="html">&lt;p&gt;1 revision&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 06:48, 27 March 2014&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>Admin</name></author>
		
	</entry>
	<entry>
		<id>http://ml.sayahna.org/index.php?title=Template:Tree_list/doc&amp;diff=5512&amp;oldid=prev</id>
		<title>JPaestpreornJeolhlna: At least use correct spelling and punctuation in examples…</title>
		<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Tree_list/doc&amp;diff=5512&amp;oldid=prev"/>
		<updated>2013-08-10T03:58:18Z</updated>

		<summary type="html">&lt;p&gt;At least use correct spelling and punctuation in examples…&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{doc subpage}}&lt;br /&gt;
This family of templates  can be used to create a properly structured and accessible tree with each element on its own line. This can be used to display family trees, succession to thrones, etc. They comprise:&lt;br /&gt;
* '''{{tl|Tree list}}'''&lt;br /&gt;
* '''{{tl|Tree list/final branch}}'''&lt;br /&gt;
* '''{{tl|Tree list/branching}}'''&lt;br /&gt;
* '''{{tl|Tree list/final branching}}'''&lt;br /&gt;
* '''{{tl|Tree list/end}}'''&lt;br /&gt;
&lt;br /&gt;
Indentation levels are denoted by asterisks.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Start and finish of the tree ===&lt;br /&gt;
The outermost level of the tree is denoted by start and finish markers, using the templates {{tl|Tree list}} and {{tl|Tree list/end}} respectively. The tree is essentially a series of nested lists built with the asterisks (&amp;quot;*&amp;quot;) between these two markers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Tree list}}&lt;br /&gt;
* Content of the tree spanning multiple lines. Each line is preceded by one or more asterisks.&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== The branches of the tree ===&lt;br /&gt;
Each branch of the tree is built using nested lists:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Tree list}}&lt;br /&gt;
*  A first level branch&lt;br /&gt;
** A second level branch&lt;br /&gt;
*** A third level branch&lt;br /&gt;
{{Tree list/end}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
produces&lt;br /&gt;
{{Tree list}}&lt;br /&gt;
*  A first level branch&lt;br /&gt;
** A second level branch&lt;br /&gt;
*** A third level branch&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
&lt;br /&gt;
=== Final branches ===&lt;br /&gt;
It will be noticed that the example above has a rouge link below the last entry. In order to display the final branches properly, it is necessary to use the template {{tl|Tree list/final branch}} thus:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Tree list}}&lt;br /&gt;
*  A first level branch&lt;br /&gt;
** A second level branch&lt;br /&gt;
*** A third level branch&lt;br /&gt;
*** Another third level branch&lt;br /&gt;
*** {{Tree list/final branch}} The final third level branch&lt;br /&gt;
** Another second level branch&lt;br /&gt;
** {{Tree list/final branch}} The final second level branch&lt;br /&gt;
{{Tree list/end}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which produces&lt;br /&gt;
{{Tree list}}&lt;br /&gt;
*  A first level branch&lt;br /&gt;
** A second level branch&lt;br /&gt;
*** A third level branch&lt;br /&gt;
*** Another third level branch&lt;br /&gt;
*** {{Tree list/final branch}} The final third level branch&lt;br /&gt;
** Another second level branch&lt;br /&gt;
** {{Tree list/final branch}} The final second level branch&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
&lt;br /&gt;
=== Unlabelled branches ===&lt;br /&gt;
An unlabelled branch may be formed by using the {{tl|Tree list/branching}} template or, if it is the final branch, the {{tl|Tree list/final branching}} template.&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Tree list}}&lt;br /&gt;
*  A first level branch&lt;br /&gt;
** {{Tree list/branching}}&lt;br /&gt;
*** A third level branch&lt;br /&gt;
*** Another third level branch&lt;br /&gt;
*** {{Tree list/final branch}} The final third level branch&lt;br /&gt;
** A second level branch&lt;br /&gt;
** {{Tree list/final branching}}                 &amp;lt;!--- This branch ends the second level ---&amp;gt;&lt;br /&gt;
*** A third level branch&lt;br /&gt;
*** {{Tree list/final branch}} The final third level branch&lt;br /&gt;
{{Tree list/end}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
produces the following:&lt;br /&gt;
{{Tree list}}&lt;br /&gt;
*  A first level branch&lt;br /&gt;
** {{Tree list/branching}}&lt;br /&gt;
*** A third level branch&lt;br /&gt;
*** Another third level branch&lt;br /&gt;
*** {{Tree list/final branch}} The final third level branch&lt;br /&gt;
** A second level branch&lt;br /&gt;
** {{Tree list/final branching}}&lt;br /&gt;
*** A third level branch&lt;br /&gt;
*** {{Tree list/final branch}} The final third level branch&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
&lt;br /&gt;
== Examples  ==&lt;br /&gt;
&lt;br /&gt;
===A family tree ===&lt;br /&gt;
'''Code :'''&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Tree list}}&lt;br /&gt;
*[[Image:Simple gold crown.svg|15px]] '''(1)''' [[Henry VII of England|Henry VII]] (1457–1509)&lt;br /&gt;
**[[Arthur, Prince of Wales]] (1486–1502)&lt;br /&gt;
**[[Margaret Tudor|Margaret, Queen of Scots]] (1489–1541)&lt;br /&gt;
***[[James, Duke of Rothesay]] (1507–1508)&lt;br /&gt;
***[[Arthur, Duke of Rothesay]] (1509–1510)&lt;br /&gt;
***[[Image:Simple silver crown.svg|15px]] [[James V of Scotland]] (1512–1542)&lt;br /&gt;
****{{Tree list/final branch}}[[Image:Simple silver crown.svg|15px]] [[Mary, Queen of Scots]] (1542–1587)&lt;br /&gt;
*****{{Tree list/final branch}}[[Image:Simple silver crown.svg|15px]] [[Image:Simple gold crown.svg|15px]] '''(7)''' [[James VI and I|James VI of Scotland and I of England]] (1566–1625)&lt;br /&gt;
******{{Tree list/final branch}}''From whom succeeding English, Scottish and British monarchs are descended.''&lt;br /&gt;
***[[Alexander Stewart, Duke of Ross]] (1514–1515)&lt;br /&gt;
***{{Tree list/final branch}}[[Margaret Douglas|Margaret Douglas, Countess of Lennox]] (1515–1578)&lt;br /&gt;
**[[Image:Simple gold crown.svg|15px]] '''(2)''' [[Henry VIII of England]] (1491–1547)&lt;br /&gt;
***[[Henry, Duke of Cornwall]] (1511–1511)&lt;br /&gt;
***[[Image:Simple gold crown.svg|15px]] '''(5)''' [[Mary I of England]] (1516–1558)&lt;br /&gt;
***[[Image:Simple gold crown.svg|15px]] '''(6)''' [[Elizabeth I of England]] (1533–1603)&lt;br /&gt;
***{{Tree list/final branch}}[[Image:Simple gold crown.svg|15px]] '''(3)''' [[Edward VI of England]]&lt;br /&gt;
**[[Elizabeth Tudor (daughter of Henry VII)|Elizabeth Tudor]] (1492–1495)&lt;br /&gt;
**[[Mary Tudor (queen consort of France)|Mary, Queen of France]] (1496–1533)&lt;br /&gt;
***Henry Brandon (1516–1522)&lt;br /&gt;
***[[Frances Grey, Duchess of Suffolk]] (1517–1547)&lt;br /&gt;
****[[Image:Simple gold crown.svg|15px]] '''(4)''' [[Lady Jane Grey]] (1536–1553)&lt;br /&gt;
****[[Lady Catherine Grey|Catherine Seymour, Countess of Hertford]] (1540–1568)&lt;br /&gt;
****[[Lady Mary Grey|Lady Mary Keyes]] (1545–1578)&lt;br /&gt;
****{{Tree list/final branch}}Elizabeth Stokes (1555–1556)&lt;br /&gt;
***[[Eleanor Clifford, Countess of Cumberland]] (1519–1547)&lt;br /&gt;
****{{Tree list/final branch}}''From whom are descended the [[Earl of Derby|Earls of Derby]].''&lt;br /&gt;
***{{Tree list/final branch}}[[Henry Brandon, 1st Earl of Lincoln]] (1523–1534)&lt;br /&gt;
**[[Edmund Tudor, Duke of Somerset]] (1499–1500) &lt;br /&gt;
**{{Tree list/final branch}}[[Katherine Tudor (1503)|Katherine Tudor]] (1503–1503)&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which gives&lt;br /&gt;
{{Tree list}}&lt;br /&gt;
*[[Image:Simple gold crown.svg|15px]] '''(1)''' [[Henry VII of England|Henry VII]] (1457–1509)&lt;br /&gt;
**[[Arthur, Prince of Wales]] (1486–1502)&lt;br /&gt;
**[[Margaret Tudor|Margaret, Queen of Scots]] (1489–1541)&lt;br /&gt;
***[[James, Duke of Rothesay]] (1507–1508)&lt;br /&gt;
***[[Arthur, Duke of Rothesay]] (1509–1510)&lt;br /&gt;
***[[Image:Simple silver crown.svg|15px]] [[James V of Scotland]] (1512–1542)&lt;br /&gt;
****{{Tree list/final branch}}[[Image:Simple silver crown.svg|15px]] [[Mary, Queen of Scots]] (1542–1587)&lt;br /&gt;
*****{{Tree list/final branch}}[[Image:Simple silver crown.svg|15px]] [[Image:Simple gold crown.svg|15px]] '''(7)''' [[James VI and I|James VI of Scotland and I of England]] (1566–1625)&lt;br /&gt;
******{{Tree list/final branch}}''From whom succeeding English, Scottish and British monarchs are descended.''&lt;br /&gt;
***[[Alexander Stewart, Duke of Ross]] (1514–1515)&lt;br /&gt;
***{{Tree list/final branch}}[[Margaret Douglas|Margaret Douglas, Countess of Lennox]] (1515–1578)&lt;br /&gt;
**[[Image:Simple gold crown.svg|15px]] '''(2)''' [[Henry VIII of England]] (1491 - 1547)&lt;br /&gt;
***[[Henry, Duke of Cornwall]] (1511–1511)&lt;br /&gt;
***[[Image:Simple gold crown.svg|15px]] '''(5)''' [[Mary I of England]] (1516–1558)&lt;br /&gt;
***[[Image:Simple gold crown.svg|15px]] '''(6)''' [[Elizabeth I of England]] (1533–1603)&lt;br /&gt;
***{{Tree list/final branch}}[[Image:Simple gold crown.svg|15px]] '''(3)''' [[Edward VI of England]]&lt;br /&gt;
**[[Elizabeth Tudor (daughter of Henry VII)|Elizabeth Tudor]] (1492–1495)&lt;br /&gt;
**[[Mary Tudor (queen consort of France)|Mary, Queen of France]] (1496–1533)&lt;br /&gt;
***Henry Brandon (1516–1522)&lt;br /&gt;
***[[Frances Grey, Duchess of Suffolk]] (1517–1547)&lt;br /&gt;
****[[Image:Simple gold crown.svg|15px]] '''(4)''' [[Lady Jane Grey]] (1536–1553)&lt;br /&gt;
****[[Lady Catherine Grey|Catherine Seymour, Countess of Hertford]] (1540–1568)&lt;br /&gt;
****[[Lady Mary Grey|Lady Mary Keyes]] (1545–1578)&lt;br /&gt;
****{{Tree list/final branch}}Elizabeth Stokes (1555–1556)&lt;br /&gt;
***[[Eleanor Clifford, Countess of Cumberland]] (1519–1547)&lt;br /&gt;
****{{Tree list/final branch}}''From whom are descended the [[Earl of Derby|Earls of Derby]].''&lt;br /&gt;
***{{Tree list/final branch}}[[Henry Brandon, 1st Earl of Lincoln]] (1523–1534)&lt;br /&gt;
**[[Edmund Tudor, Duke of Somerset]] (1499–1500) &lt;br /&gt;
**{{Tree list/final branch}}[[Katherine Tudor (1503)|Katherine Tudor]] (1503–1503)&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
&lt;br /&gt;
=== A cladogram ===&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Tree list}}&lt;br /&gt;
*[[Tetrapoda]]&lt;br /&gt;
** {{Tree list/branching}}&lt;br /&gt;
*** Numerous extinct groups such as ''[[Eucritta]]''&lt;br /&gt;
*** {{Tree list/final branch}} '''[[Lissamphibia]]'''  including the ancestors of living amphibians&lt;br /&gt;
** {{Tree list/final branching}}&lt;br /&gt;
*** Numerous extinct groups similar to amphibians but with some reptilian characteristics such as the  [[Eoherpetontidae]], les [[Embolomeri]], [[Tokosaurus]], [[Chroniosuchidae]], [[Gephyrostegidae]], [[Solenodonsaurus]], [[Seymouriamorpha]], [[Westlothiana]], [[Lepospondyli]]&lt;br /&gt;
*** {{Tree list/final branch}}[[Captorhinidae|Cotylosaur]]&lt;br /&gt;
**** [[Amniota]], including the ancestors of all the reptiles &lt;br /&gt;
**** {{Tree list/final branch}} Other extinct taxa such as the  [[Diadectomorpha]] or the[[Tseajaiidae]], close to the reptiles&lt;br /&gt;
{{Tree list/end}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which gives&lt;br /&gt;
&lt;br /&gt;
{{Tree list}}&lt;br /&gt;
*[[Tetrapoda]]&lt;br /&gt;
** {{Tree list/branching}}&lt;br /&gt;
*** Numerous extinct groups such as ''[[Eucritta]]''&lt;br /&gt;
*** {{Tree list/final branch}} '''[[Lissamphibia]]''' including the ancestors of living amphibians&lt;br /&gt;
** {{Tree list/final branching}}&lt;br /&gt;
*** Numerous extinct groups similar to amphibians but with some reptilian characteristics such as the [[Eoherpetontidae]], les [[Embolomeri]], [[Tokosaurus]], [[Chroniosuchidae]], [[Gephyrostegidae]], [[Solenodonsaurus]], [[Seymouriamorpha]], [[Westlothiana]], [[Lepospondyli]]&lt;br /&gt;
*** {{Tree list/final branch}}[[Captorhinidae|Cotylosaur]]&lt;br /&gt;
**** [[Amniota]], including the ancestors of all the reptiles&lt;br /&gt;
**** {{Tree list/final branch}} Other extinct taxa such as the [[Diadectomorpha]] or the [[Tseajaiidae]], close to the reptiles&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Wikipedia list formatting templates]]&lt;br /&gt;
[[Category:Genealogy formatting templates]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[fr:Modèle:Arbre début]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>JPaestpreornJeolhlna</name></author>
		
	</entry>
</feed>