Difference between revisions of "Template:Familytree"

From Detective Conan Wiki
Line 242: Line 242:
 
undef=}}</includeonly><noinclude>Tool for family trees.
 
undef=}}</includeonly><noinclude>Tool for family trees.
  
==Basics==
+
==Text-only trees==
 
<pre>{{familytree/start|sample tree}}
 
<pre>{{familytree/start|sample tree}}
 
{{familytree|MOM|y|DAD|}}
 
{{familytree|MOM|y|DAD|}}
Line 258: Line 258:
 
Next, add names to the boxes like this:
 
Next, add names to the boxes like this:
 
<pre>{{familytree/start|sample tree}}
 
<pre>{{familytree/start|sample tree}}
{{familytree|MOM|y|DAD|MOM={{familytree/Tomoko}}|DAD={{familytree/Shiro Suzuki}}}}
+
{{familytree|MOM|y|DAD|MOM=Tomoko (?)|DAD=Shiro Suzuki}}
 
{{familytree| |,|-|^|-|.| |}}
 
{{familytree| |,|-|^|-|.| |}}
{{familytree|CH1| |CH2|CH1={{familytree/Ayako Suzuki}}|CH2={{familytree/Sonoko Suzuki}}}}
+
{{familytree|CH1| |CH2|CH1=[[Ayako Suzuki]]|CH2=[[Sonoko Suzuki]]}}
 
{{familytree/end}}</pre>
 
{{familytree/end}}</pre>
  
 
Giving:
 
Giving:
 
{{familytree/start|sample tree}}
 
{{familytree/start|sample tree}}
{{familytree|MOM|y|DAD|MOM={{familytree/Tomoko}}|DAD={{familytree/Shiro Suzuki}}}}
+
{{familytree|MOM|y|DAD|MOM=Tomoko (?)|DAD=Shiro Suzuki}}
 
{{familytree| |,|-|^|-|.| |}}
 
{{familytree| |,|-|^|-|.| |}}
{{familytree|CH1| |CH2|CH1={{familytree/Ayako Suzuki}}|CH2={{familytree/Sonoko Suzuki}}}}
+
{{familytree|CH1| |CH2|CH1=[[Ayako Suzuki]]|CH2=[[Sonoko Suzuki]]}}
 
{{familytree/end}}
 
{{familytree/end}}
  
 
And you can color the boxes:
 
And you can color the boxes:
 
<pre>{{familytree/start|sample tree}}
 
<pre>{{familytree/start|sample tree}}
{{familytree|MOM|y|DAD|MOM=Tomoko ?|DAD=Shiro Suzuki
+
{{familytree|MOM|y|DAD|MOM=Tomoko (?)|DAD=Shiro Suzuki
 
|boxstyle_MOM=background-color: #FFDAE0;
 
|boxstyle_MOM=background-color: #FFDAE0;
 
|boxstyle_DAD=background-color: #D3EBFD;}}
 
|boxstyle_DAD=background-color: #D3EBFD;}}
Line 283: Line 283:
 
Giving:
 
Giving:
 
{{familytree/start|sample tree}}
 
{{familytree/start|sample tree}}
{{familytree|MOM|y|DAD|MOM=Tomoko ?|DAD=Shiro Suzuki
+
{{familytree|MOM|y|DAD|MOM=Tomoko (?)|DAD=Shiro Suzuki
 
|boxstyle_MOM=background-color: #FFDAE0;
 
|boxstyle_MOM=background-color: #FFDAE0;
 
|boxstyle_DAD=background-color: #D3EBFD;}}
 
|boxstyle_DAD=background-color: #D3EBFD;}}
Line 291: Line 291:
 
|boxstyle_CH2=background-color: #FFDAE0;}}
 
|boxstyle_CH2=background-color: #FFDAE0;}}
 
{{familytree/end}}
 
{{familytree/end}}
 +
 +
==Adding images==
 +
In order to have images on a family tree, characters must have a family tree template created for themselves. See [[:Template:Familytree/Sonoko Suzuki]] for an example. To use the templates, write the template name where you'd normally just write the character name when using the text-only template.
 +
 +
Example:
 +
<pre>{{familytree/start|sample tree}}
 +
{{familytree|MOM|y|DAD|MOM={{familytree/Tomoko}}|DAD={{familytree/Shiro Suzuki}}}}
 +
{{familytree| |,|-|^|-|.| |}}
 +
{{familytree|CH1| |CH2|CH1={{familytree/Ayako Suzuki}}|CH2={{familytree/Sonoko Suzuki}}}}
 +
{{familytree/end}}</pre>
 +
 +
Giving:
 +
{{familytree/start|sample tree}}
 +
{{familytree|MOM|y|DAD|MOM={{familytree/Tomoko}}|DAD={{familytree/Shiro Suzuki}}}}
 +
{{familytree| |,|-|^|-|.| |}}
 +
{{familytree|CH1| |CH2|CH1={{familytree/Ayako Suzuki}}|CH2={{familytree/Sonoko Suzuki}}}}
 +
{{familytree/end}}
 +
  
 
==More info==
 
==More info==

Revision as of 15:54, 1 December 2012

Tool for family trees.

Text-only trees

{{familytree/start|sample tree}}
{{familytree|MOM|y|DAD|}}
{{familytree| |,|-|^|-|.| |}}
{{familytree|CH1| |CH2|}}
{{familytree/end}}

This gives:

{{{MOM}}}
 
{{{DAD}}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
{{{CH1}}}
 
{{{CH2}}}


Next, add names to the boxes like this:

{{familytree/start|sample tree}}
{{familytree|MOM|y|DAD|MOM=Tomoko (?)|DAD=Shiro Suzuki}}
{{familytree| |,|-|^|-|.| |}}
{{familytree|CH1| |CH2|CH1=[[Ayako Suzuki]]|CH2=[[Sonoko Suzuki]]}}
{{familytree/end}}

Giving:

Tomoko (?)
 
Shiro Suzuki
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Ayako Suzuki
 
Sonoko Suzuki


And you can color the boxes:

{{familytree/start|sample tree}}
{{familytree|MOM|y|DAD|MOM=Tomoko (?)|DAD=Shiro Suzuki
|boxstyle_MOM=background-color: #FFDAE0;
|boxstyle_DAD=background-color: #D3EBFD;}}
{{familytree| |,|-|^|-|.| |}}
{{familytree|CH1| |CH2|CH1=[[Ayako Suzuki]]|CH2=[[Sonoko Suzuki]]
|boxstyle_CH1=background-color: #FFDAE0;
|boxstyle_CH2=background-color: #FFDAE0;}}
{{familytree/end}}

Giving:

Tomoko (?)
 
Shiro Suzuki
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Ayako Suzuki
 
Sonoko Suzuki


Adding images

In order to have images on a family tree, characters must have a family tree template created for themselves. See Template:Familytree/Sonoko Suzuki for an example. To use the templates, write the template name where you'd normally just write the character name when using the text-only template.

Example:

{{familytree/start|sample tree}}
{{familytree|MOM|y|DAD|MOM={{familytree/Tomoko}}|DAD={{familytree/Shiro Suzuki}}}}
{{familytree| |,|-|^|-|.| |}}
{{familytree|CH1| |CH2|CH1={{familytree/Ayako Suzuki}}|CH2={{familytree/Sonoko Suzuki}}}}
{{familytree/end}}

Giving:

Template:Familytree/Tomoko
 
Shiro Suzuki.jpg
Shiro Suzuki
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Ayako Suzuki.jpg
Ayako Suzuki
 
Sonoko Suzuki.jpg
Sonoko Suzuki


More info

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