« Marlowe Vineyard » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications Balise : Éditeur de wikicode 2017 |
||
Ligne 110 : | Ligne 110 : | ||
"hover": {"fill": {"value": "red"}} | "hover": {"fill": {"value": "red"}} | ||
} | } | ||
} | } | ||
] | ] | ||
}</graph> | }</graph> | ||
Ligne 174 : | Ligne 173 : | ||
"hover": {"fill": {"value": "red"}} | "hover": {"fill": {"value": "red"}} | ||
} | } | ||
} | } | ||
] | ] | ||
}</graph> | }</graph> | ||
Ligne 234 : | Ligne 232 : | ||
"hover": {"fill": {"value": "red"}} | "hover": {"fill": {"value": "red"}} | ||
} | } | ||
} | |||
] | |||
}</graph> | |||
Les actionnaires majoritaires sont inscrits en bleu. | |||
|}</tab> | |||
<tab name="01/08/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''100%''' | |||
|'''[[William Pearson]]''' | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "William Pearson","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="14/07/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''40%''' | |||
|'''[[Paul Tostika]]''' | |||
|- | |||
|30% | |||
|[[Granger Emeraude]] | |||
|- | |||
|30% | |||
|[[William Pearson]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Paul Tostika","pourcentage": 70}, | |||
{"parts": "Granger Emeraude","pourcentage": 30}, | |||
{"parts": "William Pearson","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="19/06/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''70%''' | |||
|'''[[Paul Tostika]]''' | |||
|- | |||
|30% | |||
|[[Granger Emeraude]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Paul Tostika","pourcentage": 70}, | |||
{"parts": "Granger Emeraude","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="15/05/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''80%''' | |||
|'''[[Paul Tostika]]''' | |||
|- | |||
|20% | |||
|[[Granger Emeraude]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Paul Tostika","pourcentage": 80}, | |||
{"parts": "Granger Emeraude","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="29/04/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''90%''' | |||
|'''[[Paul Tostika]]''' | |||
|- | |||
|10% | |||
|[[Granger Emeraude]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Paul Tostika","pourcentage": 90}, | |||
{"parts": "Granger Emeraude","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="30/03/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''100%''' | |||
|'''[[Paul Tostika]]''' | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Paul Tostika","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="17/03/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''80%''' | |||
|'''[[Paul Tostika]]''' | |||
|- | |||
|20% | |||
|[[Jack Pinte]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Paul Tostika","pourcentage": 80}, | |||
{"parts": "Jack Pinte","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="12/02/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''60%''' | |||
|'''[[Paul Tostika]]''' | |||
|- | |||
|40% | |||
|[[Jack Pinte]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Paul Tostika","pourcentage": 60}, | |||
{"parts": "Jack Pinte","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="29/12/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''72%''' | |||
|'''[[Miguel Delavegas]]''' | |||
|- | |||
|28% | |||
|[[Paul Tostika]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Miguel Delavegas","pourcentage": 72}, | |||
{"parts": "Paul Tostika","pourcentage": 28} | |||
] | |||
} | |||
], | |||
"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/12/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''57%''' | |||
|'''[[Miguel Delavegas]]''' | |||
|- | |||
|30% | |||
|[[Roman Stephanski]] | |||
|- | |||
|13% | |||
|[[Paul Tostika]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Miguel Delavegas","pourcentage": 57}, | |||
{"parts": "Roman Stephanski","pourcentage": 30}, | |||
{"parts": "Paul Tostika","pourcentage": 13} | |||
] | |||
} | |||
], | |||
"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="13/12/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''52%''' | |||
|'''[[Miguel Delavegas]]''' | |||
|- | |||
|30% | |||
|[[Roman Stephanski]] | |||
|- | |||
|13% | |||
|[[Paul Tostika]] | |||
|- | |||
|5% | |||
|[[Romain Du Lac]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Miguel Delavegas","pourcentage": 52}, | |||
{"parts": "Roman Stephanski","pourcentage": 30}, | |||
{"parts": "Paul Tostika","pourcentage": 13}, | |||
{"parts": "Romain Du Lac","pourcentage": 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="27/11/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''60%''' | |||
|'''[[Miguel Delavegas]]''' | |||
|- | |||
|30% | |||
|[[Roman Stephanski]] | |||
|- | |||
|5% | |||
|[[Paul Tostika]] | |||
|- | |||
|5% | |||
|[[Romain Du Lac]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Miguel Delavegas","pourcentage": 60}, | |||
{"parts": "Roman Stephanski","pourcentage": 30}, | |||
{"parts": "Paul Tostika","pourcentage": 5}, | |||
{"parts": "Romain Du Lac","pourcentage": 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="03/11/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Miguel Delavegas]]''' | |||
|- | |||
|30% | |||
|[[Roman Stephanski]] | |||
|- | |||
|10% | |||
|[[Jay Moore]] | |||
|- | |||
|5% | |||
|[[Paul Tostika]] | |||
|- | |||
|5% | |||
|[[Romain Du Lac]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Miguel Delavegas","pourcentage": 50}, | |||
{"parts": "Roman Stephanski","pourcentage": 30}, | |||
{"parts": "Jay Moore","pourcentage": 10}, | |||
{"parts": "Paul Tostika","pourcentage": 5}, | |||
{"parts": "Romain Du Lac","pourcentage": 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="11/10/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''80%''' | |||
|'''[[Miguel Delavegas]]''' | |||
|- | |||
|20% | |||
|[[Roman Stephanski]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Miguel Delavegas","pourcentage": 80}, | |||
{"parts": "Roman Stephanski","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="05/10/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''80%''' | |||
|'''[[Miguel Delavegas]]''' | |||
|- | |||
|10% | |||
|[[Pierre Tatouin]] | |||
|- | |||
|10% | |||
|[[Roman Stephanski]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Miguel Delavegas","pourcentage": 80}, | |||
{"parts": "Pierre Tatouin","pourcentage": 10}, | |||
{"parts": "Roman Stephanski","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="30/07/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''60%''' | |||
|'''[[Miguel Delavegas]]''' | |||
|- | |||
|30% | |||
|[[Jack Pinte]] | |||
|- | |||
|10% | |||
|[[Pierre Tatouin]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Miguel Delavegas","pourcentage": 60}, | |||
{"parts": "Jack Pinte","pourcentage": 30}, | |||
{"parts": "Pierre Tatouin","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="28/07/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''60%''' | |||
|'''[[Miguel Delavegas]]''' | |||
|- | |||
|35% | |||
|[[Jack Pinte]] | |||
|- | |||
|5% | |||
|[[Pierre Tatouin]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Miguel Delavegas","pourcentage": 60}, | |||
{"parts": "Jack Pinte","pourcentage": 35}, | |||
{"parts": "Pierre Tatouin","pourcentage": 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="27/07/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''65%''' | |||
|'''[[Miguel Delavegas]]''' | |||
|- | |||
|35% | |||
|[[Jack Pinte]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Miguel Delavegas","pourcentage": 65}, | |||
{"parts": "Jack Pinte","pourcentage": 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="16/06/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''60%''' | |||
|'''[[Miguel Delavegas]]''' | |||
|- | |||
|30% | |||
|[[Jack Pinte]] | |||
|- | |||
|10% | |||
|[[Alexandre Hardy]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Miguel Delavegas","pourcentage": 60}, | |||
{"parts": "Jack Pinte","pourcentage": 30}, | |||
{"parts": "Alexandre Hardy","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="24/05/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Jay Moore]]''' | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Miguel Delavegas]]''' | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Jay Moore","pourcentage": 50}, | |||
{"parts": "Miguel Delavegas","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="16/05/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''42%''' | |||
|'''[[Miguel Delavegas]]''' | |||
|- | |||
|38% | |||
|[[Tristan Mader]] | |||
|- | |||
|20% | |||
|[[Jay Moore]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Miguel Delavegas","pourcentage": 42}, | |||
{"parts": "Tristan Mader","pourcentage": 38}, | |||
{"parts": "Jay Moore","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="12/05/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''42%''' | |||
|'''[[Miguel Delavegas]]''' | |||
|- | |||
|38% | |||
|[[Tristan Mader]] | |||
|- | |||
|10% | |||
|[[Janek Stanieski]] | |||
|- | |||
|10% | |||
|[[Jay Moore]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Miguel Delavegas","pourcentage": 42}, | |||
{"parts": "Tristan Mader","pourcentage": 38}, | |||
{"parts": "Janek Stanieski","pourcentage": 10}, | |||
{"parts": "Jay Moore","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/04/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''60%''' | |||
|'''[[Tristan Mader]]''' | |||
|- | |||
|20% | |||
|[[Miguel Delavegas]] | |||
|- | |||
|10% | |||
|[[Janek Stanieski]] | |||
|- | |||
|10% | |||
|[[Jay Moore]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Tristan Mader","pourcentage": 60}, | |||
{"parts": "Miguel Delavegas","pourcentage": 20}, | |||
{"parts": "Janek Stanieski","pourcentage": 10}, | |||
{"parts": "Jay Moore","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/03/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''90%''' | |||
|'''[[Tristan Mader]]''' | |||
|- | |||
|10% | |||
|[[Miguel Delavegas]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Tristan Mader","pourcentage": 90}, | |||
{"parts": "Miguel Delavegas","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="24/03/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''100%''' | |||
|'''[[Tristan Mader]]''' | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Tristan Mader","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="06/03/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''51%''' | |||
|'''[[Tristan Mader]]''' | |||
|- | |||
|49% | |||
|[[Karl Droit]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Tristan Mader","pourcentage": 51}, | |||
{"parts": "Karl Droit","pourcentage": 49} | |||
] | |||
} | |||
], | |||
"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 | |||
|- | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Karl Droit]]''' | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Tristan Mader]]''' | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Karl Droit","pourcentage": 50}, | |||
{"parts": "Tristan Mader","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="09/02/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''40%''' | |||
|'''[[Karl Droit]]''' | |||
|- style="color:blue" | |||
|'''40%''' | |||
|'''[[Tristan Mader]]''' | |||
|- | |||
|20% | |||
|[[Nikolaï Polandski]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Karl Droit","pourcentage": 40}, | |||
{"parts": "Tristan Mader","pourcentage": 40}, | |||
{"parts": "Nikolai Polandski","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="16/12/20">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''30%''' | |||
|'''[[Marie Evans]]''' | |||
|- style="color:blue" | |||
|'''30%''' | |||
|'''[[Tristan Mader]]''' | |||
|- | |||
|20% | |||
|[[Karl Droit]] | |||
|- | |||
|20% | |||
|[[Nikolaï Polandski]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Marie Evans","pourcentage": 30}, | |||
{"parts": "Tristan Mader","pourcentage": 30}, | |||
{"parts": "Karl Droit","pourcentage": 20}, | |||
{"parts": "Nikolai Polandski","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> | }</graph> |
Version du 17 octobre 2022 à 07:25
Histoire
Marlowe Vineyard est le vignoble situé au nord de la ville. En plus de cultiver le raisin, ils produisent également des oranges.
Le vignoble a fait partie des premières entreprises arrivées sur le serveur avec Black Cat, Gruppe 6 et La Ferme au passage Live depuis FivePD.
Après un appel d'offre gouvernemental, l'entreprise a été octroyée à Marie Evans et Tristan Mader, avec en actionnaire minoritaire Nikolai Polandski et Karl Droit.
Organisation
Patron
Personnel
- Bertrand Petric
- Daniel Meyer
- David Sokolov
- Emelina Williams
- Jack Pinte
- James Bolmaro (Chef d'équipe)
- James Ford
- Jean Lanigo
- Liam Bell (Représentant syndical)
- Marc Boisseau
- Matt Brown
- Peter McSon
- Phil Fury
- Sancho Parrado
- Tanya Vulpy
Anciens responsables
- Paul Tostika (Patron)
- Emeraude Granger (Gérante)
- Roman Stephanski (Gérant)
- Jay Barrie Moore (Patron)
- Marie Evans (Patronne)
- Pierre Tatoin (Chef d'équipe)
- Tristan Mader (Patron)
- Zack Robinson (Représentant syndical)
- Miguel Delavegas (Patron)
- Jack Pinte (Gérant)
Galerie
-
-
L'équipe du vignoble
-
Évènement dégustation au vignoble
Distribution des parts
<tabs> <tab name="04/10/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |50% |William Pearson |- |- style="color:blue" |50% |Zoé Dyxon |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="16/08/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |55% |William Pearson |- |35% |Zoé Dyxon |- |10% |Stacey Morales |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="05/08/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |60% |William Pearson |- |40% |Zoé Dyxon |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="01/08/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |100% |William Pearson |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="14/07/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |40% |Paul Tostika |- |30% |Granger Emeraude |- |30% |William Pearson |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="19/06/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |70% |Paul Tostika |- |30% |Granger Emeraude |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="15/05/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |80% |Paul Tostika |- |20% |Granger Emeraude |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="29/04/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |90% |Paul Tostika |- |10% |Granger Emeraude |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="30/03/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |100% |Paul Tostika |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="17/03/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |80% |Paul Tostika |- |20% |Jack Pinte |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="12/02/22">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |60% |Paul Tostika |- |40% |Jack Pinte |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="29/12/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |72% |Miguel Delavegas |- |28% |Paul Tostika |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="17/12/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |57% |Miguel Delavegas |- |30% |Roman Stephanski |- |13% |Paul Tostika |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="13/12/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |52% |Miguel Delavegas |- |30% |Roman Stephanski |- |13% |Paul Tostika |- |5% |Romain Du Lac |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="27/11/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |60% |Miguel Delavegas |- |30% |Roman Stephanski |- |5% |Paul Tostika |- |5% |Romain Du Lac |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="03/11/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |50% |Miguel Delavegas |- |30% |Roman Stephanski |- |10% |Jay Moore |- |5% |Paul Tostika |- |5% |Romain Du Lac |-
| colspan="3" |
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 |- |- style="color:blue" |80% |Miguel Delavegas |- |20% |Roman Stephanski |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="05/10/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |80% |Miguel Delavegas |- |10% |Pierre Tatouin |- |10% |Roman Stephanski |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="30/07/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |60% |Miguel Delavegas |- |30% |Jack Pinte |- |10% |Pierre Tatouin |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="28/07/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |60% |Miguel Delavegas |- |35% |Jack Pinte |- |5% |Pierre Tatouin |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="27/07/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |65% |Miguel Delavegas |- |35% |Jack Pinte |-
| colspan="3" |
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 |- |- style="color:blue" |60% |Miguel Delavegas |- |30% |Jack Pinte |- |10% |Alexandre Hardy |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="24/05/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |50% |Jay Moore |- style="color:blue" |50% |Miguel Delavegas |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="16/05/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |42% |Miguel Delavegas |- |38% |Tristan Mader |- |20% |Jay Moore |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="12/05/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |42% |Miguel Delavegas |- |38% |Tristan Mader |- |10% |Janek Stanieski |- |10% |Jay Moore |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="22/04/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |60% |Tristan Mader |- |20% |Miguel Delavegas |- |10% |Janek Stanieski |- |10% |Jay Moore |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="31/03/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |90% |Tristan Mader |- |10% |Miguel Delavegas |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="24/03/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |100% |Tristan Mader |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="06/03/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |51% |Tristan Mader |- |49% |Karl Droit |-
| colspan="3" |
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 |- |- style="color:blue" |50% |Karl Droit |- style="color:blue" |50% |Tristan Mader |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="09/02/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |40% |Karl Droit |- style="color:blue" |40% |Tristan Mader |- |20% |Nikolaï Polandski |-
| 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" |30% |Marie Evans |- style="color:blue" |30% |Tristan Mader |- |20% |Karl Droit |- |20% |Nikolaï Polandski |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> </tabs>