Difference between revisions of "User:Mneme"
From FollowTheScore
(New page: Just messing around... {{#wgraph: name=Meta_Modell|svg|thumb=50| {{#dpl:debug=1 |namespace={{DT Language|Template}} |category=DocTypeForm |nottitlematch=%(Form) |include={DT ...) |
|||
| Line 30: | Line 30: | ||
}} | }} | ||
<noinclude>[[Category:DocTypeScript]]</noinclude> | <noinclude>[[Category:DocTypeScript]]</noinclude> | ||
| + | |||
| + | Intermediate source for the above: | ||
| + | |||
| + | |||
| + | {{#dpl:debug=1 | ||
| + | |namespace={{DT Language|Template}} | ||
| + | |category=DocTypeForm | ||
| + | |nottitlematch=%(Form) | ||
| + | |include={DT Form Header}.meta | ||
| + | |format=, | ||
| + | |secseparators=\n | ||
| + | |multisecseparators=\n | ||
| + | }} | ||
| + | |||
| + | nodetype * { color lightyellow borderwidth 1 bordercolor darkyellow href ":Category:%%" } | ||
| + | |||
| + | {{#dpl:debug=1 | ||
| + | |namespace={{DT Language|Template}} | ||
| + | |category=DocTypeForm | ||
| + | |nottitlematch=%(Form) | ||
| + | |include={DT Ref}.report | ||
| + | |format=, | ||
| + | |secseparators=\n | ||
| + | |multisecseparators=\n | ||
| + | }} | ||
| + | |||
| + | splines yes | ||
Revision as of 23:07, 14 February 2008
Just messing around...
{{#wgraph:
name=Meta_Modell|svg|thumb=50|
node Location {color #e7c5d6 }
node Person {color #eebb99 }
node Trip {color #ccffaa }
nodetype * { color lightyellow borderwidth 1 bordercolor darkyellow href ":Category:%%" }
edge 'Person' "Location" { label "lives in" }}
edge 'Trip' "Location" { label "starts at" }}
edge 'Person' "Person" { label "taught by" }}
edge 'Trip' "Person" { label "had Participants" }}
/* */
splines yes
}}
Intermediate source for the above:
node Location {color #e7c5d6 }
node Person {color #eebb99 }
node Trip {color #ccffaa }
nodetype * { color lightyellow borderwidth 1 bordercolor darkyellow href ":Category:%%" }
edge 'Person' "Location" { label "lives in" }}
edge 'Trip' "Location" { label "starts at" }}
edge 'Person' "Person" { label "taught by" }}
edge 'Trip' "Person" { label "had Participants" }}
/* */
splines yes