All.html 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. <!DOCTYPE html>
  2. <html dir="ltr">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  5. <title>Diagnostics/Xtns/Wikia/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/Xtns/Wikia/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. <div id="toc" class="toc">
  19. <div id="toctitle" class="toctitle">
  20. <h2>
  21. Contents
  22. </h2>
  23. </div>
  24. <ul>
  25. <li class="toclevel-1 tocsection-1">
  26. <a href="#New_Window_Link"><span class="tocnumber">1</span> <span class="toctext">New Window Link</span></a>
  27. </li>
  28. <li class="toclevel-1 tocsection-2">
  29. <a href="#Random_Selection"><span class="tocnumber">2</span> <span class="toctext">Random Selection</span></a>
  30. </li>
  31. <li class="toclevel-1 tocsection-3">
  32. <a href="#Tabber"><span class="tocnumber">3</span> <span class="toctext">Tabber</span></a>
  33. </li>
  34. <li class="toclevel-1 tocsection-4">
  35. <a href="#TabView"><span class="tocnumber">4</span> <span class="toctext">TabView</span></a>
  36. </li>
  37. </ul>
  38. </div>
  39. <h2>
  40. <span class="mw-headline" id="New_Window_Link">New Window Link</span>
  41. </h2>
  42. <table class='wikitable'>
  43. <tr>
  44. <th>
  45. code
  46. </th>
  47. <th>
  48. similar to
  49. </th>
  50. <th>
  51. output
  52. </th>
  53. </tr>
  54. <tr>
  55. <td>
  56. {{#NewWindowLink:Main_Page}}
  57. </td>
  58. <td>
  59. [[Main_Page]]
  60. </td>
  61. <td>
  62. <a href="/wiki/Main_Page" id="xolnki_2" title="Main Page" class="xowa-visited">Main_Page</a>
  63. </td>
  64. </tr>
  65. <tr>
  66. <td>
  67. {{#NewWindowLink:<a href="https://en.wikipedia.org}}" rel="nofollow" class="external free">https://en.wikipedia.org}}</a>
  68. </td>
  69. <td>
  70. [https://en.wikipedia.org https://en.wikipedia.org]
  71. </td>
  72. <td>
  73. <a href="https://en.wikipedia.org" rel="nofollow" class="external free">https://en.wikipedia.org</a>
  74. </td>
  75. </tr>
  76. </table>
  77. <p>
  78. <br>
  79. </p>
  80. <h2>
  81. <span class="mw-headline" id="Random_Selection">Random Selection</span>
  82. </h2>
  83. <ul>
  84. <li>
  85. Randomly selects A or B or C:
  86. </li>
  87. </ul>
  88. <dl>
  89. <dd>
  90. bgn_<i>A</i>_end
  91. </dd>
  92. </dl>
  93. <p>
  94. <br>
  95. </p>
  96. <h2>
  97. <span class="mw-headline" id="Tabber">Tabber</span>
  98. </h2>
  99. <div id="tabber-4fd630ff508655b3b167ed15e6bbab4d" class="tabber">
  100. <div class="tabbertab" title="tab_1">
  101. <p>
  102. <b>Text</b> for <b>tab_1</b>
  103. </p>
  104. </div>
  105. <div class="tabbertab" title="tab_2">
  106. <p>
  107. <b>Text</b> for <b>tab_2</b>
  108. </p>
  109. </div>
  110. </div>
  111. <p>
  112. <br>
  113. </p>
  114. <h2>
  115. <span class="mw-headline" id="TabView">TabView</span>
  116. </h2>
  117. <ul>
  118. <li>
  119. Loads text from pre-existing wiki pages
  120. </li>
  121. <li>
  122. Uses same css and js as Tabber (actual TabView extension uses AJAX to dynamically retrieve pages)
  123. </li>
  124. </ul>
  125. <div id="tabber-test" class="tabber">
  126. <div class="tabbertab" title="tab_1">
  127. <p>
  128. <b>Text</b> for <b>tab_1</b>
  129. </p>
  130. </div>
  131. <div class="tabbertab" title="tab_2" data-active="true">
  132. <p>
  133. <b>Text</b> for <b>tab_2</b>
  134. </p>
  135. </div>
  136. </div>
  137. </div>
  138. </div>
  139. </div>
  140. <div id="mw-head" class="noprint">
  141. <div id="left-navigation">
  142. <div id="p-namespaces" class="vectorTabs">
  143. <h3>Namespaces</h3>
  144. <ul>
  145. <li id="ca-nstab-main" class="selected"><span><a id="ca-nstab-main-href" href="index.html">Page</a></span></li>
  146. </ul>
  147. </div>
  148. </div>
  149. </div>
  150. <div id='mw-panel' class='noprint'>
  151. <div id='p-logo'>
  152. <a style="background-image: url(https://gnosygnu.github.io/xowa/xowa_logo.png);" href="http://xowa.org/" title="Visit the main page"></a>
  153. </div>
  154. <div class="portal" id='xowa-portal-home'>
  155. <h3>XOWA</h3>
  156. <div class="body">
  157. <ul>
  158. <li><a href="http://xowa.org/index.html" title='Visit the main page'>Main page</a></li>
  159. <li><a href="http://xowa.org/screenshots.html" title='See screenshots of XOWA'>Screenshots</a></li>
  160. <li><a href="https://www.youtube.com/watch?v=q0qbXYXEH6M" title="See a video of XOWA Desktop in action">Video</a></li>
  161. <li><a href="http://xowa.org/home/wiki/Help/Download_XOWA.html" title='Download the XOWA application'>Download XOWA</a></li>
  162. <li><a href="http://xowa.org/home/wiki/Dashboard/Image_databases.html" title='Download offline wikis and image databases'>Download wikis</a></li>
  163. </ul>
  164. </div>
  165. </div>
  166. <div class="portal" id='xowa-portal-started'>
  167. <h3>Getting started</h3>
  168. <div class="body">
  169. <ul>
  170. <li><a href="http://xowa.org/home/wiki/App/Setup/System_requirements.html" title='Get XOWA&apos;s system requirements'>Requirements</a></li>
  171. <li><a href="http://xowa.org/home/wiki/App/Setup/Installation.html" title='Get instructions for installing XOWA'>Installation</a></li>
  172. <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>
  173. <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>
  174. <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>
  175. </ul>
  176. </div>
  177. </div>
  178. <div class="portal" id='xowa-portal-android'>
  179. <h3>Android</h3>
  180. <div class="body">
  181. <ul>
  182. <li><a href="http://xowa.org/home/wiki/Android/Setup.html" title='Setup XOWA on your Android device'>Setup</a></li>
  183. <li><a href="https://www.youtube.com/watch?v=jsMTBxGweUw" title="See a video of XOWA Android in action">Video</a></li>
  184. </ul>
  185. </div>
  186. </div>
  187. <div class="portal" id='xowa-portal-help'>
  188. <h3>Help</h3>
  189. <div class="body">
  190. <ul>
  191. <li><a href="http://xowa.org/home/wiki/Help/About.html" title='Get more information about XOWA'>About</a></li>
  192. <li><a href="http://xowa.org/home/wiki/Help/Contents.html" title='View a list of help topics'>Contents</a></li>
  193. <li><a href="http://xowa.org/home/wiki/Help/Media.html" title='Read what others have written about XOWA'>Media</a></li>
  194. <li><a href="http://xowa.org/home/wiki/Help/Feedback.html" title='Questions? Comments? Leave feedback for XOWA'>Feedback</a></li>
  195. </ul>
  196. </div>
  197. </div>
  198. <div class="portal" id='xowa-portal-blog'>
  199. <h3>Blog</h3>
  200. <div class="body">
  201. <ul>
  202. <li><a href="http://xowa.org/home/wiki/Blog.html" title='Follow XOWA''s development process'>Current</a></li>
  203. </ul>
  204. </div>
  205. </div>
  206. <div class="portal" id='xowa-portal-links'>
  207. <h3>Links</h3>
  208. <div class="body">
  209. <ul>
  210. <li><a href="http://dumps.wikimedia.org/backup-index.html" title="Get wiki datababase dumps directly from Wikimedia">Wikimedia dumps</a></li>
  211. <li><a href="https://archive.org/search.php?query=xowa" title="Search archive.org for XOWA files">XOWA @ archive.org</a></li>
  212. <li><a href="http://en.wikipedia.org" title="Visit Wikipedia (and compare to XOWA!)">English Wikipedia</a></li>
  213. </ul>
  214. </div>
  215. </div>
  216. <div class="portal" id='xowa-portal-donate'>
  217. <h3>Donate</h3>
  218. <div class="body">
  219. <ul>
  220. <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/ -->
  221. <li><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector" title="Support Wikipedia!">Wikipedia</a></li>
  222. <li><a href="http://xowa.org/home/wiki/Help/Donate.html" title="Support XOWA!">XOWA</a></li>
  223. </ul>
  224. </div>
  225. </div>
  226. </div>
  227. </body>
  228. </html>