Wiki_HTML.html 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635
  1. <!DOCTYPE html>
  2. <html dir="ltr">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  5. <title>Options/Wiki HTML - 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. <style>
  9. .options_row_label {font-weight:bold; vertical-align:text-top; text-align:right; width:150px;}
  10. .options_table {border: 1px solid #AAAAAA; border-collapse: collapse; color: black; margin: 1em 0; background-color: #F9F9F9;}
  11. .options_table td {border: 1px solid #AAAAAA; padding: 0.2em;}
  12. .options_textbox {padding: 2px; border: 1px solid black;}
  13. .options_textbox_num {padding: 2px; border: 1px solid black; text-align:right;}
  14. .options_textarea {padding: 2px; border: 1px solid black;}
  15. .options_select {padding: 2px; border: 1px solid black;}
  16. .options_button {padding: 2px; border: 1px solid black; background: white; height: 22px; margin-left: 1px; vertical-align: top;}
  17. .options_checkbox {padding: 2px; border: 1px solid black;}
  18. .options_readonly {background-color:#F9F9F9;}
  19. </style>
  20. <style>
  21. .optionsButton
  22. {
  23. width: 100px;
  24. height: 40px;
  25. font-family: 'Segoe UI';
  26. font-size: 12px;
  27. margin-left: -5px;
  28. cursor: pointer;
  29. background-color: lightgray;
  30. text-align: center;
  31. }
  32. .optionsLink
  33. {
  34. color: black !important;
  35. text-decoration: none;
  36. }
  37. .optionsButton.active
  38. {
  39. width: 100px;
  40. height: 40px;
  41. font-family: 'Segoe UI';
  42. font-size: 12px;
  43. margin-left: -5px;
  44. cursor: pointer;
  45. background-color: dimgray;
  46. color: white !important;
  47. border: solid 1px dimgray;
  48. }
  49. .optionsButton.active a
  50. {
  51. color: white !important;
  52. }
  53. .tabs
  54. {
  55. width: 100%;
  56. margin-top: 10px;
  57. }
  58. .tab-links ul
  59. {
  60. margin-left: -40px;
  61. }
  62. .tab-links li
  63. {
  64. margin: 0px 0px 0px 0px;
  65. float: left;
  66. list-style: none;
  67. }
  68. .tab-links a
  69. {
  70. padding: 9px 15px 9px 15px;
  71. border-radius: 3px 3px 0px 0px;
  72. background: #f0f0f0;
  73. font-family: 'Segoe UI';
  74. font-size: 13px;
  75. color: black !important;
  76. text-decoration: none;
  77. border-radius: 3px;
  78. border-top: solid 1px gray;
  79. border-left: solid 1px gray;
  80. border-right: solid 1px gray;
  81. }
  82. .tab-links a:hover
  83. {
  84. background: #B0B0B0;
  85. text-decoration: none;
  86. }
  87. li.active a, li.active a:hover
  88. {
  89. background: #fff;
  90. color: #4c4c4c;
  91. font-weight: bold;
  92. }
  93. .tab-content
  94. {
  95. padding: 15px;
  96. border-radius: 3px;
  97. background: #fff;
  98. border-top: solid 1px gray;
  99. margin-top: 5px;
  100. min-height: 300px;
  101. }
  102. </style>
  103. <style>
  104. .options_row_label {font-weight:bold; vertical-align:text-top; text-align:right; width:150px;}
  105. .options_table {border: 1px solid #AAAAAA; border-collapse: collapse; color: black; margin: 1em 0; background-color: #F9F9F9;}
  106. .options_table td {border: 1px solid #AAAAAA; padding: 0.2em;}
  107. .options_textbox {padding: 2px; border: 1px solid black;}
  108. .options_textbox_num {padding: 2px; border: 1px solid black; text-align:right;}
  109. .options_textarea {padding: 2px; border: 1px solid black;}
  110. .options_select {padding: 2px; border: 1px solid black;}
  111. .options_button {padding: 2px; border: 1px solid black; background: white; height: 22px; margin-left: 1px; vertical-align: top;}
  112. .options_checkbox {padding: 2px; border: 1px solid black;}
  113. .options_readonly {background-color:#F9F9F9;}
  114. </style>
  115. <style>
  116. .optionsButton
  117. {
  118. width: 100px;
  119. height: 40px;
  120. font-family: 'Segoe UI';
  121. font-size: 12px;
  122. margin-left: -5px;
  123. cursor: pointer;
  124. background-color: lightgray;
  125. text-align: center;
  126. }
  127. .optionsLink
  128. {
  129. color: black !important;
  130. text-decoration: none;
  131. }
  132. .optionsButton.active
  133. {
  134. width: 100px;
  135. height: 40px;
  136. font-family: 'Segoe UI';
  137. font-size: 12px;
  138. margin-left: -5px;
  139. cursor: pointer;
  140. background-color: dimgray;
  141. color: white !important;
  142. border: solid 1px dimgray;
  143. }
  144. .optionsButton.active a
  145. {
  146. color: white !important;
  147. }
  148. .tabs
  149. {
  150. width: 100%;
  151. margin-top: 10px;
  152. }
  153. .tab-links ul
  154. {
  155. margin-left: -40px;
  156. }
  157. .tab-links li
  158. {
  159. margin: 0px 0px 0px 0px;
  160. float: left;
  161. list-style: none;
  162. }
  163. .tab-links a
  164. {
  165. padding: 9px 15px 9px 15px;
  166. border-radius: 3px 3px 0px 0px;
  167. background: #f0f0f0;
  168. font-family: 'Segoe UI';
  169. font-size: 13px;
  170. color: black !important;
  171. text-decoration: none;
  172. border-radius: 3px;
  173. border-top: solid 1px gray;
  174. border-left: solid 1px gray;
  175. border-right: solid 1px gray;
  176. }
  177. .tab-links a:hover
  178. {
  179. background: #B0B0B0;
  180. text-decoration: none;
  181. }
  182. li.active a, li.active a:hover
  183. {
  184. background: #fff;
  185. color: #4c4c4c;
  186. font-weight: bold;
  187. }
  188. .tab-content
  189. {
  190. padding: 15px;
  191. border-radius: 3px;
  192. background: #fff;
  193. border-top: solid 1px gray;
  194. margin-top: 5px;
  195. min-height: 300px;
  196. }
  197. </style>
  198. </head>
  199. <body class="mediawiki ltr sitedir-ltr ns-0 ns-subject skin-vector action-submit vector-animateLayout" spellcheck="false">
  200. <div id="mw-page-base" class="noprint"></div>
  201. <div id="mw-head-base" class="noprint"></div>
  202. <div id="content" class="mw-body">
  203. <h1 id="firstHeading" class="firstHeading"><span>Options/Wiki HTML</span></h1>
  204. <div id="bodyContent" class="mw-body-content">
  205. <div id="siteSub">From XOWA: the free, open-source, offline wiki application</div>
  206. <div id="contentSub"></div>
  207. <div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr">
  208. <div>
  209. <table>
  210. <tr>
  211. <td class='optionsButton'>
  212. <a class='optionsLink' href='/wiki/Options/Window'>Apps (basic)</a>
  213. </td>
  214. <td class='optionsButton'>
  215. <a class='optionsLink' href='/wiki/Options/Security'>Apps (advanced)</a>
  216. </td>
  217. <td class='optionsButton'>
  218. <a class='optionsLink' href='/wiki/Options/Import'>Wiki</a>
  219. </td>
  220. <td class='optionsButton active'>
  221. <a class='optionsLink' href='/wiki/Options/HTML'>HTML</a>
  222. </td>
  223. <td class='optionsButton'>
  224. <a class='optionsLink' href='/wiki/Options/Content_apps'>External apps</a>
  225. </td>
  226. <td class='optionsButton'>
  227. <a class='optionsLink' href='/wiki/Options/Search_suggest'>Modules</a>
  228. </td>
  229. <td class='optionsButton'>
  230. <a class='optionsLink' href='/wiki/Options/Math'>Extensions</a>
  231. </td>
  232. <td class='optionsButton'>
  233. <a class='optionsLink' href='/wiki/Options/Dev'>Misc</a>
  234. </td>
  235. </tr>
  236. </table>
  237. </div>
  238. <div class="tabs">
  239. <div>
  240. <ul class='tab-links' style='margin-left:0px;'>
  241. <li class=''>
  242. <a href='/wiki/Options/HTML'>HTML</a>
  243. </li>
  244. <li class='active'>
  245. <a href='/wiki/Options/Wiki_HTML'>Wiki HTML</a>
  246. </li>
  247. <li class=''>
  248. <a href='/wiki/Options/HTML_Tidy'>HTML Tidy</a>
  249. </li>
  250. </ul>
  251. </div><br>
  252. <div class='tab-content'>
  253. <div id="toc" class="toc">
  254. <div id="toctitle">
  255. <h2>
  256. Contents
  257. </h2>
  258. </div>
  259. <ul>
  260. <li class="toclevel-1 tocsection-1">
  261. <a href="#Portal"><span class="tocnumber">1</span> <span class="toctext">Portal</span></a>
  262. </li>
  263. <li class="toclevel-1 tocsection-2">
  264. <a href="#Content"><span class="tocnumber">2</span> <span class="toctext">Content</span></a>
  265. </li>
  266. <li class="toclevel-1 tocsection-3">
  267. <a href="#Alt_text"><span class="tocnumber">3</span> <span class="toctext">Alt text</span></a>
  268. </li>
  269. <li class="toclevel-1 tocsection-4">
  270. <a href="#Collapsible_"><span class="tocnumber">4</span> <span class="toctext">Collapsible</span></a>
  271. </li>
  272. <li class="toclevel-1 tocsection-5">
  273. <a href="#Notes"><span class="tocnumber">5</span> <span class="toctext">Notes</span></a>
  274. </li>
  275. </ul>
  276. </div>
  277. <div style='float:right; margin-right:10px; margin-top:5px;'>
  278. <p>
  279. <a href="xowa-cmd:app.user.prefs.save();" accesskey='s'><img src='file:///C:/xowa/bin/any/xowa/file/app.window/save.png' width="16" height="16">Save</a>
  280. </p>
  281. </div><br>
  282. <h2>
  283. <span class="mw-headline" id="Portal">Portal</span>
  284. </h2>
  285. <table class='options_table'>
  286. <tr>
  287. <td class='options_row_label'>
  288. Talk namespace: <sup id="cite_ref-missing_talk_namespace_0-0" class="reference"><a href="#cite_note-missing_talk_namespace-0">[1]</a></sup>
  289. </td>
  290. <td>
  291. <select xowa_prop="app.user.wiki.html.portal.missing_ns_cls" xowa_prop_list="app.user.wiki.html.portal.missing_ns_cls_list" class="options_select" size='3' id='xowa_prop_0'>
  292. <option value=''>
  293. Show as blue link
  294. </option>
  295. <option value='new'>
  296. Show as red link
  297. </option>
  298. <option value='xowa_display_none' selected='selected'>
  299. Hide
  300. </option>
  301. </select>
  302. </td>
  303. </tr>
  304. <tr>
  305. <td class='options_row_label'>
  306. Show home menu in sidebar (desktop): <sup id="cite_ref-home_sidebar_enabled_1-0" class="reference"><a href="#cite_note-home_sidebar_enabled-1">[2]</a></sup>
  307. </td>
  308. <td>
  309. <input xowa_prop="xowa.api.html.skins.get('desktop').sidebar_home_enabled" type="checkbox" class='options_checkbox' id='xowa_prop_1'>
  310. </td>
  311. </tr>
  312. <tr>
  313. <td class='options_row_label'>
  314. Show home menu in sidebar (server): <sup id="cite_ref-home_sidebar_enabled_1-1" class="reference"><a href="#cite_note-home_sidebar_enabled-1">[2]</a></sup>
  315. </td>
  316. <td>
  317. <input xowa_prop="xowa.api.html.skins.get('server').sidebar_home_enabled" type="checkbox" class='options_checkbox' id='xowa_prop_2' checked='checked'>
  318. </td>
  319. </tr>
  320. </table>
  321. <h2>
  322. <span class="mw-headline" id="Content">Content</span>
  323. </h2>
  324. <table class='options_table'>
  325. <tr>
  326. <td class='options_row_label'>
  327. Content code format: <sup id="cite_ref-content_code_fmt_2-0" class="reference"><a href="#cite_note-content_code_fmt-2">[3]</a></sup>
  328. </td>
  329. <td>
  330. <textarea xowa_prop="app.html.page.content_code_fmt" type="input" class="options_textarea" style="width: 400px; height: 40px;" id='xowa_prop_3'>
  331. &lt;pre&gt;~{page_text}&lt;/pre&gt;
  332. </textarea>
  333. </td>
  334. </tr>
  335. </table>
  336. <h2>
  337. <span class="mw-headline" id="Alt_text">Alt text</span>
  338. </h2>
  339. <table class='options_table'>
  340. <tr>
  341. <td class='options_row_label'>
  342. Alt in caption: <sup id="cite_ref-alt_in_caption_3-0" class="reference"><a href="#cite_note-alt_in_caption-3">[4]</a></sup>
  343. </td>
  344. <td>
  345. <input xowa_prop="app.user.wiki.html.imgs.alt_in_caption" type="checkbox" class='options_checkbox' id='xowa_prop_4' checked='checked'>
  346. </td>
  347. </tr>
  348. <tr>
  349. <td class='options_row_label'>
  350. Alt defaults to caption: <sup id="cite_ref-alt_defaults_to_caption_4-0" class="reference"><a href="#cite_note-alt_defaults_to_caption-4">[5]</a></sup>
  351. </td>
  352. <td>
  353. <input xowa_prop="app.user.wiki.html.imgs.alt_defaults_to_caption" type="checkbox" class='options_checkbox' id='xowa_prop_5' checked='checked'>
  354. </td>
  355. </tr>
  356. </table>
  357. <h2>
  358. <span class="mw-headline" id="Collapsible_">Collapsible <sup id="cite_ref-collapsible_5-0" class="reference"><a href="#cite_note-collapsible-5">[6]</a></sup></span>
  359. </h2>
  360. <table class='options_table'>
  361. <tr>
  362. <td class='options_row_label'>
  363. Table of contents: <sup id="cite_ref-collapsible_toc_6-0" class="reference"><a href="#cite_note-collapsible_toc-6">[7]</a></sup>
  364. </td>
  365. <td>
  366. <input xowa_prop="xowa.api.html.modules.toc.collapsed" type="checkbox" class='options_checkbox' id='xowa_prop_6'>
  367. </td>
  368. </tr>
  369. <tr>
  370. <td class='options_row_label'>
  371. Collapsible table: <sup id="cite_ref-collapsible_table_7-0" class="reference"><a href="#cite_note-collapsible_table-7">[8]</a></sup>
  372. </td>
  373. <td>
  374. <input xowa_prop="xowa.api.html.modules.collapsible.collapsed" type="checkbox" class='options_checkbox' id='xowa_prop_7'>
  375. </td>
  376. </tr>
  377. <tr>
  378. <td class='options_row_label'>
  379. NavFrame: <sup id="cite_ref-collapsible_navframe_8-0" class="reference"><a href="#cite_note-collapsible_navframe-8">[9]</a></sup>
  380. </td>
  381. <td>
  382. <input xowa_prop="xowa.api.html.modules.navframe.collapsed" type="checkbox" class='options_checkbox' id='xowa_prop_8'>
  383. </td>
  384. </tr>
  385. </table>
  386. <p>
  387. <br>
  388. </p>
  389. <h2>
  390. <span class="mw-headline" id="Notes">Notes</span>
  391. </h2>
  392. <ol class="references">
  393. <li id="cite_note-missing_talk_namespace-0">
  394. <span class="mw-cite-backlink"><a href="#cite_ref-missing_talk_namespace_0-0">^</a></span> <span class="reference-text">Controls the appearance of the Talk tab (right of Page tab) (default is <code>Show as blue link</code>)</span>
  395. <dl>
  396. <dd>
  397. <span class="reference-text">XOWA shows a Talk tab just like any other MediaWiki wiki</span>
  398. </dd>
  399. <dd>
  400. <span class="reference-text">However, the default wiki dumps (pages-articles) do not have the Talk namespace. In these situations, the Talk tab is non-functional.</span>
  401. </dd>
  402. <dd>
  403. <span class="reference-text">Some users may object to the continual presence of a non-functional tab. As such, the following options have been provided:</span>
  404. </dd>
  405. </dl>
  406. <ul>
  407. <li>
  408. <span class="reference-text"><b>Hide</b> : Hide the tab if the namespace is missing. This is non-standard MediaWiki behavior, but is not distracting.</span>
  409. </li>
  410. <li>
  411. <span class="reference-text"><b>Show as red link</b> : Show the tab with a red color. This is standard MediaWiki behavior, but some users may find the red link distracting.</span>
  412. </li>
  413. <li>
  414. <span class="reference-text"><b>Show as blue link</b> : Show the tab with a blue color. This is non-standard MediaWiki behavior. It is not distracting but some users may object to the presence of a non-functional link.</span>
  415. </li>
  416. </ul>
  417. </li>
  418. <li id="cite_note-home_sidebar_enabled-1">
  419. <span class="mw-cite-backlink">^ <sup><a href="#cite_ref-home_sidebar_enabled_1-0">a</a></sup> <sup><a href="#cite_ref-home_sidebar_enabled_1-1">b</a></sup></span> <span class="reference-text">Choose one of the following. (default is <code>unchecked</code>) [desktop] (default is <code>checked</code>) [server]</span>
  420. <ul>
  421. <li>
  422. <span class="reference-text"><b>checked</b> : to show XOWA menu in sidebar (has XOWA Main Page, About, Help, Page History, Bookmarks, Options</span>
  423. </li>
  424. <li>
  425. <span class="reference-text"><b>unchecked</b> : to hide XOWA menu in sidebar</span>
  426. </li>
  427. </ul>
  428. </li>
  429. <li id="cite_note-content_code_fmt-2">
  430. <span class="mw-cite-backlink"><a href="#cite_ref-content_code_fmt_2-0">^</a></span> <span class="reference-text">Enter a format for pages whose content is entirely source code (default is <code>&lt;pre&gt;~{page_text}&lt;/pre&gt;</code>) Applicable pages include:</span>
  431. <ul>
  432. <li>
  433. <span class="reference-text">MediaWiki:Common.css</span>
  434. </li>
  435. <li>
  436. <span class="reference-text">MediaWiki:*.js</span>
  437. </li>
  438. <li>
  439. <span class="reference-text">Module:*</span>
  440. </li>
  441. </ul><span class="reference-text">The purpose of this option is to control the behavior of the pre when the page has source code with long lines. Example behaviors include:</span>
  442. <ul>
  443. <li>
  444. <span class="reference-text">Horizontal scroll bar at bottom of html window: &lt;pre&gt;~{page_text}&lt;/pre&gt;</span>
  445. </li>
  446. <li>
  447. <span class="reference-text">Horizontal scroll bar at bottom of pre: &lt;pre style='overflow:auto'&gt;~{page_text}&lt;/pre&gt;</span>
  448. </li>
  449. <li>
  450. <span class="reference-text">Word-wrap: &lt;pre style='white-space: pre-wrap; word-wrap: break-word;'&gt;~{page_text}&lt;/pre&gt;</span>
  451. </li>
  452. </ul><span class="reference-text">See <a href="https://bugzilla.wikimedia.org/show_bug.cgi?id=260" rel="nofollow" class="external free">https://bugzilla.wikimedia.org/show_bug.cgi?id=260</a> for more context</span>
  453. </li>
  454. <li id="cite_note-alt_in_caption-3">
  455. <span class="mw-cite-backlink"><a href="#cite_ref-alt_in_caption_3-0">^</a></span> <span class="reference-text">Choose one of the following (default is <code>checked</code>)</span>
  456. <ul>
  457. <li>
  458. <span class="reference-text"><b>checked</b> : show alt text underneath caption (default. non-standard behavior, but recommended)</span>
  459. </li>
  460. <li>
  461. <span class="reference-text"><b>unchecked</b> : do not show alt text underneath caption (standard behavior)</span>
  462. </li>
  463. </ul><span class="reference-text">EX: <a href="http://simple.wikipedia.org/wiki/Saturn_(planet)" rel="nofollow" class="external free">http://simple.wikipedia.org/wiki/Saturn_(planet)</a></span>
  464. </li>
  465. <li id="cite_note-alt_defaults_to_caption-4">
  466. <span class="mw-cite-backlink"><a href="#cite_ref-alt_defaults_to_caption_4-0">^</a></span> <span class="reference-text">Choose one of the following (default is <code>unchecked</code>)</span>
  467. <ul>
  468. <li>
  469. <span class="reference-text"><b>checked</b> : if no alt is specified, caption will be used</span>
  470. </li>
  471. <li>
  472. <span class="reference-text"><b>unchecked</b> : if no alt is specified, a blank will be used (i.e.: alt will be empty)</span>
  473. </li>
  474. </ul>
  475. </li>
  476. <li id="cite_note-collapsible-5">
  477. <span class="mw-cite-backlink"><a href="#cite_ref-collapsible_5-0">^</a></span> <span class="reference-text">Collapsible settings only apply to the current viewing of the page. This setting is not stored for each page. For example, if you are viewing "Page_A", you set your table of contents (TOC) setting to unchecked (always show), and you click "hide":</span>
  478. <ul>
  479. <li>
  480. <span class="reference-text">Click a link -&gt; Press back -&gt; TOC is shown, not hidden</span>
  481. </li>
  482. <li>
  483. <span class="reference-text">Exit XOWA -&gt; Reopen XOWA -&gt; Go to "Page_A" -&gt; TOC is shown, not hidden</span>
  484. </li>
  485. </ul><span class="reference-text">Saving the hide/show setting on a page by page basis will be supported in a future version, but probably not anytime soon.</span>
  486. </li>
  487. <li id="cite_note-collapsible_toc-6">
  488. <span class="mw-cite-backlink"><a href="#cite_ref-collapsible_toc_6-0">^</a></span> <span class="reference-text">All table of contents have a Show / Hide link. See <a href="http://xowa.org/wiki/home/page/Diagnostics/Javascript/Table_of_contents.html" id="xolnki_2" title="Diagnostics/Javascript/Table of contents" class="xowa-visited">Diagnostics/Javascript/Table_of_contents</a><br>
  489. Choose one of the following (default is <code>unchecked</code>)</span>
  490. <ul>
  491. <li>
  492. <span class="reference-text"><b>checked</b> : default to show collapsed</span>
  493. </li>
  494. <li>
  495. <span class="reference-text"><b>unchecked</b> : default to show expanded</span>
  496. </li>
  497. </ul>
  498. </li>
  499. <li id="cite_note-collapsible_table-7">
  500. <span class="mw-cite-backlink"><a href="#cite_ref-collapsible_table_7-0">^</a></span> <span class="reference-text">Navigation boxes at the bottom of the article will often have a Collapse / Expand link. See <a href="http://xowa.org/wiki/home/page/Diagnostics/Javascript/Collapsible.html" id="xolnki_3" title="Diagnostics/Javascript/Collapsible" class="xowa-visited">Diagnostics/Javascript/Collapsible</a> or <a href="http://en.wikipedia.org/wiki/Quantum_mechanics" rel="nofollow" class="external free">http://en.wikipedia.org/wiki/Quantum_mechanics</a><br>
  501. Choose one of the following. (default is <code>unchecked</code>)</span>
  502. <ul>
  503. <li>
  504. <span class="reference-text"><b>checked</b> : default to show collapsed</span>
  505. </li>
  506. <li>
  507. <span class="reference-text"><b>unchecked</b> : default to show expanded</span>
  508. </li>
  509. </ul>
  510. </li>
  511. <li id="cite_note-collapsible_navframe-8">
  512. <span class="mw-cite-backlink"><a href="#cite_ref-collapsible_navframe_8-0">^</a></span> <span class="reference-text">Navigation boxes at the side of the article will sometimes have a Show / Hide link. See <a href="http://xowa.org/wiki/home/page/Diagnostics/Javascript/NavFrame.html" id="xolnki_4" title="Diagnostics/Javascript/NavFrame">Diagnostics/Javascript/NavFrame</a> or <a href="http://en.wikipedia.org/wiki/Quantum_mechanics" rel="nofollow" class="external free">http://en.wikipedia.org/wiki/Quantum_mechanics</a><br>
  513. Choose one of the following. (default is <code>unchecked</code>)</span>
  514. <ul>
  515. <li>
  516. <span class="reference-text"><b>checked</b> : default to show collapsed</span>
  517. </li>
  518. <li>
  519. <span class="reference-text"><b>unchecked</b> : default to show expanded</span>
  520. </li>
  521. </ul>
  522. </li>
  523. </ol>
  524. </div>
  525. </div>
  526. </div>
  527. </div>
  528. </div>
  529. <div id="mw-head" class="noprint">
  530. <div id="left-navigation">
  531. <div id="p-namespaces" class="vectorTabs">
  532. <h3>Namespaces</h3>
  533. <ul>
  534. <li id="ca-nstab-main" class="selected"><span><a id="ca-nstab-main-href" href="index.html">Page</a></span></li>
  535. </ul>
  536. </div>
  537. </div>
  538. </div>
  539. <div id='mw-panel' class='noprint'>
  540. <div id='p-logo'>
  541. <a style="background-image: url(https://gnosygnu.github.io/xowa/xowa_logo.png);" href="http://xowa.org/" title="Visit the main page"></a>
  542. </div>
  543. <div class="portal" id='xowa-portal-home'>
  544. <h3>XOWA</h3>
  545. <div class="body">
  546. <ul>
  547. <li><a href="http://xowa.org/index.html" title='Visit the main page'>Main page</a></li>
  548. <li><a href="http://xowa.org/screenshots.html" title='See screenshots of XOWA'>Screenshots</a></li>
  549. <li><a href="http://xowa.org/wiki/home/page/Help/Download_XOWA.html" title='Download the XOWA application'>Download XOWA</a></li>
  550. <li><a href="http://xowa.org/wiki/home/page/Dashboard/Image_databases.html" title='Download offline wikis and image databases'>Download wikis</a></li>
  551. </ul>
  552. </div>
  553. </div>
  554. <div class="portal" id='xowa-portal-stargin'>
  555. <h3>Getting started</h3>
  556. <div class="body">
  557. <ul>
  558. <li><a href="http://xowa.org/wiki/home/page/App/Setup/System_requirements.html" title='Get XOWA&apos;s system requirements'>Requirements</a></li>
  559. <li><a href="http://xowa.org/wiki/home/page/App/Setup/Installation.html" title='Get instructions for installing XOWA'>Installation</a></li>
  560. <li><a href="http://xowa.org/wiki/home/page/App/Import/Simple_Wikipedia.html" title='Learn how to set up Simple Wikipedia'>Simple Wikipedia</a></li>
  561. <li><a href="http://xowa.org/wiki/home/page/App/Import/English_Wikipedia.html" title='Learn how to set up English Wikipedia'>English Wikipedia</a></li>
  562. <li><a href="http://xowa.org/wiki/home/page/App/Import/Other_wikis.html" title='Learn how to set up other Wikipedias'>Other Wikipedias</a></li>
  563. </ul>
  564. </div>
  565. </div>
  566. <div class="portal" id='xowa-portal-help'>
  567. <h3>Help</h3>
  568. <div class="body">
  569. <ul>
  570. <li><a href="http://xowa.org/wiki/home/page/Help/About.html" title='Get more information about XOWA'>About</a></li>
  571. <li><a href="http://xowa.org/wiki/home/page/Help/Contents.html" title='View a list of help topics'>Contents</a></li>
  572. <li><a href="http://xowa.org/wiki/home/page/Help/Media.html" title='Read what others have written about XOWA'>Media</a></li>
  573. <li><a href="http://xowa.org/wiki/home/page/Help/Feedback.html" title='Questions? Comments? Leave feedback for XOWA'>Feedback</a></li>
  574. </ul>
  575. </div>
  576. </div>
  577. <div class="portal" id='xowa-portal-blog'>
  578. <h3>Blog</h3>
  579. <div class="body">
  580. <ul>
  581. <li><a href="http://xowa.org/wiki/home/page/Blog.html" title='Follow XOWA''s development process'>Current</a></li>
  582. </ul>
  583. </div>
  584. </div>
  585. <div class="portal" id='xowa-portal-links'>
  586. <h3>Links</h3>
  587. <div class="body">
  588. <ul>
  589. <li><a href="http://dumps.wikimedia.org/backup-index.html" title="Get wiki datababase dumps directly from Wikimedia">Wikimedia dumps</a></li>
  590. <li><a href="https://archive.org/search.php?query=xowa" title="Search archive.org for XOWA files">XOWA @ archive.org</a></li>
  591. <li><a href="http://en.wikipedia.org" title="Visit Wikipedia (and compare to XOWA!)">English Wikipedia</a></li>
  592. </ul>
  593. </div>
  594. </div>
  595. <div class="portal" id='xowa-portal-donate'>
  596. <h3>Donate</h3>
  597. <div class="body">
  598. <ul>
  599. <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/ -->
  600. <li><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector" title="Support Wikipedia!">Wikipedia</a></li>
  601. <!-- <li><a href="" title="Support XOWA! (but only after you've supported archive.org and Wikipedia)">XOWA</a></li> -->
  602. </ul>
  603. </div>
  604. </div>
  605. </div>
  606. </body>
  607. </html>