User:Ccicalese: Difference between revisions
From mcr
No edit summary |
No edit summary |
||
Line 29: | Line 29: | ||
} | } | ||
</graphviz> | </graphviz> | ||
{{#ask: | |||
[[Category:Phabricator Tasks]] | |||
|?Depends On | |||
|format=graph | |||
|graphcolor=yes | |||
|graphlink=yes | |||
|graphname=Phabricator Tasks | |||
|graphlegend=yes | |||
|graphlabel=no | |||
|graphsize=10,100 | |||
|rankdir=TB | |||
}} |
Revision as of 06:51, 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="w:Mollusca"]; 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->Testaria->Conchifera->Ganglioneura->X2->Gastropoda Mollusca->Neomeniomorpha X1->Caudofoveata Testaria->Polyplacophora Conchifera->Tryblidiida Ganglioneura ->Bivalvia X2->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.