Sandbox: mudanças entre as edições

158 bytes removidos ,  6 de maio de 2023
Linha 485: Linha 485:
{{Por fazer|Instalar a extensão Mermaid.}}
{{Por fazer|Instalar a extensão Mermaid.}}


Exemplo:
'''Exemplo 1:'''
 
{{#mermaid:sequenceDiagram
```mermaid
participant Alice
classDiagram
participant Bob
    Jurisdiction *-- "0..1" Jurisdiction_geom
  Alice->John: Hello John, how are you?
     Donated_PackTpl "0..1" --> Jurisdiction: has scope
  loop Healthcheck
     Donated_PackTpl "*" --> Donor: has
      John->John: Fight against hypochondria
     Donor "0..1" ..> Jurisdiction: has agg scope
  end
 
  Note right of John: Rational thoughts <br/>prevail...
    class Jurisdiction { osm_id bigint }
     John-->Alice: Great!
    class Jurisdiction_geom { osm_id bigint }
     John->Bob: How about you?
    class Donor {
     Bob-->John: Jolly good!
      id integer
}}
      scope_osm_id bigint
    }
    class Donated_PackTpl {
        id integer
        scope_osm_id bigint
        donor_id integer
    }
```


== Mapas ==
== Mapas ==
1 224

edições