Actions

MermaidLvl2: Difference between revisions

From Rabbi Blog

mNo edit summary
mNo edit summary
 
Line 8: Line 8:
style A fill:#2ecc71,stroke:#27ae60,color:#fff
style A fill:#2ecc71,stroke:#27ae60,color:#fff


click E "index.php/Special:Random" "Random Page"
click E "/index.php/Special:Random" "Random Page"
style E fill:#2ecc71,stroke:#27ae60,color:#fff
style E fill:#2ecc71,stroke:#27ae60,color:#fff
</mermaid>
</mermaid>

Latest revision as of 10:12, 18 August 2026

graph TD A[Start <br><i>Return to level 1</i>] --> B{Did that work?} B -- Yes --> C[Great!] B -- No --> D[Oof] D -- Try Something Else--> E[Try A Random Page?] click A "/index.php/Mermaid" "Go to Mermaid Level 1" style A fill:#2ecc71,stroke:#27ae60,color:#fff click E "/index.php/Special:Random" "Random Page" style E fill:#2ecc71,stroke:#27ae60,color:#fff