« Mairie de Los Santos County » : différence entre les versions

De 21Wiki
Balise : Éditeur de wikicode 2017
(màj graphique)
Balise : Éditeur de wikicode 2017
Ligne 18 : Ligne 18 :
*[[Carmen Cortés]] (Conseillère services publics)
*[[Carmen Cortés]] (Conseillère services publics)
*[[John Lodd]]
*[[John Lodd]]
*[[Silas Toman]]
*[[Clancy Parker]]
*[[Clancy Parker]]


Ligne 28 : Ligne 27 :
!Maire adjointe
!Maire adjointe
!Conseillers
!Conseillers
|-
|24/05/2022 - 16/08/2022
|[[Lohàn Neo]]
|[[Elisabeth DePrince]]
|[[Carmen Cortés]] (Conseillère services publics)
[[Clancy Parker]]
[[John Lodd]]
|-
|-
|01/03/2022 - 24/05/2022
|01/03/2022 - 24/05/2022
Ligne 49 : Ligne 56 :


==Chronologie==
==Chronologie==
 
<graph>{
  "width": 1000,
  "height": 300,
  "data": [
    {
      "name": "events",
      "format": {
        "type": "json",
        "parse": {"date": "date:\"%Y-%m-%d\""}
      },
      "values": [
        {
          "name": "01/03 - Création des mairies",
          "date": "2022-03-01",
          "y": -20
        },
        {
          "name": "24/05 - élection",
          "date": "2022-05-24",
          "y": -20
        }
      ]
    },
    {
      "name": "membres",
      "transform": [
        {
          "type": "formula",
          "field": "fin",
          "expr": "datum.fin ? datum.fin : datetime(year(now()) + '/' + (month(now())+1) + '/' + date(now()))"
        }
      ],
      "format": {
        "type": "json",
        "parse": {
          "debut": "date:\"%Y-%m-%d\"",
          "fin": "date:\"%Y-%m-%d\""
        }
      },
      "values": [
        {
          "label": "neo",
          "nom": "Lohàn Neo",
          "color": "#822",
          "debut": "2022-03-01",
          "fin": null
          "status": null
        },
        {
          "label": "marshall",
          "nom": "Erin Marshall]",
          "color": "#822",
          "debut": "2022-03-01",
          "fin": "2022-04-26",
          "status": "🚪"
        },
        {
          "label": "stanieski",
          "nom": "Janek Stanieski",
          "color": "#0867B0",
          "debut": "2022-03-02",
          "fin": "2022-04-15",
          "status": "🚪"
        },
        {
          "label": "deprince",
          "nom": "Elisabeth DePrince",
          "color": "#0867B0",
          "debut": "2022-03-02",
          "fin": "2022-04-26",
          "status": null
        },
        {
          "label": "cortés",
          "nom": "Carmen Cortés",
          "color": "#0867B0",
          "debut": "2022-03-02",
          "fin": null
          "status":
        },
        {
          "label": "deprince",
          "nom": "Elisabeth DePrince",
          "color": "#822",
          "debut": "2022-04-26",
          "fin": null,
          "status": null
        },
        {
          "label": "levenson",
          "nom": "Thomas Levenson",
          "color": "#0867B0",
          "debut": "2022-04-26",
          "fin": "2022-05-14",
          "status": "🚪"
        },
        {
          "label": "baatz",
          "nom": "Laurent de Baatz",
          "color": "#0867B0",
          "debut": "2022-04-20",
          "fin": "2022-04-29",
          "status": "🚪"
        },
        {
          "label": "lodd",
          "nom": "John Lodd",
          "color": "#0867B0",
          "debut": "2022-05-03",
          "fin": null
          "status":
        },
        {
          "label": "toman",
          "nom": "Silas Toman",
          "color": "#0867B0",
          "debut": "2022-05-03",
          "fin": "2022-05-08",
          "status":
        },
        {
          "label": "parker",
          "nom": "Clancy Parker",
          "color": "#0867B0",
          "debut": "2022-05-22",
          "fin": null
          "status":
        }
      ]
    },
    {
      "name": "maire",
      "transform": [
        {
          "type": "formula",
          "field": "fin",
          "expr": "datum.fin ? datum.fin : datetime(year(now()) + '/' + (month(now())+1) + '/' + date(now()))"
        }
      ],
      "format": {
        "type": "json",
        "parse": {
          "debut": "date:\"%Y-%m-%d\"",
          "fin": "date:\"%Y-%m-%d\""
        }
      },
      "values": [
        {
          "label": "neo",
          "debut": "2022-03-01",
          "fin": null
        }
      ]
    }
  ],
  "scales": [
    {
      "name": "y",
      "type": "ordinal",
      "range": "height",
      "domain": {"data": "membres","field": "label"}
    },
    {
      "name": "x",
      "type": "time",
      "range": "width",
      "nice": "month",
      "domain": {"data": "membres","field": ["debut","fin"]}
    }
  ],
  "axes": [
    {
      "type": "x",
      "scale": "x",
      "grid": true,
      "format": "%m/%y",
      "title": "✈️ Départ de l'île / ⚰️Décès / 🚪 fin de mandat ou démission / 👮 Destitution / 📢 Renvoi "
    }
  ],
  "marks": [
    {
      "type": "text",
      "from": {"data": "membres"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "debut"},
          "y": {"scale": "y","field": "label","offset": -7},
          "fill": {"value": "#000"},
          "text": {"field": "nom"},
          "fontSize": {"value": 14}
        }
      }
    },
    {
      "type": "text",
      "from": {"data": "membres"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "fin","offset": -2},
          "y": {"scale": "y","field": "label","offset": 6},
          "fill": {"value": "#000"},
          "text": {"field": "status"},
          "fontSize": {"value": 14}
        }
      }
    },
    {
      "type": "rect",
      "from": {"data": "maire"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "debut"},
          "x2": {"scale": "x","field": "fin"},
          "y": {"scale": "y","field": "label","offset": -4},
          "height": {"value": 12},
          "fill": {"value": "#C66"}
        }
      }
    },
    {
      "type": "rect",
      "from": {"data": "membres"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "debut"},
          "x2": {"scale": "x","field": "fin"},
          "y": {"scale": "y","field": "label"},
          "height": {"value": 4},
          "fill": {"field": "color"}
        }
      }
    },
    {
      "type": "text",
      "from": {"data": "events"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "date"},
          "y": {"field": "y"},
          "angle": {"value": -30},
          "fill": {"value": "#000"},
          "text": {"field": "name"},
          "fontSize": {"value": 14}
        }
      }
    },
    {
      "type": "rect",
      "from": {"data": "events"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "date"},
          "y": {"field": "y"},
          "width": {"value": 0.5},
          "height": {"field": {"group": "height"},"offset": 20},
          "fill": {"value": "#0090FF"}
        }
      }
    }
  ]
}</graph>
[[Catégorie:Service publique]]
[[Catégorie:Service publique]]
[[Catégorie:Mairie de Los Santos]]
[[Catégorie:Mairie de Los Santos]]

Version du 26 mai 2022 à 15:07


Organisation

Maire

Maire adjointe

Autres membres de la mairie

Historique

Dates Maire Maire adjointe Conseillers
24/05/2022 - 16/08/2022 Lohàn Neo Elisabeth DePrince Carmen Cortés (Conseillère services publics)

Clancy Parker

John Lodd

01/03/2022 - 24/05/2022 Lohàn Neo Erin Marshall (d)

Elisabeth DePrince

Carmen Cortés (Conseillère services publics)

Janek Stanieski (d)

Thomas Levenson (d)

Laurent de Baatz (d)

John Lodd

Silas Toman (d)

Clancy Parker

Chronologie

Erreur de syntaxe