mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
wikidata
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<option value='xowa.gui.nightmode'>
|
||||
Gui - Nightmode
|
||||
</option>
|
||||
<option value='xowa.wiki.hdumps' selected='selected'>
|
||||
<option value='xowa.wiki.hdumps'>
|
||||
Wiki - HTML Databases
|
||||
</option>
|
||||
<option value='xowa.wiki.edit'>
|
||||
@@ -73,7 +73,7 @@
|
||||
<option value='xowa.html.css'>
|
||||
HTML - CSS
|
||||
</option>
|
||||
<option value='xowa.html.page'>
|
||||
<option value='xowa.html.page' selected='selected'>
|
||||
HTML - Page
|
||||
</option>
|
||||
<option value='xowa.html.tidy'>
|
||||
@@ -131,35 +131,59 @@
|
||||
</p>
|
||||
</div>
|
||||
<h2>
|
||||
General
|
||||
Portal
|
||||
</h2>
|
||||
<div class="xocfg_row flex_div">
|
||||
<!-- BTN:help_item -->
|
||||
<div class='xocfg_itm_help'>
|
||||
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.wiki.hdumps.read_preferred")' title='view more info'> </span>
|
||||
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.portal.missing_class")' title='view more info'> </span>
|
||||
</div><!-- TEXT:key -->
|
||||
<div id='xowa.wiki.hdumps.read_preferred__name' class='xocfg_itm_name'>
|
||||
Prefer HTML Databases for Read tab
|
||||
<div id='xowa.html.portal.missing_class__name' class='xocfg_itm_name'>
|
||||
Talk namespace
|
||||
</div><!-- BTN:undo -->
|
||||
<div id='xowa.wiki.hdumps.read_preferred__undo' data-xocfg-type='bool' class='xocfg_itm_delete xocfg_itm_hide'>
|
||||
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.wiki.hdumps.read_preferred")' title="reset to "y""> </span>
|
||||
<div id='xowa.html.portal.missing_class__undo' data-xocfg-type='list:xowa.html.portal.missing_class' class='xocfg_itm_delete xocfg_itm_hide'>
|
||||
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.portal.missing_class")' title="reset to "xowa_display_none""> </span>
|
||||
</div><!-- TEXT:val -->
|
||||
<div class='xocfg_itm_data'>
|
||||
<input id="xowa.wiki.hdumps.read_preferred" data-xocfg-key="xowa.wiki.hdumps.read_preferred" data-xocfg-type="bool" accesskey="d" class="xocfg_data__bool" type="checkbox" checked="checked">
|
||||
<select id="xowa.html.portal.missing_class" data-xocfg-key="xowa.html.portal.missing_class" data-xocfg-type="list:xowa.html.portal.missing_class" accesskey="d" class="xocfg_data__list" size="3">
|
||||
<option value="">
|
||||
Show as blue link
|
||||
</option>
|
||||
<option value="new">
|
||||
Show as red link
|
||||
</option>
|
||||
<option value="xowa_display_none" selected="selected">
|
||||
Hide
|
||||
</option>
|
||||
</select>
|
||||
</div><!-- HIDDEN:key,ctx -->
|
||||
<input type='hidden' id='xowa.wiki.hdumps.read_preferred__key_box' value='xowa.wiki.hdumps.read_preferred'> <input type='hidden' id='xowa.wiki.hdumps.read_preferred__ctx_box' value='app'>
|
||||
<input type='hidden' id='xowa.html.portal.missing_class__key_box' value='xowa.html.portal.missing_class'> <input type='hidden' id='xowa.html.portal.missing_class__ctx_box' value='app'>
|
||||
</div><!-- DIV:help -->
|
||||
<div id='xowa.wiki.hdumps.read_preferred_help_div' class='xohelp_div'>
|
||||
<div id='xowa.wiki.hdumps.read_preferred_help_msg' class='xohelp_msg'>
|
||||
<div id='xowa.html.portal.missing_class_help_div' class='xohelp_div'>
|
||||
<div id='xowa.html.portal.missing_class_help_msg' class='xohelp_msg'>
|
||||
<p>
|
||||
Choose one of the following:
|
||||
Controls the appearance of the Talk tab (right of Page tab):
|
||||
</p>
|
||||
<dl>
|
||||
<dd>
|
||||
XOWA shows a Talk tab just like any other MediaWiki wiki
|
||||
</dd>
|
||||
<dd>
|
||||
However, the default wiki dumps (pages-articles) do not have the Talk namespace. In these situations, the Talk tab is non-functional.
|
||||
</dd>
|
||||
<dd>
|
||||
Some users may object to the continual presence of a non-functional tab. As such, the following options have been provided:
|
||||
</dd>
|
||||
</dl>
|
||||
<ul>
|
||||
<li>
|
||||
<b>checked</b>: Read tab uses HTML databases. Note that this will be faster, but there may be some inaccuracies. (These inaccuracies are being worked on)
|
||||
<b>Hide</b> : Hide the tab if the namespace is missing. This is non-standard MediaWiki behavior, but is not distracting.
|
||||
</li>
|
||||
<li>
|
||||
<b>unchecked</b>: Read tab uses Wikitext. Note that this will be slower, but more accurate.
|
||||
<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.
|
||||
</li>
|
||||
<li>
|
||||
<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.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -167,53 +191,413 @@
|
||||
<div class="xocfg_row flex_div">
|
||||
<!-- BTN:help_item -->
|
||||
<div class='xocfg_itm_help'>
|
||||
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.wiki.hdumps.html_mode")' title='view more info'> </span>
|
||||
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.portal.sidebar_enabled_desktop")' title='view more info'> </span>
|
||||
</div><!-- TEXT:key -->
|
||||
<div id='xowa.wiki.hdumps.html_mode__name' class='xocfg_itm_name'>
|
||||
HTML tab mode
|
||||
<div id='xowa.html.portal.sidebar_enabled_desktop__name' class='xocfg_itm_name'>
|
||||
Show home menu in sidebar (desktop)
|
||||
</div><!-- BTN:undo -->
|
||||
<div id='xowa.wiki.hdumps.html_mode__undo' data-xocfg-type='list:xowa.wiki.hdumps.html_mode' class='xocfg_itm_delete'>
|
||||
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.wiki.hdumps.html_mode")' title="reset to "shown""> </span>
|
||||
<div id='xowa.html.portal.sidebar_enabled_desktop__undo' data-xocfg-type='bool' class='xocfg_itm_delete xocfg_itm_hide'>
|
||||
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.portal.sidebar_enabled_desktop")' title="reset to "n""> </span>
|
||||
</div><!-- TEXT:val -->
|
||||
<div class='xocfg_itm_data'>
|
||||
<select id="xowa.wiki.hdumps.html_mode" data-xocfg-key="xowa.wiki.hdumps.html_mode" data-xocfg-type="list:xowa.wiki.hdumps.html_mode" accesskey="d" class="xocfg_data__list" size="4">
|
||||
<option value="shown">
|
||||
Shown
|
||||
</option>
|
||||
<option value="swt_browser" selected="selected">
|
||||
SWT Browser
|
||||
</option>
|
||||
<option value="hdump_save">
|
||||
Saved for HTML DB
|
||||
</option>
|
||||
<option value="hdump_load">
|
||||
Loaded by HTML DB
|
||||
</option>
|
||||
</select>
|
||||
<input id="xowa.html.portal.sidebar_enabled_desktop" data-xocfg-key="xowa.html.portal.sidebar_enabled_desktop" data-xocfg-type="bool" accesskey="d" class="xocfg_data__bool" type="checkbox">
|
||||
</div><!-- HIDDEN:key,ctx -->
|
||||
<input type='hidden' id='xowa.wiki.hdumps.html_mode__key_box' value='xowa.wiki.hdumps.html_mode'> <input type='hidden' id='xowa.wiki.hdumps.html_mode__ctx_box' value='app'>
|
||||
<input type='hidden' id='xowa.html.portal.sidebar_enabled_desktop__key_box' value='xowa.html.portal.sidebar_enabled_desktop'> <input type='hidden' id='xowa.html.portal.sidebar_enabled_desktop__ctx_box' value='app'>
|
||||
</div><!-- DIV:help -->
|
||||
<div id='xowa.wiki.hdumps.html_mode_help_div' class='xohelp_div'>
|
||||
<div id='xowa.wiki.hdumps.html_mode_help_msg' class='xohelp_msg'>
|
||||
<div id='xowa.html.portal.sidebar_enabled_desktop_help_div' class='xohelp_div'>
|
||||
<div id='xowa.html.portal.sidebar_enabled_desktop_help_msg' class='xohelp_msg'>
|
||||
<p>
|
||||
Choose one of the following to show in HTML tab:
|
||||
Choose one of the following.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<b>Shown</b>: HTML as generated by XOWA
|
||||
<b>checked</b> : to show XOWA menu in sidebar (has XOWA Main Page, About, Help, Page History, Bookmarks, Options
|
||||
</li>
|
||||
<li>
|
||||
<b>SWT browser</b>: HTML as currently shown in SWT browser (useful for Special pages and javascript calls)
|
||||
</li>
|
||||
<li>
|
||||
<b>Saved for HTML DB</b>: HTML as saved in the HTML database. Note that this is for developer purposes only.
|
||||
</li>
|
||||
<li>
|
||||
<b>Loaded for HTML DB</b>: HTML as saved in the HTML database but post-processed with image urls. Note that this is for developer purposes only.
|
||||
<b>unchecked</b> : to hide XOWA menu in sidebar
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="xocfg_row flex_div">
|
||||
<!-- BTN:help_item -->
|
||||
<div class='xocfg_itm_help'>
|
||||
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.portal.sidebar_enabled_server")' title='view more info'> </span>
|
||||
</div><!-- TEXT:key -->
|
||||
<div id='xowa.html.portal.sidebar_enabled_server__name' class='xocfg_itm_name'>
|
||||
Show home menu in sidebar (server)
|
||||
</div><!-- BTN:undo -->
|
||||
<div id='xowa.html.portal.sidebar_enabled_server__undo' data-xocfg-type='bool' class='xocfg_itm_delete xocfg_itm_hide'>
|
||||
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.portal.sidebar_enabled_server")' title="reset to "y""> </span>
|
||||
</div><!-- TEXT:val -->
|
||||
<div class='xocfg_itm_data'>
|
||||
<input id="xowa.html.portal.sidebar_enabled_server" data-xocfg-key="xowa.html.portal.sidebar_enabled_server" data-xocfg-type="bool" accesskey="d" class="xocfg_data__bool" type="checkbox" checked="checked">
|
||||
</div><!-- HIDDEN:key,ctx -->
|
||||
<input type='hidden' id='xowa.html.portal.sidebar_enabled_server__key_box' value='xowa.html.portal.sidebar_enabled_server'> <input type='hidden' id='xowa.html.portal.sidebar_enabled_server__ctx_box' value='app'>
|
||||
</div><!-- DIV:help -->
|
||||
<div id='xowa.html.portal.sidebar_enabled_server_help_div' class='xohelp_div'>
|
||||
<div id='xowa.html.portal.sidebar_enabled_server_help_msg' class='xohelp_msg'>
|
||||
<p>
|
||||
Choose one of the following.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<b>checked</b> : to show XOWA menu in sidebar (has XOWA Main Page, About, Help, Page History, Bookmarks, Options
|
||||
</li>
|
||||
<li>
|
||||
<b>unchecked</b> : to hide XOWA menu in sidebar
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<h2>
|
||||
Content
|
||||
</h2>
|
||||
<div class="xocfg_row flex_div">
|
||||
<!-- BTN:help_item -->
|
||||
<div class='xocfg_itm_help'>
|
||||
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.page.content_code_fmt")' title='view more info'> </span>
|
||||
</div><!-- TEXT:key -->
|
||||
<div id='xowa.html.page.content_code_fmt__name' class='xocfg_itm_name'>
|
||||
Content code format
|
||||
</div><!-- BTN:undo -->
|
||||
<div id='xowa.html.page.content_code_fmt__undo' data-xocfg-type='memo' class='xocfg_itm_delete xocfg_itm_hide'>
|
||||
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.page.content_code_fmt")' title="reset to "<pre>~{page_text}</pre>""> </span>
|
||||
</div><!-- TEXT:val -->
|
||||
<div class='xocfg_itm_data'>
|
||||
<textarea id="xowa.html.page.content_code_fmt" data-xocfg-key="xowa.html.page.content_code_fmt" data-xocfg-type="memo" accesskey="d" class="xocfg_data__memo" rows="4">
|
||||
</textarea>
|
||||
<pre>
|
||||
~{page_text}
|
||||
</pre>
|
||||
</div><!-- HIDDEN:key,ctx -->
|
||||
<input type='hidden' id='xowa.html.page.content_code_fmt__key_box' value='xowa.html.page.content_code_fmt'> <input type='hidden' id='xowa.html.page.content_code_fmt__ctx_box' value='app'>
|
||||
</div><!-- DIV:help -->
|
||||
<div id='xowa.html.page.content_code_fmt_help_div' class='xohelp_div'>
|
||||
<div id='xowa.html.page.content_code_fmt_help_msg' class='xohelp_msg'>
|
||||
<p>
|
||||
Enter a format for pages whose content is entirely source code:
|
||||
</p>
|
||||
<p>
|
||||
Applicable pages include:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
MediaWiki:Common.css
|
||||
</li>
|
||||
<li>
|
||||
MediaWiki:*.js
|
||||
</li>
|
||||
<li>
|
||||
Module:*
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
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:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Horizontal scroll bar at bottom of html window: <pre>~{page_text}</pre>
|
||||
</li>
|
||||
<li>
|
||||
Horizontal scroll bar at bottom of pre: <pre style='overflow:auto'>~{page_text}</pre>
|
||||
</li>
|
||||
<li>
|
||||
Word-wrap: <pre style='white-space: pre-wrap; word-wrap: break-word;'>~{page_text}</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
See <a tabindex="-1" 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
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<h2>
|
||||
Alt text
|
||||
</h2>
|
||||
<div class="xocfg_row flex_div">
|
||||
<!-- BTN:help_item -->
|
||||
<div class='xocfg_itm_help'>
|
||||
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.alt.show_in_caption")' title='view more info'> </span>
|
||||
</div><!-- TEXT:key -->
|
||||
<div id='xowa.html.alt.show_in_caption__name' class='xocfg_itm_name'>
|
||||
Show in caption
|
||||
</div><!-- BTN:undo -->
|
||||
<div id='xowa.html.alt.show_in_caption__undo' data-xocfg-type='bool' class='xocfg_itm_delete xocfg_itm_hide'>
|
||||
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.alt.show_in_caption")' title="reset to "y""> </span>
|
||||
</div><!-- TEXT:val -->
|
||||
<div class='xocfg_itm_data'>
|
||||
<input id="xowa.html.alt.show_in_caption" data-xocfg-key="xowa.html.alt.show_in_caption" data-xocfg-type="bool" accesskey="d" class="xocfg_data__bool" type="checkbox" checked="checked">
|
||||
</div><!-- HIDDEN:key,ctx -->
|
||||
<input type='hidden' id='xowa.html.alt.show_in_caption__key_box' value='xowa.html.alt.show_in_caption'> <input type='hidden' id='xowa.html.alt.show_in_caption__ctx_box' value='app'>
|
||||
</div><!-- DIV:help -->
|
||||
<div id='xowa.html.alt.show_in_caption_help_div' class='xohelp_div'>
|
||||
<div id='xowa.html.alt.show_in_caption_help_msg' class='xohelp_msg'>
|
||||
<p>
|
||||
Choose one of the following:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<b>checked</b> : show alt text underneath caption (default. non-standard behavior, but recommended)
|
||||
</li>
|
||||
<li>
|
||||
<b>unchecked</b> : do not show alt text underneath caption (standard behavior)
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
EX: <a tabindex="-1" href="/site/simple.wikipedia.org/wiki/Saturn_(planet)">http://simple.wikipedia.org/wiki/Saturn_(planet)</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="xocfg_row flex_div">
|
||||
<!-- BTN:help_item -->
|
||||
<div class='xocfg_itm_help'>
|
||||
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.alt.empty_alt_uses_caption")' title='view more info'> </span>
|
||||
</div><!-- TEXT:key -->
|
||||
<div id='xowa.html.alt.empty_alt_uses_caption__name' class='xocfg_itm_name'>
|
||||
Empty alt uses caption
|
||||
</div><!-- BTN:undo -->
|
||||
<div id='xowa.html.alt.empty_alt_uses_caption__undo' data-xocfg-type='bool' class='xocfg_itm_delete xocfg_itm_hide'>
|
||||
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.alt.empty_alt_uses_caption")' title="reset to "y""> </span>
|
||||
</div><!-- TEXT:val -->
|
||||
<div class='xocfg_itm_data'>
|
||||
<input id="xowa.html.alt.empty_alt_uses_caption" data-xocfg-key="xowa.html.alt.empty_alt_uses_caption" data-xocfg-type="bool" accesskey="d" class="xocfg_data__bool" type="checkbox" checked="checked">
|
||||
</div><!-- HIDDEN:key,ctx -->
|
||||
<input type='hidden' id='xowa.html.alt.empty_alt_uses_caption__key_box' value='xowa.html.alt.empty_alt_uses_caption'> <input type='hidden' id='xowa.html.alt.empty_alt_uses_caption__ctx_box' value='app'>
|
||||
</div><!-- DIV:help -->
|
||||
<div id='xowa.html.alt.empty_alt_uses_caption_help_div' class='xohelp_div'>
|
||||
<div id='xowa.html.alt.empty_alt_uses_caption_help_msg' class='xohelp_msg'>
|
||||
<p>
|
||||
Choose one of the following:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<b>checked</b> : if no alt attribute is specified, alt will use caption
|
||||
</li>
|
||||
<li>
|
||||
<b>unchecked</b> : if no alt attribute is specified, alt will be empty (check the HTML source)
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<h2>
|
||||
Collapsible
|
||||
</h2>
|
||||
<div class="xocfg_row flex_div">
|
||||
<!-- BTN:help_item -->
|
||||
<div class='xocfg_itm_help'>
|
||||
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.collapsibles.toc")' title='view more info'> </span>
|
||||
</div><!-- TEXT:key -->
|
||||
<div id='xowa.html.collapsibles.toc__name' class='xocfg_itm_name'>
|
||||
Table of contents
|
||||
</div><!-- BTN:undo -->
|
||||
<div id='xowa.html.collapsibles.toc__undo' data-xocfg-type='bool' class='xocfg_itm_delete xocfg_itm_hide'>
|
||||
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.collapsibles.toc")' title="reset to "n""> </span>
|
||||
</div><!-- TEXT:val -->
|
||||
<div class='xocfg_itm_data'>
|
||||
<input id="xowa.html.collapsibles.toc" data-xocfg-key="xowa.html.collapsibles.toc" data-xocfg-type="bool" accesskey="d" class="xocfg_data__bool" type="checkbox">
|
||||
</div><!-- HIDDEN:key,ctx -->
|
||||
<input type='hidden' id='xowa.html.collapsibles.toc__key_box' value='xowa.html.collapsibles.toc'> <input type='hidden' id='xowa.html.collapsibles.toc__ctx_box' value='app'>
|
||||
</div><!-- DIV:help -->
|
||||
<div id='xowa.html.collapsibles.toc_help_div' class='xohelp_div'>
|
||||
<div id='xowa.html.collapsibles.toc_help_msg' class='xohelp_msg'>
|
||||
<p>
|
||||
Collapsible settings only apply to the current viewing of the page. This setting is not stored for each page.
|
||||
</p>
|
||||
<p>
|
||||
For example, if you are viewing "Page_A", you set your table of contents (TOC) setting to unchecked (always show), and you click "hide":
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Click a link -> Press back -> TOC is shown, not hidden
|
||||
</li>
|
||||
<li>
|
||||
Exit XOWA -> Reopen XOWA -> Go to "Page_A" -> TOC is shown, not hidden
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
Saving the hide/show setting on a page by page basis will be supported in a future version, but probably not anytime soon.
|
||||
</p>
|
||||
<p>
|
||||
All table of contents have a Show / Hide link. See <a tabindex="-1" href="/wiki/Diagnostics/Javascript/Table_of_contents" id="xolnki_21" title="Diagnostics/Javascript/Table of contents">Diagnostics/Javascript/Table_of_contents</a><br>
|
||||
Choose one of the following:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<b>checked</b> : default to show collapsed
|
||||
</li>
|
||||
<li>
|
||||
<b>unchecked</b> : default to show expanded
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="xocfg_row flex_div">
|
||||
<!-- BTN:help_item -->
|
||||
<div class='xocfg_itm_help'>
|
||||
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.collapsibles.navbox")' title='view more info'> </span>
|
||||
</div><!-- TEXT:key -->
|
||||
<div id='xowa.html.collapsibles.navbox__name' class='xocfg_itm_name'>
|
||||
NavBox
|
||||
</div><!-- BTN:undo -->
|
||||
<div id='xowa.html.collapsibles.navbox__undo' data-xocfg-type='bool' class='xocfg_itm_delete xocfg_itm_hide'>
|
||||
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.collapsibles.navbox")' title="reset to "n""> </span>
|
||||
</div><!-- TEXT:val -->
|
||||
<div class='xocfg_itm_data'>
|
||||
<input id="xowa.html.collapsibles.navbox" data-xocfg-key="xowa.html.collapsibles.navbox" data-xocfg-type="bool" accesskey="d" class="xocfg_data__bool" type="checkbox">
|
||||
</div><!-- HIDDEN:key,ctx -->
|
||||
<input type='hidden' id='xowa.html.collapsibles.navbox__key_box' value='xowa.html.collapsibles.navbox'> <input type='hidden' id='xowa.html.collapsibles.navbox__ctx_box' value='app'>
|
||||
</div><!-- DIV:help -->
|
||||
<div id='xowa.html.collapsibles.navbox_help_div' class='xohelp_div'>
|
||||
<div id='xowa.html.collapsibles.navbox_help_msg' class='xohelp_msg'>
|
||||
<p>
|
||||
Navigation boxes at the bottom of the article will often have a Collapse / Expand link. See <a tabindex="-1" href="/wiki/Diagnostics/Javascript/Collapsible" id="xolnki_22" title="Diagnostics/Javascript/Collapsible">Diagnostics/Javascript/Collapsible</a> or <a tabindex="-1" href="/site/en.wikipedia.org/wiki/Quantum_mechanics">http://en.wikipedia.org/wiki/Quantum_mechanics</a><br>
|
||||
Choose one of the following:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<b>checked</b> : default to show collapsed
|
||||
</li>
|
||||
<li>
|
||||
<b>unchecked</b> : default to show expanded
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="xocfg_row flex_div">
|
||||
<!-- BTN:help_item -->
|
||||
<div class='xocfg_itm_help'>
|
||||
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.collapsibles.navframe")' title='view more info'> </span>
|
||||
</div><!-- TEXT:key -->
|
||||
<div id='xowa.html.collapsibles.navframe__name' class='xocfg_itm_name'>
|
||||
NavFrame
|
||||
</div><!-- BTN:undo -->
|
||||
<div id='xowa.html.collapsibles.navframe__undo' data-xocfg-type='bool' class='xocfg_itm_delete xocfg_itm_hide'>
|
||||
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.collapsibles.navframe")' title="reset to "n""> </span>
|
||||
</div><!-- TEXT:val -->
|
||||
<div class='xocfg_itm_data'>
|
||||
<input id="xowa.html.collapsibles.navframe" data-xocfg-key="xowa.html.collapsibles.navframe" data-xocfg-type="bool" accesskey="d" class="xocfg_data__bool" type="checkbox">
|
||||
</div><!-- HIDDEN:key,ctx -->
|
||||
<input type='hidden' id='xowa.html.collapsibles.navframe__key_box' value='xowa.html.collapsibles.navframe'> <input type='hidden' id='xowa.html.collapsibles.navframe__ctx_box' value='app'>
|
||||
</div><!-- DIV:help -->
|
||||
<div id='xowa.html.collapsibles.navframe_help_div' class='xohelp_div'>
|
||||
<div id='xowa.html.collapsibles.navframe_help_msg' class='xohelp_msg'>
|
||||
<p>
|
||||
Choose one of the following:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<b>checked</b> : default to show collapsed
|
||||
</li>
|
||||
<li>
|
||||
<b>unchecked</b> : default to show expanded
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
NOTE: Affects following 2 types of boxes:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Most navigation boxes at the side of the article which sometimes have a Show / Hide link. See <a tabindex="-1" href="/wiki/Diagnostics/Javascript/NavFrame" id="xolnki_23" title="Diagnostics/Javascript/NavFrame">Diagnostics/Javascript/NavFrame</a> or <a tabindex="-1" href="/site/en.wikipedia.org/wiki/Quantum_mechanics">http://en.wikipedia.org/wiki/Quantum_mechanics</a>
|
||||
</li>
|
||||
<li>
|
||||
Some navigation boxes at the bottom of the article which sometimes have a Show / Hide link. See <a tabindex="-1" href="/site/simple.wikipedia.org/wiki/Earth">https://simple.wikipedia.org/wiki/Earth</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<h2>
|
||||
Divs
|
||||
</h2>
|
||||
<div class="xocfg_row flex_div">
|
||||
<!-- BTN:help_item -->
|
||||
<div class='xocfg_itm_help'>
|
||||
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.divs.footer")' title='view more info'> </span>
|
||||
</div><!-- TEXT:key -->
|
||||
<div id='xowa.html.divs.footer__name' class='xocfg_itm_name'>
|
||||
Footer
|
||||
</div><!-- BTN:undo -->
|
||||
<div id='xowa.html.divs.footer__undo' data-xocfg-type='memo' class='xocfg_itm_delete xocfg_itm_hide'>
|
||||
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.divs.footer")' title="reset to "<div id="footer" role="contentinfo">
|
||||
<ul id="footer-info">
|
||||
<li id="footer-info-lastmod"> ~{page_modified_on_msg}</li>
|
||||
<li id="footer-info-copyright">~{<>msgs.get('wikimedia-copyright');<>}
|
||||
</ul>
|
||||
<ul id="footer-places">
|
||||
<li id="footer-places-privacy"><a href="/wiki/~{<>msgs.get('privacypage');<>}" class="extiw" title="~{<>msgs.get('privacy');<>}">~{<>msgs.get('privacy');<>}</a></li>
|
||||
<li id="footer-places-about"><a href="/wiki/~{<>msgs.get('Project:About');<>}" title="Wikipedia:About">~{<>msgs.get('aboutsite');<>}</a></li>
|
||||
<li id="footer-places-disclaimer"><a href="/wiki/~{<>msgs.get('disclaimerpage');<>}" title="~{<>msgs.get('Disclaimers');<>}">~{<>msgs.get('Disclaimers');<>}</a></li>
|
||||
<li id="footer-places-developers"><a href="~{<>msgs.get('wikimedia-developers-url');<>}">~{<>msgs.get('wikimedia-developers');<>}</a></li>
|
||||
<li id="footer-places-cookiestatement"><a href="https://wikimediafoundation.org/wiki/Cookie_statement">Cookie statement</a></li>
|
||||
</ul>
|
||||
<ul id="footer-icons" class="noprint" style='height:10px'>
|
||||
<li id="footer-copyrightico">
|
||||
<a href="https://wikimediafoundation.org/"><img src="~{<>app.fsys.root_dir.to_http_file;<>}/bin/any/xowa/html/css/footer/wikimedia-button.png" width="88" height="31" alt="Wikimedia Foundation"/></a>
|
||||
</li>
|
||||
<li id="footer-poweredbyico">
|
||||
<a href="//www.mediawiki.org/"><img src="~{<>app.fsys.root_dir.to_http_file;<>}/bin/any/xowa/html/css/footer/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" width="88" height="31"/></a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul style='clear:both; float:left;'>
|
||||
<li>Generated by <a href='/wiki/home/Help/About'>XOWA</a>: v~{app_version} (~{app_build_date})</li>
|
||||
</ul>
|
||||
<div style="clear:both"></div>
|
||||
</div>""> </span>
|
||||
</div><!-- TEXT:val -->
|
||||
<div class='xocfg_itm_data'>
|
||||
<textarea id="xowa.html.divs.footer" data-xocfg-key="xowa.html.divs.footer" data-xocfg-type="memo" accesskey="d" class="xocfg_data__memo" rows="4">
|
||||
</textarea>
|
||||
<div id="quot;footerquot;" role=""contentinfo"">
|
||||
<ul id="quot;footer-infoquot;">
|
||||
<li id="quot;footer-info-lastmodquot;">
|
||||
~{page_modified_on_msg}
|
||||
</li>
|
||||
<li id="quot;footer-info-copyrightquot;">
|
||||
~{<>msgs.get('wikimedia-copyright');<>}
|
||||
</li>
|
||||
</ul>
|
||||
<ul id="quot;footer-placesquot;">
|
||||
<li id="quot;footer-places-privacyquot;">
|
||||
<a href=""/wiki/~{"><>msgs.get('privacypage');<>}" class="extiw" title="~{<>msgs.get('privacy');<>}">~{<>msgs.get('privacy');<>}</a>
|
||||
</li>
|
||||
<li id="quot;footer-places-aboutquot;">
|
||||
<a href=""/wiki/~{"><>msgs.get('Project:About');<>}" title="Wikipedia:About">~{<>msgs.get('aboutsite');<>}</a>
|
||||
</li>
|
||||
<li id="quot;footer-places-disclaimerquot;">
|
||||
<a href=""/wiki/~{"><>msgs.get('disclaimerpage');<>}" title="~{<>msgs.get('Disclaimers');<>}">~{<>msgs.get('Disclaimers');<>}</a>
|
||||
</li>
|
||||
<li id="quot;footer-places-developersquot;">
|
||||
<a href=""~{"><>msgs.get('wikimedia-developers-url');<>}">~{<>msgs.get('wikimedia-developers');<>}</a>
|
||||
</li>
|
||||
<li id="quot;footer-places-cookiestatementquot;">
|
||||
<a href=""https://wikimediafoundation.org/wiki/Cookie_statement"">Cookie statement</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul id="quot;footer-iconsquot;" class=""noprint"" style='height:10px'>
|
||||
<li id="quot;footer-copyrighticoquot;">
|
||||
<a href=""https://wikimediafoundation.org/""><img src=""~{"><>app.fsys.root_dir.to_http_file;<>}/bin/any/xowa/html/css/footer/wikimedia-button.png" width="88" height="31" alt="Wikimedia Foundation"/></a>
|
||||
</li>
|
||||
<li id="quot;footer-poweredbyicoquot;">
|
||||
<a href=""//www.mediawiki.org/""><img src=""~{"><>app.fsys.root_dir.to_http_file;<>}/bin/any/xowa/html/css/footer/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" width="88" height="31"/></a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul style='clear:both; float:left;'>
|
||||
<li>
|
||||
Generated by <a href='/wiki/home/Help/About'>XOWA</a>: v~{app_version} (~{app_build_date})
|
||||
</li>
|
||||
</ul>
|
||||
<div style=""clear:both"">
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- HIDDEN:key,ctx -->
|
||||
<input type='hidden' id='xowa.html.divs.footer__key_box' value='xowa.html.divs.footer'> <input type='hidden' id='xowa.html.divs.footer__ctx_box' value='app'>
|
||||
</div><!-- DIV:help -->
|
||||
<div id='xowa.html.divs.footer_help_div' class='xohelp_div'>
|
||||
<div id='xowa.html.divs.footer_help_msg' class='xohelp_msg'>
|
||||
<p>
|
||||
Sets html shown at the bottom of a page
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user