|
|
(19 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| | | <!-- |
| <graphviz caption="Graph for example no. 3 (contains Wiki-Links)" alt="phylogenetic tree" format="png"> | | {{Special:PhabTaskGraph|projects=Multi-Content-Revisions|width=800|height=800|status=open,stalled}}}} |
| digraph example3 {
| | --> |
| rankdir=LR;
| |
| node [shape=plaintext];
| |
| Mollusca [tooltip="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->Testaria->Conchifera->Ganglioneura->X2->Gastropoda
| |
| Mollusca->Neomeniomorpha
| |
| X1->Caudofoveata
| |
| Testaria->Polyplacophora
| |
| Conchifera->Tryblidiida
| |
| Ganglioneura ->Bivalvia
| |
| X2->X3->Cephalopoda
| |
| X3->Scaphopoda
| |
| }
| |
| </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
| |
| }} | |