Línea 1: | Línea 1: | ||
− | <graphviz | + | <graphviz caption="Graph for example no. 3 (contains Wiki-Links)" alt="phylogenetic tree" format="png"> |
− | + | digraph example3 { | |
− | + | 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> | </graphviz> |