Mermaid:Test w template: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) mNo edit summary |
Ttenbergen (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
%% see for syntax https://mermaid.js.org/syntax/examples.html? | %% see for syntax https://mermaid.js.org/syntax/examples.html? | ||
graph LR | graph LR | ||
L_Log[L_Log table] | |||
s_dispo[s_dispo table] -->|"dispo_ID to #8734; Dispo"| L_Log | |||
s_dispo[s_dispo table] -->|"dispo_ID to #8734; Pre-admit Inpatient Institution"| L_Log | |||
s_dispo[s_dispo table] -->|"dispo_ID to #8734; Previous Location"| L_Log | |||
click s_dispo "https://ccmdb.kuality.ca/index.php?title=s_dispo" "open table page" | |||
click L_Log "https://ccmdb.kuality.ca/index.php?title=L_Log" "open table page" | |||
Revision as of 13:32, 2023 April 12
%% see for syntax https://mermaid.js.org/syntax/examples.html?
graph LR
L_Log[L_Log table]
s_dispo[s_dispo table] -->|"dispo_ID to #8734; Dispo"| L_Log
s_dispo[s_dispo table] -->|"dispo_ID to #8734; Pre-admit Inpatient Institution"| L_Log
s_dispo[s_dispo table] -->|"dispo_ID to #8734; Previous Location"| L_Log
click s_dispo "https://ccmdb.kuality.ca/index.php?title=s_dispo" "open table page"
click L_Log "https://ccmdb.kuality.ca/index.php?title=L_Log" "open table page"
%% see for syntax https://mermaid.js.org/syntax/examples.html? graph LR L_Log[L_Log table] s_dispo[s_dispo table] -->|"dispo_ID to #8734; Dispo"| L_Log s_dispo[s_dispo table] -->|"dispo_ID to #8734; Pre-admit Inpatient Institution"| L_Log s_dispo[s_dispo table] -->|"dispo_ID to #8734; Previous Location"| L_Log click s_dispo "https://ccmdb.kuality.ca/index.php?title=s_dispo" "open table page" click L_Log "https://ccmdb.kuality.ca/index.php?title=L_Log" "open table page"