Template:MermaidDiagram: Difference between revisions

Jump to navigation Jump to search
AdminIsidore (talk | contribs)
Created page with "D --> E{{#if: {{{1|}}}|(({{{1}}}))|((Rendered Graph))}};"
 
AdminIsidore (talk | contribs)
No edit summary
Line 1: Line 1:
D --> E{{#if: {{{1|}}}|(({{{1}}}))|((Rendered Graph))}};
{{#mermaid:
graph LR
    A[Wiki Data] --> B(({{{1}}}));
    B --> C{Template};
    C --> D[Mermaid Syntax];
    D --> E((Rendered Graph));
    style A fill:#e6f3e6,stroke:#2e7d32,stroke-width:2px;
    style B fill:#bbdefb,stroke:#1565c0,stroke-width:2px;
    style C fill:#e6f3e6,stroke:#2e7d32,stroke-width:2px;
    style D fill:#e6f3e6,stroke:#2e7d32,stroke-width:2px;
    style E fill:#bbdefb,stroke:#1565c0,stroke-width:2px;
}}