This code:
{{familytree/start |summary=I'm a sweet little kincher, with an awesome kincher brother and a kizoar sister. My parents and grandparents are awesome!}} {{familytree | | | | GMa |~|y|~| GPa | | GMa=Daï-Den|GPa=Staro}} {{familytree | | | | | | | |)|-|-|-|.| }} {{familytree | | | MOM |y| DAD | |KIPU| MOM=Dolak|DAD=Gerder|KIPU=[[Kipucka|Uncle Kipucka]]}} {{familytree | |,|-|-|-|+|-|-|-|.| | | }} {{familytree | BRO | | ME | | SIS | | | BRO=Awesome Kincher|ME='''Me!'''|SIS=Kizokoo}} {{familytree/end}}
Produces this:
Daï-Den | Staro | ||||||||||||||||||||||||
Dolak | Gerder | Uncle Kipucka | |||||||||||||||||||||||
Awesome Kincher | Me! | Kizokoo | |||||||||||||||||||||||
The |summary = <text> parameter of the {{familytree/start}} template should be used to describe the overall layout of the tree. This summary is for accessibility: it is read aloud to visually impaired readers who use screen readers, and is invisible to sighted readers.
The {{familytree}} template produces one row in a family tree table. The template accepts up to 80 unnamed parameters describing the contents of the table. Each parameter specifies a tile or a box.
, | |
v | |
. | | ||||||||||||
) | |
+ | |
( | | ||||||||||||
` | |
^ | |
' | | ||||||||||||
- | |
! | |
|
F | |
V | |
7 | | ||||||||||||
D | |
% | |
C | | ||||||||||||
L | |
A | |
J | | ||||||||||||
~ | |
: | |
|
r | |
y | |
n | | ||||||||||||
] | |
# | |
[ | | ||||||||||||
c | |
h | |
j | | ||||||||||||
~ | |
! | |
|
p | |
u | |
q | | ||||||||||||||
} | |
* | |
{ | | ||||||||||||||
b | |
t | |
d | | ||||||||||||||
- | |
: | |
|
T | | ||||||||||||||||||||
G | |
X | |
K | |
k | |
The appearance of the boxes may be controlled by the optional template parameters border and boxstyle. The former sets the width of the box border in pixels, while the latter can be used to append arbitrary CSS declarations directly to the box style attributes. For example, the following code:
{{familytree/start |summary=Box 1 married to Box 2, with children Box 3 and Box 4}} {{familytree|border=0|boxstyle=background:#dfd;| | FOO |y| BAR | |FOO=Box 1|BAR=Box 2}} {{familytree|border=0|boxstyle=background:#dfd;| | |,|-|^|-|.| | }} {{familytree|border=0|boxstyle=background:#dfd;| | FOO | | BAR | |FOO=Box 3|BAR=Box 4}} {{familytree/end}} </nowiki>
produces a result like this:
Box 1 | Box 2 | ||||||||||||||||
Box 3 | Box 4 | ||||||||||||||||
Style attributes can even be set for individual boxes, as in the example below:
{{familytree/start |White box with three children Red box, Green box, Blue box, all married to each other}} {{familytree| | | | |WHITE| | | | |WHITE=White box}} {{familytree| |,|-|-|'|!|`|-|-|.| }} {{familytree|RED |~|GREEN|~|BLUE |RED=Red box|GREEN=Green box|BLUE=Blue box |boxstyle_RED =background-color: #faa; |boxstyle_GREEN=background-color: #afa; |boxstyle_BLUE =background-color: #aaf; }} {{familytree/end}}
which produces the output:
White box | |||||||||||||||||||||
Red box | Green box | Blue box | |||||||||||||||||||
NOTE: When specifying style attributes for individual named boxes, make sure the box names are aligned to the left side of 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 {{familytree/start}} template also accepts an optional style parameter that can be used to set CSS styles for the entire table.