Template:Tree chart/doc

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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 source]

This code:

{{Tree chart/start|align=center|summary=An example family tree}}
{{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:

Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.

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 source]

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: Template:Chart top

Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.

Template:Chart bottom

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 source]

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:
! Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  , Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  v Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  . Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
 
- Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  ) Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  + Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  ( Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
 
` Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  ^ Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  ' Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
 
Dashed lines:
: Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  F Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  V Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  7 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
 
~ Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  D Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  % Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  C Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
 
L Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  A Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  J Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
 
Dotted lines:
Q Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  S Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  M Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  T Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
 
P Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  H Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  R Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  G Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
 
Y Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  W Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
  Z Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
 
Horiz dashed, vert solid:
fy Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
y Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
ye Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
f Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
t Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
e Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
fh Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
h Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
he Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
Horiz solid, vert dashed:
dj Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
j Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
jc Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
d Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
* Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
c Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
di Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
i Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
ic Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
Horiz solid, vert dotted:
kr Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
r Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
rl Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
k Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
a Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
l Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
kq Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
q Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
ql Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
Horiz dashed, vert dotted:
kr2 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
r2 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
rl2 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
k2 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
a2 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
l2 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
kq2 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
q2 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
ql2 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
Horiz dotted, vert solid:
om Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
m Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
mp Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
o Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
b Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
p Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
on Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
n Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
np Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
Horiz dotted, vert dashed:
om2 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
m2 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
mp2 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
o2 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
b2 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
p2 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
on2 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
n2 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
np2 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
Miscellaneous (grey background not available in, or changed from, familytree):
k3 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
T2 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
l3 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
l4 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
G2 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
b3 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
E Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
K Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
U Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
X Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.
X2 Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.

Style attributes

[edit source]

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:

Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.

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:

Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.Lua error in package.lua at line 80: module 'Module:Tree chart/data' not found.

Template:Warnsign 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 source]

Template:Graph, chart and plot templates