WikiMSK:Sandbox: Difference between revisions

From WikiMSK

(Replaced content with "Last Fellow Review: Last Updated: {{#dateformat:{{REVISIONYEAR}}-{{REVISIONMONTH}}-{{REVISIONDAY}}|dmy}} by {{REVISIONUSER}} Category:Pages with script errors")
Tag: Replaced
No edit summary
Line 3: Line 3:
Last Updated: {{#dateformat:{{REVISIONYEAR}}-{{REVISIONMONTH}}-{{REVISIONDAY}}|dmy}} by {{REVISIONUSER}}
Last Updated: {{#dateformat:{{REVISIONYEAR}}-{{REVISIONMONTH}}-{{REVISIONDAY}}|dmy}} by {{REVISIONUSER}}


[[Category:Pages with script errors]]
==Basic example==
This code:
<pre><nowiki>
{{Tree chart/start|align=center|summary=An example family tree}}
{{Tree chart| | | |GrMa |~|y|~| GRP | |GrMa=Grandma|GRP=Grandpa}}
{{Tree chart| | | | | | | |)|-|-|-|.| }}
{{Tree chart| | | MOM |y| DAD | |DAISY|MOM=Mom|DAD=Dad|DAISY=[[Aunt Daisy]]}}
{{Tree chart| |,|-|-|-|+|-|-|-|.| | | }}
{{Tree chart| JOE | | ME  | | SIS | | |JOE=My brother Joe|ME='''Me!'''|SIS=My little sister}}
{{Tree chart/end}}
</nowiki></pre>
 
produces this:
 
{{Tree chart/start|align=center|summary=An example family tree}}
{{Tree chart| | | |GrMa |~|y|~| GRP | |GrMa=Grandma|GRP=Grandpa}}
{{Tree chart| | | | | | | |)|-|-|-|.| }}
{{Tree chart| | | MOM |y| DAD | |DAISY|MOM=Mom|DAD=Dad|DAISY=[[Aunt Daisy]]}}
{{Tree chart| |,|-|-|-|+|-|-|-|.| | | }}
{{Tree chart| JOE | | ME  | | SIS | | |JOE=My brother Joe|ME='''Me!'''|SIS=My little sister}}
{{Tree chart/end}}

Revision as of 22:21, 31 July 2020

Last Fellow Review:

Last Updated: 31 July 2020 by Jeremy

Basic example

This code:

{{Tree chart/start|align=center|summary=An example family tree}}
{{Tree chart| | | |GrMa |~|y|~| GRP | |GrMa=Grandma|GRP=Grandpa}}
{{Tree chart| | | | | | | |)|-|-|-|.| }}
{{Tree chart| | | MOM |y| DAD | |DAISY|MOM=Mom|DAD=Dad|DAISY=[[Aunt Daisy]]}}
{{Tree chart| |,|-|-|-|+|-|-|-|.| | | }}
{{Tree chart| JOE | | ME  | | SIS | | |JOE=My brother Joe|ME='''Me!'''|SIS=My little sister}}
{{Tree chart/end}}

produces this:

GrandmaGrandpa
MomDadAunt Daisy
My brother JoeMe!My little sister