Template:Mermaid: Revision history

Template page

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    20 February 2025

    • curprev 18:5618:56, 20 February 2025[email protected] talk contribs 317 bytes +317 Created page with "<html> <script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script> <script> if (document.documentElement.classList.contains('skin-citizen-dark')) { mermaid.initialize({ startOnLoad: true, theme: 'dark' }); } else { mermaid.initialize({ startOnLoad: true, theme: 'base' }); } </script> </html>"