« Black Cat » : différence entre les versions

De 21Wiki
Aucun résumé des modifications
Balise : Éditeur de wikicode 2017
Ligne 40 : Ligne 40 :


== Distribution des parts ==
== Distribution des parts ==


<tabs>  
<tabs>  
<tab name="24/09/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|-
|- style="color:blue"
|'''45%'''
|'''[[Alexandra Parnas]]'''
|-
|'''45%'''
|'''[[Nic Parnas]]'''
|-
|10%
|[[René Lemaire]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Nic Parnas","pourcentage": 45},
        {"parts": "Alexandra Parnas","pourcentage": 45},
        {"parts": "René Lemaire","pourcentage": 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="31/07/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
<tab name="31/07/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Pourcentage
Ligne 49 : Ligne 113 :
|'''50%'''
|'''50%'''
|'''[[Alexandra Parnas]]'''
|'''[[Alexandra Parnas]]'''
|-
|'''50%'''
|'''[[Nic Parnas]]'''
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Nic Parnas","pourcentage": 50},
        {"parts": "Alexandra Parnas","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="17/04/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|-
|- style="color:blue"
|'''100%'''
|'''[[Alexandra Parnas]]'''
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Alexandra Parnas","pourcentage": 100}
      ]
    }
  ],
  "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/09/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|-
|- style="color:blue"
|'''60%'''
|'''[[Nic Parnas]]'''
|-
|40%
|[[Alexandra James]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Nic Parnas","pourcentage": 60},
        {"parts": "Alexandra James","pourcentage": 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="03/09/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|-
|- style="color:blue"
|'''70%'''
|'''[[Nic Parnas]]'''
|-
|30%
|[[Alexandra James]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Nic Parnas","pourcentage": 70},
        {"parts": "Alexandra James","pourcentage": 30}
      ]
    }
  ],
  "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="18/08/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|-
|- style="color:blue"
|'''80%'''
|'''[[Nic Parnas]]'''
|-
|20%
|[[Alexandra James]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Nic Parnas","pourcentage": 80},
        {"parts": "Alexandra James","pourcentage": 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="02/08/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|-
|- style="color:blue"
|'''50%'''
|'''[[Nic Parnas]]'''
|-
|'''40%'''
|'''[[Mike Martin]]'''
|-
|10%
|[[Alexandra James]]
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Nic Parnas","pourcentage": 50},
        {"parts": "Mike Martin","pourcentage": 40},
        {"parts": "Alexandra James","pourcentage": 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="22/05/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|-
|- style="color:blue"
|- style="color:blue"
|'''50%'''
|'''50%'''
|'''[[Nic Parnas]]'''
|'''[[Nic Parnas]]'''
|-
|'''50%'''
|'''[[Mike Martin]]'''
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Nic Parnas","pourcentage": 50},
        {"parts": "Mike Martin","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="02/05/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;"
!Pourcentage
!Actionnaires
|-
|- style="color:blue"
|'''51%'''
|'''[[Nic Parnas]]'''
|-
|49%
|[[Mike Martin]]
|-
|-
| colspan="3" |<graph>{
| colspan="3" |<graph>{
Ligne 61 : Ligne 538 :
       "name": "table",
       "name": "table",
       "values": [
       "values": [
         {"parts": "Alexandra Parnas","pourcentage": 50},
         {"parts": "Nic Parnas","pourcentage": 51},
         {"parts": "Nic Parnas","pourcentage": 50}
         {"parts": "Mike Martin","pourcentage": 49}
       ]
       ]
     }
     }
Ligne 96 : Ligne 573 :
         "hover": {"fill": {"value": "red"}}
         "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
|-
|- style="color:blue"
|'''50%'''
|'''[[Nic Parnas]]'''
|-
|'''50%'''
|'''[[Mike Martin]]'''
|-
| colspan="3" |<graph>{
  "width": 400,
  "height": 200,
  "padding": 30,
  "data": [
    {
      "name": "table",
      "values": [
        {"parts": "Nic Parnas","pourcentage": 50},
        {"parts": "Mike Martin","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>
}</graph>

Version du 27 septembre 2022 à 06:39


Histoire

Organisation

Patron

Personnel

Anciens responsables

Galerie

Distribution des parts

<tabs> <tab name="24/09/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |45% |Alexandra Parnas |- |45% |Nic Parnas |- |10% |René Lemaire |-

| colspan="3" |

Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="31/07/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |50% |Alexandra Parnas |- |50% |Nic Parnas |-

| colspan="3" |

Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="17/04/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |100% |Alexandra Parnas |-

| colspan="3" |

Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="08/09/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |60% |Nic Parnas |- |40% |Alexandra James |-

| colspan="3" |

Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="03/09/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |70% |Nic Parnas |- |30% |Alexandra James |-

| colspan="3" |

Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="18/08/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |80% |Nic Parnas |- |20% |Alexandra James |-

| colspan="3" |

Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="02/08/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |50% |Nic Parnas |- |40% |Mike Martin |- |10% |Alexandra James |-

| colspan="3" |

Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="22/05/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |50% |Nic Parnas |- |50% |Mike Martin |-

| colspan="3" |

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 |- |- style="color:blue" |51% |Nic Parnas |- |49% |Mike Martin |-

| colspan="3" |

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 |- |- style="color:blue" |50% |Nic Parnas |- |50% |Mike Martin |-

| colspan="3" |

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