« Gruppe 6 » : différence entre les versions

De 21Wiki
Aucun résumé des modifications
Balise : Éditeur de wikicode 2017
(Annulation des modifications 26647 de Zat (discussion))
Balises : Contenu remplacé Annulation
Ligne 73 : Ligne 73 :
         {"parts": "Islay Badger","pourcentage": 50},
         {"parts": "Islay Badger","pourcentage": 50},
         {"parts": "Alfred Maker","pourcentage": 50}
         {"parts": "Alfred Maker","pourcentage": 50}
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "ordinal",
      "range": "width",
      "domain": {"data": "table","field": "parts"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "domain": {"data": "table","field": "pourcentage"},
      "nice": true
    }
  ],
  "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "parts"},
          "width": {"scale": "x","band": true,"offset": -4},
          "y": {"scale": "y","field": "pourcentage"},
          "y2": {"scale": "y","value": 0}
        },
        "update": {"fill": {"value": "blue"}},
        "hover": {"fill": {"value": "red"}}
      }
    },
   
  ]
}</graph>
Les actionnaires majoritaires sont inscrits en bleu.
|}</tab>
<tab name="11/10/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|'''55%'''
|'''[[Islay Badger]]'''
|- style="color:blue"
|45%
|[[Alfred Maker]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Islay Badger": 55},
        {"parts": "Alfred Maker": 45}
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "ordinal",
      "range": "width",
      "domain": {"data": "table","field": "parts"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "domain": {"data": "table","field": "pourcentage"},
      "nice": true
    }
  ],
  "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "parts"},
          "width": {"scale": "x","band": true,"offset": -4},
          "y": {"scale": "y","field": "pourcentage"},
          "y2": {"scale": "y","value": 0}
        },
        "update": {"fill": {"value": "blue"}},
        "hover": {"fill": {"value": "red"}}
      }
    },
   
  ]
}</graph>
Les actionnaires majoritaires sont inscrits en bleu.
|}</tab>
<tab name="19/09/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|'''55%'''
|'''[[Islay Badger]]'''
|- style="color:blue"
|25%
|[[Alfred Maker]]
|-
|20%
|[[Carl Wash]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Islay Badger": 55},
        {"parts": "Alfred Maker": 25},
        {"parts": "Carl Wash": 20}
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "ordinal",
      "range": "width",
      "domain": {"data": "table","field": "parts"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "domain": {"data": "table","field": "pourcentage"},
      "nice": true
    }
  ],
  "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "parts"},
          "width": {"scale": "x","band": true,"offset": -4},
          "y": {"scale": "y","field": "pourcentage"},
          "y2": {"scale": "y","value": 0}
        },
        "update": {"fill": {"value": "blue"}},
        "hover": {"fill": {"value": "red"}}
      }
    },
   
  ]
}</graph>
Les actionnaires majoritaires sont inscrits en bleu.
|}</tab>
<tab name="12/09/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|'''75%'''
|'''[[Islay Badger]]'''
|- style="color:blue"
|25%
|[[Alfred Maker]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Islay Badger": 75},
        {"parts": "Alfred Maker": 25}
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "ordinal",
      "range": "width",
      "domain": {"data": "table","field": "parts"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "domain": {"data": "table","field": "pourcentage"},
      "nice": true
    }
  ],
  "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "parts"},
          "width": {"scale": "x","band": true,"offset": -4},
          "y": {"scale": "y","field": "pourcentage"},
          "y2": {"scale": "y","value": 0}
        },
        "update": {"fill": {"value": "blue"}},
        "hover": {"fill": {"value": "red"}}
      }
    },
   
  ]
}</graph>
Les actionnaires majoritaires sont inscrits en bleu.
|}</tab>
<tab name="09/09/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|'''55%'''
|'''[[Islay Badger]]'''
|- style="color:blue"
|25%
|[[Alfred Maker]]
|-
|20%
|[[Carl Wash]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Islay Badger": 55},
        {"parts": "Alfred Maker": 25},
        {"parts": "Carl Wash": 20}
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "ordinal",
      "range": "width",
      "domain": {"data": "table","field": "parts"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "domain": {"data": "table","field": "pourcentage"},
      "nice": true
    }
  ],
  "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "parts"},
          "width": {"scale": "x","band": true,"offset": -4},
          "y": {"scale": "y","field": "pourcentage"},
          "y2": {"scale": "y","value": 0}
        },
        "update": {"fill": {"value": "blue"}},
        "hover": {"fill": {"value": "red"}}
      }
    },
   
  ]
}</graph>
Les actionnaires majoritaires sont inscrits en bleu.
|}</tab>
<tab name="20/07/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|'''55%'''
|'''[[Islay Badger]]'''
|- style="color:blue"
|20%
|[[Alex Walt]]
|-
|20%
|[[Carl Wash]]
|-
|5%
|[[Alfred Maker]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Islay Badger": 55},
        {"parts": "Alex Walt": 20},
        {"parts": "Carl Wash": 20},
        {"parts": "Alfred Maker": 5}
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "ordinal",
      "range": "width",
      "domain": {"data": "table","field": "parts"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "domain": {"data": "table","field": "pourcentage"},
      "nice": true
    }
  ],
  "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "parts"},
          "width": {"scale": "x","band": true,"offset": -4},
          "y": {"scale": "y","field": "pourcentage"},
          "y2": {"scale": "y","value": 0}
        },
        "update": {"fill": {"value": "blue"}},
        "hover": {"fill": {"value": "red"}}
      }
    },
   
  ]
}</graph>
Les actionnaires majoritaires sont inscrits en bleu.
|}</tab>
<tab name="16/06/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|'''60%'''
|'''[[Islay Badger]]'''
|- style="color:blue"
|20%
|[[Alex Walt]]
|-
|20%
|[[Carl Wash]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Islay Badger": 60},
        {"parts": "Alex Walt": 20},
        {"parts": "Carl Wash": 20}
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "ordinal",
      "range": "width",
      "domain": {"data": "table","field": "parts"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "domain": {"data": "table","field": "pourcentage"},
      "nice": true
    }
  ],
  "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "parts"},
          "width": {"scale": "x","band": true,"offset": -4},
          "y": {"scale": "y","field": "pourcentage"},
          "y2": {"scale": "y","value": 0}
        },
        "update": {"fill": {"value": "blue"}},
        "hover": {"fill": {"value": "red"}}
      }
    },
   
  ]
}</graph>
Les actionnaires majoritaires sont inscrits en bleu.
|}</tab>
<tab name="14/06/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|'''60%'''
|'''[[Islay Badger]]'''
|- style="color:blue"
|30%
|[[Alex Walt]]
|-
|10%
|[[Carl Wash]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Islay Badger": 60},
        {"parts": "Alex Walt": 30},
        {"parts": "Carl Wash": 10}
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "ordinal",
      "range": "width",
      "domain": {"data": "table","field": "parts"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "domain": {"data": "table","field": "pourcentage"},
      "nice": true
    }
  ],
  "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "parts"},
          "width": {"scale": "x","band": true,"offset": -4},
          "y": {"scale": "y","field": "pourcentage"},
          "y2": {"scale": "y","value": 0}
        },
        "update": {"fill": {"value": "blue"}},
        "hover": {"fill": {"value": "red"}}
      }
    },
   
  ]
}</graph>
Les actionnaires majoritaires sont inscrits en bleu.
|}</tab>
<tab name="11/06/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|'''65%'''
|'''[[Islay Badger]]'''
|- style="color:blue"
|30%
|[[Alex Walt]]
|-
|5%
|[[Carl Wash]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Islay Badger": 65},
        {"parts": "Alex Walt": 30},
        {"parts": "Carl Wash": 5}
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "ordinal",
      "range": "width",
      "domain": {"data": "table","field": "parts"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "domain": {"data": "table","field": "pourcentage"},
      "nice": true
    }
  ],
  "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "parts"},
          "width": {"scale": "x","band": true,"offset": -4},
          "y": {"scale": "y","field": "pourcentage"},
          "y2": {"scale": "y","value": 0}
        },
        "update": {"fill": {"value": "blue"}},
        "hover": {"fill": {"value": "red"}}
      }
    },
   
  ]
}</graph>
Les actionnaires majoritaires sont inscrits en bleu.
|}</tab>
<tab name="07/06/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|'''65%'''
|'''[[Islay Badger]]'''
|- style="color:blue"
|20%
|[[Alex Walt]]
|-
|10%
|[[Carl Jacobs]]
|-
|5%
|[[Carl Wash]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Islay Badger": 65},
        {"parts": "Alex Walt": 20},
        {"parts": "Carl Jacobs": 10},
        {"parts": "Carl Wash": 5}
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "ordinal",
      "range": "width",
      "domain": {"data": "table","field": "parts"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "domain": {"data": "table","field": "pourcentage"},
      "nice": true
    }
  ],
  "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "parts"},
          "width": {"scale": "x","band": true,"offset": -4},
          "y": {"scale": "y","field": "pourcentage"},
          "y2": {"scale": "y","value": 0}
        },
        "update": {"fill": {"value": "blue"}},
        "hover": {"fill": {"value": "red"}}
      }
    },
   
  ]
}</graph>
Les actionnaires majoritaires sont inscrits en bleu.
|}</tab>
<tab name="31/05/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|'''55%'''
|'''[[Islay Badger]]'''
|- style="color:blue"
|20%
|[[Alex Walt]]
|-
|20%
|[[Carl Jacobs]]
|-
|5%
|[[Carl Wash]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Islay Badger": 55},
        {"parts": "Alex Walt": 20},
        {"parts": "Carl Jacobs": 20},
        {"parts": "Carl Wash": 5}
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "ordinal",
      "range": "width",
      "domain": {"data": "table","field": "parts"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "domain": {"data": "table","field": "pourcentage"},
      "nice": true
    }
  ],
  "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "parts"},
          "width": {"scale": "x","band": true,"offset": -4},
          "y": {"scale": "y","field": "pourcentage"},
          "y2": {"scale": "y","value": 0}
        },
        "update": {"fill": {"value": "blue"}},
        "hover": {"fill": {"value": "red"}}
      }
    },
   
  ]
}</graph>
Les actionnaires majoritaires sont inscrits en bleu.
|}</tab>
<tab name="06/05/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|'''55%'''
|'''[[Islay Badger]]'''
|- style="color:blue"
|20%
|[[Alex Walt]]
|-
|20%
|[[Carl Jacobs]]
|-
|5%
|[[Jean Simon]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Islay Badger": 55},
        {"parts": "Alex Walt": 20},
        {"parts": "Carl Jacobs": 20},
        {"parts": "Jean Simon": 5}
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "ordinal",
      "range": "width",
      "domain": {"data": "table","field": "parts"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "domain": {"data": "table","field": "pourcentage"},
      "nice": true
    }
  ],
  "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "parts"},
          "width": {"scale": "x","band": true,"offset": -4},
          "y": {"scale": "y","field": "pourcentage"},
          "y2": {"scale": "y","value": 0}
        },
        "update": {"fill": {"value": "blue"}},
        "hover": {"fill": {"value": "red"}}
      }
    },
   
  ]
}</graph>
Les actionnaires majoritaires sont inscrits en bleu.
|}</tab>
<tab name="02/05/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|'''60%'''
|'''[[Islay Badger]]'''
|- style="color:blue"
|20%
|[[Alex Walt]]
|-
|20%
|[[Carl Jacobs]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Islay Badger": 60},
        {"parts": "Alex Walt": 20},
        {"parts": "Carl Jacobs": 20}
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "ordinal",
      "range": "width",
      "domain": {"data": "table","field": "parts"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "domain": {"data": "table","field": "pourcentage"},
      "nice": true
    }
  ],
  "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "parts"},
          "width": {"scale": "x","band": true,"offset": -4},
          "y": {"scale": "y","field": "pourcentage"},
          "y2": {"scale": "y","value": 0}
        },
        "update": {"fill": {"value": "blue"}},
        "hover": {"fill": {"value": "red"}}
      }
    },
   
  ]
}</graph>
Les actionnaires majoritaires sont inscrits en bleu.
|}</tab>
<tab name="24/04/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|'''60%'''
|'''[[Islay Badger]]'''
|- style="color:blue"
|40%
|[[Singleton Horatio]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Islay Badger": 60},
        {"parts": "Singleton Horatio": 40}
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "ordinal",
      "range": "width",
      "domain": {"data": "table","field": "parts"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "domain": {"data": "table","field": "pourcentage"},
      "nice": true
    }
  ],
  "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "parts"},
          "width": {"scale": "x","band": true,"offset": -4},
          "y": {"scale": "y","field": "pourcentage"},
          "y2": {"scale": "y","value": 0}
        },
        "update": {"fill": {"value": "blue"}},
        "hover": {"fill": {"value": "red"}}
      }
    },
   
  ]
}</graph>
Les actionnaires majoritaires sont inscrits en bleu.
|}</tab>
<tab name="08/03/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|'''60%'''
|'''[[Singleton Horatio]]'''
|- style="color:blue"
|40%
|[[Islay Badger]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Singleton Horatio": 60},
        {"parts": "Islay Badger": 40}
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "ordinal",
      "range": "width",
      "domain": {"data": "table","field": "parts"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "domain": {"data": "table","field": "pourcentage"},
      "nice": true
    }
  ],
  "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "parts"},
          "width": {"scale": "x","band": true,"offset": -4},
          "y": {"scale": "y","field": "pourcentage"},
          "y2": {"scale": "y","value": 0}
        },
        "update": {"fill": {"value": "blue"}},
        "hover": {"fill": {"value": "red"}}
      }
    },
   
  ]
}</graph>
Les actionnaires majoritaires sont inscrits en bleu.
|}</tab>
<tab name="04/03/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|'''60%'''
|'''[[Singleton Horatio]]'''
|- style="color:blue"
|35%
|[[Islay Badger]]
|-
|5%
|[[Jared Ferguson]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Singleton Horatio": 60},
        {"parts": "Islay Badger": 35},
        {"parts": "Jared Ferguson": 5}
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "ordinal",
      "range": "width",
      "domain": {"data": "table","field": "parts"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "domain": {"data": "table","field": "pourcentage"},
      "nice": true
    }
  ],
  "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "parts"},
          "width": {"scale": "x","band": true,"offset": -4},
          "y": {"scale": "y","field": "pourcentage"},
          "y2": {"scale": "y","value": 0}
        },
        "update": {"fill": {"value": "blue"}},
        "hover": {"fill": {"value": "red"}}
      }
    },
   
  ]
}</graph>
Les actionnaires majoritaires sont inscrits en bleu.
|}</tab>
<tab name="04/03/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|'''60%'''
|'''[[Singleton Horatio]]'''
|- style="color:blue"
|35%
|[[Islay Badger]]
|-
|5%
|[[Jared Ferguson]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Singleton Horatio": 60},
        {"parts": "Islay Badger": 35},
        {"parts": "Jared Ferguson": 5}
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "ordinal",
      "range": "width",
      "domain": {"data": "table","field": "parts"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "domain": {"data": "table","field": "pourcentage"},
      "nice": true
    }
  ],
  "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "parts"},
          "width": {"scale": "x","band": true,"offset": -4},
          "y": {"scale": "y","field": "pourcentage"},
          "y2": {"scale": "y","value": 0}
        },
        "update": {"fill": {"value": "blue"}},
        "hover": {"fill": {"value": "red"}}
      }
    },
   
  ]
}</graph>
Les actionnaires majoritaires sont inscrits en bleu.
|}</tab>
<tab name="02/03/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|'''65%'''
|'''[[Jared Ferguson]]'''
|- style="color:blue"
|35%
|[[Singleton Horatio]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Jared Ferguson": 65},
        {"parts": "Singleton Horatio": 35}
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "ordinal",
      "range": "width",
      "domain": {"data": "table","field": "parts"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "domain": {"data": "table","field": "pourcentage"},
      "nice": true
    }
  ],
  "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "parts"},
          "width": {"scale": "x","band": true,"offset": -4},
          "y": {"scale": "y","field": "pourcentage"},
          "y2": {"scale": "y","value": 0}
        },
        "update": {"fill": {"value": "blue"}},
        "hover": {"fill": {"value": "red"}}
      }
    },
   
  ]
}</graph>
Les actionnaires majoritaires sont inscrits en bleu.
|}</tab>
<tab name="24/02/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|'''75%'''
|'''[[Jared Ferguson]]'''
|- style="color:blue"
|25%
|[[Singleton Horatio]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Jared Ferguson": 75},
        {"parts": "Singleton Horatio": 25}
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "ordinal",
      "range": "width",
      "domain": {"data": "table","field": "parts"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "domain": {"data": "table","field": "pourcentage"},
      "nice": true
    }
  ],
  "axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "parts"},
          "width": {"scale": "x","band": true,"offset": -4},
          "y": {"scale": "y","field": "pourcentage"},
          "y2": {"scale": "y","value": 0}
        },
        "update": {"fill": {"value": "blue"}},
        "hover": {"fill": {"value": "red"}}
      }
    },
   
  ]
}</graph>
Les actionnaires majoritaires sont inscrits en bleu.
|}</tab>
<tab name="16/12/20">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|'''100%'''
|'''[[Jared Ferguson]]'''
|- style="color:blue"
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Jared Ferguson": 100}
       ]
       ]
     }
     }

Version du 30 septembre 2022 à 07:45


Histoire

Entreprise de transport de fonds

Les 4 camions de Gruppe 6 s'appelaient originellement KHAMMTHAAR (rip), BENZIN (rip), PANZER et TIGER, et les 2 Huntley S SCHMETTERLING et SCHNAPPI.

Après l'explosion de KHAMMTHAAR le 14 janvier 2022, il est remplacé par SCHRÖDINGER (le camion plein et vide en même temps).

Après l'explosion de BENZIN le 25 février 2022, il est remplacé par ROSENROT.

Un nouveau Camion est acheté, il fut appelé PANTHER

Organisation

Patron

Personnel

Anciens responsables

Galerie

Distribution des parts

<tabs> <tab name="30/01/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |50% |Islay Badger |- style="color:blue" |50% |Alfred Maker |-

| colspan="3" |

Les actionnaires majoritaires sont inscrits en bleu. |}</tab> </tabs>