Mermaid - graph with links and tooltips
From Semantic MediaWiki - Sandbox
→ Back to Mermaid overview
Syntax
{{#mermaid:graph LR;
A-->B;
click A "https://sandbox.semantic-mediawiki.org/wiki/A" "This is the tooltip for a link to page A."
click B "https://sandbox.semantic-mediawiki.org/wiki/B" "This is the tooltip for a link to page B."
}}