(test) |
No edit summary |
||
Line 1: | Line 1: | ||
'''MediaWiki has been installed.''' | <graph>{ | ||
"version": 2, | |||
"width": 400, | |||
"height": 200, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{ | |||
"x": 0, | |||
"y": 1 | |||
}, | |||
{ | |||
"x": 1, | |||
"y": 5 | |||
}, | |||
{ | |||
"x": 2, | |||
"y": 2 | |||
}, | |||
{ | |||
"x": 3, | |||
"y": 4 | |||
} | |||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "x", | |||
"type": "ordinal", | |||
"range": "width", | |||
"zero": false, | |||
"domain": { | |||
"data": "table", | |||
"field": "x" | |||
} | |||
}, | |||
{ | |||
"name": "y", | |||
"type": "linear", | |||
"range": "height", | |||
"nice": true, | |||
"domain": { | |||
"data": "table", | |||
"field": "y" | |||
} | |||
} | |||
], | |||
"axes": [ | |||
{ | |||
"type": "x", | |||
"scale": "x" | |||
}, | |||
{ | |||
"type": "y", | |||
"scale": "y" | |||
} | |||
], | |||
"marks": [ | |||
{ | |||
"type": "rect", | |||
"from": { | |||
"data": "table" | |||
}, | |||
"properties": { | |||
"enter": { | |||
"x": { | |||
"scale": "x", | |||
"field": "x" | |||
}, | |||
"y": { | |||
"scale": "y", | |||
"field": "y" | |||
}, | |||
"y2": { | |||
"scale": "y", | |||
"value": 0 | |||
}, | |||
"fill": { | |||
"value": "steelblue" | |||
}, | |||
"width": { | |||
"scale": "x", | |||
"band": "true", | |||
"offset": -1 | |||
} | |||
} | |||
} | |||
} | |||
], | |||
"padding": { | |||
"top": 30, | |||
"bottom": 30, | |||
"left": 30, | |||
"right": 30 | |||
} | |||
}</graph>'''MediaWiki has been installed.''' | |||
{{Graph:Chart|width=600|height=100|xAxisTitle=X|yAxisTitle=Y | |||
|type=rect|x=1,2,3,4,5,6,7,8|y=10,12,6,14,2,10,7,9}} | |||
{{Graph:Chart|width=100|height=100|type=pie|legend=Legende | |||
|x=A,B,C,D,E,F,G,H,I|y1=100,200,150,300,100,100,150,50,200 | |||
|y2=7,8,9,8,8,9,10,9,5|showValues=}} | |||
{{Graph:Chart|width=400|height=100|xAxisTitle=X|yAxisTitle=Y | |||
|legend=Legend|type=stackedarea|x=1,2,3,4,5,6|y1=10,12,6,14,2,10 | |||
|y2=2,4,6,8,13,11|interpolate=monotone|colors=seagreen,orchid}} | |||
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.<p class="mw_para | Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.<p class="mw_para |
Revision as of 10:56, 20 February 2019
MediaWiki has been installed.
Consult the User's Guide for information on using the wiki software.
triple-s
Getting started
This page was last edited on 20 February 2019, at 10:56. Content is available under GPLv3 unless otherwise noted.