All.html 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789
  1. <!DOCTYPE html>
  2. <html dir="ltr">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  5. <title>Diagnostics/Javascript/All - XOWA</title>
  6. <link rel="shortcut icon" href="https://gnosygnu.github.io/xowa/xowa_logo.png" />
  7. <link rel="stylesheet" href="https://gnosygnu.github.io/xowa/xowa_common.css" type="text/css">
  8. </head>
  9. <body class="mediawiki ltr sitedir-ltr ns-0 ns-subject skin-vector action-submit vector-animateLayout" spellcheck="false">
  10. <div id="mw-page-base" class="noprint"></div>
  11. <div id="mw-head-base" class="noprint"></div>
  12. <div id="content" class="mw-body">
  13. <h1 id="firstHeading" class="firstHeading"><span>Diagnostics/Javascript/All</span></h1>
  14. <div id="bodyContent" class="mw-body-content">
  15. <div id="siteSub">From XOWA: the free, open-source, offline wiki application</div>
  16. <div id="contentSub"></div>
  17. <div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr">
  18. <h2>
  19. <span class="mw-headline" id="Table_of_contents_(show_/_hide)">Table of contents (show / hide)</span>
  20. </h2>
  21. <div id="toc" class="toc">
  22. <div id="toctitle" class="toctitle">
  23. <h2>
  24. Contents
  25. </h2>
  26. </div>
  27. <ul>
  28. <li class="toclevel-1 tocsection-1">
  29. <a href="#Table_of_contents_(show_/_hide)"><span class="tocnumber">1</span> <span class="toctext">Table of contents (show / hide)</span></a>
  30. </li>
  31. <li class="toclevel-1 tocsection-2">
  32. <a href="#Top_Icon"><span class="tocnumber">2</span> <span class="toctext">Top Icon</span></a>
  33. </li>
  34. <li class="toclevel-1 tocsection-3">
  35. <a href="#Redlink"><span class="tocnumber">3</span> <span class="toctext">Redlink</span></a>
  36. </li>
  37. <li class="toclevel-1 tocsection-4">
  38. <a href="#Collapsible_table_(expand_/_collapse)"><span class="tocnumber">4</span> <span class="toctext">Collapsible table (expand / collapse)</span></a>
  39. </li>
  40. <li class="toclevel-1 tocsection-5">
  41. <a href="#NavFrame_(show_/_hide)"><span class="tocnumber">5</span> <span class="toctext">NavFrame (show / hide)</span></a>
  42. </li>
  43. <li class="toclevel-1 tocsection-6">
  44. <a href="#Sortable"><span class="tocnumber">6</span> <span class="toctext">Sortable</span></a>
  45. </li>
  46. <li class="toclevel-1 tocsection-7">
  47. <a href="#Reference_tooltips"><span class="tocnumber">7</span> <span class="toctext">Reference tooltips</span></a>
  48. <ul>
  49. <li class="toclevel-2 tocsection-8">
  50. <a href="#Text"><span class="tocnumber">7.1</span> <span class="toctext">Text</span></a>
  51. </li>
  52. <li class="toclevel-2 tocsection-9">
  53. <a href="#References"><span class="tocnumber">7.2</span> <span class="toctext">References</span></a>
  54. </li>
  55. </ul>
  56. </li>
  57. <li class="toclevel-1 tocsection-10">
  58. <a href="#Math"><span class="tocnumber">8</span> <span class="toctext">Math</span></a>
  59. </li>
  60. <li class="toclevel-1 tocsection-11">
  61. <a href="#Timeline"><span class="tocnumber">9</span> <span class="toctext">Timeline</span></a>
  62. </li>
  63. <li class="toclevel-1 tocsection-12">
  64. <a href="#Graph"><span class="tocnumber">10</span> <span class="toctext">Graph</span></a>
  65. </li>
  66. </ul>
  67. </div>
  68. <h2>
  69. <span class="mw-headline" id="Top_Icon">Top Icon</span>
  70. </h2><code>Coordinates</code>
  71. <p>
  72. should be visible in the upper right corner of the page.
  73. </p>
  74. <div class="Top_icon_raw" id="tpl_Coordinaten">
  75. <span>Coordinates</span>
  76. </div>
  77. <h2>
  78. <span class="mw-headline" id="Redlink">Redlink</span>
  79. </h2>
  80. <p>
  81. <a href="/wiki/This_page_is_missing_and_should_show_up_as_a_red_link" id="xolnki_2" title="This page is missing and should show up as a red link">This page is missing and should show up as a red link</a>
  82. </p>
  83. <h2>
  84. <span class="mw-headline" id="Collapsible_table_(expand_/_collapse)">Collapsible table (expand / collapse)</span>
  85. </h2>
  86. <table class="wikitable collapsible">
  87. <tr>
  88. <th>
  89. Data
  90. </th>
  91. </tr>
  92. <tr>
  93. <td>
  94. A
  95. </td>
  96. </tr>
  97. <tr>
  98. <td>
  99. B
  100. </td>
  101. </tr>
  102. <tr>
  103. <td>
  104. C
  105. </td>
  106. </tr>
  107. </table>
  108. <h2>
  109. <span class="mw-headline" id="NavFrame_(show_/_hide)">NavFrame (show / hide)</span>
  110. </h2>
  111. <div class="NavFrame collapsed" style='width:105px'>
  112. <div class="NavHead" style="text-align:left;">
  113. Title
  114. </div>
  115. <div class="NavContent">
  116. <p>
  117. a<br>
  118. b<br>
  119. c<br>
  120. </p>
  121. </div>
  122. </div>
  123. <h2>
  124. <span class="mw-headline" id="Sortable">Sortable</span>
  125. </h2>
  126. <table class='wikitable sortable'>
  127. <tr>
  128. <th>
  129. String
  130. </th>
  131. <th>
  132. Int
  133. </th>
  134. <th>
  135. Date - months
  136. </th>
  137. </tr>
  138. <tr>
  139. <td>
  140. c
  141. </td>
  142. <td>
  143. 3
  144. </td>
  145. <td>
  146. Mar 1 2012
  147. </td>
  148. </tr>
  149. <tr>
  150. <td>
  151. b
  152. </td>
  153. <td>
  154. 22
  155. </td>
  156. <td>
  157. Feb 2 2011
  158. </td>
  159. </tr>
  160. <tr>
  161. <td>
  162. a
  163. </td>
  164. <td>
  165. 111
  166. </td>
  167. <td>
  168. Jan 3 2010
  169. </td>
  170. </tr>
  171. </table>
  172. <h2>
  173. <span class="mw-headline" id="Reference_tooltips">Reference tooltips</span>
  174. </h2>
  175. <h3>
  176. <span class="mw-headline" id="Text">Text</span>
  177. </h3>
  178. <p>
  179. Hover over the [1] to see "Reference 1"<sup id="cite_ref-0" class="reference"><a href="#cite_note-0">[1]</a></sup>.
  180. </p>
  181. <p>
  182. Hover over the [2] to see "Reference 2 with backlabel"<sup id="cite_ref-ref2_1-0" class="reference"><a href="#cite_note-ref2-1">[2]</a></sup>.
  183. </p>
  184. <p>
  185. Hover over the [2] to see "Reference 2 with backlabel"<sup id="cite_ref-ref2_1-1" class="reference"><a href="#cite_note-ref2-1">[2]</a></sup>.
  186. </p>
  187. <h3>
  188. <span class="mw-headline" id="References">References</span>
  189. </h3>
  190. <ol class="references">
  191. <li id="cite_note-0">
  192. <span class="mw-cite-backlink"><a href="#cite_ref-0">^</a></span> <span class="reference-text">Reference 1</span>
  193. </li>
  194. <li id="cite_note-ref2-1">
  195. <span class="mw-cite-backlink">^ <sup><a href="#cite_ref-ref2_1-0">a</a></sup> <sup><a href="#cite_ref-ref2_1-1">b</a></sup></span> <span class="reference-text">Reference 2 with backlabel</span>
  196. </li>
  197. </ol>
  198. <h2>
  199. <span class="mw-headline" id="Math">Math</span>
  200. </h2>
  201. <dl>
  202. <dt>
  203. Pythagorean theorem
  204. </dt>
  205. <dd>
  206. <span id='xowa_math_txt_0'>a^2 + b^2 = c^2</span>
  207. </dd>
  208. <dt>
  209. Escape &lt; &gt;
  210. </dt>
  211. <dd>
  212. <span id='xowa_math_txt_1'>x &gt; y &lt; z</span>
  213. </dd>
  214. <dt>
  215. Ampersand.literal
  216. </dt>
  217. <dd>
  218. <span id='xowa_math_txt_2'>x \& y</span>
  219. </dd>
  220. <dt>
  221. Ampersand.formatting
  222. </dt>
  223. <dd>
  224. <span id='xowa_math_txt_3'>\begin{bmatrix}
  225. 1 & 2 \\
  226. 3 & 4 \end{bmatrix}
  227. </span>
  228. </dd>
  229. <dt>
  230. Quote.literal
  231. </dt>
  232. <dd>
  233. <span id='xowa_math_txt_4'>a &quot; b </span>
  234. </dd>
  235. </dl>
  236. <h2>
  237. <span class="mw-headline" id="Timeline">Timeline</span>
  238. </h2>
  239. <p>
  240. From <a href="http://www.mediawiki.org/wiki/Template:Wikimedia_Growth" rel="nofollow" class="external free">http://www.mediawiki.org/wiki/Template:Wikimedia_Growth</a>
  241. </p>
  242. <div class="timeline-wrapper" style="line-height:0;font-size:0">
  243. <pre class='xowa-timeline'>
  244. ImageSize = width:903 height:660
  245. PlotArea = left:73 right:130 top:30 bottom:140
  246. Legend = top:110 columnwidth:250 orientation:vertical left:120
  247. AlignBars = late
  248. #&gt;
  249. multi-line comment 1. test that multiple multi-line comments don't break timeline code; DATE:2014-05-10
  250. &lt;#
  251. DateFormat = dd/mm/yyyy
  252. Period = from:01/01/2001 till:01/01/2007
  253. Colors =
  254. id:canvas value:gray(0.95) # background for whole image
  255. id:bars value:white # background for bars
  256. id:grid1 value:gray(0.6) # major grid
  257. id:grid2 value:gray(0.85) # minor grid
  258. id:gray value:gray(0.5) # for colophon
  259. id:gray2 value:gray(0.8) # for colophon
  260. id:darkred value:rgb(0.5,0,0) # for colophon
  261. id:A10 value:rgb(0.3,0,0) legend:10+_articles_(*)
  262. id:A100 value:rgb(0.5,0,0) legend:100+_articles
  263. id:A1000 value:rgb(0.8,0.2,0) legend:1000+_articles
  264. id:A10000 value:rgb(1,0.5,0) legend:10,000+_articles
  265. id:A100000 value:rgb(1,0.8,0) legend:100,000+_articles
  266. id:A1000000 value:rgb(1,1,0) legend:1,000,000+_articles
  267. #id:U10 value:rgb(0.85,0.85,1) legend:10+_editors
  268. id:U100 value:rgb(0.8,0.8,1) legend:100+_editors
  269. id:U1000 value:rgb(0.6,0.6,1) legend:1000+_editors
  270. id:U10000 value:rgb(0.35,0.35,1) legend:10,000+_editors
  271. id:U100000 value:rgb(0,0,1) legend:100,000+_editors
  272. id:D0 value:rgb(0.95,0.95,0.95) legend:. # dummy
  273. id:D1 value:gray(0.95) legend:. # dummy
  274. id:L100 value:rgb(0.8,0.35,0) legend:languages_with_100+_articles
  275. id:L1000 value:rgb(0.8,0,0.6) legend:languages_with_1000+_articles
  276. id:L10000 value:rgb(0,0,0.8) legend:languages_with_10,000+_articles
  277. id:L100000 value:rgb(0,0.6,0) legend:languages_with_100,000+_articles
  278. ScaleMajor = grid:grid1 unit:year increment:1 start:01/01/2001
  279. ScaleMinor = grid:grid2 unit:month increment:3 start:01/01/2001
  280. BackgroundColors = canvas:canvas
  281. TimeAxis = orientation:horizontal format:yyyy
  282. BarData =
  283. bar:Wikipedias text:[http://stats.wikimedia.org/EN/TablesWikipediaZZ.htm|Wikipedia]
  284. bar:Meta text:[http://stats.wikimedia.org/wikispecial/EN/TablesWikipediaMETA.htm|Meta]
  285. bar:Wiktionaries text:[http://stats.wikimedia.org/wiktionary/EN/TablesWikipediaZZ.htm|Wiktionary]
  286. #&gt;
  287. multi-line comment 2. test that multiple multi-line comments don't break timeline code; DATE:2014-05-10
  288. &lt;#
  289. bar:Wikiquotes text:[http://stats.wikimedia.org/wikiquote/EN/TablesWikipediaZZ.htm|Wikiquote]
  290. bar:Wikibooks text:[http://stats.wikimedia.org/wikibooks/EN/TablesWikipediaZZ.htm|Wikibooks]
  291. bar:Wikisources text:[http://stats.wikimedia.org/wikisource/EN/TablesWikipediaZZ.htm|Wikisources]
  292. bar:Commons text:[http://stats.wikimedia.org/wikispecial/EN/TablesWikipediaCOMMONS.htm|Commons]
  293. bar:Wikinews text:[http://stats.wikimedia.org/wikinews/EN/TablesWikipediaZZ.htm|Wikinews]
  294. bar:Wikiversity text:[http://stats.wikimedia.org/wikiversity/EN/TablesWikipediaZZ.htm|Wikiversity]
  295. Define $A10 = color:A10 width:0.1in
  296. Define $A100 = color:A100 width:0.15in
  297. Define $A1000 = color:A1000 width:0.2in
  298. Define $A10000 = color:A10000 width:0.3in
  299. Define $A100000 = color:A100000 width:0.4in
  300. Define $A1000000 = color:A1000000 width:0.5in
  301. Define $U10 = color:U10 width:0.02in
  302. Define $U100 = color:U100 width:0.06in
  303. Define $U1000 = color:U1000 width:0.10in
  304. Define $U10000 = color:U10000 width:0.15in
  305. Define $U100000 = color:U100000 width:0.20in
  306. Define $L100 = textcolor:L100 align:left fontsize:9
  307. Define $L1000 = textcolor:L1000 align:right fontsize:9
  308. Define $L10000 = textcolor:L10000 align:right fontsize:9
  309. Define $L10000c = textcolor:L10000 align:right fontsize:9
  310. Define $L100000 = textcolor:L100000 align:right fontsize:9
  311. # make numbers fit exactly below 1,000,000+ bar
  312. Define $S00a1 = shift:( 3,-35)
  313. Define $S000a1 = shift:( -1,-35)
  314. Define $S0000a1 = shift:(-12,-35)
  315. Define $S00000a1 = shift:(-26,-35)
  316. Define $S0000a2 = shift:(-17,-35)
  317. Define $S00000a2 = shift:(-34,-35)
  318. Define $S0000a3 = shift:(-21,-35)
  319. Define $S00000a3 = shift:(-39,-35)
  320. # make numbers fit exactly below 100,000+ bar
  321. Define $S00b1 = shift:( 3,-30)
  322. Define $S000b1 = shift:( -1,-30)
  323. Define $S0000b1 = shift:(-12,-30)
  324. Define $S00000b1 = shift:(-26,-30)
  325. Define $S0000b2 = shift:(-17,-30)
  326. Define $S00000b2 = shift:(-34,-30)
  327. Define $S00000b3 = shift:(-39,-30)
  328. # make numbers fit exactly below 10,000+ bar
  329. Define $S00c1 = shift:( 3,-25)
  330. Define $S000c1 = shift:( -1,-25)
  331. Define $S0000c1 = shift:(-12,-25)
  332. Define $S00000c1 = shift:(-26,-25)
  333. Define $S0000c2 = shift:(-17,-25)
  334. Define $S00000c2 = shift:(-34,-25)
  335. Define $S00000c3 = shift:(-39,-25)
  336. # make numbers fit exactly below 1,000+ bar
  337. Define $S00d1 = shift:( 3,-20)
  338. Define $S000d1 = shift:( -1,-20)
  339. Define $S0000d1 = shift:(-12,-20)
  340. Define $S00000d1 = shift:(-26,-20)
  341. Define $S0000d2 = shift:(-17,-20)
  342. Define $S00000d2 = shift:(-34,-20)
  343. Define $S00000d3 = shift:(-39,-20)
  344. Define $TTt = textcolor:black shift:(78, 30) align:center # Title
  345. Define $TAn = textcolor:black shift:(75, 10) align:right # Articles count
  346. Define $TUn = textcolor:black shift:(75, -4) align:right # Users count
  347. Define $TEn = textcolor:black shift:(75,-18) align:right # Edits count
  348. Define $TAt = textcolor:black shift:(82, 10) align:left # Articles label
  349. Define $TUt = textcolor:black shift:(82, -4) align:left # Users label
  350. Define $TEt = textcolor:black shift:(82,-18) align:left # Edits label
  351. # Define $Figures = textcolor:white align:right shift:(0,-4) fontsize:S # experiment with figures centered in bars
  352. PlotData=
  353. bar:Wikipedias from:01/01/2001 till:01/02/2001 $A10
  354. bar:Wikipedias from:01/02/2001 till:01/04/2001 $A100
  355. bar:Wikipedias from:01/04/2001 till:01/10/2001 $A1000
  356. bar:Wikipedias from:01/10/2001 till:01/10/2002 $A10000
  357. bar:Wikipedias from:01/10/2002 till:01/09/2004 $A100000
  358. bar:Wikipedias from:01/09/2004 till:end $A1000000
  359. # bar:Wikipedias from:01/01/2001 till:01/07/2001 $U10
  360. bar:Wikipedias from:01/07/2001 till:01/08/2002 $U100
  361. bar:Wikipedias from:01/08/2002 till:01/01/2004 $U1000
  362. bar:Wikipedias from:01/01/2004 till:01/10/2005 $U10000
  363. bar:Wikipedias from:01/10/2005 till:end $U100000
  364. # experiment with figures centered in bars
  365. # bar:Wikipedias at:01/01/2002 text:"1, 1, 7" $L100 $Figures
  366. # bar:Wikipedias at:01/01/2003 text:"1, 8, 14" $L100 $Figures
  367. # bar:Wikipedias at:01/01/2004 text:"1, 9, 22, 29" $L100 $Figures
  368. # bar:Wikipedias at:01/01/2005 text:"2, 20, 52, 81" $L100 $Figures
  369. # bar:Wikipedias at:01/01/2006 text:"8, 37, 84, 120" $L100 $Figures
  370. # bar:Wikipedias at:01/01/2007 text:"12, 55, 124, 179" $L100 $Figures
  371. bar:Wikipedias at:01/01/2002 text:7 $L100 $S00a1
  372. bar:Wikipedias at:01/01/2002 text:1 $L1000 $S000a1
  373. bar:Wikipedias at:01/01/2002 text:1 $L10000 $S0000a1
  374. bar:Wikipedias at:01/01/2003 text:14 $L100 $S00a1
  375. bar:Wikipedias at:01/01/2003 text:_8 $L1000 $S000a1
  376. bar:Wikipedias at:01/01/2003 text:1 $L10000 $S0000a1
  377. # 100K for Dec 2002 in wikistats is rounded figure, actually 99939
  378. # bar:Wikipedias at:01/01/2003 text:1 $L100000b $S00000a1
  379. bar:Wikipedias at:01/01/2004 text:39 $L100 $S00a1
  380. bar:Wikipedias at:01/01/2004 text:22 $L1000 $S000a1
  381. bar:Wikipedias at:01/01/2004 text:9_ $L10000 $S0000a2
  382. bar:Wikipedias at:01/01/2004 text:1 $L100000 $S00000a2
  383. bar:Wikipedias at:01/01/2005 text:81 $L100 $S00a1
  384. bar:Wikipedias at:01/01/2005 text:52 $L1000 $S000a1
  385. bar:Wikipedias at:01/01/2005 text:20 $L10000 $S0000a2
  386. bar:Wikipedias at:01/01/2005 text:2_ $L100000 $S00000a2
  387. bar:Wikipedias at:01/01/2006 text:120 $L100 $S00a1
  388. bar:Wikipedias at:01/01/2006 text:84 $L1000 $S000a1
  389. bar:Wikipedias at:01/01/2006 text:37 $L10000 $S0000a2
  390. bar:Wikipedias at:01/01/2006 text:8_ $L100000 $S00000a2
  391. bar:Wikipedias at:01/01/2007 text:179 $L100 $S00a1
  392. bar:Wikipedias at:01/01/2007 text:124 $L1000 $S000a1
  393. bar:Wikipedias at:01/01/2007 text:55_ $L10000 $S0000a3
  394. bar:Wikipedias at:01/01/2007 text:12 $L100000 $S00000a3
  395. bar:Wikipedias at:end $TTt text:"January 1, 2007"
  396. bar:Wikipedias at:end $TAn text:? # "3,100,000" textcolor:darkred
  397. bar:Wikipedias at:end $TUn text:? # "124,580" textcolor:darkred
  398. bar:Wikipedias at:end $TEn text:? # "53,940,000" textcolor:darkred
  399. bar:Wikipedias at:end $TAt text:"articles" textcolor:darkred
  400. bar:Wikipedias at:end $TUt text:"editors" textcolor:darkred
  401. bar:Wikipedias at:end $TEt text:"edits" textcolor:darkred
  402. textcolor:black
  403. bar:Meta from:01/11/2001 till:01/02/2002 $A10
  404. bar:Meta from:01/02/2002 till:01/03/2004 $A100
  405. bar:Meta from:01/03/2004 till:end $A1000
  406. # bar:Meta from:01/11/2001 till:01/06/2003 $U10
  407. bar:Meta from:01/06/2003 till:30/04/2005 $U100
  408. bar:Meta from:01/05/2005 till:end $U1000
  409. bar:Meta at:01/01/2007 text:n.a. $L100 $S00d1
  410. bar:Meta at:end $TAn text:"8,600"
  411. bar:Meta at:end $TUn text:"2,084"
  412. bar:Meta at:end $TEn text:"244,000" # 8.6K articles * 28.4 mean edits per article
  413. bar:Meta at:end $TAt text:"articles"
  414. bar:Meta at:end $TUt text:"editors"
  415. bar:Meta at:end $TEt text:"edits"
  416. bar:Wiktionaries from:01/12/2002 till:01/02/2003 $A100
  417. bar:Wiktionaries from:01/02/2003 till:01/09/2003 $A1000
  418. bar:Wiktionaries from:01/09/2003 till:01/11/2004 $A10000
  419. bar:Wiktionaries from:01/11/2004 till:01/07/2006 $A100000
  420. bar:Wiktionaries from:01/07/2006 till:end $A1000000
  421. # bar:Wiktionaries from:01/12/2002 till:01/09/2003 $U10
  422. bar:Wiktionaries from:01/09/2003 till:01/02/2005 $U100
  423. bar:Wiktionaries from:01/02/2005 till:end $U1000
  424. bar:Wiktionaries at:01/01/2003 text:1 $L100 $S00a1
  425. bar:Wiktionaries at:01/01/2004 text:1 $L100 $S00a1
  426. bar:Wiktionaries at:01/01/2004 text:1 $L1000 $S000a1
  427. bar:Wiktionaries at:01/01/2004 text:1 $L10000 $S0000a1
  428. bar:Wiktionaries at:01/01/2005 text:27 $L100 $S00a1
  429. bar:Wiktionaries at:01/01/2005 text:12 $L1000 $S000a1
  430. bar:Wiktionaries at:01/01/2005 text:3 $L10000 $S0000a2
  431. bar:Wiktionaries at:01/01/2006 text:53 $L100 $S00a1
  432. bar:Wiktionaries at:01/01/2006 text:32 $L1000 $S000a1
  433. bar:Wiktionaries at:01/01/2006 text:10 $L10000 $S0000a2
  434. bar:Wiktionaries at:01/01/2006 text:1 $L100000 $S00000a2
  435. bar:Wiktionaries at:01/01/2007 text:79 $L100 $S00a1
  436. bar:Wiktionaries at:01/01/2007 text:49 $L1000 $S000a1
  437. bar:Wiktionaries at:01/01/2007 text:25 $L10000 $S0000a2
  438. bar:Wiktionaries at:01/01/2007 text:4 $L100000 $S00000a2
  439. bar:Wiktionaries at:end $TAn text:"1,700,000"
  440. bar:Wiktionaries at:end $TUn text:"4,398"
  441. bar:Wiktionaries at:end $TEn text:"7,480,000" # 1.7M articles * 4.4 mean edits per article
  442. bar:Wiktionaries at:end $TAt text:"lemmas"
  443. bar:Wiktionaries at:end $TUt text:"editors"
  444. bar:Wiktionaries at:end $TEt text:"edits"
  445. bar:Wikiquotes from:01/07/2003 till:01/05/2004 $A100
  446. bar:Wikiquotes from:01/05/2004 till:31/03/2005 $A1000
  447. bar:Wikiquotes from:01/04/2005 till:end $A10000
  448. # bar:Wikiquotes from:01/07/2003 till:01/07/2004 $U10
  449. bar:Wikiquotes from:01/07/2004 till:30/09/2005 $U100
  450. bar:Wikiquotes from:01/10/2005 till:end $U1000
  451. bar:Wikiquotes at:01/01/2004 text:1 $L100 $S00c1
  452. bar:Wikiquotes at:01/01/2005 text:7 $L100 $S00c1
  453. bar:Wikiquotes at:01/01/2006 text:23 $L100 $S00c1
  454. bar:Wikiquotes at:01/01/2007 text:32 $L100 $S00c1
  455. bar:Wikiquotes at:01/01/2005 text:2 $L1000 $S000c1
  456. bar:Wikiquotes at:01/01/2006 text:7 $L1000 $S000c1
  457. bar:Wikiquotes at:01/01/2007 text:13 $L1000 $S000c1
  458. bar:Wikiquotes at:end $TAn text:"55,000"
  459. bar:Wikiquotes at:end $TUn text:"2,472"
  460. bar:Wikiquotes at:end $TEn text:"748,000" # 55K articles * 13.6 mean edits per article
  461. bar:Wikiquotes at:end $TAt text:"articles"
  462. bar:Wikiquotes at:end $TUt text:"editors"
  463. bar:Wikiquotes at:end $TEt text:"edits"
  464. bar:Wikibooks from:01/07/2003 till:01/08/2003 $A10
  465. bar:Wikibooks from:01/08/2003 till:01/12/2003 $A100
  466. bar:Wikibooks from:01/12/2003 till:31/03/2005 $A1000
  467. bar:Wikibooks from:01/04/2005 till:end $A10000
  468. # bar:Wikibooks from:01/07/2003 till:01/03/2004 $U10
  469. bar:Wikibooks from:01/03/2004 till:01/03/2005 $U100
  470. bar:Wikibooks from:01/03/2005 till:end $U1000
  471. bar:Wikibooks at:01/01/2004 text:1 $L100 $S00c1
  472. bar:Wikibooks at:01/01/2005 text:8 $L100 $S00c1
  473. bar:Wikibooks at:01/01/2005 text:1 $L1000 $S000c1
  474. bar:Wikibooks at:01/01/2006 text:25 $L100 $S00c1
  475. bar:Wikibooks at:01/01/2006 text:3 $L1000 $S000c1
  476. bar:Wikibooks at:01/01/2007 text:37 $L100 $S00c1
  477. bar:Wikibooks at:01/01/2007 text:11 $L1000 $S000c1
  478. bar:Wikibooks at:01/01/2007 text:1 $L10000 $S0000c2
  479. bar:Wikibooks at:end $TAn text:"55,000"
  480. bar:Wikibooks at:end $TUn text:"5,475"
  481. bar:Wikibooks at:end $TEn text:"841,000" # 55K articles * 15.3 mean edits per article
  482. bar:Wikibooks at:end $TAt text:"chapters"
  483. bar:Wikibooks at:end $TUt text:"authors"
  484. bar:Wikibooks at:end $TEt text:"edits"
  485. bar:Wikisources from:01/11/2003 till:01/12/2003 $A10
  486. bar:Wikisources from:01/12/2003 till:01/04/2004 $A100
  487. bar:Wikisources from:01/04/2004 till:28/02/2005 $A1000
  488. bar:Wikisources from:01/03/2005 till:01/07/2006 $A10000
  489. bar:Wikisources from:01/07/2006 till:end $A100000
  490. # bar:Wikisources from:01/11/2003 till:01/07/2004 $U10
  491. bar:Wikisources from:01/07/2004 till:01/03/2006 $U100
  492. bar:Wikisources from:01/03/2006 till:end $U1000
  493. bar:Wikisources at:01/01/2005 text:6 $L100 $S00b1
  494. bar:Wikisources at:01/01/2005 text:1 $L1000 $S000b1
  495. bar:Wikisources at:01/01/2006 text:20 $L100 $S00b1
  496. bar:Wikisources at:01/01/2006 text:8 $L1000 $S000b1
  497. bar:Wikisources at:01/01/2006 text:1 $L10000 $S0000b2
  498. bar:Wikisources at:01/01/2007 text:35 $L100 $S00b1
  499. bar:Wikisources at:01/01/2007 text:22 $L1000 $S000b1
  500. bar:Wikisources at:01/01/2007 text:3 $L10000 $S0000b2
  501. bar:Wikisources at:end $TAn text:"144,000"
  502. bar:Wikisources at:end $TUn text:"1,838"
  503. bar:Wikisources at:end $TEn text:"705,000" # 144K articles * 4.9 mean edits per article
  504. bar:Wikisources at:end $TAt text:"sources"
  505. bar:Wikisources at:end $TUt text:"editors"
  506. bar:Wikisources at:end $TEt text:"edits"
  507. bar:Commons from:01/09/2004 till:01/10/2004 $A1000
  508. bar:Commons from:01/10/2004 till:01/05/2005 $A10000
  509. bar:Commons from:01/05/2005 till:01/12/2006 $A100000
  510. bar:Commons from:01/12/2006 till:end $A1000000
  511. # bar:Commons from:01/09/2004 till:01/11/2004 $U10
  512. bar:Commons from:01/11/2004 till:31/05/2005 $U100
  513. bar:Commons from:01/06/2005 till:end $U1000
  514. bar:Commons at:01/01/2007 text:n.a. $L100 $S00a1
  515. bar:Commons at:end $TAn text:"1,046,000"
  516. bar:Commons at:end $TUn text:"3,315"
  517. bar:Commons at:end $TAt text:"binaries"
  518. bar:Commons at:end $TUt text:"editors"
  519. bar:Wikinews from:01/11/2004 till:01/12/2004 $A10
  520. bar:Wikinews from:01/12/2004 till:01/02/2005 $A100
  521. bar:Wikinews from:01/02/2005 till:01/09/2005 $A1000
  522. bar:Wikinews from:01/09/2005 till:end $A10000
  523. # bar:Wikinews from:01/11/2004 till:01/12/2004 $U10
  524. bar:Wikinews from:01/12/2004 till:01/02/2006 $U100
  525. bar:Wikinews from:01/02/2006 till:end $U1000
  526. bar:Wikinews at:01/01/2005 text:2 $L100 $S00c1
  527. bar:Wikinews at:01/01/2006 text:13 $L100 $S00c1
  528. bar:Wikinews at:01/01/2006 text:5 $L1000 $S000c1
  529. bar:Wikinews at:01/01/2007 text:19 $L100 $S00c1
  530. bar:Wikinews at:01/01/2007 text:9 $L1000 $S000c1
  531. bar:Wikinews at:end $TAn text:"32,000"
  532. bar:Wikinews at:end $TUn text:"1,572"
  533. bar:Wikinews at:end $TEn text:"358,000" # 32K articles * 11.2 mean edits per article
  534. bar:Wikinews at:end $TAt text:"reports"
  535. bar:Wikinews at:end $TUt text:"reporters"
  536. bar:Wikinews at:end $TEt text:"edits"
  537. # bar:Wikiversity from:01/10/2004 till:01/07/2005 $A10 # start at offical wikiversity launch date
  538. # bar:Wikiversity from:01/07/2005 till:01/10/2006 $A100 # start at offical wikiversity launch date
  539. bar:Wikiversity from:01/08/2006 till:01/10/2006 $A100
  540. bar:Wikiversity from:01/10/2006 till:end $A1000
  541. bar:Wikiversity from:01/08/2006 till:end $U100
  542. # bar:Wikiversity at:01/01/2006 text:2 $L100 $S00d1 # start at offical wikiversity launch date
  543. bar:Wikiversity at:01/01/2007 text:5 $L100 $S00d1
  544. bar:Wikiversity at:01/01/2007 text:2 $L1000 $S000d1
  545. bar:Wikiversity at:end $TAn text:"1,800"
  546. bar:Wikiversity at:end $TUn text:"337"
  547. bar:Wikiversity at:end $TEn text:"27,000" # 1.8K articles * 15.4 mean edits per article
  548. bar:Wikiversity at:end $TAt text:"articles"
  549. bar:Wikiversity at:end $TUt text:"editors"
  550. bar:Wikiversity at:end $TEt text:"edits"
  551. TextData =
  552. pos:(300,673)
  553. fontsize:XL
  554. textcolor:black
  555. text:"Wikimedia Projects Growth"
  556. fontsize:S
  557. textcolor:gray
  558. pos:(8,52)
  559. text:"Plot _generated"
  560. pos:(8,37)
  561. text:"by"
  562. pos:(23,37)
  563. text:"[http://en.wikipedia.org/wiki/User:Erik%5FZachte|Erik_Zachte]"
  564. pos:(8,23)
  565. text:"with"
  566. pos:(31,23)
  567. text:"[http://www.mediawiki.org/wiki/Extension:EasyTimeline|EasyTimeline]"
  568. textcolor:black
  569. pos:(300,24)
  570. text:(*) for Commons bars show binaries, not articles
  571. textcolor:darkred
  572. pos:(780,110)
  573. text:? = English Wikipedia
  574. text:statistics after Aug 2006
  575. text:are still not available
  576. textcolor:gray
  577. pos:(845,58)
  578. text:"editors="
  579. text:"registered"
  580. text:"users with"
  581. text:"10+ edits"
  582. </pre>
  583. </div>
  584. <h2>
  585. <span class="mw-headline" id="Graph">Graph</span>
  586. </h2>
  587. <p>
  588. From <a href="https://www.mediawiki.org/wiki/Extension:Graph/Demo" rel="nofollow" class="external free">https://www.mediawiki.org/wiki/Extension:Graph/Demo</a>
  589. </p>
  590. <div class='mw-graph' xo-graph-version="1">
  591. { "version": 1, "width": 400, "height": 200, "padding": {"top": 10, "left": 30, "bottom": 30, "right": 10}, "data": [ { "name": "table", "values": [ {"x": 1, "y": 28}, {"x": 2, "y": 55}, {"x": 3, "y": 43}, {"x": 4, "y": 91}, {"x": 5, "y": 81}, {"x": 6, "y": 53}, {"x": 7, "y": 19}, {"x": 8, "y": 87}, {"x": 9, "y": 52}, {"x": 10, "y": 48}, {"x": 11, "y": 24}, {"x": 12, "y": 49}, {"x": 13, "y": 87}, {"x": 14, "y": 66}, {"x": 15, "y": 17}, {"x": 16, "y": 27}, {"x": 17, "y": 68}, {"x": 18, "y": 16}, {"x": 19, "y": 49}, {"x": 20, "y": 15} ] } ], "scales": [ { "name": "x", "type": "ordinal", "range": "width", "domain": {"data": "table", "field": "data.x"} }, { "name": "y", "range": "height", "nice": true, "domain": {"data": "table", "field": "data.y"} } ], "axes": [ {"type": "x", "scale": "x"}, {"type": "y", "scale": "y"} ], "marks": [ { "type": "rect", "from": {"data": "table"}, "properties": { "enter": { "x": {"scale": "x", "field": "data.x"}, "width": {"scale": "x", "band": true, "offset": -1}, "y": {"scale": "y", "field": "data.y"}, "y2": {"scale": "y", "value": 0} }, "update": { "fill": {"value": "steelblue"} }, "hover": { "fill": {"value": "red"} } } } ] }
  592. </div>
  593. </div>
  594. </div>
  595. </div>
  596. <div id="mw-head" class="noprint">
  597. <div id="left-navigation">
  598. <div id="p-namespaces" class="vectorTabs">
  599. <h3>Namespaces</h3>
  600. <ul>
  601. <li id="ca-nstab-main" class="selected"><span><a id="ca-nstab-main-href" href="index.html">Page</a></span></li>
  602. </ul>
  603. </div>
  604. </div>
  605. </div>
  606. <div id='mw-panel' class='noprint'>
  607. <div id='p-logo'>
  608. <a style="background-image: url(https://gnosygnu.github.io/xowa/xowa_logo.png);" href="http://xowa.org/" title="Visit the main page"></a>
  609. </div>
  610. <div class="portal" id='xowa-portal-home'>
  611. <h3>XOWA</h3>
  612. <div class="body">
  613. <ul>
  614. <li><a href="http://xowa.org/index.html" title='Visit the main page'>Main page</a></li>
  615. <li><a href="http://xowa.org/screenshots.html" title='See screenshots of XOWA'>Screenshots</a></li>
  616. <li><a href="https://www.youtube.com/watch?v=q0qbXYXEH6M" title="See a video of XOWA Desktop in action">Video</a></li>
  617. <li><a href="http://xowa.org/home/wiki/Help/Download_XOWA.html" title='Download the XOWA application'>Download XOWA</a></li>
  618. <li><a href="http://xowa.org/home/wiki/Dashboard/Image_databases.html" title='Download offline wikis and image databases'>Download wikis</a></li>
  619. </ul>
  620. </div>
  621. </div>
  622. <div class="portal" id='xowa-portal-started'>
  623. <h3>Getting started</h3>
  624. <div class="body">
  625. <ul>
  626. <li><a href="http://xowa.org/home/wiki/App/Setup/System_requirements.html" title='Get XOWA&apos;s system requirements'>Requirements</a></li>
  627. <li><a href="http://xowa.org/home/wiki/App/Setup/Installation.html" title='Get instructions for installing XOWA'>Installation</a></li>
  628. <li><a href="http://xowa.org/home/wiki/App/Import/Simple_Wikipedia.html" title='Learn how to set up Simple Wikipedia'>Simple Wikipedia</a></li>
  629. <li><a href="http://xowa.org/home/wiki/App/Import/English_Wikipedia.html" title='Learn how to set up English Wikipedia'>English Wikipedia</a></li>
  630. <li><a href="http://xowa.org/home/wiki/App/Import/Other_wikis.html" title='Learn how to set up other Wikipedias'>Other Wikipedias</a></li>
  631. </ul>
  632. </div>
  633. </div>
  634. <div class="portal" id='xowa-portal-android'>
  635. <h3>Android</h3>
  636. <div class="body">
  637. <ul>
  638. <li><a href="http://xowa.org/home/wiki/Android/Setup.html" title='Setup XOWA on your Android device'>Setup</a></li>
  639. <li><a href="https://www.youtube.com/watch?v=jsMTBxGweUw" title="See a video of XOWA Android in action">Video</a></li>
  640. </ul>
  641. </div>
  642. </div>
  643. <div class="portal" id='xowa-portal-help'>
  644. <h3>Help</h3>
  645. <div class="body">
  646. <ul>
  647. <li><a href="http://xowa.org/home/wiki/Help/About.html" title='Get more information about XOWA'>About</a></li>
  648. <li><a href="http://xowa.org/home/wiki/Help/Contents.html" title='View a list of help topics'>Contents</a></li>
  649. <li><a href="http://xowa.org/home/wiki/Help/Media.html" title='Read what others have written about XOWA'>Media</a></li>
  650. <li><a href="http://xowa.org/home/wiki/Help/Feedback.html" title='Questions? Comments? Leave feedback for XOWA'>Feedback</a></li>
  651. </ul>
  652. </div>
  653. </div>
  654. <div class="portal" id='xowa-portal-blog'>
  655. <h3>Blog</h3>
  656. <div class="body">
  657. <ul>
  658. <li><a href="http://xowa.org/home/wiki/Blog.html" title='Follow XOWA''s development process'>Current</a></li>
  659. </ul>
  660. </div>
  661. </div>
  662. <div class="portal" id='xowa-portal-links'>
  663. <h3>Links</h3>
  664. <div class="body">
  665. <ul>
  666. <li><a href="http://dumps.wikimedia.org/backup-index.html" title="Get wiki datababase dumps directly from Wikimedia">Wikimedia dumps</a></li>
  667. <li><a href="https://archive.org/search.php?query=xowa" title="Search archive.org for XOWA files">XOWA @ archive.org</a></li>
  668. <li><a href="http://en.wikipedia.org" title="Visit Wikipedia (and compare to XOWA!)">English Wikipedia</a></li>
  669. </ul>
  670. </div>
  671. </div>
  672. <div class="portal" id='xowa-portal-donate'>
  673. <h3>Donate</h3>
  674. <div class="body">
  675. <ul>
  676. <li><a href="https://archive.org/donate/index.php" title="Support archive.org!">archive.org</a></li><!-- listed first due to recent fire damages: http://blog.archive.org/2013/11/06/scanning-center-fire-please-help-rebuild/ -->
  677. <li><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector" title="Support Wikipedia!">Wikipedia</a></li>
  678. <li><a href="http://xowa.org/home/wiki/Help/Donate.html" title="Support XOWA!">XOWA</a></li>
  679. </ul>
  680. </div>
  681. </div>
  682. </div>
  683. </body>
  684. </html>