test-network: Porovnání verzí

Z thewoodcraft.org
mBez shrnutí editace
mBez shrnutí editace
 
Řádek 12: Řádek 12:
Typ grafu: LR (left-right), TD (top-down)
Typ grafu: LR (left-right), TD (top-down)


{{#mermaid:graph LR;
A["W. B. Wakefield"]
B["J. A. Van Dise"]
id1([This is the text in the box])


A-- Vztah mezi nimi byl..? --->B;
click A "https://www.thewoodcraft.org/wiki/index.php/W._B._Wakefield" "To je pan A."
click B "J. A. Van Dise" "K panu B zatím nic není"


subgraph "Jeden"
{{#mermaid:sequenceDiagram
  a("Kočka s kloboukem") -- "edge label" --> b{"Čumí na ni jezevec"}
    Alice->>Bob: Hello Bob, how are you ?
  style b fill:#bbf,stroke:#f66,stroke-width:2px,color:#fff,stroke-dasharray: 5 5
    Bob->>Alice: Fine, thank you. And you?
end
    create participant Carl
    Alice->>Carl: Hi Carl!
    create actor D as Donald
    Carl->>D: Hi!
    destroy Carl
    Alice-xCarl: We are too many
    destroy Bob
    Bob->>Alice: I agree
}}
}}


fork_state vs. join_state
fork_state vs. join_state
{{#mermaid:flowchart TD
{{#mermaid:flowchart TD
   A["W. B. Wakefield"]
   A["`W. B. ___Wakefield___`"]
   B["J. A. Van Dise"]
   B["J. A. Van Dise"]
   C["?"]
   C["?"]
Řádek 37: Řádek 39:
  click C " " "Velká neznámá"
  click C " " "Velká neznámá"
}}
}}


{{#mermaid:sequenceDiagram
{{#mermaid:sequenceDiagram
     participant Alice
     participant Alicec
     participant John
     participant John


     rect rgb(191, 223, 255)
     rect rgb(191, 223, 255)
     note right of Alice: Alice calls John.
     note right of Alicec: Alice calls John.
     Alice->>+John: Hello John, how are you?
     Alicec->>+John: Hello John, how are you?
     rect rgb(200, 150, 255)
     rect rgb(200, 150, 255)
     Alice->>+John: John, can you hear me?
     Alicec->>+John: John, can you hear me?
     John-->>-Alice: Hi Alice, I can hear you!
     John-->>-Alicec: Hi Alice, I can hear you!
     end
     end
     John-->>-Alice: I feel great!
     John-->>-Alicec: I feel great!
     end
     end
     Alice ->>+ John: Did you want to go to the game tonight?
     Alicec ->>+ John: Did you want to go to the game tonight?
     John -->>- Alice: Yeah! See you there.
     John -->>- Alicec: Yeah! See you there.
}}
}}



Aktuální verze z 1. 7. 2024, 19:34

Typ grafu: LR (left-right), TD (top-down)



fork_state vs. join_state


Testovací stránka k rozšíření Network