TestGrok: Difference between revisions

Jump to navigation Jump to search
AdminIsidore (talk | contribs)
Created page with "== TestGrok Mermaid Variations == Below are twelve variations of the SMW query to render a Mermaid flowchart using data from Category:Analysis. === Variation 1: Plainlist with Source and Target === {{#mermaid: graph TD {{#ask: Category:Analysis Is related to::+ |mainlabel=Source |?Is related to=Target |format=plainlist |template=MermaidRelationship |link=none |limit=100 |sep=%0A |default="No Data" --> "None" }..."
 
AdminIsidore (talk | contribs)
No edit summary
Line 107: Line 107:


=== Variation 7: Explicit Parameters ===
=== Variation 7: Explicit Parameters ===
{#mermaid:
{{#mermaid:
graph TD
graph TD
     {#ask:
     {{#ask:
     [[Category:Analysis]] [[Is related to::+]]
     [[Category:Analysis]] [[Is related to::+]]
     |mainlabel=Source
     |mainlabel=Source
Line 125: Line 125:


=== Variation 8: Debug Output ===
=== Variation 8: Debug Output ===
{#mermaid:
{{#mermaid:
graph TD
graph TD
     {#ask:
     {{#ask:
     [[Category:Analysis]] [[Is related to::+]]
     [[Category:Analysis]] [[Is related to::+]]
     |?Is related to
     |?Is related to
Line 142: Line 142:


=== Variation 9: No Mainlabel ===
=== Variation 9: No Mainlabel ===
{#mermaid:
{{#mermaid:
graph TD
graph TD
     {#ask:
     {{#ask:
     [[Category:Analysis]] [[Is related to::+]]
     [[Category:Analysis]] [[Is related to::+]]
     |?Is related to
     |?Is related to
Line 158: Line 158:


=== Variation 10: Template with Intro/Outro ===
=== Variation 10: Template with Intro/Outro ===
{#mermaid:
{{#mermaid:
graph TD
graph TD
     {#ask:
     {{#ask:
     [[Category:Analysis]] [[Is related to::+]]
     [[Category:Analysis]] [[Is related to::+]]
     |?Is related to
     |?Is related to