<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.p1gsel.com/p1gwars/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="https://www.p1gsel.com/p1gwars/index.php?action=history&amp;feed=atom&amp;title=Template%3ATree_list%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://www.p1gsel.com/p1gwars/index.php?title=Template:Tree_list/doc&amp;action=history"/>
	<updated>2026-04-17T04:49:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://www.p1gsel.com/p1gwars/index.php?title=Template:Tree_list/doc&amp;diff=9323&amp;oldid=prev</id>
		<title>P1gsel: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.p1gsel.com/p1gwars/index.php?title=Template:Tree_list/doc&amp;diff=9323&amp;oldid=prev"/>
		<updated>2026-04-07T17:09:14Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 19:09, 7 April 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&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;!-- diff cache key p1gsel_wiki:diff:1.41:old-9322:rev-9323 --&gt;
&lt;/table&gt;</summary>
		<author><name>P1gsel</name></author>
	</entry>
	<entry>
		<id>https://www.p1gsel.com/p1gwars/index.php?title=Template:Tree_list/doc&amp;diff=9322&amp;oldid=prev</id>
		<title>Wikipedia&gt;W.andrea: /* Collapse */ Improve formatting. Notes interspersed with code were confusing. Use consistent dashes.</title>
		<link rel="alternate" type="text/html" href="https://www.p1gsel.com/p1gwars/index.php?title=Template:Tree_list/doc&amp;diff=9322&amp;oldid=prev"/>
		<updated>2026-01-24T14:13:26Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Collapse: &lt;/span&gt; Improve formatting. Notes interspersed with code were confusing. Use consistent dashes.&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;
{{High-use}}&lt;br /&gt;
{{When on basepage|{{Uses TemplateStyles|Template:Tree list/styles.css}}}}&lt;br /&gt;
{{redirect-distinguish|Template:Tree diagram|Template:Tree chart}}&lt;br /&gt;
This family of templates  can be used to create a properly structured and accessible tree. This can be used to display family trees, succession to thrones, etc. They comprise:&lt;br /&gt;
{{Tree list}}&lt;br /&gt;
* {{tl|Tree list}}/&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039;Tree list/start&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
** {{tl|Tree list/end}}&lt;br /&gt;
** {{tl|Tree list/branching}}&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Start and finish of the tree ===&lt;br /&gt;
The tree must include a start and finish, using the templates {{tl|Tree list}} and {{tl|Tree list/end}} respectively. The tree is essentially a series of nested lists built with the asterisk *.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{Tree list}}&lt;br /&gt;
* Here goes the content of the tree using asterisks.&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&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;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&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;
&amp;lt;/syntaxhighlight&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;
=== Unlabelled branches ===&lt;br /&gt;
An unlabelled branch may be formed by using the {{tl|Tree list/branching}} template.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&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;
*** The final third level branch&lt;br /&gt;
** A second level branch&lt;br /&gt;
** {{Tree list/branching}}                 &amp;lt;!--- This branch ends the second level ---&amp;gt;&lt;br /&gt;
*** A third level branch&lt;br /&gt;
*** The final third level branch&lt;br /&gt;
{{Tree list/end}}&amp;lt;/syntaxhighlight&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;
*** The final third level branch&lt;br /&gt;
** A second level branch&lt;br /&gt;
** {{Tree list/branching}}&lt;br /&gt;
*** A third level branch&lt;br /&gt;
*** The final third level branch&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
&lt;br /&gt;
==Collapse==&lt;br /&gt;
To collapse a tree, place {{tlx|Hidden begin}} before {{tlx|Tree list}} and enclose {{tlx|Tree list/end}} with  {{tlx|Hidden end}} (however, see [[MOS:DONTHIDE]] before hiding content in articles). {{tlx|Hidden begin}} defaults to just a &amp;quot;show&amp;quot; link on the right, but it takes a number of parameters; see the template&amp;#039;s documentation. In this case:&lt;br /&gt;
* {{para|border|1px #aaa solid}}{{snd}}A solid border around the tree&lt;br /&gt;
* {{para|title|Demonstration tree}}{{snd}}A suitable name for the tree&lt;br /&gt;
* {{para|ta1|center}}{{snd}}Center the title= name &lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{hidden begin|border=1px #aaa solid|title=Demonstration tree|ta1=center}}&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;
*** The final third level branch&lt;br /&gt;
** A second level branch&lt;br /&gt;
** {{Tree list/branching}}                 &amp;lt;!--- This branch ends the second level ---&amp;gt;&lt;br /&gt;
*** A third level branch&lt;br /&gt;
*** The final third level branch&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
{{Hidden end}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{hidden begin|border=1px  #aaa solid|ta1=center||title=Demonstration tree}}&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;
*** The final third level branch&lt;br /&gt;
** A second level branch&lt;br /&gt;
** {{Tree list/branching}}                 &amp;lt;!--- This branch ends the second level ---&amp;gt;&lt;br /&gt;
*** A third level branch&lt;br /&gt;
*** The final third level branch&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
{{Hidden end}}&lt;br /&gt;
&lt;br /&gt;
If the parameter &amp;lt;code&amp;gt;|expanded=on&amp;lt;/code&amp;gt; is added to {{tlx|hidden begin}}, then the box will be drawn expanded rather than the default, which is to collapse the tree.&lt;br /&gt;
&lt;br /&gt;
== Examples  ==&lt;br /&gt;
===A family tree ===&lt;br /&gt;
{{see also|Wikipedia:Family trees}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Code:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{hidden begin|border=1px  #aaa solid|title=A family tree (descendants of Henry VII of England)|ta1=center|expanded=on}}&lt;br /&gt;
{{Tree list}}&lt;br /&gt;
*[[Image:Simple gold crown.svg|15px]] &amp;#039;&amp;#039;&amp;#039;(1)&amp;#039;&amp;#039;&amp;#039; [[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;
****[[Image:Simple silver crown.svg|15px]] [[Mary, Queen of Scots]] (1542–1587)&lt;br /&gt;
*****[[Image:Simple silver crown.svg|15px]] [[Image:Simple gold crown.svg|15px]] &amp;#039;&amp;#039;&amp;#039;(7)&amp;#039;&amp;#039;&amp;#039; [[James VI and I|James VI of Scotland and I of England]] (1566–1625)&lt;br /&gt;
******&amp;#039;&amp;#039;From whom succeeding English, Scottish and British monarchs are descended.&amp;#039;&amp;#039;&lt;br /&gt;
***[[Alexander Stewart, Duke of Ross]] (1514–1515)&lt;br /&gt;
***[[Margaret Douglas|Margaret Douglas, Countess of Lennox]] (1515–1578)&lt;br /&gt;
**[[Image:Simple gold crown.svg|15px]] &amp;#039;&amp;#039;&amp;#039;(2)&amp;#039;&amp;#039;&amp;#039; [[Henry VIII of England]] (1491–1547)&lt;br /&gt;
***[[Henry, Duke of Cornwall]] (1511–1511)&lt;br /&gt;
***[[Image:Simple gold crown.svg|15px]] &amp;#039;&amp;#039;&amp;#039;(5)&amp;#039;&amp;#039;&amp;#039; [[Mary I of England]] (1516–1558)&lt;br /&gt;
***[[Image:Simple gold crown.svg|15px]] &amp;#039;&amp;#039;&amp;#039;(6)&amp;#039;&amp;#039;&amp;#039; [[Elizabeth I of England]] (1533–1603)&lt;br /&gt;
***[[Image:Simple gold crown.svg|15px]] &amp;#039;&amp;#039;&amp;#039;(3)&amp;#039;&amp;#039;&amp;#039; [[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]] &amp;#039;&amp;#039;&amp;#039;(4)&amp;#039;&amp;#039;&amp;#039; [[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;
****Elizabeth Stokes (1555–1556)&lt;br /&gt;
***[[Eleanor Clifford, Countess of Cumberland]] (1519–1547)&lt;br /&gt;
****&amp;#039;&amp;#039;From whom are descended the [[Earl of Derby|Earls of Derby]]&amp;#039;&amp;#039;&lt;br /&gt;
***[[Henry Brandon, 1st Earl of Lincoln]] (1523–1534)&lt;br /&gt;
**[[Edmund Tudor, Duke of Somerset]] (1499–1500) &lt;br /&gt;
**[[Katherine Tudor (1503)|Katherine Tudor]] (1503–1503)&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
{{hidden end}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which gives:&lt;br /&gt;
{{hidden begin|border=1px  #aaa solid|title=A family tree (descendants of Henry VII of England) |ta1=center|expanded=on}}&lt;br /&gt;
{{Tree list}}&lt;br /&gt;
*[[Image:Simple gold crown.svg|15px]] &amp;#039;&amp;#039;&amp;#039;(1)&amp;#039;&amp;#039;&amp;#039; [[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;
****[[Image:Simple silver crown.svg|15px]] [[Mary, Queen of Scots]] (1542–1587)&lt;br /&gt;
*****[[Image:Simple silver crown.svg|15px]] [[Image:Simple gold crown.svg|15px]] &amp;#039;&amp;#039;&amp;#039;(7)&amp;#039;&amp;#039;&amp;#039; [[James VI and I|James VI of Scotland and I of England]] (1566–1625)&lt;br /&gt;
******&amp;#039;&amp;#039;From whom succeeding English, Scottish and British monarchs are descended.&amp;#039;&amp;#039;&lt;br /&gt;
***[[Alexander Stewart, Duke of Ross]] (1514–1515)&lt;br /&gt;
***[[Margaret Douglas|Margaret Douglas, Countess of Lennox]] (1515–1578)&lt;br /&gt;
**[[Image:Simple gold crown.svg|15px]] &amp;#039;&amp;#039;&amp;#039;(2)&amp;#039;&amp;#039;&amp;#039; [[Henry VIII of England]] (1491–1547)&lt;br /&gt;
***[[Henry, Duke of Cornwall]] (1511–1511)&lt;br /&gt;
***[[Image:Simple gold crown.svg|15px]] &amp;#039;&amp;#039;&amp;#039;(5)&amp;#039;&amp;#039;&amp;#039; [[Mary I of England]] (1516–1558)&lt;br /&gt;
***[[Image:Simple gold crown.svg|15px]] &amp;#039;&amp;#039;&amp;#039;(6)&amp;#039;&amp;#039;&amp;#039; [[Elizabeth I of England]] (1533–1603)&lt;br /&gt;
***[[Image:Simple gold crown.svg|15px]] &amp;#039;&amp;#039;&amp;#039;(3)&amp;#039;&amp;#039;&amp;#039; [[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]] &amp;#039;&amp;#039;&amp;#039;(4)&amp;#039;&amp;#039;&amp;#039; [[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;
****Elizabeth Stokes (1555–1556)&lt;br /&gt;
***[[Eleanor Clifford, Countess of Cumberland]] (1519–1547)&lt;br /&gt;
****&amp;#039;&amp;#039;From whom are descended the [[Earl of Derby|Earls of Derby]]&amp;#039;&amp;#039;&lt;br /&gt;
***[[Henry Brandon, 1st Earl of Lincoln]] (1523–1534)&lt;br /&gt;
**[[Edmund Tudor, Duke of Somerset]] (1499–1500) &lt;br /&gt;
**[[Katherine Tudor (1503)|Katherine Tudor]] (1503–1503)&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
{{hidden end}}&lt;br /&gt;
&lt;br /&gt;
===An ancestry tree===&lt;br /&gt;
[[Ahnentafel]] style trees can be can be displayed using this template, but usually for fewer than six generations the customised {{tlx|ahnentafel}} templates are clearer (see [[Template:Ahnentafel/doc]]). There is also an ahnentafel template {{Tlx|Ahnentafel-tree}}, that is based on this one, that makes construction of this tree simpler.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{hidden begin|border=1px  #aaa solid|title=Ancestry tree of Prince William, Duke of Cambridge|ta1=center|expanded=on}}&lt;br /&gt;
{{Tree list}}&lt;br /&gt;
*1. &amp;#039;&amp;#039;&amp;#039;[[William, Prince of Wales]]&amp;#039;&amp;#039;&amp;#039; (born 21 June 1982)&lt;br /&gt;
**2. [[Charles III|Charles III of the United Kingdom]] (born 14 November 1948)&lt;br /&gt;
***4. [[Prince Philip, Duke of Edinburgh|Prince Philip of Greece and Denmark]] (10 June 1921 – 9 April 2021)&lt;br /&gt;
****8. [[Prince Andrew of Greece and Denmark]] (20 January 1882 – 3 December 1944)&lt;br /&gt;
****9. [[Princess Alice of Battenberg]] (25 February 1885 – 5 December 1969)&lt;br /&gt;
***5. [[Elizabeth II|Elizabeth II of the United Kingdom]] (21 April 1926 – 8 September 2022)&lt;br /&gt;
****10. [[George VI|George VI of the United Kingdom]] (14 December 1895 – 6 February 1952)&lt;br /&gt;
****11. [[Queen Elizabeth The Queen Mother|Lady Elizabeth Bowes-Lyon]] (4 August 1900 – 30 March 2002)&lt;br /&gt;
**3. [[Diana, Princess of Wales|Lady Diana Spencer]]  (1 July 1961 – 31 August 1997)&lt;br /&gt;
***6. [[John Spencer, 8th Earl Spencer]] (21 April 1926 – 29 March 1992)&lt;br /&gt;
****12. [[Albert Spencer, 7th Earl Spencer]] (23 May 1892 – 9 June 1975)&lt;br /&gt;
****13. [[Cynthia Spencer, Countess Spencer|Lady Cynthia Hamilton]]  (16 August 1897 – 4 December 1972)&lt;br /&gt;
***7. [[Frances Shand Kydd|The Honourable Frances Roche]] (20 January 1936 – 3 June 2004)&lt;br /&gt;
****14. [[Maurice Roche, 4th Baron Fermoy]] (15 May 1885 – 8 July 1955)&lt;br /&gt;
****15. [[Ruth Roche, Baroness Fermoy|Ruth Gill]] (2 October 1908 – 6 July 1993)&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
{{hidden end}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{hidden begin|border=1px  #aaa solid|title=Ancestry tree of Prince William, Duke of Cambridge|ta1=center|expanded=on}}&lt;br /&gt;
{{Tree list}}&lt;br /&gt;
*1. &amp;#039;&amp;#039;&amp;#039;[[William, Prince of Wales]]&amp;#039;&amp;#039;&amp;#039; (born 21 June 1982)&lt;br /&gt;
**2. [[Charles III|Charles III of the United Kingdom]] (born 14 November 1948)&lt;br /&gt;
***4. [[Prince Philip, Duke of Edinburgh|Prince Philip of Greece and Denmark]] (10 June 1921 – 9 April 2021)&lt;br /&gt;
****8. [[Prince Andrew of Greece and Denmark]] (20 January 1882 – 3 December 1944)&lt;br /&gt;
****9. [[Princess Alice of Battenberg]] (25 February 1885 – 5 December 1969)&lt;br /&gt;
***5. [[Elizabeth II|Elizabeth II of the United Kingdom]] (21 April 1926 – 8 September 2022)&lt;br /&gt;
****10. [[George VI|George VI of the United Kingdom]] (14 December 1895 – 6 February 1952)&lt;br /&gt;
****11. [[Queen Elizabeth The Queen Mother|Lady Elizabeth Bowes-Lyon]] (4 August 1900 – 30 March 2002)&lt;br /&gt;
**3. [[Diana, Princess of Wales|Lady Diana Spencer]]  (1 July 1961 – 31 August 1997)&lt;br /&gt;
***6. [[John Spencer, 8th Earl Spencer]] (21 April 1926 – 29 March 1992)&lt;br /&gt;
****12. [[Albert Spencer, 7th Earl Spencer]]  (23 May 1892 – 9 June 1975)&lt;br /&gt;
****13. [[Cynthia Spencer, Countess Spencer|Lady Cynthia Hamilton]]  (16 August 1897 – 4 December 1972)&lt;br /&gt;
***7. [[Frances Shand Kydd|The Honourable Frances Roche]] (20 January 1936 – 3 June 2004)&lt;br /&gt;
****14. [[Maurice Roche, 4th Baron Fermoy]] (15 May 1885 – 8 July 1955)&lt;br /&gt;
****15. [[Ruth Roche, Baroness Fermoy|Ruth Gill]] (2 October 1908 – 6 July 1993)&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
{{hidden end}}&lt;br /&gt;
&lt;br /&gt;
=== A cladogram ===&lt;br /&gt;
{{tlx|Clade}} should be preferred, {{tlx|cladogram}} provides boxed cladograms, and {{tlx|cladex}} has extended cladogram parameters. Ask [[Wikipedia:WikiProject Tree of Life/Cladogram requests|WikiProject Tree of Life/Cladogram requests]] for assistance.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{hidden begin|border=1px  #aaa solid|title=A cladogram|ta1=center|expanded=on}}&lt;br /&gt;
{{Tree list}}&lt;br /&gt;
*[[Tetrapoda]]&lt;br /&gt;
** {{Tree list/branching}}&lt;br /&gt;
*** Many extinct groups such as the &amp;#039;&amp;#039;[[Eucritta]]&amp;#039;&amp;#039;&lt;br /&gt;
*** &amp;#039;&amp;#039;&amp;#039;[[Lissamphibia]]&amp;#039;&amp;#039;&amp;#039; Whose ancestors of the current amphibians&lt;br /&gt;
** {{Tree list/branching}}&lt;br /&gt;
*** Many extinct groups reminiscent of amphibians with more or less pronounced reptilian characteristics such as [[Eoherpetontidae]], the [[Embolomeri]], the [[Tokosauridae]], [[Chroniosuchidae]], [[Gephyrostegidae]], [[Solenodonsauridae]], [[Seymouriamorpha]], [[Westlothiana]], [[Lepospondyli]]&lt;br /&gt;
*** [[Cotylosauria]]&lt;br /&gt;
**** [[Amniota]], Originally all &amp;quot;Reptilian&amp;quot;&lt;br /&gt;
**** Other extinct sibling taxa like [[Diadectomorpha]] or [[Tseajaiidae]] are close enough to reptiles&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
{{hidden end}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{hidden begin|border=1px  #aaa solid|title=A cladogram|ta1=center|expanded=on}}&lt;br /&gt;
{{Tree list}}&lt;br /&gt;
*[[Tetrapoda]]&lt;br /&gt;
** {{Tree list/branching}}&lt;br /&gt;
*** Many extinct groups such as the &amp;#039;&amp;#039;[[Eucritta]]&amp;#039;&amp;#039;&lt;br /&gt;
*** &amp;#039;&amp;#039;&amp;#039;[[Lissamphibia]]&amp;#039;&amp;#039;&amp;#039; Whose ancestors of the current amphibians&lt;br /&gt;
** {{Tree list/branching}}&lt;br /&gt;
*** Many extinct groups reminiscent of amphibians with more or less pronounced reptilian characteristics such as [[Eoherpetontidae]], the [[Embolomeri]], the [[Tokosauridae]], [[Chroniosuchidae]], [[Gephyrostegidae]], [[Solenodonsauridae]], [[Seymouriamorpha]], [[Westlothiana]], [[Lepospondyli]]&lt;br /&gt;
*** [[Cotylosauria]]&lt;br /&gt;
**** [[Amniota]], Originally all &amp;quot;Reptilian&amp;quot;&lt;br /&gt;
**** Other extinct sibling taxa like [[Diadectomorpha]] or [[Tseajaiidae]] are close enough to reptiles&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
{{hidden end}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Wikipedia:Family trees]]&lt;br /&gt;
* {{Tlx|Chart}}—This template produces one row in a &amp;quot;family tree&amp;quot;-like chart consisting of boxes and connecting lines &lt;br /&gt;
* {{Tlx|Ahnentafel}}—This template takes genealogical data in the form of an [[ahnentafel]] and presents it as a graphical ancestry tree &lt;br /&gt;
* {{Tlx|ahnentafel-tree}} uses {{tlx|Tree list}} and will handle up to an ahnentafel of 511 places (9 generations), but will also display as little as one generation.&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
[[Category:List formatting and function templates]]&lt;br /&gt;
[[Category:Genealogy formatting templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;W.andrea</name></author>
	</entry>
</feed>