1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

custom_wikis

This commit is contained in:
gnosygnu
2017-02-01 16:53:37 -05:00
parent 6f543ee6a2
commit b4a7e4742e
96 changed files with 817 additions and 1261 deletions

View File

@@ -21,7 +21,7 @@
<span class="mw-headline" id="Overview">Overview</span>
</h2>
<p>
This page lists various tests showing the effect of HTML Tidy. Each &lt;h2&gt; section header below corresponds to a separate test. Enable / Disable HTML Tidy at <a href="http://xowa.org/home/wiki/Options/HTML_Tidy.html" id="xolnki_2" title="Options/HTML Tidy" class="xowa-visited">Options/HTML_Tidy</a> to see the difference (or press F7 to toggle on and off).
This page lists various tests showing the effect of HTML Tidy. Each &lt;h2&gt; section header below corresponds to a separate test. Enable / Disable HTML Tidy at <a href="http://xowa.org/home/wiki/Options/HTML_Tidy.html" id="xolnki_2" title="Options/HTML Tidy">Options/HTML_Tidy</a> to see the difference (or press F7 to toggle on and off).
</p>
<p>
<br>

View File

@@ -1366,132 +1366,6 @@
<p>
<br>
</p>
<h2>
<span class="mw-headline" id="ParserFunctions">ParserFunctions</span>
</h2>
<ul>
<li>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/ParserFunctions.html" id="xolnki_15" title="Module:Diagnostics/ParserFunctions" class="xowa-visited">Module:Diagnostics/ParserFunctions</a>
</li>
<li>
Tests functionality for mw.ext.ParserFunctions.lua
</li>
</ul>
<table class="wikitable">
<tr>
<th>
name
</th>
<th>
code
</th>
<th>
actl
</th>
<th>
rslt
</th>
</tr>
<tr>
<td>
basic expr
</td>
<td>
{{#invoke:Diagnostics/ParserFunctions|expr|1 + 2}}
</td>
<td>
3
</td>
<td>
<span style='color: green;'>pass</span>
</td>
</tr>
</table>
<h2>
<span class="mw-headline" id="TitleBlacklist">TitleBlacklist</span>
</h2>
<ul>
<li>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/TitleBlacklist.html" id="xolnki_16" title="Module:Diagnostics/TitleBlacklist" class="xowa-visited">Module:Diagnostics/TitleBlacklist</a>
</li>
<li>
Tests functionality for mw.ext.TitleBlacklist.lua
</li>
</ul>
<table class="wikitable">
<tr>
<th>
name
</th>
<th>
code
</th>
<th>
actl
</th>
<th>
rslt
</th>
</tr>
<tr>
<td>
basic test; note that TitleBlacklists are not implemented in XOWA
</td>
<td>
{{#invoke:Diagnostics/TitleBlacklist|test|Title_to_check_for_blacklist}}
</td>
<td>
pass
</td>
<td>
<span style='color: green;'>pass</span>
</td>
</tr>
</table>
<p>
<br>
</p>
<h2>
<span class="mw-headline" id="FlaggedRevs">FlaggedRevs</span>
</h2>
<ul>
<li>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/FlaggedRevs.html" id="xolnki_17" title="Module:Diagnostics/FlaggedRevs">Module:Diagnostics/FlaggedRevs</a>
</li>
<li>
Tests functionality for mw.ext.FlaggedRevs.lua
</li>
</ul>
<table class="wikitable">
<tr>
<th>
name
</th>
<th>
code
</th>
<th>
actl
</th>
<th>
rslt
</th>
</tr>
<tr>
<td>
basic test; note that FlaggedRevs are not implemented in XOWA
</td>
<td>
{{#invoke:Diagnostics/FlaggedRevs|test}}
</td>
<td>
0;;infinity
</td>
<td>
<span style='color: green;'>pass</span>
</td>
</tr>
</table>
<h2>
<span class="mw-headline" id="Luaj">Luaj</span>
</h2>
@@ -1500,13 +1374,13 @@
Applies to the Luaj engine (as opposed to the Lua engine)
</li>
<li>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/Luaj.html" id="xolnki_18" title="Module:Diagnostics/Luaj">Module:Diagnostics/Luaj</a>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/Luaj.html" id="xolnki_15" title="Module:Diagnostics/Luaj">Module:Diagnostics/Luaj</a>
</li>
<li>
Tests changes to the luaj_xowa.jar
</li>
<li>
Further notes available at <a href="http://xowa.org/home/wiki/App/Xtn/Mediawiki/Scribunto/Luaj.html" id="xolnki_19" title="App/Xtn/Mediawiki/Scribunto/Luaj">App/Xtn/Mediawiki/Scribunto/Luaj</a>
Further notes available at <a href="http://xowa.org/home/wiki/App/Xtn/Mediawiki/Scribunto/Luaj.html" id="xolnki_16" title="App/Xtn/Mediawiki/Scribunto/Luaj">App/Xtn/Mediawiki/Scribunto/Luaj</a>
</li>
</ul>
<h3>
@@ -2176,6 +2050,132 @@
</td>
</tr>
</table>
<h2>
<span class="mw-headline" id="ParserFunctions">ParserFunctions</span>
</h2>
<ul>
<li>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/ParserFunctions.html" id="xolnki_17" title="Module:Diagnostics/ParserFunctions">Module:Diagnostics/ParserFunctions</a>
</li>
<li>
Tests functionality for mw.ext.ParserFunctions.lua
</li>
</ul>
<table class="wikitable">
<tr>
<th>
name
</th>
<th>
code
</th>
<th>
actl
</th>
<th>
rslt
</th>
</tr>
<tr>
<td>
basic expr
</td>
<td>
{{#invoke:Diagnostics/ParserFunctions|expr|1 + 2}}
</td>
<td>
3
</td>
<td>
<span style='color: green;'>pass</span>
</td>
</tr>
</table>
<h2>
<span class="mw-headline" id="TitleBlacklist">TitleBlacklist</span>
</h2>
<ul>
<li>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/TitleBlacklist.html" id="xolnki_18" title="Module:Diagnostics/TitleBlacklist">Module:Diagnostics/TitleBlacklist</a>
</li>
<li>
Tests functionality for mw.ext.TitleBlacklist.lua
</li>
</ul>
<table class="wikitable">
<tr>
<th>
name
</th>
<th>
code
</th>
<th>
actl
</th>
<th>
rslt
</th>
</tr>
<tr>
<td>
basic test; note that TitleBlacklists are not implemented in XOWA
</td>
<td>
{{#invoke:Diagnostics/TitleBlacklist|test|Title_to_check_for_blacklist}}
</td>
<td>
pass
</td>
<td>
<span style='color: green;'>pass</span>
</td>
</tr>
</table>
<p>
<br>
</p>
<h2>
<span class="mw-headline" id="FlaggedRevs">FlaggedRevs</span>
</h2>
<ul>
<li>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/FlaggedRevs.html" id="xolnki_19" title="Module:Diagnostics/FlaggedRevs">Module:Diagnostics/FlaggedRevs</a>
</li>
<li>
Tests functionality for mw.ext.FlaggedRevs.lua
</li>
</ul>
<table class="wikitable">
<tr>
<th>
name
</th>
<th>
code
</th>
<th>
actl
</th>
<th>
rslt
</th>
</tr>
<tr>
<td>
basic test; note that FlaggedRevs are not implemented in XOWA
</td>
<td>
{{#invoke:Diagnostics/FlaggedRevs|test}}
</td>
<td>
0;;infinity
</td>
<td>
<span style='color: green;'>pass</span>
</td>
</tr>
</table>
</div>
</div>

View File

@@ -22,7 +22,7 @@
</h2>
<ul>
<li>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/ParserFunctions.html" id="xolnki_2" title="Module:Diagnostics/ParserFunctions" class="xowa-visited">Module:Diagnostics/ParserFunctions</a>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/ParserFunctions.html" id="xolnki_2" title="Module:Diagnostics/ParserFunctions">Module:Diagnostics/ParserFunctions</a>
</li>
<li>
Tests functionality for mw.ext.ParserFunctions.lua

View File

@@ -22,7 +22,7 @@
</h2>
<ul>
<li>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/TitleBlacklist.html" id="xolnki_2" title="Module:Diagnostics/TitleBlacklist" class="xowa-visited">Module:Diagnostics/TitleBlacklist</a>
Calls code in <a href="http://xowa.org/home/wiki/Module:Diagnostics/TitleBlacklist.html" id="xolnki_2" title="Module:Diagnostics/TitleBlacklist">Module:Diagnostics/TitleBlacklist</a>
</li>
<li>
Tests functionality for mw.ext.TitleBlacklist.lua