• Home
  • Random
  • Nearby
  • Log in
  • Settings
Donate Now If Wikipedia is useful to you, please give today.
  • About Wikipedia
  • Disclaimers
Wikipedia

Template:Tree chart/sandbox

  • Template
  • Talk
  • Language
  • Watch
  • Edit
< Template:Tree chart
This is the template sandbox page for Template:Tree chart (diff).
See also the companion subpage for test cases.
Template documentation[view] [edit] [history] [purge]
Not to be confused with Template:Graph:Chart or Template:Tree list.
This template uses Lua:
  • Module:Tree chart (sandbox)
WarningThis template is used on approximately 10,000 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them.

Contents

  • 1 Usage
  • 2 Basic example
  • 3 Collapsible basic example
  • 4 Parameters
  • 5 Style attributes
  • 6 See also

Usage

edit

This template produces one row in a "family tree"-like chart consisting of boxes and connecting lines based loosely on an ASCII art-like syntax. It is meant to be used in conjunction with {{Tree chart/start}} and {{Tree chart/end}}. The chart is displayed as HTML tables using CSS attributes, and may contain arbitrary wiki markup within the boxes. This implementation was based on the now-deprecated {{family tree}} template.

Basic example

edit

This code:

{{Tree chart/start|align=center}}
{{Tree chart| | | |GrMa |~|y|~| GRP | |GrMa=Grandma|GRP=Grandpa}}
{{Tree chart| | | | | | | |)|-|-|-|.| }}
{{Tree chart| | | MOM |y| DAD | |DAISY|MOM=Mom|DAD=Dad|DAISY=[[Aunt Daisy]]}}
{{Tree chart| |,|-|-|-|+|-|-|-|.| | | }}
{{Tree chart| JOE | | ME  | | SIS | | |JOE=My brother Joe|ME='''Me!'''|SIS=My little sister}}
{{Tree chart/end}}

produces this:

GrandmaGrandpa
MomDadAunt Daisy
My brother JoeMe!My little sister

This chart visually displays the information that I have a brother Joe and a little sister; my mom married my dad; and my dad's parents were Grandma and Grandpa; and my dad's parents had another child, Aunt Daisy. The code above produces a table of size 9 rows x 18 columns as shown below.

The table structure created using the example above
The table structure created using the example above

Collapsible basic example

edit

This code uses {{chart top}}:

{{chart top|An example family tree}}
{{Tree chart/start|align=center}}
{{Tree chart| | | |GrMa |~|y|~| GRP | |GrMa=Grandma|GRP=Grandpa}}
{{Tree chart| | | | | | | |)|-|-|-|.| }}
{{Tree chart| | | MOM |y| DAD | |DAISY|MOM=Mom|DAD=Dad|DAISY=[[Aunt Daisy]]}}
{{Tree chart| |,|-|-|-|+|-|-|-|.| | | }}
{{Tree chart| JOE | | ME  | | SIS | | |JOE=My brother Joe|ME='''Me!'''|SIS=My little sister}}
{{Tree chart/end}}
{{chart bottom}}

produces this:

An example family tree
GrandmaGrandpa
MomDadAunt Daisy
My brother JoeMe!My little sister

This chart visually displays the information that I have a brother Joe and a little sister; my mom married my dad; and my dad's parents were Grandma and Grandpa; and my dad's parents had another child, Aunt Daisy.

Parameters

edit

The template accepts any number of unnamed parameters with each parameter specifying a tile or a box.

  • Boxes can contain arbitrary wiki markup. The content of each box is specified using additional named parameters appended to the template call. Each box is three tiles wide and normally has a black border two pixels wide. Boxes can have any name that is a valid template parameter name, subject to a minimum of two alphabetical characters.
  • Tiles are line drawing symbols used to connect the boxes. They consist of various styles of horizontal and vertical lines along with corners and crossings as needed. Tiles are specified using their one- or two-character name: for the most common tiles, that character is more or less approximate to the tile's appearance. A special case of a tile is the empty tile, specified by a single space character. A table of available tiles is given below.
Solid lines:
!
  ,
  v
  .
 
