Template:Family tree

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Revision as of 22:57, 22 November 2017 by Vish (talk | contribs)
Jump to navigation Jump to search


Tool for family trees.

The Basics

In the Family tree sections, you put "boxes" separated with pipes, and they translate to symbols. The basics:

{{Family tree/start|sample tree}}
{{Family tree|HA|y|ON|}}
{{Family tree| |,|-|^|-|.| |}}
{{Family tree|RU| |MO|}}
{{Family tree/end}}

This gives:




{{{HA}}}
 
{{{ON}}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
{{{RU}}}
 
{{{MO}}}

Next, add cat names to the boxes like this:

{{Family tree/start|sample tree}}
{{Family tree|HA|y|ON|HA=[[Halftail]]|ON=[[One-eye]]}}
{{Family tree| |,|-|^|-|.| |}}
{{Family tree|RU| |MO|RU=[[Runningwind]]|MO=[[Mousefur]]}}
{{Family tree/end}}

Giving:




Halftail
 
One-eye
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Runningwind
 
Mousefur

And you can color the boxes:

{{Family tree/start|sample tree}}
{{Family tree|HA|y|ON|HA=[[Halftail]]|ON=[[One-eye]]
|boxstyle_HA=background-color: #D3EBFD;
|boxstyle_ON=background-color: #FFDAE0;}}
{{Family tree| |,|-|^|-|.| |}}
{{Family tree|RU| |MO|RU=[[Runningwind]]|MO=[[Mousefur]]
|boxstyle_RU=background-color: #D3EBFD;
|boxstyle_MO=background-color: #FFDAE0;}}
{{Family tree/end}}

Giving:




Halftail
 
One-eye
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Runningwind
 
Mousefur

More Info

Check this article on wikipedia for advanced usage and the explanation of all symbols.