« Test » : différence entre les versions
De 21Wiki
Page blanchie Balises : Blanchiment Révocation manuelle Éditeur de wikicode 2017 |
Aucun résumé des modifications |
||
| Ligne 1 : | Ligne 1 : | ||
<spoiler show="AFFICHER 🔽" hide="MASQUER 🔼"></spoiler> | |||
{| class="wikitable center" style="margin-left: 10px; margin-right: auto" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''45%''' | |||
|'''[[Chin Chon]]''' | |||
|-style="color:blue" | |||
|'''45%''' | |||
|'''[[Jackson Burrows]]''' | |||
|- | |||
|10% | |||
|[[Mila Low]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Chin Chon","pourcentage": 45}, | |||
{"parts": "Jackson Burrows","pourcentage": 45}, | |||
{"parts": "Mila Low","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. | |||
|} | |||
Version du 28 octobre 2025 à 17:14
| Pourcentage | Actionnaires | |
|---|---|---|
| 45% | Chin Chon | |
| 45% | Jackson Burrows | |
| 10% | Mila Low | |
|
Les actionnaires majoritaires sont inscrits en bleu. | ||