-
  )
  +
  (
 
`
  ^
  '
 
Dashed lines:
:
  F
  V
  7
 
~
  D
  %
  C
 
L
  A
  J
 
Dotted lines:
Q
  S
  M
  T
 
P
  H
  R
  G
 
Y
  W
  Z
 
Horiz dashed, vert solid:
fy
y
ye
f
t
e
fh
h
he
Horiz solid, vert dashed:
dj
j
jc
d
*
c
di
i
ic
Horiz solid, vert dotted:
kr
r
rl
k
a
l
kq
q
ql
Horiz dashed, vert dotted:
kr2
r2
rl2
k2
a2
l2
kq2
q2
ql2
Horiz dotted, vert solid:
om
m
mp
o
b
p
on
n
np
Horiz dotted, vert dashed:
om2
m2
mp2
o2
b2
p2
on2
n2
np2
Miscellaneous (grey background not available in, or changed from, familytree):
k3
T2
l3
l4
G2
b3
E
K
U
X
X2

Style attributes

edit

The appearance of the boxes in a row may be controlled by the following optional template parameters:

  • border specifies the width of the box border in pixels,
  • boxstyle can be used to append arbitrary CSS declarations directly to the box style attributes. For example, the following code:
{{Tree chart/start}}
{{Tree chart|border=1|boxstyle=color:white; background:green; | | FOO |y| BAR | |FOO=Box 1|BAR=Box 2}}
{{Tree chart| | |,|-|^|-|.| | }}
{{Tree chart|border=3|boxstyle=background:yellow; | | FOO | | BAR | |FOO=Box 3|BAR=Box 4}}
{{Tree chart/end}}

produces this chart:

Box 1Box 2
Box 3Box 4

Style attributes can even be set for individual boxes within each row, as in the example below:

{{Tree chart/start}}
{{Tree chart| | | | |CLEAR| | | | |CLEAR=Clear box}}
{{Tree chart| |,|-|-|'|!|`|-|-|.| }}
{{Tree chart|RED  |~|GREEN|~|BLUE |RED=Red box|GREEN=Green box|BLUE=Blue box
|boxstyle_RED  =color:white; background-color: red;
|boxstyle_GREEN=color:yellow; background-color: green;
|boxstyle_BLUE =color:white; background-color: blue;
}}
{{Tree chart/end}}

which produces this:

Clear box
Red boxGreen boxBlue box

Note: when specifying style attributes for individual named boxes, make sure the box names are aligned to the left side of the area reserved for them in the template call (as in "|RED  |" instead of "| RED |" in the example above), otherwise the template will end up looking for a style parameter with spaces in its name.

The {{Tree chart/start}} template also accepts an optional |style= parameter that can be used to set CSS styles for the entire diagram, and an optional |align= parameter to set the chart alignment.

See also

edit
  • Help:Family trees for other methods.
  • familytree.js, a tool for the easy creation or updating of diagrams using these templates.
  • Category:Family tree templates
  • Template:Nerva–Antonine family tree, a large example.
  • Template:Tree list
  • Template:Ahnentafel
  • v
  • t
  • e
Graph, chart and plot templates
Many types
  • {{#chart}}
  • {{Graph:Chart}}
  • Module:Chart
Graph Extension
  • {{Graph:Chart}}
  • {{Graph:Lines}}
  • {{Graph:Stacked}}
  • {{Map with marks}}
Bar
  • {{Bar chart}}
  • {{Bar box}}
  • {{Bar stacked}}
  • Module:Bar
  • {{Data bars}}
Line
  • {{Graph:Lines}}
Scatter plot
  • {{Dot chart}}
Pie chart
  • {{Pie chart}}
Tree
  • {{Tree chart}}
  • {{Ahnentafel}}
  • {{Clade}}
Stacked
  • {{Stacked bar}}
Cartogram
  • {{Graph:Map}}
  • {{Global Heat Maps by Year}}
Color legends
  • {{Legend}}
  • {{Legend-line}}
  • {{BrewerColorLegends}}
The above documentation is transcluded from Template:Tree chart/doc. (edit | history)
Editors can experiment in this template's sandbox (edit | diff) and testcases (edit) pages.
Add categories to the /doc subpage. Subpages of this template.
Retrieved from "https://en.wikipedia.org/w/index.php?title=Template:Tree_chart/sandbox&oldid=1305008812"
Last edited on 9 August 2025, at 14:03

Languages

      This page is not available in other languages.

      Wikipedia
      • Wikimedia Foundation
      • Powered by MediaWiki
      • This page was last edited on 9 August 2025, at 14:03 (UTC).
      • Content is available under CC BY-SA 4.0 unless otherwise noted.
      • Privacy policy
      • About Wikipedia
      • Disclaimers
      • Contact Wikipedia
      • Code of Conduct
      • Developers
      • Statistics
      • Cookie statement
      • Terms of Use
      • Desktop