User:Ccicalese: Difference between revisions
From mcr
No edit summary |
|||
Line 19: | Line 19: | ||
Cephalopoda [URL="[[w:Cephalopoda]]"]; | Cephalopoda [URL="[[w:Cephalopoda]]"]; | ||
Gastropoda [URL="[[w:Gastropoda]]"]; | Gastropoda [URL="[[w:Gastropoda]]"]; | ||
Mollusca->X1->Testaria->Conchifera | Mollusca->X1 | ||
Ganglioneura->X2->Gastropoda | X1->Testaria | ||
Testaria->Conchifera | |||
Ganglioneura->X2 | |||
X2->Gastropoda | |||
Mollusca->Neomeniomorpha | Mollusca->Neomeniomorpha | ||
X1->Caudofoveata | X1->Caudofoveata | ||
Line 26: | Line 29: | ||
Conchifera->Tryblidiida | Conchifera->Tryblidiida | ||
Ganglioneura ->Bivalvia | Ganglioneura ->Bivalvia | ||
X2->X3->Cephalopoda | X2->X3 | ||
X3->Cephalopoda | |||
X3->Scaphopoda | X3->Scaphopoda | ||
} | } |
Revision as of 11:11, 24 December 2017
<graphviz caption="Graph for example no. 3 (contains Wiki-Links)" alt="phylogenetic tree" format="png"> digraph example3 {
rankdir=LR; node [shape=plaintext]; Mollusca [URL="hello world"]; Neomeniomorpha [URL="w:Neomeniomorpha"]; X1 [shape=point,label=""]; Caudofoveata [URL="w:Caudofoveata"]; Testaria [URL="w:Testaria"]; Polyplacophora [URL="w:Polyplacophora"]; Conchifera [URL="w:Conchifera"]; Tryblidiida [URL="w:Tryblidiida"]; Ganglioneura [URL="w:Ganglioneura"]; Bivalvia [URL="w:Bivalvia"]; X2 [shape=point,label=""]; X3 [shape=point,label=""]; Scaphopoda [URL="w:Scaphopoda"]; Cephalopoda [URL="w:Cephalopoda"]; Gastropoda [URL="w:Gastropoda"]; Mollusca->X1 X1->Testaria Testaria->Conchifera Ganglioneura->X2 X2->Gastropoda Mollusca->Neomeniomorpha X1->Caudofoveata Testaria->Polyplacophora Conchifera->Tryblidiida Ganglioneura ->Bivalvia X2->X3 X3->Cephalopoda X3->Scaphopoda
} </graphviz>
The SRF Graph printer requires the GraphViz, Diagrams or External Data (with <graphviz> tag defined in Tag emulation mode) extension to be installed.