test-network: Porovnání verzí

Z thewoodcraft.org
mBez shrnutí editace
mBez shrnutí editace
 
(Nejsou zobrazeny 3 mezilehlé verze od stejného uživatele.)
Řá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;
 
{{#mermaid:sequenceDiagram
    Alice->>Bob: Hello Bob, how are you ?
    Bob->>Alice: Fine, thank you. And you?
    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
 
{{#mermaid:flowchart TD
  A["`W. B. ___Wakefield___`"]
  B["J. A. Van Dise"]
  C["?"]
  A & B--> C
  click A "https://www.thewoodcraft.org/wiki/index.php/W._B._Wakefield" "To je pan A."
  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í"
  click B "J. A. Van Dise" "K panu B zatím nic není"
click C " " "Velká neznámá"
}}


subgraph "Jeden"
  a("Kočka s kloboukem") -- "edge label" --> b{"Čumí na ni jezevec"}
  style b fill:#bbf,stroke:#f66,stroke-width:2px,color:#fff,stroke-dasharray: 5 5
end
}}


fork_state vs. join_state
{{#mermaid:sequenceDiagram
{{#mermaid:stateDiagram-v2
    participant Alicec
    X: Ludmila
    participant John
    Y : Zdeněk
 
      state join_state <<join>>
    rect rgb(191, 223, 255)
      Y --> join_state
    note right of Alicec: Alice calls John.
      X --> join_state
    Alicec->>+John: Hello John, how are you?
      join_state --> Want
    rect rgb(200, 150, 255)
    Alicec->>+John: John, can you hear me?
    John-->>-Alicec: Hi Alice, I can hear you!
    end
    John-->>-Alicec: I feel great!
    end
    Alicec ->>+ John: Did you want to go to the game tonight?
    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