Test:Mermaid: Difference between revisions

From Resonite Wiki
No edit summary
No edit summary
Line 33: Line 33:
}}
}}


{{#mermaid:sequenceDiagram
{{#mermaid:flowchart RL
   
  subgraph outside
   
 
   
 
    box outer [Outside]
  end
        participant A as <translate nowrap><!--T:1--> Outside</translate>
  subgraph World
        box "Space #quot;World#quot;"
      color["World/Color1"]
            participant B as <translate nowrap><!--T:2--> World</translate>
 
        end
  end
       
  subgraph User
    end
     
   
 
  end
  subgraph Avatar
      avatar["User/Avatar"] --> User
 
  end
}}
}}



Revision as of 19:21, 31 March 2024