« Hillbilies » : différence entre les versions

De 21Wiki
(Fusion avec la Milice : 7 nouveaux membres)
Aucun résumé des modifications
Balise : Éditeur de wikicode 2017
Ligne 25 : Ligne 25 :


==Histoire==
==Histoire==
Le groupe a été créé par [[Bob-Lee McCormick]] et [[Buck Carson]] en juillet 2023. Le 28 octobre 2023, il absorbe le groupe "La Milice" et 7 de ses membres les rejoints.
Le groupe a été créé par [[Bob-Lee McCormick]] et [[Buck Carson]] le 14 juillet 2023. Le 28 octobre 2023, il absorbe le groupe "La Milice" et 7 de ses membres les rejoints.
==Chronologie==
<graph>{
"width": 800,
"height": 300,
"data": [
{
"name": "membres",
"transform": [
{
"type": "formula",
"field": "membre_end",
"expr": "datum.membre_end ? datum.membre_end : datetime(year(now()) + '/' + (month(now())+1) + '/' + date(now()))"
}
],
"format": {
"type": "json",
"parse": {
"membre_start": "date:\"%Y-%m-%d\"",
"membre_end": "date:\"%Y-%m-%d\""
}
},
"values": [
{
"label": "bob-lee_mccormick",
"nom": "Bob-Lee McCormick",
"membre_start": "2023-07-14",
"membre_end": null,
"status": null
},
{
"label": "buck_carson",
"nom": "Buck Carson",
"membre_start": "2023-07-14",
"membre_end": null,
"status": null
},
{
"label": "jhon_allisteur",
"nom": "Jhon Allisteur",
"membre_start":  "2023-07-23",
"membre_end": null,
"status": null
},
                {
"label": "aaron_redwood",
"nom": "Aaron Redwood",
"membre_start": "2023-08-03",
"membre_end": null,
"status": null
},
                {
"label": "marko_gruz",
"nom": "Marko Gruz",
"membre_start": "2023-09-15",
"membre_end": null,
"status": null
},
                {
"label": "batista_perez",
"nom": "Batista Perez",
"membre_start":  "2023-10-28",
"membre_end": null,
"status": null
},
                {
"label": "carlito_pinto",
"nom": "Carlito Pinto",
"membre_start":  "2023-10-28",
"membre_end": null,
"status": null
},
                {
"label": "jaden_buckingham",
"nom": "Jaden Buckingham",
"membre_start":  "2023-10-28",
"membre_end": null,
"status": null
},
                {
"label": "molly_mio",
"nom": "Molly Mio",
"membre_start":  "2023-10-28",
"membre_end": null,
"status": null
},
                {
"label": "steve_marks",
"nom": "Steve Marks",
"membre_start":  "2023-10-28",
"membre_end": null,
"status": null
},
                {
"label": "sven_robinson",
"nom": "Sven Robinson",
"membre_start":  "2023-10-28",
"membre_end": null,
"status": null
},
                {
"label": "ulysse_fisher",
"nom": "Ulysse Fisher",
"membre_start":  "2023-10-28",
"membre_end": null,
"status": null
}
]
},
        {
"name": "seconds",
"transform": [
{
"type": "formula",
"field": "second_end",
"expr": "datum.second_end ? datum.second_end : datetime(year(now()) + '/' + (month(now())+1) + '/' + date(now()))"
}
],
"format": {
"type": "json",
"parse": {
"second_start": "date:\"%Y-%m-%d\"",
"second_end": "date:\"%Y-%m-%d\""
}
},
"values": [
{
"label": "buck_carson",
"second_start": "2023-07-14",
"second_end": null
}
]
},
{
"name": "chefs",
"transform": [
{
"type": "formula",
"field": "chef_end",
"expr": "datum.chef_end ? datum.chef_end : datetime(year(now()) + '/' + (month(now())+1) + '/' + date(now()))"
}
],
"format": {
"type": "json",
"parse": {
"chef_start": "date:\"%Y-%m-%d\"",
"chef_end": "date:\"%Y-%m-%d\""
}
},
"values": [
{
"label": "bob-lee_mccormick",
"chef_start": "2023-07-14",
"chef_end": null
}
]
},
{
"name": "eventxt",
"format": {
"type": "json",
"parse": {
"date": "date:\"%Y-%m-%d\""
}
},
"values": [
{
"name": "14/07 - Création du groupe",
"date": "2023-07-14",
"y": -20
},
                {
"name": "28/10 - Absorbtion de la Milice",
"date": "2023-10-28",
"y": -20
}
]
},
{
"name": "events",
"format": {
"type": "json",
"parse": {
"date": "date:\"%Y-%m-%d\""
}
},
"values": [
{
"name": "14/07 - Création du groupe",
"date": "2023-07-14",
"y": -20
},
                {
"name": "28/10 - Absorbtion de la Milice",
"date": "2023-10-28",
"y": -20
}
]
}
],
"scales": [
{
"name": "y",
"type": "ordinal",
"range": "height",
"domain": {
"data": "membres",
"field": "label"
}
},
{
"name": "x",
"type": "time",
"range": "width",
"nice": "week",
"domain": {
"data": "membres",
"field": [
"membre_start",
"membre_end"
]
}
}
],
"axes": [
{
"type": "x",
"scale": "x",
"grid": true,
"format": "%m/%y",
"title": "❔ Porté·e disparu·e /✈️Départ de l'île / ⚰️Décès / 🚪 Départ consenti / ❌ Dissout / 👮 Démantèlement / 💢 Trahison / 📢 Renvoi "
}
],
"marks": [
{
"type": "text",
"from": {
"data": "eventxt"
},
"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": "eventxt"
},
"properties": {
"enter": {
"x": {
"scale": "x",
"field": "date"
},
"y": {
"field": "y"
},
"width": {
"value": 0.5
},
"height": {
"field": {
"group": "height"
},
"offset": 20
},
"fill": {
"value": "#0090FF"
}
}
}
},
{
"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"
}
}
}
},
{
"type": "text",
"from": {
"data": "membres"
},
"properties": {
"enter": {
"x": {
"scale": "x",
"field": "membre_end",
"offset": -2
},
"y": {
"scale": "y",
"field": "label",
"offset": 6
},
"fill": {
"value": "#000"
},
"text": {
"field": "status"
},
"fontSize": {
"value": 14
}
}
}
},
{
"type": "rect",
"from": {
"data": "chefs"
},
"properties": {
"enter": {
"x": {
"scale": "x",
"field": "chef_start"
},
"x2": {
"scale": "x",
"field": "chef_end"
},
"y": {
"scale": "y",
"field": "label",
"offset": -3
},
"height": {
"value": 9
},
"fill": {
"value": "#6B4A30"
}
}
}
},
        {
"type": "rect",
"from": {
"data": "seconds"
},
"properties": {
"enter": {
"x": {
"scale": "x",
"field": "second_start"
},
"x2": {
"scale": "x",
"field": "second_end"
},
"y": {
"scale": "y",
"field": "label",
"offset": -3
},
"height": {
"value": 10
},
"fill": {
"value": "#A0806B"
}
}
}
},
{
"type": "rect",
"from": {
"data": "membres"
},
"properties": {
"enter": {
"x": {
"scale": "x",
"field": "membre_start"
},
"x2": {
"scale": "x",
"field": "membre_end"
},
"y": {
"scale": "y",
"field": "label"
},
"height": {
"value": 4
},
"fill": {
"value": "#BCB49F"
}
}
}
},
{
"type": "text",
"from": {
"data": "membres"
},
"properties": {
"enter": {
"x": {
"scale": "x",
"field": "membre_start"
},
"y": {
"scale": "y",
"field": "label",
"offset": -7
},
"fill": {
"value": "#000"
},
"text": {
"field": "nom"
},
"fontSize": {
"value": 14
}
}
}
}
]
}</graph>
 
Cadre marron : chef
 
Cadre beige : bras droit
==Galerie==
==Galerie==
<gallery>
<gallery>

Version du 2 novembre 2023 à 11:15


Organisation

Chef de gang

Numéro 2

Membres

Anciens membres

Histoire

Le groupe a été créé par Bob-Lee McCormick et Buck Carson le 14 juillet 2023. Le 28 octobre 2023, il absorbe le groupe "La Milice" et 7 de ses membres les rejoints.

Chronologie

Cadre marron : chef

Cadre beige : bras droit

Galerie