User:Mneme

From FollowTheScore
Revision as of 00:06, 15 February 2008 by Mneme (talk | contribs) (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 ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

}}