mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
Add FAQ
This commit is contained in:
@@ -59,13 +59,13 @@
|
||||
For example, after searching for Earth, the url string will read:
|
||||
</p>
|
||||
<p>
|
||||
<code><a href="http://en.wikipedia.org/wiki/Special:Allpages?from=Earth&namespace=0&hideredirects=0" rel="nofollow" class="external free">http://en.wikipedia.org/wiki/Special:Allpages?from=Earth&namespace=0&hideredirects=0</a></code>
|
||||
<code><a href="/site/en.wikipedia.org/wiki/Special:Allpages?from=Earth&namespace=0&hideredirects=0">http://en.wikipedia.org/wiki/Special:Allpages?from=Earth&namespace=0&hideredirects=0</a></code>
|
||||
</p>
|
||||
<p>
|
||||
If you want to hide redirects, change this to:
|
||||
</p>
|
||||
<p>
|
||||
<code><a href="http://en.wikipedia.org/wiki/Special:Allpages?from=Earth&namespace=0&hideredirects=" rel="nofollow" class="external free">http://en.wikipedia.org/wiki/Special:Allpages?from=Earth&namespace=0&hideredirects=</a><span style="color:red;">1</span></code>
|
||||
<code><a href="/site/en.wikipedia.org/wiki/Special:Allpages?from=Earth&namespace=0&hideredirects=">http://en.wikipedia.org/wiki/Special:Allpages?from=Earth&namespace=0&hideredirects=</a><span style="color:red;">1</span></code>
|
||||
</p>
|
||||
<p>
|
||||
If you want to search in a different namespace, you have two options
|
||||
@@ -90,7 +90,7 @@
|
||||
app.gui.win_opts.search_box_fmt_('Special:AllPages?from=~{search}&namespace=0&hideredirects=0');
|
||||
</pre>
|
||||
<p>
|
||||
If you want to hide redirects by default, you can change this to hideredirects=1. Please see <a href="http://xowa.org/home/wiki/Dev/Config_files_files/Files.html" id="xolnki_2" title="Dev/Config files files/Files">Dev/Config_files files/Files</a> for information about where to make this change.
|
||||
If you want to hide redirects by default, you can change this to hideredirects=1. Please see <a href="http://xowa.org/home/wiki/Dev/Config_files_files/Files" id="xolnki_2" title="Dev/Config files files/Files">Dev/Config_files files/Files</a> for information about where to make this change.
|
||||
</p>
|
||||
<h2>
|
||||
<span class="mw-headline" id="Future">Future</span>
|
||||
|
||||
Reference in New Issue
Block a user