« Mermaid - subgraph » : différence entre les versions

De Semantic MediaWiki - Sandbox

m (Kghbln a déplacé la page Mermaid - subgraph vers Mermaid - subgraph : cons)
Aucun résumé des modifications
Balise : Éditeur de wikicode 2017
 
Ligne 4 : Ligne 4 :
== Syntax ==
== Syntax ==
<pre>
<pre>
{{#mermaid:graph TB
{{#mermaid:graph TD
    c1-->a2
subgraph ICT Department
    subgraph one
A1("Asset(s) received")-->A2(Count and check that all items are<br>delivered according to delivery note)
    a1-->a2
A2-->A3("Add non-consumable<br>asset(s) to asset registry")
    end
A3-->A4(Store or re-distribute asset)
    subgraph two
end
    b1-->b2
subgraph Stores
    end
A2-->B1(Generate GRV)
    subgraph three
end
    c1-->c2
subgraph Sub-process
    end
A3-->C1(Insurance process)
end
}}
}}
</pre>
</pre>


== Result ==
== Result ==
{{#mermaid:graph TB
{{#mermaid:graph TD
    c1-->a2
subgraph ICT Department
    subgraph one
A1("Asset(s) received")-->A2(Count and check that all items are<br>delivered according to delivery note)
    a1-->a2
A2-->A3("Add non-consumable<br>asset(s) to asset registry")
    end
A3-->A4(Store or re-distribute asset)
    subgraph two
end
    b1-->b2
subgraph Stores
    end
A2-->B1(Generate GRV)
    subgraph three
end
    c1-->c2
subgraph Sub-process
    end
A3-->C1(Insurance process)
end
}}
}}



Dernière version du 24 mai 2018 à 08:50

→ Back to Mermaid overview

Syntax

{{#mermaid:graph TD
 subgraph ICT Department
 A1("Asset(s) received")-->A2(Count and check that all items are<br>delivered according to delivery note)
 A2-->A3("Add non-consumable<br>asset(s) to asset registry")
 A3-->A4(Store or re-distribute asset)
 end
 subgraph Stores
 A2-->B1(Generate GRV)
 end
 subgraph Sub-process
 A3-->C1(Insurance process)
 end
}}

Result

Les cookies nous aident à fournir nos services. En utilisant nos services, vous acceptez notre utilisation de cookies.