User:Ccicalese: Difference between revisions

From atwg
(Created page with "{{#mermaid:graph TD; A-->B; A-->C; B-->D; C-->D; }}")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="font-size:150%;">
{{#mermaid:graph TD;
{{#mermaid:graph TD;
  A-->B;
  Abcdef-->B;
  A-->C;
  Abcdef-->C;
  B-->D;
  B-->D;
  C-->D;
  C-->D;
}}
}}
{{#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."
}}
</div>

Latest revision as of 14:36, 21 February 2018