The site was updated to MediaWiki 1.43. If anything looks broken or there are glitches, report on the talk page or Discord in #wiki-support.
Template:Family tree
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.