Actions

Mermaid: Difference between revisions

From Rabbi Blog

mNo edit summary
mNo edit summary
Line 3: Line 3:
     A[Start] --> B{Is it working?}
     A[Start] --> B{Is it working?}
     B -- Yes --> C[Great!]
     B -- Yes --> C[Great!]
     B -- No --> D[Check LocalSettings.php]
     B -- No --> D[Check Mermaid Lvl 2]


click D "/index.php?Minecraft" "Go to LocalSettings"
click D "/index.php?MermaidLvl2" "Go to Mermaid Level 2"
style D fill:#2ecc71,stroke:#27ae60,color:#fff
style D fill:#2ecc71,stroke:#27ae60,color:#fff
</mermaid>
</mermaid>

Revision as of 10:06, 18 August 2026

graph TD A[Start] --> B{Is it working?} B -- Yes --> C[Great!] B -- No --> D[Check Mermaid Lvl 2] click D "/index.php?MermaidLvl2" "Go to Mermaid Level 2" style D fill:#2ecc71,stroke:#27ae60,color:#fff