chiark / gitweb /
Mercere Portals
[ArtibusWiki.git] / Setting / MercerePortals.mdwn
1 This is a map of the Mercere Portal network:
2
3 [[!graph src="""
4 graph portals{ 
5         size="10,10";        
6         layout=fdp;
7         splines=true;
8                 
9         subgraph cluster_ga {
10                 Valnastium [ href=[[Locations/Alps/Valnastium]] ];
11                 label="Greater Alps";
12                 graph[style=dotted];
13                 bgcolor=yellow;                
14         }
15         subgraph cluster_hi {
16                 "Circulus Ruber" [ href=[[Locations/Hibernian/CirculusRuber]] ];
17                 Vigil [ href=[[Locations/Hibernian/Vigil]] ];
18                 label="Hibernian";
19                 graph[style=dotted];
20                 bgcolor=pink;               
21         }
22         subgraph cluster_ib {
23                 Barcelona ;
24                 Unnamed4;
25                 label="Iberian";
26                 graph[style=dotted];
27                 bgcolor=MediumPurple;               
28         }
29         subgraph cluster_le {
30                 "Al-Arama";
31                 Foothold;
32                 "The Hermetic Embassy";
33                 label="The Levant";
34                 graph[style=dotted];
35                 bgcolor=yellow;               
36         }
37         subgraph cluster_ll {
38                 Unnamed1;
39                 label="Loch Legean";
40                 graph[style=dotted];
41                 bgcolor="#ff8888";               
42         }                
43         subgraph cluster_no {
44                 Fudarus;
45                 label="Normandy";
46                 graph[style=dotted];
47                 bgcolor="#ff8888";               
48         }
49         subgraph cluster_nv {
50                 "Priapet Maior";
51                 "Rodnya (ex)" [bgcolor=grey];
52                 "Three Lakes";
53                 label="Novgorod";
54                 graph[style=dotted];
55                 bgcolor="#ff8888";               
56         }
57         subgraph cluster_pr {
58                 Unnamed3;
59                 label="Provençal";
60                 graph[style=dotted];
61                 bgcolor=cyan;               
62         }
63         subgraph cluster_rh {
64                 Crintera;
65                 Durenmar;
66                 Irencillia;
67                 label="Rhine";
68                 graph[style=dotted];
69                 bgcolor=LightBlue;               
70         }
71         subgraph cluster_ro {
72                 Harco;
73                 Magvillus;
74                 Unnamed2;
75                 "Vardian's Tomb";
76                 Verdi;
77                 label="Roman";
78                 graph[style=dotted];
79                 bgcolor=brown2;               
80         }
81         subgraph cluster_st {
82                 "Magnantrum (ex)" [bgcolor=grey];
83                 "Schola Pythagorus" [ href=[[Locations/Stonehenge/Schola]] ];
84                 label="Stonehenge";
85                 graph[style=dotted];
86                 bgcolor=green;               
87         }
88         subgraph cluster_th {
89                 Hedyosmos;
90                 Xylinites;
91                 "Moero's Garden";
92                 label="Thebes";
93                 graph[style=dotted];
94                 bgcolor=cyan;               
95         }
96         subgraph cluster_tr {
97                 Coeris;
98                 label="Transylvanian";
99                 graph[style=dotted];
100                 bgcolor=green;               
101         }
102
103         "Coeris" -- "Unnamed4"
104         "Crintera" -- "Rodnya (ex)"
105         "Fudarus" -- "Foothold"
106         "Fudarus" -- "Hedyosmos"
107         "Harco" -- "Durenmar"
108         "Harco" -- "Magnantrum (ex)"
109         "Harco" -- "Valnastium"
110         "Harco" -- "Three Lakes"
111         "Magvillus" -- "The Hermetic Embassy"
112         "Schola Pythagorus" -- "Circulus Ruber"
113         "Schola Pythagorus" -- "Unnamed1"
114         "Unnamed2" -- "Coeris"
115         "Unnamed3" -- "Crintera"
116         "Unnamed3" -- "Irencillia"
117         "Valnastium" -- "Barcelona"
118         "Valnastium" -- "Moero's Garden"
119         "Valnastium" -- "Schola Pythagorus"
120         "Valnastium" -- "Xylinites"
121         "Vardian's Tomb" -- "Verdi"
122         "Vardian's Tomb" -- "Al-Arama"
123         "Vigil" -- "Priapet Maior" [label="Merinita"]
124 }
125 """]]
126
127 [[!table file="mercereportals.dsv"]]