Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Locations: Difference between revisions

From Drifter's Wiki
No edit summary
Tag: wikieditor
No edit summary
Tag: wikieditor
Line 39: Line 39:
Below is mermaid code (for previous version of the zone connection map). The code can be viewed as a diagram in Visual Studio Code (save as zoneMap.md). Make sure to copy the code from the Edit view in mediawiki (to prevent certain special characters from messing up the format):
Below is mermaid code (for previous version of the zone connection map). The code can be viewed as a diagram in Visual Studio Code (save as zoneMap.md). Make sure to copy the code from the Edit view in mediawiki (to prevent certain special characters from messing up the format):


```mermaid
{{#mermaid:flowchart BT
flowchart BT
  ML[Meadowlands<br>8+]:::Outdoors
  ML[Meadowlands<br>8+]:::Outdoors
  ML ===== RF
  ML ===== RF
Line 79: Line 78:
  class NREVA,NREVC,MLEVA,MLEVB,MLEVC,DFEVA,DFEVB EmberVeins
  class NREVA,NREVC,MLEVA,MLEVB,MLEVC,DFEVA,DFEVB EmberVeins
  linkStyle 3,4,5,7,10,11,2 stroke:#ffbf00,stroke-width:4px,color:orange;
  linkStyle 3,4,5,7,10,11,2 stroke:#ffbf00,stroke-width:4px,color:orange;
```
{{#mermaid:graph TB
classDef default fill:#f9f,stroke:#333,stroke-width:4px,font-size:1.0em;
sq[Square shape] --> ci((Circle shape))
classDef green fill:#9f6,stroke:#333,stroke-width:2px,font-size:1.0em;
class sq,e green
}}
}}

Revision as of 15:19, 2 May 2023


Zone connection map


Note: There are plans to make this map clickable via a mermaid diagram




Below is mermaid code (for previous version of the zone connection map). The code can be viewed as a diagram in Visual Studio Code (save as zoneMap.md). Make sure to copy the code from the Edit view in mediawiki (to prevent certain special characters from messing up the format):