Skip to content
Aa
Reading appearance
Browse
Browse the wiki
Books
Characters
Houses
Places
History
Culture
More topics
Images
Television
Chapters
Timeline
Random Article
Community
Community Portal
Recent Changes
Our Sites
Westeros
Forum of Ice and Fire
Blood of Dragons MUSH
Login
Talk
Interact
Interact
Edit source
View history
More page tools
What links here
Related changes
Page information
Special pages
Editing
Template
:
Familytree/doc
Jump to:
navigation
,
search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
This is a template for rendering simple [[wikipedia:family tree|family trees]] consisting of boxes and connecting lines based on an [[wikipedia:ASCII art|ASCII art]]-like syntax. The trees are displayed as [[wikipedia:HTML|HTML]] tables using [[wikipedia:Cascading Style Sheets|CSS]] attributes, and may contain arbitrary [[Help:Formatting|wiki markup]] within the boxes. ==Example usage== This code: <pre style="overflow:auto;"> {{familytree/start |summary=I have a brother Joe and a little sister: my mom married my dad, and my dad's parents were Grandma and Grandpa; they had another child, Aunt Daisy.}} {{familytree | | | | GMa |~|y|~| GPa | | GMa=Gladys|GPa=Sydney}} {{familytree | | | | | | | |)|-|-|-|.| }} {{familytree | | | MOM |y| DAD | |DAISY| MOM=Mom|DAD=Dad|DAISY=[[Jaime Lannister]]}} {{familytree | |,|-|-|-|+|-|-|-|.| | | }} {{familytree | JOE | | ME | | SIS | | | JOE=My brother Joe|ME='''Me!'''|SIS=My little sister}} {{familytree/end}} </pre> Produces this: {{familytree/start |summary=I have a brother Joe and a little sister: my mom married my dad, and my dad's parents were Grandma and Grandpa; they had another child, Aunt Daisy.}} {{familytree | | | | GMa |~|y|~| GPa | | GMa=Gladys|GPa=Sydney}} {{familytree | | | | | | | |)|-|-|-|.| }} {{familytree | | | MOM |y| DAD | |DAISY| MOM=Mom|DAD=Dad|DAISY=[[Jaime Lannister]]}} {{familytree | |,|-|-|-|+|-|-|-|.| | | }} {{familytree | JOE | | ME | | SIS | | | JOE=My brother Joe|ME='''Me!'''|SIS=My little sister}} {{familytree/end}} == Parameters == The <code><nowiki>|summary=text</nowiki></code> parameter of the {{tl|familytree/start}} template should be used to describe the overall layout of the tree. This summary is for [[Wikipedia:Accessibility|accessibility]]: it is read aloud to visually impaired readers who use [[w:screen reader|screen reader]]s, and is invisible to sighted readers. The {{tl|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'''. * '''Tiles''' are line drawing symbols consisting of horizontal and vertical lines and various corners and crossings thereof. Tiles are specified using single-character symbols that more or less approximate the shape of the tile in appearance. A special case of a tile is the '''empty tile''', specified by a single space character. A table of supported tiles is given below. {| style="float:left;margin-left:1em;border-collapse:separate;border-spacing:4px;" |+ '''Solid lines:''' |- | <big><code>,</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|,}}{{familytree/end}} | <big><code>v</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|v}}{{familytree/end}} | <big><code>.</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|.}}{{familytree/end}} |- | <big><code>)</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|)}}{{familytree/end}} | <big><code>+</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|+}}{{familytree/end}} | <big><code>(</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|(}}{{familytree/end}} |- | <big><code>`</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|`}}{{familytree/end}} | <big><code>^</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|^}}{{familytree/end}} | <big><code>'</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|'}}{{familytree/end}} |- | <big><code>-</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|-}}{{familytree/end}} | <big><code>!</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|!}}{{familytree/end}} | || |} {| style="float:left;margin-left:1em;border-collapse:separate;border-spacing:4px;" |+ '''Dashed lines:''' |- | <big><code>F</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|F}}{{familytree/end}} | <big><code>V</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|V}}{{familytree/end}} | <big><code>7</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|7}}{{familytree/end}} |- | <big><code>D</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|D}}{{familytree/end}} | <big><code>%</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|%}}{{familytree/end}} | <big><code>C</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|C}}{{familytree/end}} |- | <big><code>L</code></big> || style="border: 1px solid gray"| {{familytree/start}}{{familytree|L}}{{familytree/end}} | <big><code>A</code></big> || style="border: 1px solid gray"| {{familytree/start}}{{familytree|A}}{{familytree/end}} | <big><code>J</code></big> || style="border: 1px solid gray"| {{familytree/start}}{{familytree|J}}{{familytree/end}} |- | <big><code>~</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|~}}{{familytree/end}} | <big><code>:</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|:}}{{familytree/end}} | || |} {| style="float:left;margin-left:1em;border-collapse:separate;border-spacing:4px;" |+ '''Dashes hor., Solid ver.''' |- | <big><code>r</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|r}}{{familytree/end}} | <big><code>y</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|y}}{{familytree/end}} | <big><code>n</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|n}}{{familytree/end}} |- | <big><code>]</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|]}}{{familytree/end}} | <big><code>#</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|#}}{{familytree/end}} | <big><code>[</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|[}}{{familytree/end}} |- | <big><code>c</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|c}}{{familytree/end}} | <big><code>h</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|h}}{{familytree/end}} | <big><code>j</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|j}}{{familytree/end}} |- | <big><code>~</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|~}}{{familytree/end}} | <big><code>!</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|!}}{{familytree/end}} | || |} {| style="float:left;margin-left:1em;border-collapse:separate;border-spacing:4px;" |+ '''Dashes ver., Solid hor.''' |- | <big><code>p</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|p}}{{familytree/end}} | <big><code>u</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|u}}{{familytree/end}} | <big><code>q</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|q}}{{familytree/end}} |- | <big><code>}</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|}|}}{{familytree/end}} | <big><code>*</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|*}}{{familytree/end}} | <big><code>{</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|{|}}{{familytree/end}} |- | <big><code>b</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|b}}{{familytree/end}} | <big><code>t</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|t|}}{{familytree/end}} | <big><code>d</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|d}}{{familytree/end}} |- | <big><code>-</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|-}}{{familytree/end}} | <big><code>:</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|:}}{{familytree/end}} | || |} {| style="float:left;margin-left:1em;border-collapse:separate;border-spacing:4px;" |+ '''Misc.:'''<!-- this subset is an insufficient set or questionable: --> |- | || | <big><code>T</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|T}}{{familytree/end}} |- | <big><code>G</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|G}}{{familytree/end}} | <big><code>X</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|X}}{{familytree/end}} | <big><code>K</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|K}}{{familytree/end}} | <big><code>k</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|k}}{{familytree/end}} |- | || | <big><code>U</code></big> || style="border:1px solid gray" | {{familytree/start}}{{familytree|U}}{{familytree/end}} |} {{clear|left}} * '''Boxes''' can contain arbitrary [[Help:Formatting|wiki markup]]. The contents of boxes are specified using additional named parameters appended to the template call. Each box is '''three tiles wide''' and normally has a 2 pixels wide black border. Boxes can have any name that is a valid template parameter name, although single character names should be avoided to prevent conflicts with tile symbols. ==Style attributes== 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 [[w:Cascading Style Sheets|CSS]] declarations directly to the box style attributes. For example, the following code: <pre style="overflow:auto;"> {{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}} </pre> produces a result like this: {{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}} Style attributes can even be set for individual boxes, as in the example below: <pre style="overflow:auto;"> {{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}} </pre> which produces the output: {{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}} '''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 "<code>|RED |</code>" instead of "<code>| RED |</code>" in the example above). Otherwise the template will end up looking for a style parameter with spaces in its name. The {{tl|familytree/start}} template also accepts an optional ''style'' parameter that can be used to set CSS styles for the entire table.<includeonly> [[Category:Family trees| ]] [[Category:Templates]]</includeonly>
Summary:
Please note that all contributions to A Wiki of Ice and Fire may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
A Wiki of Ice and Fire:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Preview page with this template
Pages included on this page:
Template:Clear
(
edit
)
Template:Familytree
(
view source
) (semi protected)
Template:Familytree/end
(
edit
)
Template:Familytree/start
(
edit
)
Template:Familytree/step2
(
view source
) (fully protected)
Template:Tl
(
edit
)
Module:Arguments
(
edit
)
Module:Tl
(
edit
)