<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.mediawiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MrBlueSky</id>
	<title>MediaWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.mediawiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MrBlueSky"/>
	<link rel="alternate" type="text/html" href="https://www.mediawiki.org/wiki/Special:Contributions/MrBlueSky"/>
	<updated>2026-08-22T01:33:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.16</generator>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Git_and_Gerrit_FAQ&amp;diff=881908</id>
		<title>Git and Gerrit FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Git_and_Gerrit_FAQ&amp;diff=881908"/>
		<updated>2014-01-10T21:59:18Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: /* How do I link to Gerrit URLs from Wikimedia wikis using internal link syntax? */ +answer&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Git and Gerrit}}&lt;br /&gt;
Here is a FAQ concerning how to use [[Git]] and [[Gerrit]].&lt;br /&gt;
&lt;br /&gt;
==Git==&lt;br /&gt;
===Pulling===&lt;br /&gt;
====Should I use &amp;lt;code&amp;gt;git pull origin master&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;git pull gerrit master&amp;lt;/code&amp;gt;?====&lt;br /&gt;
?&lt;br /&gt;
&lt;br /&gt;
====It says &amp;quot;Please, commit your changes or stash them before you can merge.&amp;quot; What do I do?====&lt;br /&gt;
To discard your changes (and anything you had in the stash):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
git stash&lt;br /&gt;
git stash clear&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Now you can proceed with your pull.&lt;br /&gt;
&lt;br /&gt;
===Committing===&lt;br /&gt;
====What&#039;s the difference between &amp;lt;code&amp;gt;git commit --amend&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;git commit --amend -a&amp;lt;/code&amp;gt;?====&lt;br /&gt;
The -a option automatically stages all tracked, modified files before the commit, letting you skip the &amp;lt;code&amp;gt;git add&amp;lt;/code&amp;gt; step unless you need to start tracking new files. A tracked file is a file that was in your last commit.&lt;br /&gt;
&lt;br /&gt;
===Submitting for review===&lt;br /&gt;
====When should I use &amp;lt;code&amp;gt;git review -R&amp;lt;/code&amp;gt; rather than just &amp;lt;code&amp;gt;git review&amp;lt;/code&amp;gt;?====&lt;br /&gt;
?&amp;lt;!--Git/TLDR says to use git review, but Git/Tutorial says to use git review -R.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Gerrit==&lt;br /&gt;
=== Comments ===&lt;br /&gt;
==== How do I save inline code comments? I can only save them as drafts. ====&lt;br /&gt;
:&#039;&#039;When I comment on code inline or reply to comments inline I cannot save it properly, just as a draft.&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; It&#039;s another of Gerrit&#039;s unintuitive parts. You have to click the &amp;quot;review&amp;quot; button back in the change overview page, and the draft inline comments will be attached to your &amp;quot;global&amp;quot; comment when you save it.&lt;br /&gt;
&lt;br /&gt;
==== What should I put in the cover message when I publish comments? ====&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; ?&amp;lt;!--This was pointed out as confusing to new users; see Gerrit_evaluation#Plan_to_make_Gerrit_conform_to_requirements --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous ===&lt;br /&gt;
==== How do I watch changes? ====&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; You have to watch projects. See [[Gerrit/watched projects]].&lt;br /&gt;
&lt;br /&gt;
==== How do I link to Gerrit URLs from Wikimedia wikis using internal link syntax? ====&lt;br /&gt;
:&#039;&#039;For example, for bugs I can use &amp;lt;nowiki&amp;gt;[[bugzilla:1234|bug 1234]]&amp;lt;/nowiki&amp;gt;&#039;&#039; to produce [[bugzilla:1234|bug 1234]].&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; To link to revision 1234 use &amp;lt;nowiki&amp;gt;[[gerrit:1234|revision 1234]]&amp;lt;/nowiki&amp;gt;&#039;&#039;: [[gerrit:1234|revision 1234]].&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Gerrit/Navigation]]&lt;br /&gt;
* [[Developer FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Git]]&lt;br /&gt;
[[Category:Gerrit]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Help:Linksearch&amp;diff=1618321</id>
		<title>Help:Linksearch</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Help:Linksearch&amp;diff=1618321"/>
		<updated>2014-01-10T13:14:56Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{H:h|Reader toc}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;{{h:ml|Special:LinkSearch}}&#039;&#039;&#039; is one of the {{h:ml|Help:Special page||special pages}}. It can be used to search for external links (links to other sites) in a project. It provides a list of [[Help:link|link]]s in external link style from the project on which it is applied, based on the provided URL pattern. For each link the source page is provided, and the exact target, both linked. All network protocols which &lt;br /&gt;
&lt;br /&gt;
The listing shown is all links in all namespaces. There is no way to only show external links in articles, which is often of greatest interest as evidenced by [[w:Wikipedia:External links]]. The MediaWiki software does offer the ability to only search for links in a specific namespace, but this functionality is disabled on WikiMedia projects, due to efficiency issues. If you run your own Wiki site and you have &#039;&#039;[[:mw:Manual:$wgMiserMode|miser mode]]&#039;&#039; disabled the namespace functionality will be available.&lt;br /&gt;
&lt;br /&gt;
==Patterns==&lt;br /&gt;
The URL pattern can be:&lt;br /&gt;
&lt;br /&gt;
*an {{h:mlw|URI scheme||URI scheme}} followed by a wildcard&lt;br /&gt;
:For example: &amp;quot;http://*&amp;quot; ({{h:ml|Special:Linksearch/http://*}}) or &amp;quot;news:*&amp;quot; ({{h:ml|Special:Linksearch/news:*}})&lt;br /&gt;
:This returns all links which use the specified protocol.&lt;br /&gt;
&lt;br /&gt;
*a {{h:mlw|domain name||domain name}} beginning with a wildcard (preceded by an optional scheme)&lt;br /&gt;
:For example: &amp;quot;*.org&amp;quot; ({{h:ml|Special:Linksearch/*.org}}) or &amp;quot;ftp://*.gov.ph&amp;quot; ({{h:ml|Special:Linksearch/ftp://*.gov.ph}})&lt;br /&gt;
:This returns all links pointing to the specified domain and it&#039;s subdomains. When no scheme is specified, http:// is used. Note that everything after the domain name is ignored in the pattern.  &lt;br /&gt;
&lt;br /&gt;
*an {{h:mlw|IP address||IPv4 address}} ending with a wildcard &lt;br /&gt;
:For example: &amp;quot;10.*&amp;quot; ({{h:ml|Special:Linksearch/10.*}}) or &amp;quot;ftp://193.206.*&amp;quot; ({{h:ml|Special:Linksearch/ftp://193.206.*}})&lt;br /&gt;
:The default scheme is again &amp;quot;http://&amp;quot;. Everything after the ip address in the query pattern is ignored. Wildcards in IPv6 addresses are currently not supported.&lt;br /&gt;
&lt;br /&gt;
*a full url without wildcard&lt;br /&gt;
:Examples:&lt;br /&gt;
:* &amp;quot;google.com&amp;quot; ({{h:ml|Special:Linksearch/google.com}})&lt;br /&gt;
:* &amp;quot;http://google.com/pressrel/pressrelease1.html&amp;quot; ({{h:ml|Special:Linksearch/http://google.com/pressrel/pressrelease1.html}})&lt;br /&gt;
:* &amp;quot;http://google.com/search?q=&amp;quot; &lt;br /&gt;
:All links starting with the specified pattern will be returned. &lt;br /&gt;
&lt;br /&gt;
Remarks:&lt;br /&gt;
*Even if multiple URLs lead to the same target, with regard to capitalisation, multiple underscores, and using &amp;quot;index.php&amp;quot; or not, Linksearch is case-sensitive after the first slash (/) and also does not find alternatively written URLs. Therefore, when creating an external link, for optimal use of Linksearch, use a canonical form for the URL. In particular, if after following a link the address bar shows a modified URL, change the URL in the link to that.&lt;br /&gt;
*The list is {{ml|Help:Alphabetic_order||alphabetic}} in the URL. Note that an underscore, unlike a blank space, is alphabetically positioned between &amp;quot;Z&amp;quot; and &amp;quot;a&amp;quot;.&lt;br /&gt;
*User credentials in the search pattern and the external links are ignored for http://, https://, ftp://, etc.&lt;br /&gt;
*In the URL of the special page, the target search pattern has to be {{h:mlw|Percent-encoding||URL encoded}}.&lt;br /&gt;
&lt;br /&gt;
==Linksearch and sections==&lt;br /&gt;
For links in external link style, Linksearch provides backlinks of sections, which &amp;quot;Special:Whatlinkshere&amp;quot; does not for links in internal link style. For links in [[Help:Interwiki linking|interwiki link]] style there is no backlink feature at all.&lt;br /&gt;
&lt;br /&gt;
On the other hand, links in internal link style provide existence detection. Also each of the three styles can have a different look, depending on CSS. &lt;br /&gt;
&lt;br /&gt;
Therefore it is useful to combine the advantages of various link styles adding &amp;quot;hidden  external links&amp;quot; to internal section links and to all interwiki links, except those for which the interlanguage link feature applies. This is done by adding &amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;http://...&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;; this can conveniently be done with a template, see below. Although no actual link is added (which would be superfluous because we have already an internal or interwiki link), it is recorded as external link, and therefore Linksearch can find it.&lt;br /&gt;
&lt;br /&gt;
Since Linksearch allows specifying the first part of an anchor, it is useful, if anchor names are numerical or have a numerical end, to use leading zeros. Otherwise, when searching for links to e.g. &amp;quot;1&amp;quot;, we also get links to &amp;quot;10&amp;quot;, etc. This is e.g. applied in {{h:mlw|Portal:Current events/DateHeader2}}. More generally, if there are anchors &amp;quot;a&amp;quot; and &amp;quot;ab&amp;quot;, it may or may not be desired that a search for links to &amp;quot;a&amp;quot; also   gives links to &amp;quot;ab&amp;quot;; if not, use an anchor &amp;quot;_a&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Also, if anchor names have multiple components, it is useful to put the most significant component first, e.g. if anchors indicate months or dates, we could have the format YYYY-MM, or YYYY-MM-DD, or in a year page MM-DD  (see also {{h:mlw|Calendar date|Big endian forms, starting with the year}}), with leading zeros (see also {{h:ml|Help:Date formatting and linking|Link to date content other than required for autoformatting}}). This applies also for page names, but since these are highly visible, as opposed to anchors, other considerations play a role too. In the case of sections, if for link targets another naming scheme is desired than for display of section headers, anchorscan be put explicitly instead of using section names. This is applied in {{h:mlw|Portal:Current events/DateHeader2}}, where the use in links of the names of explicitly put anchors is enforced by using pseudo sections, with displayed headers that cannot be used as anchors. &lt;br /&gt;
&lt;br /&gt;
In the case of multiple sections with the same name, the HTML produced has a HTML ID that is the section name, with, from the second occurrence, &amp;quot;_2&amp;quot;, &amp;quot;_3&amp;quot;, etc. appended. This does not apply when other anchors are used.&lt;br /&gt;
&lt;br /&gt;
==Links in external link style to the same wiki==&lt;br /&gt;
For &#039;&#039;new&#039;&#039; links to the same wiki the feature has been abolished in 2009, see [[mw:Special:Code/MediaWiki/53104]].&lt;br /&gt;
&lt;br /&gt;
Consider this link:&lt;br /&gt;
*http://meta.wikimedia.org/wiki/9/11_wiki_move_proposal&lt;br /&gt;
&lt;br /&gt;
Try whether it is found:&lt;br /&gt;
*http://meta.wikimedia.org/w/index.php?title=Special:LinkSearch&amp;amp;target=meta.wikimedia.org/wiki/9 gives a page with an old link, not this page with the same link.&lt;br /&gt;
&lt;br /&gt;
==Email links==&lt;br /&gt;
If you want to find all mailto: links to a specific mail host, you can omit the user part and @ sign. For example [[Special:LinkSearch/mailto:gmail.com]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[mw:Manual:Externallinks table]]&lt;br /&gt;
* {{h:ml|Help:Section|Section linking}}.&lt;br /&gt;
&lt;br /&gt;
{{h:f|langs=|enname=Linksearch}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Reader handbook]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Help:Linksearch&amp;diff=1618320</id>
		<title>Help:Linksearch</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Help:Linksearch&amp;diff=1618320"/>
		<updated>2014-01-10T13:12:10Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: /* Patterns */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{H:h|Reader toc}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;{{h:ml|Special:LinkSearch}}&#039;&#039;&#039; is one of the {{h:ml|Help:Special page||special pages}}. It can be used to search for external links (links to other sites) in a project. It provides a list of [[Help:link|link]]s in external link style from the project on which it is applied, based on the provided URL pattern. For each link the source page is provided, and the exact target, both linked. All network protocols which &lt;br /&gt;
&lt;br /&gt;
The listing shown is all links in all namespaces. There is no way to only show external links in articles, which is often of greatest interest as evidenced by [[w:Wikipedia:External links]]. The MediaWiki software does offer the ability to only search for links in a specific namespace, but this functionality is disabled on WikiMedia projects, due to efficiency issues. If you run your own Wiki site and you have &#039;&#039;miser mode&#039;&#039; disabled the namespace functionality will be available.&lt;br /&gt;
&lt;br /&gt;
==Patterns==&lt;br /&gt;
The URL pattern can be:&lt;br /&gt;
&lt;br /&gt;
*an {{h:mlw|URI scheme||URI scheme}} followed by a wildcard&lt;br /&gt;
:For example: &amp;quot;http://*&amp;quot; ({{h:ml|Special:Linksearch/http://*}}) or &amp;quot;news:*&amp;quot; ({{h:ml|Special:Linksearch/news:*}})&lt;br /&gt;
:This returns all links which use the specified protocol.&lt;br /&gt;
&lt;br /&gt;
*a {{h:mlw|domain name||domain name}} beginning with a wildcard (preceded by an optional scheme)&lt;br /&gt;
:For example: &amp;quot;*.org&amp;quot; ({{h:ml|Special:Linksearch/*.org}}) or &amp;quot;ftp://*.gov.ph&amp;quot; ({{h:ml|Special:Linksearch/ftp://*.gov.ph}})&lt;br /&gt;
:This returns all links pointing to the specified domain and it&#039;s subdomains. When no scheme is specified, http:// is used. Note that everything after the domain name is ignored in the pattern.  &lt;br /&gt;
&lt;br /&gt;
*an {{h:mlw|IP address||IPv4 address}} ending with a wildcard &lt;br /&gt;
:For example: &amp;quot;10.*&amp;quot; ({{h:ml|Special:Linksearch/10.*}}) or &amp;quot;ftp://193.206.*&amp;quot; ({{h:ml|Special:Linksearch/ftp://193.206.*}})&lt;br /&gt;
:The default scheme is again &amp;quot;http://&amp;quot;. Everything after the ip address in the query pattern is ignored. Wildcards in IPv6 addresses are currently not supported.&lt;br /&gt;
&lt;br /&gt;
*a full url without wildcard&lt;br /&gt;
:Examples:&lt;br /&gt;
:* &amp;quot;google.com&amp;quot; ({{h:ml|Special:Linksearch/google.com}})&lt;br /&gt;
:* &amp;quot;http://google.com/pressrel/pressrelease1.html&amp;quot; ({{h:ml|Special:Linksearch/http://google.com/pressrel/pressrelease1.html}})&lt;br /&gt;
:* &amp;quot;http://google.com/search?q=&amp;quot; &lt;br /&gt;
:All links starting with the specified pattern will be returned. &lt;br /&gt;
&lt;br /&gt;
Remarks:&lt;br /&gt;
*Even if multiple URLs lead to the same target, with regard to capitalisation, multiple underscores, and using &amp;quot;index.php&amp;quot; or not, Linksearch is case-sensitive after the first slash (/) and also does not find alternatively written URLs. Therefore, when creating an external link, for optimal use of Linksearch, use a canonical form for the URL. In particular, if after following a link the address bar shows a modified URL, change the URL in the link to that.&lt;br /&gt;
*The list is {{ml|Help:Alphabetic_order||alphabetic}} in the URL. Note that an underscore, unlike a blank space, is alphabetically positioned between &amp;quot;Z&amp;quot; and &amp;quot;a&amp;quot;.&lt;br /&gt;
*User credentials in the search pattern and the external links are ignored for http://, https://, ftp://, etc.&lt;br /&gt;
*In the URL of the special page, the target search pattern has to be {{h:mlw|Percent-encoding||URL encoded}}.&lt;br /&gt;
&lt;br /&gt;
==Linksearch and sections==&lt;br /&gt;
For links in external link style, Linksearch provides backlinks of sections, which &amp;quot;Special:Whatlinkshere&amp;quot; does not for links in internal link style. For links in [[Help:Interwiki linking|interwiki link]] style there is no backlink feature at all.&lt;br /&gt;
&lt;br /&gt;
On the other hand, links in internal link style provide existence detection. Also each of the three styles can have a different look, depending on CSS. &lt;br /&gt;
&lt;br /&gt;
Therefore it is useful to combine the advantages of various link styles adding &amp;quot;hidden  external links&amp;quot; to internal section links and to all interwiki links, except those for which the interlanguage link feature applies. This is done by adding &amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;http://...&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;; this can conveniently be done with a template, see below. Although no actual link is added (which would be superfluous because we have already an internal or interwiki link), it is recorded as external link, and therefore Linksearch can find it.&lt;br /&gt;
&lt;br /&gt;
Since Linksearch allows specifying the first part of an anchor, it is useful, if anchor names are numerical or have a numerical end, to use leading zeros. Otherwise, when searching for links to e.g. &amp;quot;1&amp;quot;, we also get links to &amp;quot;10&amp;quot;, etc. This is e.g. applied in {{h:mlw|Portal:Current events/DateHeader2}}. More generally, if there are anchors &amp;quot;a&amp;quot; and &amp;quot;ab&amp;quot;, it may or may not be desired that a search for links to &amp;quot;a&amp;quot; also   gives links to &amp;quot;ab&amp;quot;; if not, use an anchor &amp;quot;_a&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Also, if anchor names have multiple components, it is useful to put the most significant component first, e.g. if anchors indicate months or dates, we could have the format YYYY-MM, or YYYY-MM-DD, or in a year page MM-DD  (see also {{h:mlw|Calendar date|Big endian forms, starting with the year}}), with leading zeros (see also {{h:ml|Help:Date formatting and linking|Link to date content other than required for autoformatting}}). This applies also for page names, but since these are highly visible, as opposed to anchors, other considerations play a role too. In the case of sections, if for link targets another naming scheme is desired than for display of section headers, anchorscan be put explicitly instead of using section names. This is applied in {{h:mlw|Portal:Current events/DateHeader2}}, where the use in links of the names of explicitly put anchors is enforced by using pseudo sections, with displayed headers that cannot be used as anchors. &lt;br /&gt;
&lt;br /&gt;
In the case of multiple sections with the same name, the HTML produced has a HTML ID that is the section name, with, from the second occurrence, &amp;quot;_2&amp;quot;, &amp;quot;_3&amp;quot;, etc. appended. This does not apply when other anchors are used.&lt;br /&gt;
&lt;br /&gt;
==Links in external link style to the same wiki==&lt;br /&gt;
For &#039;&#039;new&#039;&#039; links to the same wiki the feature has been abolished in 2009, see [[mw:Special:Code/MediaWiki/53104]].&lt;br /&gt;
&lt;br /&gt;
Consider this link:&lt;br /&gt;
*http://meta.wikimedia.org/wiki/9/11_wiki_move_proposal&lt;br /&gt;
&lt;br /&gt;
Try whether it is found:&lt;br /&gt;
*http://meta.wikimedia.org/w/index.php?title=Special:LinkSearch&amp;amp;target=meta.wikimedia.org/wiki/9 gives a page with an old link, not this page with the same link.&lt;br /&gt;
&lt;br /&gt;
==Email links==&lt;br /&gt;
If you want to find all mailto: links to a specific mail host, you can omit the user part and @ sign. For example [[Special:LinkSearch/mailto:gmail.com]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[mw:Manual:Externallinks table]]&lt;br /&gt;
* {{h:ml|Help:Section|Section linking}}.&lt;br /&gt;
&lt;br /&gt;
{{h:f|langs=|enname=Linksearch}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Reader handbook]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Help:Linksearch&amp;diff=1618319</id>
		<title>Help:Linksearch</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Help:Linksearch&amp;diff=1618319"/>
		<updated>2014-01-09T21:33:37Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{H:h|Reader toc}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;{{h:ml|Special:LinkSearch}}&#039;&#039;&#039; is one of the {{h:ml|Help:Special page||special pages}}. It can be used to search for external links (links to other sites) in a project. It provides a list of [[Help:link|link]]s in external link style from the project on which it is applied, based on the provided URL pattern. For each link the source page is provided, and the exact target, both linked. All network protocols which &lt;br /&gt;
&lt;br /&gt;
The listing shown is all links in all namespaces. There is no way to only show external links in articles, which is often of greatest interest as evidenced by [[w:Wikipedia:External links]]. The MediaWiki software does offer the ability to only search for links in a specific namespace, but this functionality is disabled on WikiMedia projects, due to efficiency issues. If you run your own Wiki site and you have &#039;&#039;miser mode&#039;&#039; disabled the namespace functionality will be available.&lt;br /&gt;
&lt;br /&gt;
==Patterns==&lt;br /&gt;
The URL pattern can be:&lt;br /&gt;
&lt;br /&gt;
*an {{h:mlw|URI scheme||URI scheme}} followed by a wildcard&lt;br /&gt;
:For example: &amp;quot;http://*&amp;quot; ({{h:ml|Special:Linksearch/http://*}}) or &amp;quot;news:*&amp;quot; ({{h:ml|Special:Linksearch/news:*}})&lt;br /&gt;
:This returns all links which use the specified protocol.&lt;br /&gt;
&lt;br /&gt;
*a {{h:mlw|domain name||domain name}} beginning with a wildcard (preceded by an optional scheme)&lt;br /&gt;
:For example: &amp;quot;*.org&amp;quot; ({{h:ml|Special:Linksearch/*.org}}) or &amp;quot;ftp://*.gov.ph&amp;quot; ({{h:ml|Special:Linksearch/ftp://*.gov.ph}})&lt;br /&gt;
:This returns all links pointing to the specified domain and it&#039;s subdomains. When no scheme is specified, http:// is used. Note that everything after the domain name is ignored in the pattern.  &lt;br /&gt;
&lt;br /&gt;
*an {{h:mlw|IP address||IPv4 address}} ending with a wildcard &lt;br /&gt;
:For example: &amp;quot;10.*&amp;quot; ({{h:ml|Special:Linksearch/10.*}}) or &amp;quot;ftp://193.206.*&amp;quot; ({{h:ml|Special:Linksearch/ftp://193.206.*}})&lt;br /&gt;
:The default scheme is again &amp;quot;http://&amp;quot;. Everything after the ip address in the query pattern is ignored. Wildcards in IPv6 addresses are currently not supported.&lt;br /&gt;
&lt;br /&gt;
*a full url without wildcard&lt;br /&gt;
:Examples:&lt;br /&gt;
:* &amp;quot;google.com&amp;quot; ({{h:ml|Special:Linksearch/google.com}})&lt;br /&gt;
:* &amp;quot;http://google.com/pressrel/pressrelease1.html&amp;quot; ({{h:ml|Special:Linksearch/http://google.com/pressrel/pressrelease1.html}})&lt;br /&gt;
:* &amp;quot;http://google.com/search?q=&amp;quot; &lt;br /&gt;
:All links starting with the specified pattern will be returned. &lt;br /&gt;
&lt;br /&gt;
Remarks:&lt;br /&gt;
*Even if multiple URLs lead to the same target, with regard to capitalisation, multiple underscores, and using &amp;quot;index.php&amp;quot; or not, Linksearch is case-sensitive after the first slash (/) and also does not find alternatively written URLs. Therefore, when creating an external link, for optimal use of Linksearch, use a canonical form for the URL. In particular, if after following a link the address bar shows a modified URL, change the URL in the link to that.&lt;br /&gt;
*The list is {{ml|Help:Alphabetic_order||alphabetic}} in the URL. Note that an underscore, unlike a blank space, is alphabetically positioned between &amp;quot;Z&amp;quot; and &amp;quot;a&amp;quot;.&lt;br /&gt;
*User credentials in the search pattern and the external links are ignored for http:// and https:// searches.&lt;br /&gt;
*In the URL of the special page, the target search pattern has to be {{h:mlw|Percent-encoding||URL encoded}}.&lt;br /&gt;
&lt;br /&gt;
==Linksearch and sections==&lt;br /&gt;
For links in external link style, Linksearch provides backlinks of sections, which &amp;quot;Special:Whatlinkshere&amp;quot; does not for links in internal link style. For links in [[Help:Interwiki linking|interwiki link]] style there is no backlink feature at all.&lt;br /&gt;
&lt;br /&gt;
On the other hand, links in internal link style provide existence detection. Also each of the three styles can have a different look, depending on CSS. &lt;br /&gt;
&lt;br /&gt;
Therefore it is useful to combine the advantages of various link styles adding &amp;quot;hidden  external links&amp;quot; to internal section links and to all interwiki links, except those for which the interlanguage link feature applies. This is done by adding &amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;http://...&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;; this can conveniently be done with a template, see below. Although no actual link is added (which would be superfluous because we have already an internal or interwiki link), it is recorded as external link, and therefore Linksearch can find it.&lt;br /&gt;
&lt;br /&gt;
Since Linksearch allows specifying the first part of an anchor, it is useful, if anchor names are numerical or have a numerical end, to use leading zeros. Otherwise, when searching for links to e.g. &amp;quot;1&amp;quot;, we also get links to &amp;quot;10&amp;quot;, etc. This is e.g. applied in {{h:mlw|Portal:Current events/DateHeader2}}. More generally, if there are anchors &amp;quot;a&amp;quot; and &amp;quot;ab&amp;quot;, it may or may not be desired that a search for links to &amp;quot;a&amp;quot; also   gives links to &amp;quot;ab&amp;quot;; if not, use an anchor &amp;quot;_a&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Also, if anchor names have multiple components, it is useful to put the most significant component first, e.g. if anchors indicate months or dates, we could have the format YYYY-MM, or YYYY-MM-DD, or in a year page MM-DD  (see also {{h:mlw|Calendar date|Big endian forms, starting with the year}}), with leading zeros (see also {{h:ml|Help:Date formatting and linking|Link to date content other than required for autoformatting}}). This applies also for page names, but since these are highly visible, as opposed to anchors, other considerations play a role too. In the case of sections, if for link targets another naming scheme is desired than for display of section headers, anchorscan be put explicitly instead of using section names. This is applied in {{h:mlw|Portal:Current events/DateHeader2}}, where the use in links of the names of explicitly put anchors is enforced by using pseudo sections, with displayed headers that cannot be used as anchors. &lt;br /&gt;
&lt;br /&gt;
In the case of multiple sections with the same name, the HTML produced has a HTML ID that is the section name, with, from the second occurrence, &amp;quot;_2&amp;quot;, &amp;quot;_3&amp;quot;, etc. appended. This does not apply when other anchors are used.&lt;br /&gt;
&lt;br /&gt;
==Links in external link style to the same wiki==&lt;br /&gt;
For &#039;&#039;new&#039;&#039; links to the same wiki the feature has been abolished in 2009, see [[mw:Special:Code/MediaWiki/53104]].&lt;br /&gt;
&lt;br /&gt;
Consider this link:&lt;br /&gt;
*http://meta.wikimedia.org/wiki/9/11_wiki_move_proposal&lt;br /&gt;
&lt;br /&gt;
Try whether it is found:&lt;br /&gt;
*http://meta.wikimedia.org/w/index.php?title=Special:LinkSearch&amp;amp;target=meta.wikimedia.org/wiki/9 gives a page with an old link, not this page with the same link.&lt;br /&gt;
&lt;br /&gt;
==Email links==&lt;br /&gt;
If you want to find all mailto: links to a specific mail host, you can omit the user part and @ sign. For example [[Special:LinkSearch/mailto:gmail.com]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[mw:Manual:Externallinks table]]&lt;br /&gt;
* {{h:ml|Help:Section|Section linking}}.&lt;br /&gt;
&lt;br /&gt;
{{h:f|langs=|enname=Linksearch}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Reader handbook]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Help:Linksearch&amp;diff=1618318</id>
		<title>Help:Linksearch</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Help:Linksearch&amp;diff=1618318"/>
		<updated>2014-01-09T21:25:15Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: some updating and rewriting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{H:h|Reader toc}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;{{h:ml|Special:LinkSearch}}&#039;&#039;&#039; is one of the {{h:ml|Help:Special page||special pages}}. It can be used to search for external links (links to other sites) in a project. It provides a list of [[Help:link|link]]s in external link style from the project on which it is applied, based on the provided URL pattern. For each link the source page is provided, and the exact target, both linked. All network protocols which &lt;br /&gt;
&lt;br /&gt;
The listing shown is all links in all namespaces. There is no way to only show external links in articles, which is often of greatest interest as evidenced by [[w:Wikipedia:External links]]. The MediaWiki software does offer the ability to only search for links in a specific namespace, but this functionality is disabled on WikiMedia projects, due to efficiency issues. If you run your own Wiki site and you have &#039;&#039;miser mode&#039;&#039; disabled the namespace functionality will be available.&lt;br /&gt;
&lt;br /&gt;
The URL pattern can be:&lt;br /&gt;
&lt;br /&gt;
*an {{h:mlw|URI scheme||URI scheme}} followed by a wildcard&lt;br /&gt;
:For example: &amp;quot;http://*&amp;quot; ({{h:ml|Special:Linksearch/http://*}}) or &amp;quot;news:*&amp;quot; ({{h:ml|Special:Linksearch/news:*}})&lt;br /&gt;
:This returns all links which use the specified protocol.&lt;br /&gt;
&lt;br /&gt;
*a {{h:mlw|domain name||domain name}} beginning with a wildcard (preceded by an optional scheme)&lt;br /&gt;
:For example: &amp;quot;*.org&amp;quot; ({{h:ml|Special:Linksearch/*.org}}) or &amp;quot;ftp://*.gov.ph&amp;quot; ({{h:ml|Special:Linksearch/ftp://*.gov.ph}})&lt;br /&gt;
:This returns all links pointing to the specified domain and it&#039;s subdomains. When no scheme is specified, http:// is used. Note that everything after the domain name is ignored in the pattern.  &lt;br /&gt;
&lt;br /&gt;
*an {{h:mlw|IP address||IPv4 address}} ending with a wildcard &lt;br /&gt;
:For example: &amp;quot;10.*&amp;quot; ({{h:ml|Special:Linksearch/10.*}}) or &amp;quot;ftp://193.206.*&amp;quot; ({{h:ml|Special:Linksearch/ftp://193.206.*}})&lt;br /&gt;
:The default scheme is again &amp;quot;http://&amp;quot;. Everything after the ip address in the query pattern is ignored. Wildcards in IPv6 addresses are currently not supported.&lt;br /&gt;
&lt;br /&gt;
*a full url without wildcard&lt;br /&gt;
:Examples:&lt;br /&gt;
:* &amp;quot;google.com&amp;quot; ({{h:ml|Special:Linksearch/google.com}})&lt;br /&gt;
:* &amp;quot;http://google.com/pressrel/pressrelease1.html&amp;quot; ({{h:ml|Special:Linksearch/http://google.com/pressrel/pressrelease1.html}})&lt;br /&gt;
:* &amp;quot;http://google.com/search?q=&amp;quot; &lt;br /&gt;
:All links starting with the specified pattern will be returned. &lt;br /&gt;
&lt;br /&gt;
In the URL of the special page where the search string contains an anchor, or the first part of an anchor name, the hash character # has to be coded as &amp;quot;%23&amp;quot; and the required style is &lt;br /&gt;
     w/index.php?title=Special:Linksearch&amp;amp;target=&#039;&#039;URL&#039;&#039;&lt;br /&gt;
In each of the styles&lt;br /&gt;
     wiki/Special:Linksearch/&#039;&#039;target_page_name&#039;&#039;#&#039;&#039;anchor_name&#039;&#039;&lt;br /&gt;
     wiki/Special:Linksearch/&#039;&#039;target_page_name&#039;&#039;%23&#039;&#039;anchor_name&#039;&#039;&lt;br /&gt;
the anchor is ignored. (&amp;quot;w&amp;quot; and &amp;quot;wiki&amp;quot; can be different on other than Wikimedia wikis.)&lt;br /&gt;
&lt;br /&gt;
Remarks:&lt;br /&gt;
*Even if multiple URLs lead to the same target, with regard to capitalisation, multiple underscores, and using &amp;quot;index.php&amp;quot; or not, Linksearch is case-sensitive after the first slash (/) and also does not find alternatively written URLs. Therefore, when creating an external link, for optimal use of Linksearch, use a canonical form for the URL. In particular, if after following a link the address bar shows a modified URL, change the URL in the link to that.&lt;br /&gt;
*The list is {{ml|Help:Alphabetic_order||alphabetic}} in the URL. Note that an underscore, unlike a blank space, is alphabetically positioned between &amp;quot;Z&amp;quot; and &amp;quot;a&amp;quot;.&lt;br /&gt;
*User credentials in the search pattern and the external links are ignored for http:// and https:// searches.&lt;br /&gt;
&lt;br /&gt;
For links in external link style, Linksearch provides backlinks of sections, which &amp;quot;Special:Whatlinkshere&amp;quot; does not for links in internal link style. For links in [[Help:Interwiki linking|interwiki link]] style there is no backlink feature at all.&lt;br /&gt;
&lt;br /&gt;
On the other hand, links in internal link style provide existence detection. Also each of the three styles can have a different look, depending on CSS. &lt;br /&gt;
&lt;br /&gt;
Therefore it is useful to combine the advantages of various link styles adding &amp;quot;hidden  external links&amp;quot; to internal section links and to all interwiki links, except those for which the interlanguage link feature applies. This is done by adding &amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;http://...&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;; this can conveniently be done with a template, see below. Although no actual link is added (which would be superfluous because we have already an internal or interwiki link), it is recorded as external link, and therefore Linksearch can find it.&lt;br /&gt;
&lt;br /&gt;
Since Linksearch allows specifying the first part of an anchor, it is useful, if anchor names are numerical or have a numerical end, to use leading zeros. Otherwise, when searching for links to e.g. &amp;quot;1&amp;quot;, we also get links to &amp;quot;10&amp;quot;, etc. This is e.g. applied in {{h:mlw|Portal:Current events/DateHeader2}}. More generally, if there are anchors &amp;quot;a&amp;quot; and &amp;quot;ab&amp;quot;, it may or may not be desired that a search for links to &amp;quot;a&amp;quot; also   gives links to &amp;quot;ab&amp;quot;; if not, use an anchor &amp;quot;_a&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Also, if anchor names have multiple components, it is useful to put the most significant component first, e.g. if anchors indicate months or dates, we could have the format YYYY-MM, or YYYY-MM-DD, or in a year page MM-DD  (see also {{h:mlw|Calendar date|Big endian forms, starting with the year}}), with leading zeros (see also {{h:ml|Help:Date formatting and linking|Link to date content other than required for autoformatting}}). This applies also for page names, but since these are highly visible, as opposed to anchors, other considerations play a role too. In the case of sections, if for link targets another naming scheme is desired than for display of section headers, anchorscan be put explicitly instead of using section names. This is applied in {{h:mlw|Portal:Current events/DateHeader2}}, where the use in links of the names of explicitly put anchors is enforced by using pseudo sections, with displayed headers that cannot be used as anchors. &lt;br /&gt;
&lt;br /&gt;
In the case of multiple sections with the same name, the HTML produced has a HTML ID that is the section name, with, from the second occurrence, &amp;quot;_2&amp;quot;, &amp;quot;_3&amp;quot;, etc. appended. This does not apply when other anchors are used.&lt;br /&gt;
&lt;br /&gt;
==Links in external link style to the same wiki==&lt;br /&gt;
For &#039;&#039;new&#039;&#039; links to the same wiki the feature has been abolished (the link table is no longer updated), see [[mw:Special:Code/MediaWiki/53104]].&lt;br /&gt;
&lt;br /&gt;
Consider this link:&lt;br /&gt;
*http://meta.wikimedia.org/wiki/9/11_wiki_move_proposal&lt;br /&gt;
&lt;br /&gt;
Try whether it is found:&lt;br /&gt;
*http://meta.wikimedia.org/w/index.php?title=Special:LinkSearch&amp;amp;target=meta.wikimedia.org/wiki/9 gives a page with an old link, not this page with the same link.&lt;br /&gt;
&lt;br /&gt;
==Email links==&lt;br /&gt;
If you want to find all mailto: links to a specific mail host, you can omit the user part and @ sign. For example [[Special:LinkSearch/mailto:gmail.com]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[mw:Manual:Externallinks table]]&lt;br /&gt;
{{h:ml templates}}&lt;br /&gt;
* {{h:ml|Help:Section|Section linking}}.&lt;br /&gt;
&lt;br /&gt;
{{h:f|langs=|enname=Linksearch}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Reader handbook]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Manual:Installation_guide&amp;diff=681922</id>
		<title>Manual:Installation guide</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Manual:Installation_guide&amp;diff=681922"/>
		<updated>2013-04-30T19:39:39Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: Rejected the last text change (by 123.194.200.170) and restored revision 680816 by S Page (WMF): experimenting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MediaWiki Introduction}}{{InstallationNav}}&lt;br /&gt;
Welcome to the &#039;&#039;&#039;[[MediaWiki]] installation guide&#039;&#039;&#039; which provides instructions on how to manually install and configure MediaWiki on a web server. Note that some users may find MediaWiki [[software bundles]] and [[Hosting_services | hosting services with 1-click installation and wiki farms]] a convenient alternative to manual installation.&lt;br /&gt;
&lt;br /&gt;
The first part of this guide gives broad general instructions, while the last section contains a list of appendices that give more detailed installation notes for specific system configurations and other less common uses of the software.&lt;br /&gt;
&lt;br /&gt;
== Upgrade guide ==&lt;br /&gt;
If you are already running MediaWiki, see the [[Manual:Upgrading|Upgrade guide]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:.4em .4em .4em .4em; float:right;&amp;quot;&lt;br /&gt;
| style=&amp;quot;max-width:375px; text-align:left; padding: .4em .4em .4em 1em; font-size:105%; background-color:#EEEEEE;&amp;quot; | [[File:Gnome-system-software-installer.svg|40px|Requirements]] &amp;lt;span style=&amp;quot;font-size:140%; margin-left:10px;&amp;quot;&amp;gt;&#039;&#039;&#039;&amp;lt;sub&amp;gt;Requirements&amp;lt;/sub&amp;gt;&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding:0 .4em .24em .4em; font-size:95%; max-width:375px;&amp;quot; |&lt;br /&gt;
* [[Download]] MediaWiki (current stable version is {{MW stable release number}})&lt;br /&gt;
* &#039;&#039;&#039;Web server&#039;&#039;&#039; such as [http://httpd.apache.org Apache] or [http://www.microsoft.com/iis IIS]&lt;br /&gt;
** Local or command line access is needed for running maintenance scripts&lt;br /&gt;
* &#039;&#039;&#039;[http://www.php.net PHP]&#039;&#039;&#039; version {{MW stable php requirement}} or later.&amp;lt;br /&amp;gt;Due to a security issue with PHP it is strongly advised to use PHP 5.3.5+ ([http://lists.wikimedia.org/pipermail/mediawiki-announce/2011-January/000094.html see here for more details]).&lt;br /&gt;
** with [http://php.net/pcre Perl Compatible Regular Expressions]&lt;br /&gt;
** with [http://php.net/spl Standard PHP Library]&lt;br /&gt;
* &#039;&#039;&#039;Database Server&#039;&#039;&#039;&lt;br /&gt;
** [http://www.mysql.com MySQL] {{MW stable mysql requirement}} or later (*)&lt;br /&gt;
** or [http://www.postgresql.org PostgreSQL] 8.1 or later &lt;br /&gt;
*** Requires PL/pgSQL (contained in contribs)&lt;br /&gt;
*** Full-Text searching (Native in &amp;gt;=8.3, requires tsearch2 extension &amp;lt;=8.2)&lt;br /&gt;
** or [[SQLite]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;For [[Manual:image thumbnailing|image thumbnailing]] and [[Texvc|TeX]]-support, additional programs are required.&lt;br /&gt;
 &lt;br /&gt;
(*) – Even though it may not be officially supported yet, [[w:MariaDB|MariaDB]], a [[w:GPL|GPL]] fork of the MySQL code by Monty Widenius, the founder of MySQL, is an alternative and can also be used by MediaWiki. [http://downloads.askmonty.org/mariadb/repositories/ Debian/Ubuntu repos].&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Quick installation guide ==&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;background-color: #F5A9A9;&amp;quot; |&lt;br /&gt;
|&#039;&#039;&#039;Warning about webhost auto-installers&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Programs provided by webhosts to automatically install applications such as MediaWiki can, and frequently do, screw up the process, resulting in errors and a failure to install MediaWiki (or another application for that matter). If you encounter this problem, it &#039;&#039;&#039;does not&#039;&#039;&#039; mean that you cannot install MediaWiki; all it means is that you should do it manually.  This is very easy and there are benefits to doing this, including more control over where on the server and file path you want to install it, the ability to use a shared database, or the ability to control more features of the wiki during the installation.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
For experienced users, here is the quick version of the installation instructions.  Most users will want to read the more detailed version, [[#Main installation guide|below]].&lt;br /&gt;
&lt;br /&gt;
# Check that your system meets the [[Manual:Installation requirements|minimum requirements]] &lt;br /&gt;
# [[Download|Download MediaWiki]] &amp;lt;small&amp;gt;{{MW stable release link|(direct link to latest version)}}&amp;lt;/small&amp;gt; and extract the archive to a web-accessible folder on your server.&lt;br /&gt;
# Point your browser to the directory where MediaWiki was extracted (e.g., &amp;lt;tt&amp;gt;http://[domain]/mediawiki/index.php&amp;lt;/tt&amp;gt;). If installed on a local machine, replace &#039;&#039;[domain]&#039;&#039; with &#039;&#039;&#039;localhost&#039;&#039;&#039;. If installed on a remote server, replace &#039;&#039;[domain]&#039;&#039; with your server&#039;s domain name (eg: www.myserver.com).&lt;br /&gt;
# [[Manual:Config script|Follow the on-screen instructions]] to complete the process.&lt;br /&gt;
&lt;br /&gt;
These instructions are deliberately brief.  There is a lot that could go wrong, so if in doubt, you are advised to read the full instructions below!&lt;br /&gt;
&lt;br /&gt;
== Main installation guide ==&lt;br /&gt;
* Before installation&lt;br /&gt;
** [[Manual:What is MediaWiki?|Read what MediaWiki is]]&lt;br /&gt;
** [[Manual:MediaWiki feature list|Check the MediaWiki feature list]]&lt;br /&gt;
** [[Manual:Installation requirements|Installation requirements]] - Check these before going any further!&lt;br /&gt;
* [[Manual:Installing MediaWiki|Installing MediaWiki]]&lt;br /&gt;
* Configuring MediaWiki&lt;br /&gt;
** [[Manual:Config script|Initial configuration]] (using the configuration script)&lt;br /&gt;
** [[Manual:Configuring MediaWiki|Further configuration]] &lt;br /&gt;
** [[Manual:Extensions|Installing extensions]]&lt;br /&gt;
&lt;br /&gt;
== Alternative to manual installation ==&lt;br /&gt;
Some users may prefer to skip manual installation by using a pre-integrated MediaWiki [[Software appliances|software appliance]] or [[Hosting services|hosting services with 1-click installation and wiki farms]].&lt;br /&gt;
&lt;br /&gt;
If you are installing only for [[How to become a MediaWiki hacker|development]] or testing, consider using [[mediawiki-vagrant]].  You must have (and enable) [[:w:hardware virtualization|hardware virtualization]].  Many modern computers have this, and you can check in your BIOS.&lt;br /&gt;
&lt;br /&gt;
== Appendices ==&lt;br /&gt;
=== Advanced uses ===&lt;br /&gt;
The following pages give instructions about how to install/configure MediaWiki for other, less common purposes.&lt;br /&gt;
* [[Download from Git|Installing from Git]]&lt;br /&gt;
* [[Manual:Wiki on a stick|Installing MediaWiki on a memory stick]]&lt;br /&gt;
&lt;br /&gt;
=== Advanced configuration ===&lt;br /&gt;
The following pages cover some of the more advanced configuration options:&lt;br /&gt;
* [[Manual:Configuration|Advanced configuration]]&lt;br /&gt;
* [[Manual:Administrators|Wiki administration]]&lt;br /&gt;
&lt;br /&gt;
=== MediaWiki Help ===&lt;br /&gt;
The following page explains how to get a copy of the MediaWiki help pages on your own wiki&lt;br /&gt;
* [[Project:PD help/Copying|Copying help pages]]&lt;br /&gt;
&lt;br /&gt;
==Installation assistance==&lt;br /&gt;
*FAQ: [[FAQ#Installation and configuration]]&lt;br /&gt;
*[[MediaWiki on IRC|IRC (#mediawiki)]]&lt;br /&gt;
*&#039;&#039;&#039;[https://lists.wikimedia.org/mailman/listinfo/mediawiki-l mediawiki-l]&#039;&#039;&#039; (Mailing List) is the high-traffic mailing list to ask for support.&lt;br /&gt;
*&#039;&#039;&#039;[http://www.mwusers.com MediaWiki Users]&#039;&#039;&#039; (Forum) is a user-to-user MediaWiki support forum&lt;br /&gt;
&lt;br /&gt;
=== System-specific instructions  ===&lt;br /&gt;
The following pages give more detailed installation instructions aimed at specific systems. However, by and large [[Manual:Installing MediaWiki]] is more up to date, and better written than the per system docs, and as such it is recomended you first consult the [[Manual:Installing_MediaWiki|main install instructions]] before looking at a per system installation documents.&lt;br /&gt;
&lt;br /&gt;
* [[Manual:Running MediaWiki on FreeBSD|FreeBSD]]&lt;br /&gt;
* [[Manual:Running MediaWiki on Linux|GNU/Linux]]&lt;br /&gt;
** [[Manual:Running MediaWiki on ALT Linux|ALT Linux]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Arch Linux|Arch Linux]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Damnsmalllinux|Damnsmalllinux]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Debian GNU/Linux|Debian]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Fedora|Fedora]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Gentoo Linux|Gentoo]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Mandriva|Mandriva]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Red Hat Linux|Red Hat Enterprise Linux]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Slackware Linux|Slackware]]&lt;br /&gt;
** [[Manual:Running MediaWiki on SuSE Linux 9.3|SuSE 9.3]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Ubuntu|Ubuntu]]&lt;br /&gt;
* [[Manual:Running MediaWiki on Mac OS X|Mac OS X]]&lt;br /&gt;
* [[Manual:Running MediaWiki on NetWare|NetWare]]&lt;br /&gt;
* [[Manual:Running MediaWiki on Solaris|Solaris]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Solaris 10|Solaris 10]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Solaris 9|Solaris 9]]&lt;br /&gt;
* [[Manual:Running MediaWiki on Windows|Windows]]&lt;br /&gt;
** [[Manual:Installing MediaWiki on Windows XP|Windows XP]]&lt;br /&gt;
** [[Manual:Installing MediaWiki on Windows Server 2003|Windows Server 2003]]&lt;br /&gt;
** [[Manual:Installing MediaWiki on Windows Server 2008|Windows Server 2008]]&lt;br /&gt;
** [[Manual:Installing MediaWiki on Windows Server 2008 R2|Windows Server 2008 R2]]&lt;br /&gt;
** [[Manual:Newcomers guide to installing on Windows|Newcomers guide]]&lt;br /&gt;
** [[Manual:Streamlined Windows Install Guide|Streamlined Guide]]&lt;br /&gt;
** [[Manual:Simple Windows Apache Installation|Simple Windows Apache Installation]]&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;plainlinks&amp;quot;&amp;gt;&lt;br /&gt;
* MediaWiki ships with an installation script which allows web-based configuration&lt;br /&gt;
* MediaWiki can share the database of another web-based application, e.g. phpBB etc.&lt;br /&gt;
* Knowledge of PHP is required in order to customize the software&lt;br /&gt;
* PHP 5 support has been required since MediaWiki 1.7 – if you are using an older version of PHP and cannot upgrade then you should use MediaWiki {{MW ancient release number}} &amp;lt;small&amp;gt;([http://download.wikimedia.org/mediawiki/1.6/mediawiki-{{MW ancient release number}}.tar.gz download])&amp;lt;/small&amp;gt;.  Note that this version is &#039;&#039;no longer supported&#039;&#039;.&lt;br /&gt;
* MySQL 4 support has been required since MediaWiki 1.6 – if you are using an older version of MySQL and cannot upgrade then you should use MediaWiki 1.5.8 &amp;lt;small&amp;gt;([http://prdownloads.sourceforge.net/wikipedia/mediawiki-1.5.8.tar.gz?download download])&amp;lt;/small&amp;gt;.  Note that this version is &#039;&#039;no longer supported&#039;&#039;.&lt;br /&gt;
* MySQL 5 support is required since [[MediaWiki 1.19]] – if you are using an older version of MySQL and cannot upgrade, you should use MediaWiki 1.18.5 &amp;lt;small&amp;gt;([[download:mediawiki/1.18/mediawiki-1.18.5.tar.gz|download]])&amp;lt;/small&amp;gt;.&lt;br /&gt;
* Some users find it helpful to install an additional software package such as [http://www.phpmyadmin.net phpMyAdmin] (MySQL) or [http://phppgadmin.sourceforge.net/ phpPgAdmin] (Postgres) to help administer the database server.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Software bundles|MediaWiki software bundles]]&lt;br /&gt;
* [[Hosting_services|MediaWiki hosting services and wiki farms]]&lt;br /&gt;
* [[Manual:Before installing|Before installing]]&lt;br /&gt;
* [[Manual:Upgrading|Upgrading]]&lt;br /&gt;
* [[Manual:Uninstallation|Uninstallation]]&lt;br /&gt;
* [[Manual:FAQ|FAQ]]&lt;br /&gt;
&lt;br /&gt;
{{Languages|Manual:Installation guide}}&lt;br /&gt;
[[Category:Installation|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=API:Action_API&amp;diff=680965</id>
		<title>API:Action API</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=API:Action_API&amp;diff=680965"/>
		<updated>2013-04-29T23:25:34Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: Undo revision 680963 by Baseball72 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;background: #f0f0e0; border: 2px solid #aaa; padding: 4px 4px 4px 15px; width:80%; margin:0 auto&amp;quot;&amp;gt;&lt;br /&gt;
* In MediaWiki, &#039;API&#039; is often a synonym of the &#039;&#039;&#039;[[w:Web API|WebAPI]]&#039;&#039;&#039;, which provides convenient access to wiki features, data and meta-data. This is what this page covers.&lt;br /&gt;
* You may also be looking for the internal &#039;&#039;&#039;[[Manual:Developing_extensions|extension interface]]&#039;&#039;&#039; (sort of &amp;quot;internal API&amp;quot; or &amp;quot;PHP API&amp;quot;), which allows PHP developers to add new functionality to a MediaWiki installation.&lt;br /&gt;
&lt;br /&gt;
MediaWiki has two more outward-facing interfaces:&lt;br /&gt;
* The &#039;&#039;&#039;[[Special:Export]]&#039;&#039;&#039; page, which provides bulk export of wiki content as XML. Read the [[m:Help:Export|Export help article on meta.wikimedia.org]] for more information.&lt;br /&gt;
* The &#039;&#039;&#039;standard web-based interface&#039;&#039;&#039; (which you are likely using right now). Read [[Manual:Parameters to index.php]] for information on using the web-based interface.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{API}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This is an introductory overview. See the menu bar on the right for more detailed sub-topics.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you want to monitor a MediaWiki installation, or [[w:Wikipedia:Creating_a_bot|create a bot]] to automatically maintain one, you can use the MediaWiki web service [[wikipedia:application programming interface|API]]. The web service API provides direct, high-level access to the data contained in MediaWiki databases. [[API:Client_code|Client programs]] can log in to a wiki, get data, and post changes automatically by making HTTP requests to the web service. Supported clients include [[w:Wikipedia:Creating_a_bot|bots]], thin web-based JavaScript clients such as [[:en:Wikipedia:Tools/Navigation popups|Navigation popups]] and [[:fr:User:EDUCA33E/LiveRC/Documentation|LiveRC]], end-user applications such as [[:en:User:Henna/VF|Vandal Fighter]], and other web sites ([http://toolserver.org/ Toolserver]&#039;s utilities).&lt;br /&gt;
&lt;br /&gt;
On new MediaWiki installations, the web service is enabled by default, but an administrator can [[API:Restricting_API_usage#Disabling_the_entire_API|disable it]].&lt;br /&gt;
&lt;br /&gt;
== A simple example ==&lt;br /&gt;
&lt;br /&gt;
This URL tells English Wikipedia&#039;s web service API to send you the content of the main page:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
http://en.wikipedia.org/w/api.php?format=json&amp;amp;action=query&amp;amp;titles=Main%20Page&amp;amp;prop=revisions&amp;amp;rvprop=content&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use any programming language to make an HTTP GET request for that URL (or just visit that link in your browser), and you&#039;ll get a JSON document which includes the current wiki markup for the page titled &amp;quot;Main Page&amp;quot;. Changing format to &#039;&#039;&#039;jsonfm&#039;&#039;&#039; will return a &amp;quot;pretty-printed&amp;quot; HTML result good for debugging.&lt;br /&gt;
&lt;br /&gt;
Let&#039;s pick that URL apart to show how it works.&lt;br /&gt;
&lt;br /&gt;
=== The endpoint ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;http://en.wikipedia.org/w/api.php&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is the &#039;&#039;endpoint&#039;&#039;. It&#039;s like the home page of the Mediawiki web service API. This URL is the base URL for English Wikipedia&#039;s API, just as &amp;lt;code&amp;gt;http://en.wikipedia.org/wiki/&amp;lt;/code&amp;gt; is the base URL for its web site.&lt;br /&gt;
&lt;br /&gt;
If you&#039;re writing a program to use English Wikipedia, every URL you construct will begin with this base URL. If you&#039;re using a different MediaWiki installation, you&#039;ll need to find its endpoint and use that instead. All [[Wikimedia]] wikis have endpoints that follow this pattern:&lt;br /&gt;
&lt;br /&gt;
 http://en.wikipedia.org/w/api.php      # English Wikipedia API&lt;br /&gt;
 http://nl.wikipedia.org/w/api.php      # Dutch Wikipedia API&lt;br /&gt;
 http://commons.wikimedia.org/w/api.php # Wikimedia Commons API&lt;br /&gt;
{{MW 1.17}}&lt;br /&gt;
Since {{rev|75621}}, we have RSD discovery for the endpoint: look for the &amp;lt;code&amp;gt;link rel=&amp;quot;EditURI&amp;quot;&amp;lt;/code&amp;gt; in the HTML source of any page and extract the &amp;lt;code&amp;gt;api.php&amp;lt;/code&amp;gt; URL; the actual link contains additional info. For instance, on this wiki it&#039;s:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;link rel=&amp;quot;EditURI&amp;quot; type=&amp;quot;application/rsd+xml&amp;quot; href=&amp;quot;//www.mediawiki.org/w/api.php?action=rsd&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Otherwise, there&#039;s no safe way to locate the endpoint on any wiki. If you&#039;re lucky, either the full path to index.php will not be hidden under strange rewrite rules so that you&#039;ll only have to take the &amp;quot;edit&amp;quot; (or history) link and replace index.php (etc.) with api.php, or you&#039;ll be able to use the default [[Manual:$wgScriptPath|ScriptPath]] (like &amp;lt;code&amp;gt;w/api.php&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
Now let&#039;s move on to the parameters in the query string of the URL.&lt;br /&gt;
&lt;br /&gt;
=== The format ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;format=json&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This tells the Wikimedia web service API that we want data to be returned in JSON format. You might also want to try &amp;lt;code&amp;gt;format=jsonfm&amp;lt;/code&amp;gt; to get an HTML version of the result that is good for debugging. Even though the API supports many different [[API:Data_formats|output formats]] such as [[w:WDDX|WDDX]], [[w:XML|XML]], [[w:YAML|YAML]] and [http://php.net/manual/en/function.serialize.php native PHP], there are plans to remove all formats excepts for JSON, so you might not want to use them.&lt;br /&gt;
&lt;br /&gt;
=== The action ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;action=query&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is the &#039;action&#039;. The MediaWiki web service API supports over fifty actions, and they&#039;re all documented in the [//en.wikipedia.org/w/api.php API reference]. In this case, we&#039;re using &amp;quot;query&amp;quot; to tell the API that we want to get some data.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;query&amp;quot; action is one of the API&#039;s most important actions, and it has [[API:Query|extensive documentation of its own]]. What follows is just an explanation of a single example.&lt;br /&gt;
&lt;br /&gt;
=== Action-specific parameters ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;titles=Main%20Page&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The rest of the example URL contains parameters used by the &amp;quot;query&amp;quot; action. Here, we&#039;re telling the web service API that we want information about the Wiki page called &amp;quot;Main Page&amp;quot;. (The %20 comes from [[w:Percent-encoding|percent-encoding]] a space.) If you need to work with multiple pages, please consider putting them all in one request to optimize network and server resources: &amp;lt;code&amp;gt;titles=PageA|PageB|PageC&amp;lt;/code&amp;gt;. See the [[API:Query|query documentation]] for details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;prop=revisions&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This parameter tells the web service API that we are interested in a particular revision of the page. Since we&#039;re not specifying any revision information, the API will give us information about the latest revision &amp;amp;mdash; the main page of Wikipedia as it stands right now.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;rvprop=content&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, this parameter tells the web service API that we want the content of the latest revision of the page. If we passed in &amp;lt;code&amp;gt;rvprop=content|user&amp;lt;/code&amp;gt; instead, we&#039;d get the latest page content &#039;&#039;and&#039;&#039; the name of the user who made the most recent revision.&lt;br /&gt;
&lt;br /&gt;
Again, this is just one example. Queries are explained in more detail [[API:Query|here]], and [http://en.wikipedia.org/w/api.php the API reference] lists all the possible actions, all the possible values for &amp;lt;code&amp;gt;rvprop&amp;lt;/code&amp;gt;, and so on.&lt;br /&gt;
&lt;br /&gt;
[[File:The MediaWiki Web API and How to use it - San Francisco Wikipedia Hackathon 2012.ogv|thumb|400px|An introduction to the API by [[User:Catrope|Roan Kattouw]] at the [[San Francisco Hackathon January 2012]]]]&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
Before you start using the MediaWiki web service API, be sure to read these documents:&lt;br /&gt;
&lt;br /&gt;
* The [[API:FAQ|FAQ]].&lt;br /&gt;
* The page about [[API:Data formats|input and output formats]]&lt;br /&gt;
* The page about [[API:Errors and warnings|errors and warnings]]&lt;br /&gt;
* Any policies that apply to the wiki you want to access, such as (for Wikimedia Foundation wikis) our [[wmf:Terms of Use|terms of use]]. These terms apply to you when you access or edit using the web service API, just as they do when you use your web browser.&lt;br /&gt;
&lt;br /&gt;
Beyond that point, what you need to read depends on what you want to do. The right-hand menu links to detailed, task-specific documentation, and some more general guidelines are given below.&lt;br /&gt;
&lt;br /&gt;
== Identifying your client ==&lt;br /&gt;
&lt;br /&gt;
When you make HTTP requests to the MediaWiki web service API, be sure to specify a &amp;lt;code&amp;gt;User-Agent&amp;lt;/code&amp;gt; header that properly identifies your client. Don&#039;t use the default &amp;lt;code&amp;gt;User-Agent&amp;lt;/code&amp;gt; provided by your client library, but make up a custom header that identifies your script or service and provides some type of means of contacting you (e.g., an e-mail address).&lt;br /&gt;
&lt;br /&gt;
An example User-Agent string might look like:&lt;br /&gt;
 MyCoolTool/1.1 (http://example.com/MyCoolTool/; MyCoolTool@example.com) BasedOnSuperLib/1.4&lt;br /&gt;
&lt;br /&gt;
On Wikimedia wikis, if you don&#039;t supply a &amp;lt;code&amp;gt;User-Agent&amp;lt;/code&amp;gt; header, or you supply an empty or generic one, your request will fail with an HTTP 403 error (cf. [[m:User-Agent policy]]). Other MediaWiki installations may have similar policies.&lt;br /&gt;
&lt;br /&gt;
If you are calling the API from browser-based JavaScript, you won&#039;t be able to influence the &amp;lt;code&amp;gt;User-Agent&amp;lt;/code&amp;gt; header: the browser will use its own. There is currently no other mechanism for a browser-based client to identify itself.&lt;br /&gt;
&lt;br /&gt;
In PHP, you can identify your user-agent with code such as this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;ini_set(&#039;user_agent&#039;, &#039;MyCoolTool/1.1 (http://example.com/MyCoolTool/; MyCoolTool@example.com) BasedOnSuperLib/1.4&#039;);&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or if you use [[wikipedia:cURL|cURL]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;curl_setopt($curl, CURLOPT_USERAGENT, &#039;MyCoolTool/1.1 (http://example.com/MyCoolTool/; MyCoolTool@example.com) BasedOnSuperLib/1.4&#039;);&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Logging in ==&lt;br /&gt;
&lt;br /&gt;
Your client will probably need to log in to MediaWiki, possibly via its own user account.  See [[API:Login|the login manual page]] for details.&lt;br /&gt;
&lt;br /&gt;
== API etiquette ==&lt;br /&gt;
&lt;br /&gt;
If your requests obtain data that can be cached for a while, you should take steps to cache it, so you don&#039;t request the same data over and over again. More information about rate-limiting, concurrency, and general API etiquette can be found at [[API:Etiquette]]. Some clients may be able to cache data themselves, but for others (particularly JavaScript clients), this is not possible.&lt;br /&gt;
&lt;br /&gt;
Per the HTTP specification, POST requests cannot be cached. Therefore, whenever you&#039;re reading data from the web service API, you should use GET requests, not POST.&lt;br /&gt;
&lt;br /&gt;
Also note that a request cannot be served from cache unless the URL is &#039;&#039;&#039;exactly the same&#039;&#039;&#039;. If you make a request for &amp;lt;code&amp;gt;api.php?....titles=Foo|Bar|Hello&amp;lt;/code&amp;gt;, and cache the result, then a request for &amp;lt;code&amp;gt;api.php?....titles=Hello|Bar|Hello|Foo&amp;lt;/code&amp;gt; will not go through the cache — even though MediaWiki returns the same data!&lt;br /&gt;
&lt;br /&gt;
You should take care to normalize the URLs you send to the MediaWiki web service, so that slightly different user input won&#039;t cause you to waste time on unnecessary HTTP requests. You can normalize a list of page titles by &#039;&#039;&#039;removing duplicates&#039;&#039;&#039; and &#039;&#039;&#039;sorting the titles alphabetically&#039;&#039;&#039;. Similar techniques will work for other kinds of data.&lt;br /&gt;
&lt;br /&gt;
== Useful links ==&lt;br /&gt;
&lt;br /&gt;
The menu bar on the right side of this page links to more detailed, task-specific documentation. Here are some links having to do with the API as a whole:&lt;br /&gt;
&lt;br /&gt;
* [[w:Special:ApiSandbox|The API sandbox]] on English Wikipedia makes it easy to try out different actions interactively.&lt;br /&gt;
* [//en.wikipedia.org/w/api.php The API reference] contains automatically-generated descriptions of all actions and parameters.&lt;br /&gt;
* [https://www.ibm.com/developerworks/xml/library/x-phpwikipedia/index.html Hook into Wikipedia information using PHP and the MediaWiki API] (IBM developerWorks article, 17 May 2011)&lt;br /&gt;
* [http://www.integratingstuff.com/2012/04/06/hook-into-wikipedia-using-java-and-the-mediawiki-api/ Hook into Wikipedia using Java and the MediaWiki API] (6 April 2012)&lt;br /&gt;
* [[API/Tutorial|The API tutorial]] leads you through hands-on exercises and includes a training video.&lt;br /&gt;
* Mailing list for notifications and questions: &#039;&#039;&#039;[[mail:mediawiki-api|API mailing list]]&#039;&#039;&#039;&lt;br /&gt;
** Low-traffic mailing list for announcements only (all posts to this list are posted to mediawiki-api as well): &#039;&#039;&#039;[[mail:mediawiki-api-announce|mediawiki-api-announce]]&#039;&#039;&#039;&lt;br /&gt;
* View and report API bugs: &#039;&#039;&#039;[http://bugzilla.wikimedia.org/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=REOPENED&amp;amp;component=API&amp;amp;order=bugs.delta_ts Bugzilla]&#039;&#039;&#039; (&#039;&#039;When [https://bugzilla.wikimedia.org/enter_bug.cgi?product=MediaWiki&amp;amp;component=API reporting new bugs], don&#039;t forget to set Component=API&#039;&#039;)&lt;br /&gt;
* [https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=tree;f=includes/api Browse the API source code]&lt;br /&gt;
* [[Manual:Database layout|The current MediaWiki database schema]]&lt;br /&gt;
* [https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=blob;f=maintenance/tables.sql;hb=HEAD Browse the current database schema in git]&lt;br /&gt;
&lt;br /&gt;
== Archived links ==&lt;br /&gt;
* [[API:Wikimania 2006 API discussion|2006 API discussion]]&lt;br /&gt;
&lt;br /&gt;
[[Category:MediaWiki Development|API]]&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:Documentation]]&lt;br /&gt;
[[Category:New contributors]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Lua&amp;diff=671558</id>
		<title>Lua</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Lua&amp;diff=671558"/>
		<updated>2013-04-09T20:37:16Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: is finished&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Source code project 1171.svg|right|200px]]&lt;br /&gt;
[[File:Lua-logo-nolabel.svg|right|200px]]&lt;br /&gt;
&lt;br /&gt;
This page is an index to &#039;&#039;&#039;Lua&#039;&#039;&#039; as it relates to MediaWiki.&lt;br /&gt;
&lt;br /&gt;
* Resources:&lt;br /&gt;
** [[w:Lua (programming language)|Lua]] &amp;amp;mdash; English Wikipedia article, provides a nice overview of the language&lt;br /&gt;
** http://phrogz.net/Lua/LearningLua_FromJS.html &amp;amp;mdash; &amp;quot;Learning Lua from JavaScript&amp;quot;&lt;br /&gt;
** http://www.lua.org/pil/ &amp;amp;mdash; &amp;quot;Programming in Lua&amp;quot;&lt;br /&gt;
** [http://wiki.roblox.com/index.php/Lua_Help Lua Help] at Roblox&lt;br /&gt;
* [[Extension:Scribunto]] &amp;amp;mdash; the current implementation of Lua support&lt;br /&gt;
** [[Extension:Scribunto/Lua reference manual|Lua reference manual]]&lt;br /&gt;
* [[m:Lua]] &amp;amp;mdash; usage on Wikimedia projects&lt;br /&gt;
** [[Lua scripting]] &amp;amp;mdash; information about Wikimedia&#039;s effort to implement Lua as a template scripting language&lt;br /&gt;
** [[w:Wikipedia:Lua]] &amp;amp;mdash; information about the use of Lua in the English Wikipedia&lt;br /&gt;
*Background and other related discussions&lt;br /&gt;
** [[User:Sumanah/Lua vs Javascript]] &amp;amp;mdash; discussion about the rationale for choosing Lua&lt;br /&gt;
** [[mailarchive:wikitech-l/2013-February/066656.html|[Wikitech-l] Using wiki pages as databases]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/multilingual&amp;diff=654083</id>
		<title>Sites using MediaWiki/multilingual</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/multilingual&amp;diff=654083"/>
		<updated>2013-03-02T00:57:13Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: Undo revision 653757 by 93.196.252.198 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{MediaWiki Sites}}&lt;br /&gt;
&#039;&#039;This is a list of sites that are using &#039;&#039;&#039;MediaWiki&#039;&#039;&#039;, the wiki engine this site is about. On this page we collect wikis that are written or provided in &#039;&#039;&#039;more than one language&#039;&#039;&#039;, quite often these are the bigger projects.&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
* Feel free to add your site to the list, but please stay close to the given format:&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;; Title – [http://www.example.org/ example.org]: (language code) Short description&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
* New entries will be checked. Unreachable sites or sites that don&#039;t use MediaWiki will be removed.&lt;br /&gt;
* Last complete check: 2005-12-03&lt;br /&gt;
&lt;br /&gt;
== MediaWiki-Wikis in more than one language ==&lt;br /&gt;
{{CompactTOC}}&lt;br /&gt;
&lt;br /&gt;
=== # ===&lt;br /&gt;
; 22C3Wiki – [https://events.ccc.de/congress/2005/wiki/22C3_Public_Wiki events.ccc.de]: (de, en) Public wiki of the 22st Chaos Communication Congress in Berlin 2005&lt;br /&gt;
&lt;br /&gt;
=== A ===&lt;br /&gt;
; Airsoftpedia – [http://www.airsoftpedia.es/ airsoftpedia.es]: (ES) Wiki about Airsoft - Wiki sobre Airsoft &lt;br /&gt;
; Agri Wiki - [http://www.agriwiki.co.za agriwiki.co.za]: (EN, AF) Wiki about agriculture in South Africa.&lt;br /&gt;
; Análisis Técnico – [http://www.analisis-tecnico.eu/ Analisis-Tecnico.EU]: (ES, EN, DE) Enciclopedia Análisis Técnico. &lt;br /&gt;
; Anarchopedia – [http://www.anarchopedia.org/ anarchopedia.org]: (en, other languages) Anarchist GFDL corpus access provider&lt;br /&gt;
; Arija wiki – arija.org [http://www.arija.org/es/ (es)] [http://www.arija.org/en/ (en)] [http://www.arija.org/fr/ (fr)]: A multilingual project to create a complete and accurate open content encyclopedia about the town of Arija, Burgos, Spain and its surroundings&lt;br /&gt;
&lt;br /&gt;
=== B ===&lt;br /&gt;
; Battlestar Wiki – [http://www.battlestarwiki.org/ battlestarwiki.org]: (de, es, en, fr, tr, zh) &#039;&#039;Battlestar Galactica&#039;&#039; online encyclopedia and episode guide &lt;br /&gt;
; Bromwiki – [http://www.bromwiki.net/ bromwiki.net]: (de, en, es) Information on the tropical pineapple plantfamily&lt;br /&gt;
; Buddhist Encyclopedia – [http://Buddhism.2be.net/ Buddhism.2be.net]: (en, zh) Encyclopedia of Buddhism with articles, videos and audios of all Buddhist traditions including the Theravada, Mahayana and Vajrayana. &lt;br /&gt;
; BioSites – [http://biosites.org/index.php/Main_Page BioSites.org]: (cn, de, es, en, fr, jr, kr, tr, zh) BioSites.org is an openfree information provider of companies or web sites. You can freely add and edit your site&#039;s profile anytime. BioSites.org will help introduce your websites and provide external links and references that can enhance and increase traffic to your site, and connect you with your visitors.&lt;br /&gt;
&lt;br /&gt;
=== C ===&lt;br /&gt;
; Capital Market Wiki – [http://www.capital-market-wiki.org/wiki/ capital-market-wiki.org]: (en) An open encyclopedia of world capital markets. An article may be written in any language, on sub-pages to the English version, tied together with a common semantic database, organized in accordance with Capital Market Taxonomy.&lt;br /&gt;
&lt;br /&gt;
; Cantr II wiki – [http://wiki.cantr.net/index.php/Main_Page wiki.cantr.net]: (en/es/pt) Help to Cantr II - a game (MMORPG, PBBG and simulating society) which together involved more than a dozen linguistic communities, in a same persistent virtual world.&lt;br /&gt;
&lt;br /&gt;
; Cigarettespedia – [http://www.cigarettespedia.com/ cigarettespedia.com]: (en) CigarettesPedia is unique, the fullest free collection of cigarette boxes, invaluable information about cigarette brands, history of their appearance and the manufacturers.&lt;br /&gt;
&lt;br /&gt;
; CGSecurity – [http://www.cgsecurity.org/ www.cgsecurity.org]:Wiki about TestDisk &amp;amp; Photorec (data recovery software)&lt;br /&gt;
&lt;br /&gt;
; CineWiki – [http://www.cinewiki.org/ www.cinewiki.org]:The free film encyclopedia (en/zh)&lt;br /&gt;
&lt;br /&gt;
; Cinoku – [http://www.cinoku.com/ www.cinoku.com]:Film lexicon (de/en)&lt;br /&gt;
&lt;br /&gt;
; CoCoWiki - [http://www.asicdev.com/wiki/ www.asicdev.com/wiki/]:(zh) A wiki for electronic egineering in chinese.&lt;br /&gt;
&lt;br /&gt;
; Computational Engineering – [http://computational.engineering.or.id computational.engineering.or.id]: (id) This site presents the research on computational engineering in Indonesia, contains information to build high performance computing system as well as the application on material design, instrumentation, and control. &lt;br /&gt;
&lt;br /&gt;
; Corruptopedia – [http://www.corruptopedia.org/ corruptopedia.org]: (pt-br) Corruptopedia is a brazillian encyclopedia and speaks of the most &#039;honest&#039; people of the Brazil.&lt;br /&gt;
&lt;br /&gt;
; Cppreference – [http://en.cppreference.com/ cppreference.com] : (en, cs, de, es, fr, it, ja, pl, pt, ru, tr, zh) A reference for C and C++ programming languages&lt;br /&gt;
&lt;br /&gt;
=== D ===&lt;br /&gt;
; DLRPwiki.org – [http://www.dlrpwiki.org/ DLRPwiki.org]: (en, nl, de) Disneyland Resort Paris wiki&lt;br /&gt;
&lt;br /&gt;
=== E ===&lt;br /&gt;
; Einstein University - [http://www.einstein-university.org Einstein University] the free university/ academic social network. &lt;br /&gt;
; Ekopedia – [http://www.ekopedia.org/ Ekopedia]: ([http://fr.ekopedia.org/ fr], [http://eo.ekopedia.org/ eo], [http://en.ekopedia.org/ en], [http://it.ekopedia.org/ it], [http://de.ekopedia.org/ de], [http://pl.ekopedia.org/ pl]...) The ecology&#039;s encyclopedia.&lt;br /&gt;
; eLib Austria – [http://www.literature.at/elib/www/wiki/]: (de, some documents in en, fr, es) Digitalization effort which combines sourcetexts, with papers and articles as an eLearning site for university students&lt;br /&gt;
; Encyclopaediae Pokemonis – [http://www.encyclopaediae-pokemonis.org/ www.encyclopaediae-pokemonis.org]: (de, en, es, fr, jp, po, pl) Wikis about [[Wikipedia:Pokémon|Pokémon]]&lt;br /&gt;
; Ensiklokamus Teknologi Maklumat – [http://teknologi-maklumat.com/wiki/Halaman_utama teknologi-maklumat.com]: (ms) Encyclopedia of information technology in the Malay language&lt;br /&gt;
; EnterWiki – [http://enterwiki.net/ EnterWiki.net]: (en, soon to include fr, de, es) Entertainment wiki network, mostly MMOGs&lt;br /&gt;
; Eureka Wiki – [http://www.eurekawiki.org/ eurekawiki.org]: (en, soon to be de) A wiki on the [[Wikipedia:Eureka (TV series)|Eureka]].&lt;br /&gt;
; Exprmntl – [http://www.exprmntl.net/ exprmntl.net]: (fr, en, de, es…) Encyclopedia of audio-visual art - [http://www.akademie-iik.eu/ Akademie iik]&lt;br /&gt;
; Eleupedia – [http://www.eleupedia.org/ eleupedia.org]: (es) Are your collaborations deleted in the Wikipedia? No problem, we are the alternative.&lt;br /&gt;
&lt;br /&gt;
=== F ===&lt;br /&gt;
; FlightGear wiki – [http://wiki.flightgear.org wiki.flightgear.org]: Wiki of the free, opensource flight simulator [[:w:FlightGear]].&lt;br /&gt;
; Forestpedia – [http://forestpedia.org/ forestpedia.org]: (id, en) Forestpedia is designed to help groups collaborate, share, and build a website that provide information center for tropical forest knowledge. &lt;br /&gt;
; Freeciv – [http://www.freeciv.org/ freeciv.org]: (en, other languages) Information about the multiplayer strategy game &amp;quot;Freeciv&amp;quot;&lt;br /&gt;
; Friday&#039;s poems Collaborative Movement – [http://sextapoetica.com.br sextapoetica.com.br]: (pt) a place where one can read what other people write and where anyone can write freely.&lt;br /&gt;
; FZWTE Software – [http://fzwte.net/ fzwte.net]: (en, fr) Software by ZeWaren / Erwan Martin&lt;br /&gt;
; Freedom Porn - [http://www.freedomporn.org/ www.FreedomPorn.org]: (en, ru, soon other) Anarchist and activist pornography.&lt;br /&gt;
&lt;br /&gt;
=== G ===&lt;br /&gt;
; GishanWiki - [http://wiki.gishan.net/ wiki.gishan.net]: ([http://wiki.gishan.net/ en], [http://wiki.gishan.net/si/ si]) GishanWiki is a collection of university reports and projects. Available in both English and Sinhala languages.&lt;br /&gt;
; Glen Cook Wiki – (no longer multi-lingual, english only) [http://glencook.org/ glencook.org]: (de, en, fr, pl, ru) Reference to the books and worlds of Author Glen Cook &#039;&#039;Translators needed!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== H ===&lt;br /&gt;
; &#039;&#039;&#039;Heroes Wiki&#039;&#039;&#039; – [http://heroeswiki.com/ heroeswiki.com]: ([http://de.heroeswiki.com/ de], [http://es.heroeswiki.com/ es], [http://fr.heroeswiki.com/ fr], [http://he.heroeswiki.com/ he], [http://it.heroeswiki.com/ it], [http://nl.heroeswiki.com/ nl], [http://pt.heroeswiki.com/ pt], [http://sv.heroeswiki.com/ sv], [http://tr.heroeswiki.com/ tr]) Wiki dedicated to [[w:NBC|NBC]]&#039;s TV series &#039;&#039;[[w:Heroes (TV series)|Heroes]]&#039;&#039;.&lt;br /&gt;
; &#039;&#039;&#039;Hinnavaatlus wiki&#039;&#039;&#039; – [http://wiki.hinnavaatlus.ee/index.php/Esileht wiki.hinnavaatlus.ee]: (et, en) A site dedicated to organize manuals and tips gathered in [http://foorum.hinnavaatlus.ee/index.php Hinnavaatlus forum] (Estonian pricewatch forum)&lt;br /&gt;
; &#039;&#039;&#039;Hitchwiki&#039;&#039;&#039; – [http://hitchwiki.org/ hitchwiki.org]: ([http://hitchwiki.org/en/ en], [http://hitchwiki.org/de/ de], [http://hitchwiki.org/es/ es], [http://hitchwiki.org/fr/ fr], [http://hitchwiki.org/fi/ fi], [http://hitchwiki.org/pt pt], [http://hitchwiki.org/bg/ bg], [http://hitchwiki.org/zh/ zh], [http://hitchwiki.org/pl/ pl], [http://hitchwiki.org/ru/ ru]) Information about hitchhiking.&lt;br /&gt;
; &#039;&#039;&#039;Hortipedia&#039;&#039;&#039; - [http://www.hortipedia.com/ www.hortipedia.com]: ([http://en.hortipedia.com en], [http://de.hortipedia.com de], fr and es coming soon) garden encyclopedia, plants, plant database, Gartenlexikon, Pflanzen, Pflanzendatenbank)&lt;br /&gt;
; &#039;&#039;&#039;howtopedia.org&#039;&#039;&#039; – [http://www.howtopedia.org/ www.howtopedia.org]: (en,fr,es) Howtopedia is a library for practical knowledge and simple technologies. It focuses on development tools.&lt;br /&gt;
; &#039;&#039;&#039;Howiw.com&#039;&#039;&#039; - [http://www.howiw.com/ www.howiw.com]: (will be in all linguages) the Free highest quality how to articles that anyone can edit.&lt;br /&gt;
&lt;br /&gt;
=== I ===&lt;br /&gt;
; &amp;lt;span style=&amp;quot;explain&amp;quot; title=&amp;quot;Internationalized Domain Names&amp;quot;&amp;gt;IDN&amp;lt;/span&amp;gt;wiki – [http://idn.icann.org/Project:About ICANN TLD I18N]: ([http://xn--mgbh0fb.xn--kgbechtv/ ar], [http://xn--fsqu00a.xn--0zwm56d/ zh-Hans], [http://xn--fsqu00a.xn--g6w251d/ zh-Hant], [http://xn--hxajbheg2az3al.xn--jxalpdlp/ el], [http://xn--p1b6ci4b4b3a.xn--11b5bs3a9aj6g/ hi], [http://xn--r8jz45g.xn--zckzah/ ja], [http://xn--9n2bp8q.xn--9t4b11yi5a/ ko], [http://xn--mgbh0fb.xn--hgbk6aj7f53bba/ fa], [http://xn--e1afmkfd.xn--80akhbyknj4f/ ru], [http://xn--zkc6cc5bi7f6e.xn--hlcj6aya9esc7a/ ta], [http://xn--fdbk5d8ap9b8a8d.xn--deba0ad/ yi], [http://xn--1xd0bwwra.idn.icann.org/ am], [http://xn--5dbqzzl.idn.icann.org/ he]) &lt;br /&gt;
; IEs4Linux – [http://www.tatanka.com.br/ies4linux www.tatanka.com.br/ies4linux]: (de, en, es_UY, fr, pt_BR) Internet Explorer 6, 5.5, 5 on Linux&lt;br /&gt;
; IMSLP – [http://www.imslp.org/ www.imslp.org]: public domain musical score archive&lt;br /&gt;
&lt;br /&gt;
=== J ===&lt;br /&gt;
; Jehudim – [http://www.yehudim.eu/ yehudim.eu]: (en, other languages) European Jewish Heritage Project&lt;br /&gt;
&lt;br /&gt;
; Jesus-Wiki – [http://jesus-wiki.org/ jesus-wiki.org]: (de, fi, fr, en, es) Wiki project with a Christian point of view&lt;br /&gt;
&lt;br /&gt;
; Jurispedia – [http://www.jurispedia.org/ jurispedia.org]: (ar, en, fr, de, nl, other languages) law website&lt;br /&gt;
&lt;br /&gt;
=== K ===&lt;br /&gt;
; KDE TechBase – [http://techbase.kde.org/ http://techbase.kde.org/]: The [[wikipedia:KDE|KDE]] developers&#039; wiki.&lt;br /&gt;
&lt;br /&gt;
; KDE UserBase – [http://userbase.kde.org/ http://userbase.kde.org/]: The [[wikipedia:KDE|KDE]] user community wiki.&lt;br /&gt;
&lt;br /&gt;
; Knowtive – [http://www.knowtive.com/ www.knowtive.com]: (zh, other languages) &lt;br /&gt;
&lt;br /&gt;
; Knowledgebase Home – [http://www.asiaosc.org/enwiki/ asiaosc.org/enwiki]: (en, other languages) From AsiaOSC, an Asian open source centre&lt;br /&gt;
&lt;br /&gt;
; Kompensationsverzeichnis Mecklenburg-Vorpommern – [http://www.kompensationsflaechen-mv.de/ kompensationsflaechen-mv.de]: (de) Platform for impact review-areas (Ausgleichsflächen, Ökokonten) in Mecklenburg-Vorpommern, State in Germany&lt;br /&gt;
&lt;br /&gt;
; Korean Resource Center – [http://krcla.org/ krcla.org]: (en, ko) organization website for the [[:wikipedia:Korean Resource Center|Korean Resource Center]] (민족학교), a non-profit organization based in Los Angeles. Editing restricted to talk pages only.&lt;br /&gt;
&lt;br /&gt;
=== L ===&lt;br /&gt;
; Lostpedia – [http://www.lostpedia.com/ Lostpedia.com]: (de/en/es/fr/it/nl/pl/pt) Wiki dedicated to ABC&#039;s TV series LOST.&lt;br /&gt;
&lt;br /&gt;
; Live Cinema Research Wiki – [http://livecinema.prototypen.com/wiki/ livecinema.prototypen.com]: (de/en) Wiki dedicated to the research of movie making and presentation techniques for the 21st century.&lt;br /&gt;
&lt;br /&gt;
; Lingua Veritas [http://linguaveritas.com/ Lingua Veritas – Translation interpretation]: A Wiki-based multilingual resources agency&lt;br /&gt;
&lt;br /&gt;
; Locaweb [http://wiki.locaweb.com.br/]: Wiki locaweb&lt;br /&gt;
&lt;br /&gt;
; LibreOffice Turkey [http://wiki.libreoffice.org.tr wiki.libreoffice.org.tr]: LibreOffice Turkey Wiki&lt;br /&gt;
&lt;br /&gt;
=== M ===&lt;br /&gt;
; Memory Alpha – [http://memory-alpha.org/ memory-alpha.org]: (en, other languages) Encyclopedia and reference for everything related to Star Trek&lt;br /&gt;
; Metacafe - [http://www.metacafe.com/ metacafe.com]: (en, other languages) A community based video sharing web site, using Mediawiki as the back-end for video metadata&lt;br /&gt;
; Minecraft Wiki - [http://minecraftwiki.net minecraftwiki.net]: (en, de, fr, other languages) The biggest Wiki about the popular sandbox game Minecraft&lt;br /&gt;
; MLDonkey – [http://mldonkey.sourceforge.net/ mldonkey.sourceforge.net]: (de, en) Site for MLDonkey users and developers&lt;br /&gt;
; MS WIKI – [http://msreport.ohost.de/ msreport.ohost.de]: (de, en) Informations about Microsoft and other computerfactorys/software&lt;br /&gt;
&lt;br /&gt;
=== N ===&lt;br /&gt;
; Nedirki Wiki – [http://www.nedirki.net/ nedirki.net]: (de, en, tr, ku ..) wikipedinin kopyası a.q&lt;br /&gt;
; NursingWiki – [http://www.nursingwiki.org/ nursingwiki.org]: (de, en) unrestricted information on nursing and health care&lt;br /&gt;
&lt;br /&gt;
=== O ===&lt;br /&gt;
; Occleve (the Open Content Learning Environment) – [http://occleve.berlios.de/wiki/ occleve.berlios.de/wiki/]: (en, wuu, zh, other languages) An open content computer based learning system for mobile phones. Also known as PocketChinese.&lt;br /&gt;
; Oekonux – [http://de.wiki.oekonux.org/ de.wiki.oekonux.org]: (de, en, es) About Linux/free software and its influences on political and economic structures [http://www.oekonux.org/ oekonux.org], [http://www.oekonux.de/ oekonux.de], [http://en.wiki.oekonux.org/ en.wiki.oekonux.org]&lt;br /&gt;
; OmegaWiki - [http://www.omegawiki.org www.omegawiki.org]: Multilingual dictionary, using WikiData extension.&lt;br /&gt;
; OpenFacts – [http://openfacts.berlios.de/ openfacts.berlios.de]: (de, other languages) Database about open source software&lt;br /&gt;
; OpenStreetMap – [http://wiki.openstreetmap.org/wiki/Main_Page OpenStreetMap]: (multilingual) project to create a free map of the world&lt;br /&gt;
; openSUSE – [http://en.opensuse.org/ opensuse.org]: (in many languages) a Linux distribution&lt;br /&gt;
; Operation Market Garden(OMG) Wiki - [http://www.omgmod.org/wiki/index.php?title=Main_Page omgmod.org/wiki]: (de, en, es, nl) Centered around the Operation Market Garden modification for Company of Heroes and its community.&lt;br /&gt;
; OpinionPedia– [http://www.opinionpedia.net/ opinionpedia.net]: (en, fr, other) Opinions about products and services.&lt;br /&gt;
; Othello Wiki Book Project – [http://othello.dk/book/index.php/Main_Page othello.dk/book]: (en, other languages) This is a &amp;quot;book&amp;quot; about Othello game, written and edited by the joint community of Othello players..&lt;br /&gt;
&lt;br /&gt;
=== P ===&lt;br /&gt;
; Partitures.net – [http://www.partitures.net/ Partitures.net]: (ca/en/es) Public Domain Music Score Library Project, started in Spain. At moment only this 3 languages.&lt;br /&gt;
; Piratenwiki – [http://wiki.piratenpartei.de/ wiki.piratenpartei.de]: (de) Discussion, Information and Coordination platform of the [[:wikipedia:Pirate Party Germany|German Pirate Party]] (See also [[:wikipedia:Pirate Parties International|Pirate Parties International]])&lt;br /&gt;
;Pl@ntUse - [http://uses.plantnet-project.org/en/Main_Page uses.plantnet-project.org/en]: (en/fr) Useful plants of the world and their uses, a study case of Pl@ntNet [http://www.plantnet-project.org/papyrus.php?langue=en plantnet-project.org].&lt;br /&gt;
; Pokemon Global – [http://pokeglobal.org/ pokeglobal.org]: (en/pt) The official wiki of PokeNet.&lt;br /&gt;
; Pokemon Wiki (ポケモンWiki) – [http://wiki.xn--rckteqa2e.com/wiki/ wiki.xn--rckteqa2e.com/wiki/]: (ja) Community-driven Pokémon encyclopedia. A member of the Encyclopaediae Pokémonis group with English [http://bulbapedia.bulbagarden.net/ Bulbapedia] and German PokéWiki.&lt;br /&gt;
; PokéWiki – [http://www.pokewiki.de/Hauptseite www.pokewiki.de/Hauptseite]: (de) Community-driven Pokémon encyclopedia. A member of the Encyclopaediae Pokémonis group with English [http://bulbapedia.bulbagarden.net/ Bulbapedia] and Japanese ポケモンWiki.&lt;br /&gt;
; Pornopedia – [http://www.pornopedia.eu/ www.pornopedia.eu]: (de/en/es/fr) Erotic encyclopedia [http://www.babestation24.de/ Babestation]&lt;br /&gt;
&lt;br /&gt;
=== Q ===&lt;br /&gt;
; Qi Hardware – [http://wiki.qi-hardware.com/ wiki.qi-hardware.com]: (en/es/zh-hans) Copyleft hardware project.&lt;br /&gt;
&lt;br /&gt;
=== R ===&lt;br /&gt;
; Rodovid – [http://rodovid.org/ rodovid.org]: (de, es, en, fi, fr, he, id, it, ja, nl, pl, pt, ro, ru, sr, uk, uz) Free multilingual family tree portal.&lt;br /&gt;
; Restposten - [http://nulleurocent.de/ Restposten] Restposten Grosshandel [http://33web.de/ Restposten] Sonderposten Grosshandel&lt;br /&gt;
; Radyo Dinle – [http://canli-radyo-dinle.net/ radyo dinle]: (tr) Radyo dinle.&lt;br /&gt;
&lt;br /&gt;
=== S ===&lt;br /&gt;
; &#039;&#039;&#039;Safon.org&#039;&#039;&#039; – [http://safon.org/nn/index.php/Safon.org:Hovudsida safon.org]: (nn, nb, en, pt) Resource site for religion and culture, including Judaism, Sikhism and others, from a Scandinavian coastal perspective.&lt;br /&gt;
; ScoutWiki Network – [http://www.scoutwiki.org/ scoutwiki.org]: ([http://fi.scoutwiki.org/ fi], [http://fr.scoutwiki.org/ fr], [http://nl.scoutwiki.org/ nl], [http://en.scoutwiki.org/ en], [http://es.scoutwiki.org/ es], [http://de.scoutwiki.org/ de], [http://it.scoutwiki.org/ it], [http://sv.scoutwiki.org/ sv], [http://ja.scoutwiki.org/ ja], [http://da.scoutwiki.org/ da], [http://cs.scoutwiki.org/ cs], [http://eo.scoutwiki.org/ eo], [http://ar.scoutwiki.org/ ar], [http://pt.scoutwiki.org/ pt], [http://uk.scoutwiki.org/ uk] ; [http://media.scoutwiki.org/ images], [http://asso.scoutwiki.org/ association]) The international network of scouting wikies.&lt;br /&gt;
; Sharewiki – [http://sharewiki.org/ sharewiki.org]: ([http://sharewiki.org/de/ de], [http://sharewiki.org/en/ en]) Wiki about sharing, collaboration, participation, ...&lt;br /&gt;
;Sightseeing Wiki - [http://www.sightseeingwiki.org www.sightseeingwiki.org] : (en, de) The greatest Places of Interest around the World.&lt;br /&gt;
; SoftX - [http://www.softx.tk/ www.softx.tk] : (en, zh-CN) Wiki about Open Source and Computer Technologies.&lt;br /&gt;
;Simple Silence - [http://www.simplesilence.org/ SimpleSilence.org] :(fr, en and other languages) Wiki dedicated to &#039;&#039;&#039;Meher Baba&#039;&#039;&#039;, the silent Indian Master, chiefly as a help for translations of texts.&lt;br /&gt;
; Studion-Wiki – [http://www.studion.uni-tuebingen.de/mediawiki/index.php/Studion-Wiki studion.cs.uni-tuebingen.de]: (de) &#039;&#039;&#039;Studi&#039;&#039;&#039;eninformation &#039;&#039;&#039;On&#039;&#039;&#039;line – Informationen zum Studium an der Universität Tübingen.&lt;br /&gt;
; Sonderposten - [http://33web.de/ Sonderposten] Sonderposten Grosshandel&lt;br /&gt;
&lt;br /&gt;
=== T ===&lt;br /&gt;
; Tango.info – [http://wiki.tango.info/mul wiki.tango.info/mul]: (eng, spa, other languages) tango info wiki&lt;br /&gt;
; Technical Analysis [http://www.technical-analysis.eu/ Technical-Analysis.EU]: (EN, DE, ES) Encyclopedia for Technical Analysis (Financial). &lt;br /&gt;
; Technische Analyse – [http://www.technische-analyse.eu/ Technische-Analyse.EU]: (DE, EN, ES) Fachlexikon für Technische Analyse von Wertpapieren. &lt;br /&gt;
; Tarracowiki.cat - [http://www.tarracowiki.cat www.tarracowiki.cat]: (ca) Local encyclopedia on Tarragona, region of Catalonia (Spain). Open and most complete wiki about this city and region.&lt;br /&gt;
; The Document Foundation Wiki - [http://wiki.documentfoundation.org/Main_Page wiki.documentfoundation.org]:&lt;br /&gt;
:The official Wiki for LibreOffice and &amp;quot;The Documentfoundation&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== U ===&lt;br /&gt;
;UsuariosNAV - [http://www.usuariosnav.es http://www.usuariosnav.es] :Dynamics NAV, Navision.&lt;br /&gt;
=== V ===&lt;br /&gt;
; Venicewiki: [http://www.venicewiki.org/ Venicewiki.org] (it, other languages) The collaborative guide to &#039;&#039;&#039;Venice&#039;&#039;&#039;, Italy.&lt;br /&gt;
; Vinismo: [http://vinismo.com/ Vinismo.com]. (en, fr) Open Content, multi-lingual wiki-edited  [http://www.backgroundnow.com backgroundnow] &#039;&#039;&#039;wine guide&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== W ===&lt;br /&gt;
; Walkthrough - [http://www.walkthrough.cba.pl www.walkthrough.cba.pl]: (pl, en) Encyclopedia about videogames and much more.&lt;br /&gt;
; Wikia – [http://www.wikia.com/ Wikia.com]: (en, other languages) Collection of Wiki sites on a great many subjects.&lt;br /&gt;
; Wikiants – [http://www.en.wikiants.org/ Wikiants.org]: (de, en, other languages) is a free content encyclopedia for D.I.Y. and open content projects.&lt;br /&gt;
; Wikibooks – [http://www.wikibooks.org/ Wikibooks.org]: (en, other languages) Open Books source &lt;br /&gt;
; Wikid Bikers – [http://wikidbikers.com/ Wikidbikers.com]: (en, fr) Community website and hospitality exchange network dedicated the motorcycle &amp;amp; tattoo culture.&lt;br /&gt;
; WIKI-EUROPA – [http://www.europe-maintenant.org/ Tribune de la Société civile européenne]: Base de connaissances humaines dans les domaines européens de la démocracie, des droits de la personne, de la gouvernance, de la société civile, de la solidarité (en, de, fr)&lt;br /&gt;
; WikiFur – [http://wikifur.com/ WikiFur.com]: (en, es, ru, de, fr and others) Information about [[Wikipedia:furry fandom|furry fandom]]&lt;br /&gt;
; Wikimini – [http://www.wikimini.org/ Wikimini.org]: (fr, other languages soon) Encyclopedia for children written by children.&lt;br /&gt;
; Wikipedia – [http://www.wikipedia.org/ Wikipedia.org]: (en, other languages) Wiki encyclopedia&lt;br /&gt;
; WikiPlant – [http://www.wikiplant.org/ WikiPlant.org]: (en, de, fr, es) Wiki for plants and botany in four languages&lt;br /&gt;
; Wikisocion – [http://www.wikisocion.org/ wikisocion.org]: (en, ru) Encyclopedia of socionics&lt;br /&gt;
; Wikisport.es – [http://www.wikisport.es/ WikiSport.es]: (es) Gran enciclopedia de resultados deportivos&lt;br /&gt;
; WikiTextile – [http://www.wikitextile.com/ WikiTextile.com]: (en, de, fa) Textile industry Encyclopedia&lt;br /&gt;
; Wikitravel – [http://wikitravel.org/ wikitravel.org]: (en, de, es, fr, it, ja, nl, pl, pt, ro, sv so far) Up-to-date and reliable world-wide travel guide&lt;br /&gt;
; Wikivoyage – [http://www.wikivoyage.org wikivoyage.org]: (de, it) Non-commercial world-wide travel guide and travel-related topics&lt;br /&gt;
; WikiWheels - [http://www.wikiwheels.org www.wikiwheels.org] : (en/de) Global directory of customized cars &amp;amp; bikes.&lt;br /&gt;
; WordPress Codex – [http://www.codex.wordpress.org/ codex.wordpress.org]: (en, other languages) An open source documentation for the popular and free WordPress blogging system&lt;br /&gt;
; Wormux – [http://www.wormux.org/ wormux.org]: (en, es, fr) About the game Wormux.&lt;br /&gt;
; Wormux – [http://www.tat-too.com/ tattoo]: (en, es, fr) tattoo.&lt;br /&gt;
&lt;br /&gt;
=== X ===&lt;br /&gt;
; xfamily- [http://www.xfamily.org/ xfamily.org]: (en, es) About the cult known as &amp;quot;The Family&amp;quot; or &amp;quot;The Children of God&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Y ===&lt;br /&gt;
-&lt;br /&gt;
&lt;br /&gt;
=== Z ===&lt;br /&gt;
-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:MediaWiki References| ]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Gerrit&amp;diff=647785</id>
		<title>Gerrit</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Gerrit&amp;diff=647785"/>
		<updated>2013-02-16T14:18:31Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: /* Getting started */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Git and Gerrit}}&lt;br /&gt;
&#039;&#039;&#039;Gerrit&#039;&#039;&#039; is a web based code review system, facilitating online code reviews for Wikimedia using the [[Git]] version control system. For MediaWiki core development and Wikimedia-deployed extensions, commits &#039;&#039;&#039;must be reviewed&#039;&#039;&#039; before being merged into the master branch. &lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
Wikimedia&#039;s Gerrit installation is located at [https://gerrit.wikimedia.org/ https://gerrit.wikimedia.org/].  If you have [[developer access]], you can participate in the review process, but only [[core developers]] can merge changes. [[Git/Workflow]] gives a full overview of the Git/Gerrit workflow.&lt;br /&gt;
&lt;br /&gt;
{{warning|Please note that Gerrit doesn&#039;t work well with Internet Explorer or Opera, and using a different browser is recommended.}}&lt;br /&gt;
&lt;br /&gt;
==Tutorials==&lt;br /&gt;
&lt;br /&gt;
* [[Git/Tutorial]]&lt;br /&gt;
* [[Gerrit/Navigation]]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
* [https://gerrit.wikimedia.org/r/Documentation/index.html Gerrit&#039;s documentation]&lt;br /&gt;
* [https://gerrit.wikimedia.org/r/Documentation/user-search.html Searching in Gerrit]&lt;br /&gt;
* [[/resolve conflict/]]&lt;br /&gt;
* [[/mass approval/]]&lt;br /&gt;
* [[/split a submitted change/]]&lt;br /&gt;
* [[/watched projects/]]&lt;br /&gt;
* [[/personal sandbox/]]&lt;br /&gt;
* [[/workflow/ops/]]&lt;br /&gt;
&lt;br /&gt;
== Miscellany ==&lt;br /&gt;
&lt;br /&gt;
* [https://gerrit.wikimedia.org/r/#/admin/projects/ List of the public Gerrit projects]&lt;br /&gt;
* [http://gerrit-stats.wmflabs.org Stats (not very useful at the moment)]&lt;br /&gt;
* [[wikitech:Gerrit|Technical information about Wikimedia&#039;s Gerrit installation]]&lt;br /&gt;
* [https://bugzilla.wikimedia.org/enter_bug.cgi?product=Wikimedia&amp;amp;component=Git/Gerrit Report bugs/other issues with Git or Gerrit]&lt;br /&gt;
* [[Git/Gerrit evaluation|Evaluation of Gerrit]] &#039;&#039;please contribute&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:Gerrit]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Release_notes/1.18&amp;diff=598956</id>
		<title>Release notes/1.18</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Release_notes/1.18&amp;diff=598956"/>
		<updated>2012-10-30T00:06:07Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: Undo revision 598738 by 98.166.225.242 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MediaWiki release notes =&lt;br /&gt;
&lt;br /&gt;
Security reminder: MediaWiki does not require PHP&#039;s register_globals&lt;br /&gt;
setting since version 1.2.0. If you have it on, turn it &#039;&#039;&#039;off&#039;&#039;&#039; if you can.&lt;br /&gt;
&lt;br /&gt;
== MediaWiki 1.18.5 ==&lt;br /&gt;
2012-08-30&lt;br /&gt;
&lt;br /&gt;
This is a security release of the MediaWiki 1.18 branch&lt;br /&gt;
&lt;br /&gt;
=== Changes since 1.18.4 ===&lt;br /&gt;
* ([[bugzilla:39700|bug 39700]]) File: link to non-existing file can inject html&lt;br /&gt;
* ([[bugzilla:39823|bug 39823]]) Hidden block text leaking to admins&lt;br /&gt;
* ([[bugzilla:39184|bug 39184]]) LDAP password leakage&lt;br /&gt;
* ([[bugzilla:39180|bug 39180]]) Disallow framing of api results&lt;br /&gt;
* ([[bugzilla:37587|bug 37587]]) Enforce language codes to be html safe&lt;br /&gt;
* ([[bugzilla:39824|bug 39824]]) Check global blocks on account creation&lt;br /&gt;
&lt;br /&gt;
== MediaWiki 1.18.4 ==&lt;br /&gt;
2012-06-12&lt;br /&gt;
&lt;br /&gt;
This is a security release of the MediaWiki 1.18 branch.&lt;br /&gt;
&lt;br /&gt;
=== Changes since 1.18.3 ===&lt;br /&gt;
* ([[bugzilla:36938|bug 36938]]) Correctly escape uselang attribute to prevent xss&lt;br /&gt;
* Expanded Blacklist for SVG Files&lt;br /&gt;
&lt;br /&gt;
== MediaWiki 1.18.3 ==&lt;br /&gt;
2012-04-25&lt;br /&gt;
&lt;br /&gt;
This is a maintenance release of the MediaWiki 1.18 branch.&lt;br /&gt;
&lt;br /&gt;
=== Changes since 1.18.2 ===&lt;br /&gt;
2012-04-25&lt;br /&gt;
&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:35446|bug 35446]]&amp;lt;/span&amp;gt;) Using &amp;quot;{&amp;lt;nowiki/&amp;gt;{nse:}}&amp;quot; with an invalid namespace name no longer throws a PHP warning.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:35567|bug 35567]]&amp;lt;/span&amp;gt;) The whole password reminder e-mail is now sent in the same language.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:35961|bug 35961]]&amp;lt;/span&amp;gt;) Hash comparison should always be strict.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:35671|bug 35671]]&amp;lt;/span&amp;gt;) PHP Notice: Undefined index: gettoken in includes/api/ApiMain.php on line 598.&lt;br /&gt;
* Fix broken email confirmation expiration caused by MWCryptRand changes.&lt;br /&gt;
&lt;br /&gt;
== MediaWiki 1.18.2 ==&lt;br /&gt;
2012-03-21&lt;br /&gt;
&lt;br /&gt;
This is a maintenance and security release of the MediaWiki 1.18 branch.&lt;br /&gt;
&lt;br /&gt;
=== Changes since 1.18.1 ===&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:33686|bug 33686]]&amp;lt;/span&amp;gt;) could not get a list of contributor for an article when using a SQLite database.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:33865|Bug 33865]]&amp;lt;/span&amp;gt;) Exception thrown in action=parse when attempting to use the title parameter without setting the text parameter.&lt;br /&gt;
* UserMailer could potentially throw a fatal error when a MailAddress object had an empty email address.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:33087|Bug 33087]]&amp;lt;/span&amp;gt;) Exchange server rejected mail sent by MediaWiki&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:34528|bug 34528]]&amp;lt;/span&amp;gt;) Edit section tooltips show correction section name again&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:34246|bug 34246]]&amp;lt;/span&amp;gt;) MediaWiki:Whatlinkshere-summary message is displayed again in Special:Whatlinkshere&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:22555|bug 22555]]&amp;lt;/span&amp;gt;) Remove or skip strip markers from tag hooks like &amp;amp;lt;nowiki&amp;amp;gt; in core parser functions which operate on strings, such as formatnum.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:34212|bug 34212]]&amp;lt;/span&amp;gt;) ApiBlock/ApiUnblock allow action to take place without a token parameter present.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:34907|bug 34907]]&amp;lt;/span&amp;gt;) Fixed exposure of tokens through load.php that could have facilitated CSRF attacks.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:35317|bug 35317]]&amp;lt;/span&amp;gt;) CSRF in Special:Upload.&lt;br /&gt;
&lt;br /&gt;
== MediaWiki 1.18.1 ==&lt;br /&gt;
2012-01-11&lt;br /&gt;
&lt;br /&gt;
This a maintenance and security release of the MediaWiki 1.18 branch.&lt;br /&gt;
&lt;br /&gt;
=== Changes since 1.18.0 ===&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:32712|bug 32712]]&amp;lt;/span&amp;gt;) Fix for search indexing of pages with certain unicode chars following URL&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:3901|bug 3901]]&amp;lt;/span&amp;gt;) Lang, hreflang attribs added to sidebar interlanguage links for screen readers&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:30774|bug 30774]]&amp;lt;/span&amp;gt;) mediawiki.html: Add support for numbers and booleans in the  attribute values and element contents.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:32473|bug 32473]]&amp;lt;/span&amp;gt;) &amp;amp;#91;&amp;amp;#91;Special:PasswordReset]] can not be used on private wiki.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:32853|bug 32853]]&amp;lt;/span&amp;gt;) Fixed CACHE_DBA object cache type.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:32786|bug 32786]]&amp;lt;/span&amp;gt;) Backward compatibility for extension using 1.17&#039;s Database::newFromType()&lt;br /&gt;
* Fixed exception when using Special:WhatLinksHere on a Media: file&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:32709|bug 32709]]&amp;lt;/span&amp;gt;) Private Wiki users were always taken to Special:Badtitle on login&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:33240|bug 33240]]&amp;lt;/span&amp;gt;) Sort images are missing but referenced in css.&lt;br /&gt;
&lt;br /&gt;
== MediaWiki 1.18 ==&lt;br /&gt;
2011-11-24&lt;br /&gt;
&lt;br /&gt;
This is the first stable release of the MediaWiki 1.18 branch.&lt;br /&gt;
&lt;br /&gt;
=== Summary of selected changes in 1.18 ===&lt;br /&gt;
&lt;br /&gt;
Selected changes since MediaWiki 1.17 that may be of interest:&lt;br /&gt;
* Some of the more commonly used MediaWiki extensions are now included in the  release tarball. These extensions are ConfirmEdit, Gadgets, Nuke, ParserFunctions,  Renameuser, Vector and WikiEditor.&lt;br /&gt;
* Gender support has been improved, meaning user pages can display the correct gender  variant of &amp;quot;User&amp;quot; can now be used.&lt;br /&gt;
* MediaWiki can now detect the camera orientation of an image from the Exif metadata, and  can rotate the image thumbnail appropriately. Metadata support has been generally  improved, and can now extract IPTC and XMP metadata.&lt;br /&gt;
* Improved directionality support in 1.18 means that MediaWiki is better to use for  RTL users.&lt;br /&gt;
* MediaWiki now supports protocol - relative URLs in links, interwiki targets and &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgServer|$wgServer]]&amp;lt;/span&amp;gt;&lt;br /&gt;
* Math support has been removed from core&lt;br /&gt;
&lt;br /&gt;
=== Changes since 1.18.0rc1 ===&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:32228|bug 32228]]&amp;lt;/span&amp;gt;) regression in Special:Search which did not conserve profile on new search&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:32460|bug 32460]]&amp;lt;/span&amp;gt;) Categories were improperly aligned in Simple and CologneBlue&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:32412|bug 32412]]&amp;lt;/span&amp;gt;) TOC links on &amp;amp;#91;&amp;amp;#91;Special:EditWatchlist]] points to the fieldsets&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:32582|bug 32582]]&amp;lt;/span&amp;gt;) Fix TOC show/hide link regression on IE 8&lt;br /&gt;
&lt;br /&gt;
=== Changes since 1.18 beta 1 ===&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:31886|bug 31886]]&amp;lt;/span&amp;gt;) Wrong titles redirecting to Special:Badtitle in the 1.18 deployment.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:32051|bug 32051]]&amp;lt;/span&amp;gt;) Fix description for wlprop=sizes.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:31913|bug 31913]]&amp;lt;/span&amp;gt;) Special:MostLinkedTemplates had an incorrect GROUP BY clause   under Microsoft SQL.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:32100|bug 32100]]&amp;lt;/span&amp;gt;) installer complains about suhosin GET limit.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:31933|bug 31933]]&amp;lt;/span&amp;gt;) fix 1.18 regression in Monobook sidebar: huge spacing between portlets   on IE 7 and IE 8/9 in compatibility view.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:32126|bug 32126]]&amp;lt;/span&amp;gt;) Fix 1.18 regression in watchlist editor when items already removed   from watchlist.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:32183|bug 32183]]&amp;lt;/span&amp;gt;) remove the client-* classes added from user-agent-sniffing onto   the &amp;amp;lt;html&amp;gt; element.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29912|bug 29912]]&amp;lt;/span&amp;gt;) Unit tests break if parsertest tables are still present.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:31694|bug 31694]]&amp;lt;/span&amp;gt;) During installation, tabbing order (cursor focus) goes to logo   instead of &#039;continue&#039;.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29102|bug 29102]]&amp;lt;/span&amp;gt;) Upgrade fails &amp;quot;Unknown character set: &#039;mysql4&amp;quot;.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:31990|bug 31990]]&amp;lt;/span&amp;gt;) justify paragraphs pref adds extra space to category listing.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:20148|bug 20148]]&amp;lt;/span&amp;gt;) Better title for &amp;amp;#91;&amp;amp;#91;Special:Disambiguations]] page.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:31502|bug 31502]]&amp;lt;/span&amp;gt;) TOC is missing on Special:EditWatchlist.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:32256|bug 32256]]&amp;lt;/span&amp;gt;) API list=search stops at first invalid result.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:32047|bug 32047]]&amp;lt;/span&amp;gt;) jquery.tablesorter.js: thead is before caption.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29854|bug 29854]]&amp;lt;/span&amp;gt;) Store protocol-relative links twice in the externallinks table,   one with http: in el_index and once with https.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:31822|bug 31822]]&amp;lt;/span&amp;gt;) Error during upgrade due to output buffer reset in stdout.&lt;br /&gt;
&lt;br /&gt;
=== Configuration changes in 1.18 ===&lt;br /&gt;
* The WantedPages::getSQL hook has been removed and replaced with   WantedPages::getQueryInfo. This may break older extensions.&lt;br /&gt;
* The SkinTemplateBuildContentActionUrlsAfterSpecialPage,   SkinTemplateContentActions and SkinTemplateTabs hooks have been removed in   favor of SkinTemplateNavigation and SkinTemplateNavigation::SpecialPage.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgUseCombinedLoginLink|$wgUseCombinedLoginLink]]&amp;lt;/span&amp;gt; controls whether to output a combined   login / create account link in the personal bar, or to output separate login   and create account links.&lt;br /&gt;
* Skin names are no longer created based on a ucfirst version of the key in   &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgValidSkinNames|$wgValidSkinNames]]&amp;lt;/span&amp;gt; but now the value. This means for   &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgValidSkinNames|$wgValidSkinNames]]&amp;lt;/span&amp;gt;[&amp;quot;monobook&amp;quot;] = &amp;quot;MonoBook&amp;quot;; the skin loader will no longer try   loading SkinMonobook and will instead load SkinMonoBook.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgMaxUploadSize|$wgMaxUploadSize]]&amp;lt;/span&amp;gt; may now be set to an array to specify the upload size limit   per upload type.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgAPICacheHelp|$wgAPICacheHelp]]&amp;lt;/span&amp;gt; added in 1.16 is now removed. To disable API help caching, set   &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgAPICacheHelpTimeout|$wgAPICacheHelpTimeout]]&amp;lt;/span&amp;gt; = 0;&lt;br /&gt;
* OutputPage::isUserJsAllowed() no longer returns false when scripts are allowed   by the page, but &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgAllowUserJs|$wgAllowUserJs]]&amp;lt;/span&amp;gt; is set to false.&lt;br /&gt;
* Pure &amp;quot;Skin&amp;quot; class based custom skins are no longer supported, all custom skins   should be put together using SkinTemplate and BaseTemplate or QuickTemplate.&lt;br /&gt;
* The transliteration for passwords in case they were migrated from an old   Latin-1 install (previous to MediaWiki 1.5) is now only done for wikis with   &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgLegacyEncoding|$wgLegacyEncoding]]&amp;lt;/span&amp;gt; set.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27508|bug 27508]]&amp;lt;/span&amp;gt;) Add &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgSVGMetadataCutoff|$wgSVGMetadataCutoff]]&amp;lt;/span&amp;gt; to limit the maximum amount of an SVG we   look at when finding metadata to prevent excessive resource usage.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgSysopUserBans|$wgSysopUserBans]]&amp;lt;/span&amp;gt; and &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgSysopRangeBans|$wgSysopRangeBans]]&amp;lt;/span&amp;gt; (deprecated in 1.17) are now removed.   Use &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgBlockCIDRLimit|$wgBlockCIDRLimit]]&amp;lt;/span&amp;gt; = array( &#039;IPv4&#039; =&amp;gt; 43, &#039;IPv6&#039; =&amp;gt; 128 ) to achieve the   same functionality as &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgSysopRangeBans|$wgSysopRangeBans]]&amp;lt;/span&amp;gt;; you can use the BlockIp hook to   replicate &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgSysopUserBans|$wgSysopUserBans]]&amp;lt;/span&amp;gt; functionality.&lt;br /&gt;
* The options on the block form have been standardised such that checking a box   makes the block &#039;more serious&#039;; so while &amp;quot;check to prevent account creation&amp;quot;   and &amp;quot;check to enable autoblock&amp;quot; remain the same, &amp;quot;check to allow user-talk   edit&amp;quot; is reversed to &amp;quot;check to *disable* user-talk edit&amp;quot;, and &amp;quot;check to block   anon-only&amp;quot; becomes &amp;quot;check to block logged-in users too&amp;quot;.  The default settings   remain the same.&lt;br /&gt;
* Most of the field names on the Special:Block form have been changed, which   will probably break screen-scraping bots.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26866|bug 26866]]&amp;lt;/span&amp;gt;) The &#039;trackback&#039; right is no longer granted to sysops by default.   &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgUseTrackbacks|$wgUseTrackbacks]]&amp;lt;/span&amp;gt; is already false by default.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:17009|bug 17009]]&amp;lt;/span&amp;gt;) the hiddenStructure CSS class, a highly hackish way of at least   *appearing* to hide article elements, has been removed.  Use the   ParserFunctions extension to actually remove unwanted elements from the   output.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:14202|bug 14202]]&amp;lt;/span&amp;gt;) &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgUseTeX|$wgUseTeX]]&amp;lt;/span&amp;gt; has been superseded by the Math extension. To re-enable   math conversion after upgrading, obtain the Math extension from SVN or from   [[Extension:Math]] and add to LocalSettings.php:   require_once &amp;quot;$IP/extensions/Math/Math.php&amp;quot;;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgProfiler|$wgProfiler]]&amp;lt;/span&amp;gt; is now a configuration array, see StartProfiler.sample for   details.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgProfiling|$wgProfiling]]&amp;lt;/span&amp;gt; has been removed.&lt;br /&gt;
* The spyc library is now no longer included in phase3.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28343|bug 28343]]&amp;lt;/span&amp;gt;) Unused preferences contextlines/contextchars have been removed&lt;br /&gt;
* &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgSkinExtensionFunctions|$wgSkinExtensionFunctions]]&amp;lt;/span&amp;gt; has been removed. Use &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgExtensionFunctions|$wgExtensionFunctions]]&amp;lt;/span&amp;gt; instead.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgProto|$wgProto]]&amp;lt;/span&amp;gt; has been removed. You now only need to set &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgServer|$wgServer]]&amp;lt;/span&amp;gt; to change the   URL protocol.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgRateLimitsExcludedGroups|$wgRateLimitsExcludedGroups]]&amp;lt;/span&amp;gt; (deprecated in 1.13) has been removed.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgInputEncoding|$wgInputEncoding]]&amp;lt;/span&amp;gt; and &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgOutputEncoding|$wgOutputEncoding]]&amp;lt;/span&amp;gt; (deprecated in 1.5) have now been removed.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgAllowUserSkin|$wgAllowUserSkin]]&amp;lt;/span&amp;gt; (deprecated in 1.16) has now been removed.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgExtraRandompageSQL|$wgExtraRandompageSQL]]&amp;lt;/span&amp;gt; (deprecated in 1.16) has now been removed.&lt;br /&gt;
* LogReader and LogViewer classes (deprecated in 1.14) have now been removed.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26033|bug 26033]]&amp;lt;/span&amp;gt;) Added &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgArticleCountMethod|$wgArticleCountMethod]]&amp;lt;/span&amp;gt; to select the method to use to say   whether a page is an article or not. &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgUseCommaCount|$wgUseCommaCount]]&amp;lt;/span&amp;gt; is now deprecated.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgEnableDublinCoreRdf|$wgEnableDublinCoreRdf]]&amp;lt;/span&amp;gt; and &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgEnableCreativeCommonsRdf|$wgEnableCreativeCommonsRdf]]&amp;lt;/span&amp;gt; no longer work in core,   and the functionality has been moved to the relevant extensions. See   [[Extension:DublinCoreRdf]] and   [[Extension:CreativeCommonsRdf]] as appropriate.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:21107|bug 21107]]&amp;lt;/span&amp;gt;) Split error &amp;quot;customcssjsprotected&amp;quot; into separate messages for JS and CSS&lt;br /&gt;
* Removed &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgCheckCopyrightUpload|$wgCheckCopyrightUpload]]&amp;lt;/span&amp;gt; from DefaultSettings, since the relevant feature   was removed in about 1.5.&lt;br /&gt;
* LogPageValidTypes, LogPageLogName, LogPageLogHeader and LogPageActionText   hooks have been removed.&lt;br /&gt;
* New hook &amp;quot;Collation::factory&amp;quot; to allow extensions to create custom   category collations.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgGroupPermissions|$wgGroupPermissions]]&amp;lt;/span&amp;gt; now supports per namespace permissions.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgEnableAutoRotation|$wgEnableAutoRotation]]&amp;lt;/span&amp;gt; enables or disables auto-rotation. Leaving it set to   null will cause MediaWiki to determine if auto-rotation is available.&lt;br /&gt;
&lt;br /&gt;
=== New features in 1.18 ===&lt;br /&gt;
* BREAKING CHANGE: action=watch / action=unwatch now requires a token.&lt;br /&gt;
* BREAKING CHANGE: Article class heirarchy split into WikiPage (backend).   and Article (frontend) hierarchies. Several hooks now pass a WikiPage object instead   of an Article object. These hooks all use an $article paramater as documented in hooks.txt.   Extensions should be updated to account for this, though most won&#039;t require any changes.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27860|bug 27860]]&amp;lt;/span&amp;gt;) Minor edit after clicking &#039;new section&#039; tab   Now the &amp;quot;This is a minor edit&amp;quot; checkbox is not available when you   create a page or new section.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:8130|bug 8130]]&amp;lt;/span&amp;gt;) Query pages should limit to content namespaces, not just main   namespace.&lt;br /&gt;
* Search suggestions (other than in the Vector skin) will now use the HTML5   datalist feature where supported, currently only Firefox 4.&lt;br /&gt;
* Special:Contribs now redirects to Special:Contributions.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:6672|bug 6672]]&amp;lt;/span&amp;gt;) Images are now autorotated according to their EXIF orientation.   This only affects thumbnails; the source remains unrotated.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:25708|bug 25708]]&amp;lt;/span&amp;gt;) Update case mappings and normalization to Unicode 6.0.0.&lt;br /&gt;
* New hook ArticlePrepareTextForEdit added, called when preparing text to be   saved.&lt;br /&gt;
* New parser option PreSaveTransform added, allows the pre-save transformation   to be selectively disabled.&lt;br /&gt;
* Alternative to &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgHooks|$wgHooks]]&amp;lt;/span&amp;gt; implemented, using the new Hooks class.&lt;br /&gt;
* Add width parameter to Special:Filepath to allow getting the file path of a   thumbnail.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26870|bug 26870]]&amp;lt;/span&amp;gt;) Add size to &amp;amp;#123;&amp;amp;#123;filepath:}}.&lt;br /&gt;
* Upload warnings now show a thumbnail of the uploaded file.&lt;br /&gt;
* Introduced the edittools-upload message, which will be inserted under the   upload form instead of edittools if available.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26285|bug 26285]]&amp;lt;/span&amp;gt;) Extensions will be automatically generated on upload if the user   specified a filename without extension.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26851|bug 26851]]&amp;lt;/span&amp;gt;) Special:UserRights now allows to prefill the reason field&lt;br /&gt;
* New maintenance script to fix double redirects   (maintenance/fixDoubleRedirects.php).&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:23315|bug 23315]]&amp;lt;/span&amp;gt;) New body classes to allow easier styling of special pages.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27159|bug 27159]]&amp;lt;/span&amp;gt;) Make email confirmation code expiration time configurable.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29047|bug 29047]]&amp;lt;/span&amp;gt;) CSS/JS for each user group is imported from MediaWiki:Group-sysop.js,   MediaWiki:Group-autoconfirmed.css, etc.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:24230|bug 24230]]&amp;lt;/span&amp;gt;) Uploads of ZIP types, such as MS Office or OpenOffice can now be   safely enabled. A ZIP file reader was added which can scan a ZIP file for   potentially dangerous Java applets. This allows applets to be blocked   specifically, rather than all ZIP files being blocked.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:2429|bug 2429]]&amp;lt;/span&amp;gt;) Allow selection of associated namespace in recent changes.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26217|bug 26217]]&amp;lt;/span&amp;gt;) File size is now checked before uploading in HTML5 browsers.&lt;br /&gt;
* CSS stylesheet MediaWiki:Noscript.css is now loaded for users with JavaScript   disabled (enclosed in the head in a &amp;amp;lt;noscript&amp;gt; tag).&lt;br /&gt;
* Added UserGetLanguageObject hook to change the language used in &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgLang|$wgLang]]&amp;lt;/span&amp;gt;.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:14645|bug 14645]]&amp;lt;/span&amp;gt;) When &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgMiserMode|$wgMiserMode]]&amp;lt;/span&amp;gt; is on, expensive special pages are styled   differently (italicized by default) on Special:SpecialPages.&lt;br /&gt;
* Added &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgAggregateStatsID|$wgAggregateStatsID]]&amp;lt;/span&amp;gt;, which allows UDP stats to be aggregated over   several wikis.&lt;br /&gt;
* When &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgAllowMicrodataAttributes|$wgAllowMicrodataAttributes]]&amp;lt;/span&amp;gt; is true, all itemtypes are allowed, not just   the three that were defined in the original specification.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:14706|bug 14706]]&amp;lt;/span&amp;gt;) Added support for the Imagick PHP extension.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:18691|bug 18691]]&amp;lt;/span&amp;gt;) Added support for SVG rasterization using the Imagick PHP   extension.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:2581|bug 2581]]&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:6834|bug 6834]]&amp;lt;/span&amp;gt;) Added links to thumbnail in several resolutions to the   file description page. The sizes are set by &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgImageLimits|$wgImageLimits]]&amp;lt;/span&amp;gt;.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28031|bug 28031]]&amp;lt;/span&amp;gt;) Add pageCount support to ArchivedFile.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27924|bug 27924]]&amp;lt;/span&amp;gt;) PhpHttpRequest doesn&#039;t return response body if HTTP != 200.&lt;br /&gt;
* Added hook BitmapHandlerTransform to allow extension to transform a file   without overriding the entire handler.&lt;br /&gt;
* The parser now attempts to output markers for editsection tokens and defer the   rendering of them post-cache to reduce parser cache fragmentation and ensure   skin customizability of edit section links.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:24755|bug 24755]]&amp;lt;/span&amp;gt;) AuthPlugin auto-creation of local accounts can now be aborted by   other extensions by handling the &#039;AbortAutoAccount&#039; hook, similar to the   &#039;AbortNewAccount&#039; triggered by explicit account creations. (They are separate   to avoid loops and confusion; auth plugins like CentralAuth need to handle   AbortNewAccount separately.&lt;br /&gt;
* Special:ListFiles is now transcludable.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:13879|bug 13879]]&amp;lt;/span&amp;gt;) Special:Emailuser asks for suitable target user if called without.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:16956|bug 16956]]&amp;lt;/span&amp;gt;) IPTC and XMP metadata now extracted from images.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:23816|bug 23816]]&amp;lt;/span&amp;gt;) A [[tracking category]] is now added for any pages with broken images.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:23495|bug 23495]]&amp;lt;/span&amp;gt;) Allow createAndPromote.php to create non-sysop users.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28916|bug 28916]]&amp;lt;/span&amp;gt;) A way to to toggle mw.config legacy globals settings from   LocalSettings.php has been created by introducing &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgLegacyJavaScriptGlobals|$wgLegacyJavaScriptGlobals]]&amp;lt;/span&amp;gt;.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28503|bug 28503]]&amp;lt;/span&amp;gt;) Support for ircs:// URL protocols.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26033|bug 26033]]&amp;lt;/span&amp;gt;) It is now possible to count all non-redirect pages in content   namespaces as articles.&lt;br /&gt;
* Images can now be embedded in an XML dump stream using backupDump.php   --include-files and can be imported using importDump.php --uploads;   furthermore, it can import files from the filesystem using --image-base-path.&lt;br /&gt;
* Three new hooks in Special:Undelete, &#039;UndeleteForm::showHistory&#039;,   &#039;UndeleteForm::showRevision&#039; and &#039;UndeleteForm::undelete&#039;, so that extensions   may override the usage of PageArchive class and replace it with their own   class that extends PageArchive.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28915|bug 28915]]&amp;lt;/span&amp;gt;) Implement QUnit test suite for MediaWiki JavaScript.   Also built-in support for distribution through a TestSwarm instance.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29036|bug 29036]]&amp;lt;/span&amp;gt;) For cascade-protected pages, the mw-textarea-cprotected class is   added to the textarea on the edit form.&lt;br /&gt;
* mw.util.wikiScript has been implemented (like wfScript in GlobalFunctions.php)&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29067|bug 29067]]&amp;lt;/span&amp;gt;) Expose user.tokens (like we do user.options) in ResourceLoader.&lt;br /&gt;
* New &#039;Debug&#039; hook used by wfDebug() and wfDebugLog().&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27655|bug 27655]]&amp;lt;/span&amp;gt;) Require token for watching/unwatching pages)&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28904|bug 28904]]&amp;lt;/span&amp;gt;) (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29773|bug 29773]]&amp;lt;/span&amp;gt;) Update jQuery version from 1.4.4 to 1.6.2 (the latest version)&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29441|bug 29441]]&amp;lt;/span&amp;gt;) Expose CapitalLinks config in JS to allow modules to properly   handle titles on case-sensitive wikis.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29397|bug 29397]]&amp;lt;/span&amp;gt;) Implement mw.Title module in core.&lt;br /&gt;
* In MySQL 4.1.9+ with replication enabled, fetch the slave lag from SHOW SLAVE   STATUS instead of SHOW PROCESSLIST. This ensures that lag is reported   correctly in the case where there are no write events occurring. Note that   the DB user now needs to have the REPLICATION CLIENT privilege if you are   using replication.&lt;br /&gt;
* Language codes in &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgDummyLanguageCodes|$wgDummyLanguageCodes]]&amp;lt;/span&amp;gt; are now excluded on localization   statistics (maintenance/language/transstat.php).&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29586|bug 29586]]&amp;lt;/span&amp;gt;) Make the (next 200) links on categories link directly to   the relevant section of the category.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29109|bug 29109]]&amp;lt;/span&amp;gt;) Allow the automatic edit summary for redirect creation   show the first bit of the new redirect page.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29723|bug 29723]]&amp;lt;/span&amp;gt;) mw.util.wikiGetlink() now defaults to wgPageName.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29680|bug 29680]]&amp;lt;/span&amp;gt;) Add GetDefaultSortkey hook to override the default sortkey.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:16699|bug 16699]]&amp;lt;/span&amp;gt;) &amp;amp;#123;&amp;amp;#123;#language:}} accepts second parameter to specify the language in   which the language name is wanted. Coverage depends on the cldr extension.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:15802|bug 15802]]&amp;lt;/span&amp;gt;) An easy way to look up messages: language qqx which returns   the message keys.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29868|bug 29868]]&amp;lt;/span&amp;gt;) Add support for passing parameters to mw.msg in jquery.localize.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29558|bug 29558]]&amp;lt;/span&amp;gt;) &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgMiserMode|$wgMiserMode]]&amp;lt;/span&amp;gt; now disables update.php by default.&lt;br /&gt;
* AjaxCategories: Easily add, edit or delete categories on article pages.   Suggests possible categories when typing, all saves are done via AJAX.   Supports editing of multiple categories and then saving them in one batch.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgAutopromoteOnce|$wgAutopromoteOnce]]&amp;lt;/span&amp;gt; was added, allowing for users to be automatically promoted   to explicit usergroups. If a group is removed from a user via Special:UserRights,   it will not automatically be re-added. Configuration is similar to   &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgAutopromote|$wgAutopromote]]&amp;lt;/span&amp;gt; (see DefaultSettings.php).&lt;br /&gt;
* The PerformRetroactiveAutoblock hook was added to allow overriding or complementing   retroactive autoblock handling. This runs when blocking a user with the &#039;autoblock&#039; option.&lt;br /&gt;
* MediaWiki now supports using protocol-relative URLs in links, interwiki   targets and &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgServer|$wgServer]]&amp;lt;/span&amp;gt;.&lt;br /&gt;
* Introduced &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgVaryOnXFPForAPI|$wgVaryOnXFPForAPI]]&amp;lt;/span&amp;gt; which will cause the API to send   Vary: X-Forwarded-Proto headers.&lt;br /&gt;
* New maintenance script to refresh image metadata (maintenance/refreshImageMetadata.php).&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:16428|bug 16428]]&amp;lt;/span&amp;gt;) Include permalink in printable version.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:30722|bug 30722]]&amp;lt;/span&amp;gt;) Add an identity collation that sorts things based on what the   unicode code point is (aka pre-1.17 behaviour).&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:30940|bug 30940]]&amp;lt;/span&amp;gt;) Add a hook in User:getDefaultOptions.   To give extensions a better and more flexible way of providing default   values for preferences a hook has been introdiced in User:getDefaultOptions().   Setting preferences in &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgDefaultUserOptions|$wgDefaultUserOptions]]&amp;lt;/span&amp;gt; still work fine, but when reading   them (i.e. with array_keys) to get a list of all preferences, then   &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgDefaultUserOptions|$wgDefaultUserOptions]]&amp;lt;/span&amp;gt; should no longer be used as it will contain those set via   User:getDefaultOptions().&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:30497|bug 30497]]&amp;lt;/span&amp;gt;) Add client-nojs and client-js classes on document element   to let styles easily hide or show things based on general JS availability.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:31293|bug 31293]]&amp;lt;/span&amp;gt;) If Special:Userlogin is loaded over HTTPS, display   MediaWiki:loginend-https instead of MediaWiki:loginend, if it&#039;s not empty.   Same for signupend on the account creation page.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:31233|bug 31233]]&amp;lt;/span&amp;gt;) New OutputPage::addJsConfigVars() method to make the output page specific   mw.config map extendable.&lt;br /&gt;
&lt;br /&gt;
=== Bug fixes in 1.18 ===&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27860|bug 27860]]&amp;lt;/span&amp;gt;) Minor edit after clicking &#039;new section&#039; tab.&lt;br /&gt;
* mw.util.getScript has been implemented (like wfScript in GlobalFunctions.php).&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:23119|bug 23119]]&amp;lt;/span&amp;gt;) WikiError class and subclasses are now marked as deprecated.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:10871|bug 10871]]&amp;lt;/span&amp;gt;) Javascript and CSS pages in MediaWiki namespace are no longer   treated as wikitext on preview.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:22753|bug 22753]]&amp;lt;/span&amp;gt;) Output from update.php is more clear when things changed, entries   indicating nothing changed are now all prefixed by &amp;quot;...&amp;quot;.&lt;br /&gt;
* Page existence is now not revealed (in the colour of the tabs) to users who   cannot read the page in question.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:19006|bug 19006]]&amp;lt;/span&amp;gt;) &amp;amp;#123;&amp;amp;#123;REVISIONUSER}} no longer acts like &amp;amp;#123;&amp;amp;#123;CURRENTUSER}} in some   cases.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:16019|bug 16019]]&amp;lt;/span&amp;gt;) &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgArticlePath|$wgArticlePath]]&amp;lt;/span&amp;gt; = &amp;quot;/$1&amp;quot; no longer breaks API edit/watch actions.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:18372|bug 18372]]&amp;lt;/span&amp;gt;) File types blacklisted by &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgFileBlacklist|$wgFileBlacklist]]&amp;lt;/span&amp;gt; will no longer be shown   as &amp;quot;Permitted file types&amp;quot; on the upload form.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26379|bug 26379]]&amp;lt;/span&amp;gt;) importImages.php gives more descriptive error message on failure.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26410|bug 26410]]&amp;lt;/span&amp;gt;) + signs are no longer treated as spaces in internal links if   link has a % sign in it.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26412|bug 26412]]&amp;lt;/span&amp;gt;) Search results headers no longer show a bogus edit link.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26540|bug 26540]]&amp;lt;/span&amp;gt;) Fixed wrong call to applyPatch in MysqlUpdater.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26574|bug 26574]]&amp;lt;/span&amp;gt;) Added &#039;upload&#039; to &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgRestrictionTypes|$wgRestrictionTypes]]&amp;lt;/span&amp;gt;, allowing upload protected   pages to be queried via the API and Special:ProtectedPages, and allowing   disabling upload protection by removing it from &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgRestrictionTypes|$wgRestrictionTypes]]&amp;lt;/span&amp;gt;.&lt;br /&gt;
* If an edit summary exceeds 250 bytes and is truncated, add an ellipse.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26638|bug 26638]]&amp;lt;/span&amp;gt;) Database error pages display correctly in RTL languages.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26187|bug 26187]]&amp;lt;/span&amp;gt;) Confirmrecreate no longer parses the edit summary.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26208|bug 26208]]&amp;lt;/span&amp;gt;) Mark directionality of some interlanguage links.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26034|bug 26034]]&amp;lt;/span&amp;gt;) Make the &amp;quot;View / Read&amp;quot; tab in content_navigation style tabs remain   selected when the action is &amp;quot;purge&amp;quot;.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:14267|bug 14267]]&amp;lt;/span&amp;gt;) Support a MediaWiki:Mainpage-nstab override for the subject   namespace tab on the mainpage of a wiki.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:10158|bug 10158]]&amp;lt;/span&amp;gt;) Do not mention allowing others to contact you when the feature   is disabled (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgEnableUserEmail|$wgEnableUserEmail]]&amp;lt;/span&amp;gt;=false).&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26733|bug 26733]]&amp;lt;/span&amp;gt;) Wrap initial table creation in transaction.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26729|bug 26729]]&amp;lt;/span&amp;gt;) Category pages should return 404 if they do not exist and have no   members.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:2585|bug 2585]]&amp;lt;/span&amp;gt;) Image pages should send 404 if no image, no shared image and no   description page.&lt;br /&gt;
* Custom editintro&#039;s using the editintro url parameter will no longer show   &amp;amp;lt;noinclude&amp;gt; sections on pages they are included on.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26449|bug 26449]]&amp;lt;/span&amp;gt;) Keep underlines from headings outside of tables and thumbs by   adding overflow:hidden to h1,h2,h3,h4,h5,h6 (also fixes editsection bunching).&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26708|bug 26708]]&amp;lt;/span&amp;gt;) Remove background-color:white from tables in Monobook and Vector.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28422|bug 28422]]&amp;lt;/span&amp;gt;) Remove color:black from tables in Monobook and Vector. And add it   to table.wikitable instead.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26781|bug 26781]]&amp;lt;/span&amp;gt;) &amp;amp;#123;&amp;amp;#123;PAGENAME}} and related parser functions escape their output   better.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26716|bug 26716]]&amp;lt;/span&amp;gt;) Provide link to instructions for external editor related   preferences and add a comment to the ini control file explaining what is   going on.&lt;br /&gt;
* Trying to upload a file with no extension or with a disallowed MIME type now   gives the right message instead of complaining about a MIME/extension   mismatch.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26809|bug 26809]]&amp;lt;/span&amp;gt;) Uploading files with multiple extensions where one of the   extensions is blacklisted now gives the proper extension in the error message.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26961|bug 26961]]&amp;lt;/span&amp;gt;) Hide anon edits in watchlist preference now actually works.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:19751|bug 19751]]&amp;lt;/span&amp;gt;) Filesystem is now checked during image undeletion.&lt;br /&gt;
* Send last modified headers for Special:Recentchanges when RC patrol is   enabled, but user cannot see rc patrol links.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26548|bug 26548]]&amp;lt;/span&amp;gt;) ForeignAPIRepo (InstantCommons) now works with PDF files   and other multi-paged file formats.&lt;br /&gt;
* Files with a mime type that does not match the extension are now properly   thumbnailed.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27201|bug 27201]]&amp;lt;/span&amp;gt;) Special:WhatLinksHere output no longer contains duplicate IDs.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:15905|bug 15905]]&amp;lt;/span&amp;gt;) Nostalgia skin could become more usable by including a Talk:   link at the top of the page.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27560|bug 27560]]&amp;lt;/span&amp;gt;) Search queries no longer fail in Walloon language.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27679|bug 27679]]&amp;lt;/span&amp;gt;) Broken embedded files with special characters are no longer   double HTML escaped.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27700|bug 27700]]&amp;lt;/span&amp;gt;) The upload protection can now also be set for files that do not   exist.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27763|bug 27763]]&amp;lt;/span&amp;gt;) Article::getParserOutput() no longer throws a fatal given when an   incorrect revision ID is passed.&lt;br /&gt;
* Trim the form field for uploading by url to remove extra spaces which could   cause confusing error messages.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27854|bug 27854]]&amp;lt;/span&amp;gt;) Http::isValidURI is way too lax.&lt;br /&gt;
* Do not show enotifminoredits preference, if disabled by &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgEnotifMinorEdits|$wgEnotifMinorEdits]]&amp;lt;/span&amp;gt;.&lt;br /&gt;
* AbortLogin returning &amp;quot;ABORTED&amp;quot; now handled.  Also allows message identifier   for &amp;quot;ABORTED&amp;quot; reason to be returned and displayed to user.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28034|bug 28034]]&amp;lt;/span&amp;gt;) uploading file to local wiki when file exists on shared repository   (commons) gives spurious info in the warning message.&lt;br /&gt;
* Usernames get lost when selecting different sorts on Special:listfiles.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:14005|bug 14005]]&amp;lt;/span&amp;gt;) editing section 0 of an existing but empty page gives no such   section error.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26939|bug 26939]]&amp;lt;/span&amp;gt;) Installer does not set &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgMetaNamespace|$wgMetaNamespace]]&amp;lt;/span&amp;gt;.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28166|bug 28166]]&amp;lt;/span&amp;gt;) UploadBase assumes that &#039;edit&#039; and &#039;upload&#039; rights are not per   page restrictions.&lt;br /&gt;
* Make truncate function automatically consider length of &#039;...&#039; string,   since length can vary by localization.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28242|bug 28242]]&amp;lt;/span&amp;gt;) Make redirects generated by urls containing a local interwiki   prefix be a 301 instead of a 302.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:15641|bug 15641]]&amp;lt;/span&amp;gt;) blocked administrators are now prevented from deleting or   protecting their own talk page; and all blocked users are more   comprehensively prevented from performing other actions.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27893|bug 27893]]&amp;lt;/span&amp;gt;) Edit-on-doubleclick now applies only on view and purge actions;   no longer triggers unexpectedly on delete, history etc.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28417|bug 28417]]&amp;lt;/span&amp;gt;) Fix PHP notice when importing revision without a listed id.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28430|bug 28430]]&amp;lt;/span&amp;gt;) Make html and TeX output of &amp;amp;lt;math&amp;gt; always be left-to-right.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28306|bug 28306]]&amp;lt;/span&amp;gt;) Fix exposure of suppressed usernames in ForeignDBRepo.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28372|bug 28372]]&amp;lt;/span&amp;gt;) Fix bogus link to suppressed file versions in ForeignDBRepo.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27473|bug 27473]]&amp;lt;/span&amp;gt;) Fix regression: bold, italic no longer interfere with linktrail   for ca, kaa.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28444|bug 28444]]&amp;lt;/span&amp;gt;) Fix regression: edit-on-doubleclick retains revision id again.&lt;br /&gt;
* &amp;amp;apos; character entity is now allowed in wikitext.&lt;br /&gt;
* UtfNormal::cleanUp on an invalid utf-8 sequence no longer returns false if   intl installed.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28561|bug 28561]]&amp;lt;/span&amp;gt;) The css class small will no longer make nested elements even   smaller.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:13172|bug 13172]]&amp;lt;/span&amp;gt;) Array type exif data (like GPS) was not being extracted from   images.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28532|bug 28532]]&amp;lt;/span&amp;gt;) wfMsgExt() and wfMsgWikiHtml() use &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgOut|$wgOut]]&amp;lt;/span&amp;gt;-&amp;gt;parse().&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:16129|bug 16129]]&amp;lt;/span&amp;gt;) Transcluded special pages expose strip markers when they output   parsed messages.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27249|bug 27249]]&amp;lt;/span&amp;gt;) &amp;quot;Installed software&amp;quot; table in Special:Version should always be   left-to-right.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28719|bug 28719]]&amp;lt;/span&amp;gt;) Do not call mLinkHolders __destruct explicitly.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:21196|bug 21196]]&amp;lt;/span&amp;gt;) Article::getContributors() no longer fails on PostgreSQL.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28752|bug 28752]]&amp;lt;/span&amp;gt;) XCache doesn&#039;t work in CLI mode.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28076|bug 28076]]&amp;lt;/span&amp;gt;) Thumbnail height limited to 360 pixels on Special:Listfiles.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:22227|bug 22227]]&amp;lt;/span&amp;gt;) Special:Listfiles no longer throws an error on bogus file entries.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:19408|bug 19408]]&amp;lt;/span&amp;gt;) user_properties.up_property: 32 bytes is not enough.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:25262|bug 25262]]&amp;lt;/span&amp;gt;) Fix for minification of hardcoded data: URIs in CSS.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29263|bug 29263]]&amp;lt;/span&amp;gt;) Add LTR class to the shared CSS to be used for left-to-right text   such as SQL queries shown in dberrortext and similar messages in RTL   environments.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:14977|bug 14977]]&amp;lt;/span&amp;gt;) Fixed &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgServer|$wgServer]]&amp;lt;/span&amp;gt; detection in cases where an IPv6 address is used   as the server name.&lt;br /&gt;
* The View X deleted revisions is now shown again on Special:Upload.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29071|bug 29071]]&amp;lt;/span&amp;gt;) mediawiki.action.watch.ajax.js should pass uselang to API.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28868|bug 28868]]&amp;lt;/span&amp;gt;) Show total pages in the subtitle of an image on the   file description page for multi-paged documents.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28883|bug 28883]]&amp;lt;/span&amp;gt;) Message names for different compression types commonly   used in Tiff files.&lt;br /&gt;
* When translcuding a special page, do not let it interpret url parameters.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28887|bug 28887]]&amp;lt;/span&amp;gt;) Special page classes are no longer re-used during 1 request.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28888|bug 28888]]&amp;lt;/span&amp;gt;) Searching for something starting with a # sign no longer tells   the user a page named &amp;amp;#91;&amp;amp;#91;:]] already exists.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:23002|bug 23002]]&amp;lt;/span&amp;gt;) Imagelinks table not updated after imagemove.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27864|bug 27864]]&amp;lt;/span&amp;gt;) Transcluding &amp;amp;#123;&amp;amp;#123;Special:Prefix}} with empty prefix now lists all   pages.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:18803|bug 18803]]&amp;lt;/span&amp;gt;) JPEG2000 images should not be uploadable as .jpg files.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:11868|bug 11868]]&amp;lt;/span&amp;gt;) If using links to count articles, the checking will now be based   on the real presence of an internal link instead of the &amp;quot;&amp;amp;#91;&amp;amp;#91;&amp;quot; string.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28287|bug 28287]]&amp;lt;/span&amp;gt;) The &amp;quot;your changes&amp;quot; box for edit conflicts is now read-only.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28940|bug 28940]]&amp;lt;/span&amp;gt;) When making a thumb of an SVG, and only specifying the height   make the width be the max SVG size, not the natrual width of the SVG.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:1780|bug 1780]]&amp;lt;/span&amp;gt;) Uploading files with non-ascii characters are now forbidden on   Windows.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:23464|bug 23464]]&amp;lt;/span&amp;gt;) File: prefixes are now chopped off during uploading.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28174|bug 28174]]&amp;lt;/span&amp;gt;) Message config-logo-help amended to not explicitly assume any   LTR/RTL screen layout.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28992|bug 28992]]&amp;lt;/span&amp;gt;) Revision numbers in the patrol log are transformed in the user   language.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27073|bug 27073]]&amp;lt;/span&amp;gt;) ResourceLoaderDynamicStyles marker should be dynamically appended to   the document head if it doesn&#039;t exist.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27023|bug 27023]]&amp;lt;/span&amp;gt;) After the document is ready, mw.loader is broken (calls callback   before module is parsed).&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:4330|bug 4330]]&amp;lt;/span&amp;gt;) External URLs without a custom title should be treated as LTR,   even in RTL text.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29055|bug 29055]]&amp;lt;/span&amp;gt;) Make &amp;quot;don&#039;t send email on minor edits&amp;quot; preference apply to   changes to talk page in addition to watchlist edits.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28272|bug 28272]]&amp;lt;/span&amp;gt;) Special:AllMessages should have only one &amp;quot;Go&amp;quot; button.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29101|bug 29101]]&amp;lt;/span&amp;gt;) Special:FileDuplicateSearch no longer shows silly message.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29048|bug 29048]]&amp;lt;/span&amp;gt;) jQuery.tabIndex: firstTabIndex() should not output the same   as lastTabIndex().&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29332|bug 29332]]&amp;lt;/span&amp;gt;) Warn if user requests mediawiki-announce subscription but does not   enter an e-mail address.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:25375|bug 25375]]&amp;lt;/span&amp;gt;) Add canonical namespaces to &amp;quot;wgNamespaceIds&amp;quot; in mw.config.&lt;br /&gt;
* The class JpegOrTiffHandler was renamed ExifBitmapHandler.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29443|bug 29443]]&amp;lt;/span&amp;gt;) Special:Undelete should use JavaScript to invert all checkboxes   instead of reloading the page.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29325|bug 29325]]&amp;lt;/span&amp;gt;) Setting &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgStrictFileExtensions|$wgStrictFileExtensions]]&amp;lt;/span&amp;gt; to false no longer gives incorrect warning.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29437|bug 29437]]&amp;lt;/span&amp;gt;) Multiple apostrophes in deleted article title cause odd rendering.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29485|bug 29485]]&amp;lt;/span&amp;gt;) RSS feed of Special:RecentChange grouped together multiple   consecutive edits by same user in included diff, but then linked to   a single ungrouped diff.&lt;br /&gt;
* Do not try to group together a page creation and edit in the RSS feed of RC.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29342|bug 29342]]&amp;lt;/span&amp;gt;) Patrol preferences shouldn&#039;t be visible to users who don&#039;t have   patrol permissions.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29471|bug 29471]]&amp;lt;/span&amp;gt;) Exception no longer thrown for files with invalid date in metadata.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29492|bug 29492]]&amp;lt;/span&amp;gt;) Long-running steps in the installer (such as Upgrade and Install)   no longer cause timeouts.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29507|bug 29507]]&amp;lt;/span&amp;gt;) Change &#039;image link&#039; to &#039;file link&#039; in Special:Whatlinkshere.&lt;br /&gt;
* If the db is really screwed up, and doesn&#039;t have a recentchanges table,   make the updater throw an exception instead of a fatal.&lt;br /&gt;
* wfArrayToCGI() and wfCgiToArray() now handle nested and associative arrays   correctly.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29567|bug 29567]]&amp;lt;/span&amp;gt;) mw.util.addPortletLink should only wrap link in &amp;amp;lt;span&amp;gt; for   &amp;quot;vectorTabs&amp;quot; portlets.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:8556|bug 8556]]&amp;lt;/span&amp;gt;) Incorrect session failure warning on preview-on-open   namespaces (categories) when combined with &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgRawHtml|$wgRawHtml]]&amp;lt;/span&amp;gt;.&lt;br /&gt;
* Use content language in formatting of dates in revertpage message   (rollback revert edit summary) and do not adjust for user timezone.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29277|bug 29277]]&amp;lt;/span&amp;gt;) MediaWiki:Filepage.css is also shown on the local wiki&lt;br /&gt;
* Make sure Backlink cache does not retrieve interwiki redirects when looking for   redirects to a local page.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:6100|bug 6100]]&amp;lt;/span&amp;gt;) Allow different directionality (LTR/RTL) for user interface   and wiki content, along with many other RTL and directionality improvements   (such as bugs 28030, 12406, 28349).&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29712|bug 29712]]&amp;lt;/span&amp;gt;) Removed broken defaultUserOptionOverrides in MessagesXx files and   unneeded CSS flipping of quickbar. Instead, introduce option 5 which sets   left/right according to the directionality of your interface language.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:19514|bug 19514]]&amp;lt;/span&amp;gt;) Unordered list list-style-image should be IE6-compatible (8-bit).&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27410|bug 27410]]&amp;lt;/span&amp;gt;) The tag filter on a history page is now within a &amp;amp;lt;label&amp;gt; element.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29779|bug 29779]]&amp;lt;/span&amp;gt;) DairikiDiff/WikiDiff &amp;amp;lt;ins&amp;gt; and &amp;amp;lt;del&amp;gt; should undo browser default   styling (strike/underline).&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28630|bug 28630]]&amp;lt;/span&amp;gt;) Add iwlinks, langlinks, redirect to   RefreshLinks::deleteLinksFromNonexistent.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29797|bug 29797]]&amp;lt;/span&amp;gt;) Error: &amp;quot;Tried to load block with invalid type&amp;quot; when subpages   are disabled for user pages.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:12205|bug 12205]]&amp;lt;/span&amp;gt;) Bidirectional names in action=credits are split and displayed.   incorrectly when wrapped to the next line.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:20781|bug 20781]]&amp;lt;/span&amp;gt;) Move &#039;mainpagetext&#039; messages to installer&#039;s .i18n file.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29737|bug 29737]]&amp;lt;/span&amp;gt;) &amp;quot;MediaWiki:Qbsettings-directionality&amp;quot; should refer to script,   not language.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26360|bug 26360]]&amp;lt;/span&amp;gt;) &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgSessionHandler|$wgSessionHandler]]&amp;lt;/span&amp;gt; was overriding system settings unconditionally.&lt;br /&gt;
* Removed AjaxFunctions.php. The last remaining function js_unescape() was moved   to the FCKEditor extension.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28762|bug 28762]]&amp;lt;/span&amp;gt;) Resizing to specified height broken for very thin images.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29959|bug 29959]]&amp;lt;/span&amp;gt;) Installer fatal when cURL and allow_url_fopen is disabled and user   tries to subsribe to mediawiki-announce.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27427|bug 27427]]&amp;lt;/span&amp;gt;) mw.util.getParamValue shouldn&#039;t return value from hash even if   param is only present in hash.&lt;br /&gt;
* Installer checked for magic_quotes_runtime instead of register_globals.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:30131|bug 30131]]&amp;lt;/span&amp;gt;) XCache with variable caching disabled no longer used for variable   caching (CACHE_ACCEL)&lt;br /&gt;
* &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgSVGMaxSize|$wgSVGMaxSize]]&amp;lt;/span&amp;gt; is now applied to the smaller of width or height, making very wide   pano/timeline/diagram SVGs renderable at saner sizes.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:30219|bug 30219]]&amp;lt;/span&amp;gt;) The page shown when LocalSettings.php does not exist was broken on   Windows servers.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:30074|bug 30074]]&amp;lt;/span&amp;gt;) Moving user JS subpages resulted in JS errors because   #REDIRECT &amp;amp;#91;&amp;amp;#91;Foo]] is invalid JS.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:30335|bug 30335]]&amp;lt;/span&amp;gt;) Fix for HTMLForms using GET breaking when non-friendly URLs   are used.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:30264|bug 30264]]&amp;lt;/span&amp;gt;) Changed installer-generated LocalSettings.php to use require_once()  instead require() for included extensions.&lt;br /&gt;
* Tracking categories are no longer shown in footer for special pages.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:30684|bug 30684]]&amp;lt;/span&amp;gt;) Fix bad escaping in mw.message for inexistent messages (i.e. &amp;amp;lt;key&amp;gt;).&lt;br /&gt;
* &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgOverrideSiteFeed|$wgOverrideSiteFeed]]&amp;lt;/span&amp;gt; no longer double escapes urls.&lt;br /&gt;
* The preprocessor no longer fails with a PHP warning about XML_PARSE_HUGE when   processing complex pages using newer versions of libxml2.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:30907|bug 30907]]&amp;lt;/span&amp;gt;) Special:Unusedcategories should sort ascendingly.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28545|bug 28545]]&amp;lt;/span&amp;gt;) When using the uca-default collation, sortkey&#039;s starting with a   space (U+20) will sort under an invisible header like in 1.16 rather than a U+6DE.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:30192|bug 30192]]&amp;lt;/span&amp;gt;) Thumbnails of archived files are now deleted.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:30843|bug 30843]]&amp;lt;/span&amp;gt;) mediawiki.Title should not convert extensions (anything after the   last full stop) to lower case).&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:31213|bug 31213]]&amp;lt;/span&amp;gt;) Exception thrown when trying to move file cross-namespace.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:18424|bug 18424]]&amp;lt;/span&amp;gt;) Special:Prefixindex and Special:Allpages paging links are   really small, and somewhat inconsistent with each other.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:30466|bug 30466]]&amp;lt;/span&amp;gt;) Entries in iwlinks table are now cleared when moving a page over   redirect.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:31674|bug 31674]]&amp;lt;/span&amp;gt;) Can&#039;t edit watchlist if it contains special pages.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:32100|bug 32100]]&amp;lt;/span&amp;gt;) Installer complains about Suhosin GET limit even if it is   already set above 1024 bytes.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:32086|bug 32086]]&amp;lt;/span&amp;gt;) Special:PermanentLink now show an error message when no subpage   was specified.&lt;br /&gt;
&lt;br /&gt;
=== API changes in 1.18 ===&lt;br /&gt;
* BREAKING CHANGE: action=watch now requires POST and token.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26339|bug 26339]]&amp;lt;/span&amp;gt;) Throw warning when truncating an overlarge API result.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:14869|bug 14869]]&amp;lt;/span&amp;gt;) Add API module for accessing QueryPage-based special pages.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:14020|bug 14020]]&amp;lt;/span&amp;gt;) API for Special:Unwatchedpages.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:24287|bug 24287]]&amp;lt;/span&amp;gt;) Wrap API Help output at 100 characters.&lt;br /&gt;
* Add a realname uiprop option to query=userinfo so a user&#039;s realname can be   extracted.&lt;br /&gt;
* Add a &amp;amp;watchuser option to ApiBlock.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26541|bug 26541]]&amp;lt;/span&amp;gt;) Generator-ise ApiQueryRecentChanges.&lt;br /&gt;
* action=parse now correctly returns an error for nonexistent pages.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:25767|bug 25767]]&amp;lt;/span&amp;gt;) Add userrights properties to allusers and users query lists.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26558|bug 26558]]&amp;lt;/span&amp;gt;) list=allusers auprop=groups does not list groups a user is   automatically a member of.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26559|bug 26559]]&amp;lt;/span&amp;gt;) list=allusers auprop=rights does not match   list=users usprop=rights.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26560|bug 26560]]&amp;lt;/span&amp;gt;) On allusers if limit &amp;amp;lt; total number of users, last user gets   duplicate.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:25135|bug 25135]]&amp;lt;/span&amp;gt;) add &amp;quot;normalized&amp;quot; to action=parse.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26460|bug 26460]]&amp;lt;/span&amp;gt;) Add support for listing category members by category pageid.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26482|bug 26482]]&amp;lt;/span&amp;gt;) add a imimages param to prop=images.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26498|bug 26498]]&amp;lt;/span&amp;gt;) allow LinksUpdate with API.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26485|bug 26485]]&amp;lt;/span&amp;gt;) add a elextlinks param to prop=extlinks.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26483|bug 26483]]&amp;lt;/span&amp;gt;) add a iwtitles param to prop=iwlinks.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26484|bug 26484]]&amp;lt;/span&amp;gt;) add a lltitles param to prop=langlinks.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26480|bug 26480]]&amp;lt;/span&amp;gt;) add a pppageprops param to prop=pageprops.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26650|bug 26650]]&amp;lt;/span&amp;gt;) Remove &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgAPICacheHelp|$wgAPICacheHelp]]&amp;lt;/span&amp;gt; in favour of &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgAPICacheHelpTimeout|$wgAPICacheHelpTimeout]]&amp;lt;/span&amp;gt;.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:24650|bug 24650]]&amp;lt;/span&amp;gt;) Fix API to work with categorylinks changes.&lt;br /&gt;
* Expose list of skins in meta=siteinfo.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26548|bug 26548]]&amp;lt;/span&amp;gt;) Add iiurlparam param to query=imageinfo and query=stashimageinfo.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27205|bug 27205]]&amp;lt;/span&amp;gt;) aiprop=metadata and aiprop=parsedcomment need help text.&lt;br /&gt;
* Add a amtitle param to meta=allmessages.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:25832|bug 25832]]&amp;lt;/span&amp;gt;) query=allimages now outputs ns/title as well.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27199|bug 27199]]&amp;lt;/span&amp;gt;) Thumbnail urls can be fetched for old files as well.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27376|bug 27376]]&amp;lt;/span&amp;gt;) when using ApiBase::PARAM_TYPE =&amp;gt; &#039;integer&#039; without a min or   max value, API doesn&#039;t validate the input is actually an integer.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27479|bug 27479]]&amp;lt;/span&amp;gt;) API error when using both prop=pageprops and   prop=info&amp;amp;inprop=displaytitle.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27554|bug 27554]]&amp;lt;/span&amp;gt;) Update API information text to reflect change in &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26125|bug 26125]]&amp;lt;/span&amp;gt;.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27611|bug 27611]]&amp;lt;/span&amp;gt;) list=blocks: Use ipb_by_text instead of join with user table.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27616|bug 27616]]&amp;lt;/span&amp;gt;) Add userid of blocked user and blocker to list=blocks.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27688|bug 27688]]&amp;lt;/span&amp;gt;) Simplify queries to list user block information.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27708|bug 27708]]&amp;lt;/span&amp;gt;) list=users does not have a property to return user id.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27715|bug 27715]]&amp;lt;/span&amp;gt;) imageinfo didn&#039;t respect revdelete.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27862|bug 27862]]&amp;lt;/span&amp;gt;) Useremail module didn&#039;t properly return success on success.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27590|bug 27590]]&amp;lt;/span&amp;gt;) prop=imageinfo now allows querying the media type.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27587|bug 27587]]&amp;lt;/span&amp;gt;) list=filearchive now outputs full title info.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27018|bug 27018]]&amp;lt;/span&amp;gt;) Added action=filerevert to revert files to an old version.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27897|bug 27897]]&amp;lt;/span&amp;gt;) list=allusers and list=users list hidden users.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27717|bug 27717]]&amp;lt;/span&amp;gt;) API&#039;s exturlusage module does not respect &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgMiserMode|$wgMiserMode]]&amp;lt;/span&amp;gt;.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27588|bug 27588]]&amp;lt;/span&amp;gt;) list=filearchive&amp;amp;faprop=sha1 returns empty attribute.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28010|bug 28010]]&amp;lt;/span&amp;gt;) Passing a non existant user to list=users gives internal error.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27549|bug 27549]]&amp;lt;/span&amp;gt;) action=query&amp;amp;list=users&amp;amp;usprop=groups doesn&#039;t show implicit   groups if a user doesn&#039;t have explicit groups.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27670|bug 27670]]&amp;lt;/span&amp;gt;) Ordering by timestamp (and usage of start and end) isn&#039;t as clear   in auto generated document, as it is on mediawiki.org.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27182|bug 27182]]&amp;lt;/span&amp;gt;) API: Add filter by prefix for meta=allmessages.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27183|bug 27183]]&amp;lt;/span&amp;gt;) API: Add filter by customisation state for meta=allmessages.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27340|bug 27340]]&amp;lt;/span&amp;gt;) API: Allow listing of &amp;quot;small&amp;quot; categories.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27342|bug 27342]]&amp;lt;/span&amp;gt;) Add audir param to list=allusers.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27203|bug 27203]]&amp;lt;/span&amp;gt;) add fato param to list=filearchive.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27341|bug 27341]]&amp;lt;/span&amp;gt;) Add drto param to list=deletedrevs.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26630|bug 26630]]&amp;lt;/span&amp;gt;) Add API for Special:ActiveUsers.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27020|bug 27020]]&amp;lt;/span&amp;gt;) API: Allow title prefix search of logevents (only when not in   miser mode).&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26629|bug 26629]]&amp;lt;/span&amp;gt;) add Special:MIMESearch to API.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27585|bug 27585]]&amp;lt;/span&amp;gt;) add pagecount to list=filearchive.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28104|bug 28104]]&amp;lt;/span&amp;gt;) Namespace for local pages in interwiki backlinks (iwbacklinks)   is missing.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27343|bug 27343]]&amp;lt;/span&amp;gt;) Add parseddescription to list=filearchive.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27469|bug 27469]]&amp;lt;/span&amp;gt;) label implicit groups in list=allusers&amp;amp;auprop=groups/   list=users&amp;amp;usprop=groups.&lt;br /&gt;
* Addition of APIQuerySiteInfoGeneralInfo hook to add extra information to   the general site info results.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:16288|bug 16288]]&amp;lt;/span&amp;gt;) API: consider making closure status of wikis more clear   with meta=siteinfo.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27589|bug 27589]]&amp;lt;/span&amp;gt;) list=allimages&amp;amp;aiprop=archivename is useless.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27586|bug 27586]]&amp;lt;/span&amp;gt;) Remove duplication of props in ApiQueryStashImageInfo   by using ApiQueryImageInfo.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28226|bug 28226]]&amp;lt;/span&amp;gt;) prop=extlinks&amp;amp;eloffset should be an integer.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28070|bug 28070]]&amp;lt;/span&amp;gt;) Fix watchlist RSS for databases that store timestamps in a   real timestamp field.&lt;br /&gt;
* API upload errors may now return the parameter that needs to be changed and   a sessionkey to fix the error.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28249|bug 28249]]&amp;lt;/span&amp;gt;) allow dupes in meta=allmessages&amp;amp;amargs.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28263|bug 28263]]&amp;lt;/span&amp;gt;) cannot import xml with the API, when have not &amp;quot;import&amp;quot; user   right, but &amp;quot;importupload&amp;quot;.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28365|bug 28365]]&amp;lt;/span&amp;gt;) Added description for uiprop=preferencestoken in meta=userinfo.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28394|bug 28394]]&amp;lt;/span&amp;gt;) Set forgotten parameters types in ApiUnblock.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28395|bug 28395]]&amp;lt;/span&amp;gt;) Set forgotten parameters types in ApiParse.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28368|bug 28368]]&amp;lt;/span&amp;gt;) add hint for multipart/form-data to API information of   action=import&amp;amp;xml=.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28391|bug 28391]]&amp;lt;/span&amp;gt;) action=feedwatchlist&amp;amp;allrev should be a bool.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28364|bug 28364]]&amp;lt;/span&amp;gt;) add registration date to meta=userinfo.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28254|bug 28254]]&amp;lt;/span&amp;gt;) action=paraminfo: Extract type from PARAM_DFLT if   PARAM_TYPE is not set.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27712|bug 27712]]&amp;lt;/span&amp;gt;) add parent_id to list=deletedrevs.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28455|bug 28455]]&amp;lt;/span&amp;gt;) Add &#039;toponly&#039; to recentchanges API module.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26873|bug 26873]]&amp;lt;/span&amp;gt;) API: Add &#039;toponly&#039; filter in usercontribs module.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28586|bug 28586]]&amp;lt;/span&amp;gt;) YAML: strings that are the same as boolean literals.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28591|bug 28591]]&amp;lt;/span&amp;gt;) Update/replace/supplement spyc (YAML parsing library).&lt;br /&gt;
* YAML API output is now 1.2 compliant, using JSON as the formatter.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28672|bug 28672]]&amp;lt;/span&amp;gt;) give information about misermode on API.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28558|bug 28558]]&amp;lt;/span&amp;gt;) Add iw_api and iw_wikiid to meta=siteinfo&amp;amp;siprop=interwikimap&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26882|bug 26882]]&amp;lt;/span&amp;gt;) Allow listing of indefinite protections with the API.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27344|bug 27344]]&amp;lt;/span&amp;gt;) add drprefix param to list=deletedrevs.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28560|bug 28560]]&amp;lt;/span&amp;gt;) list=deletedrevs should die, if combination of param is invalid.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28238|bug 28238]]&amp;lt;/span&amp;gt;) paraminfo: output both limits for multi param.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27179|bug 27179]]&amp;lt;/span&amp;gt;) API: List of extension tags through meta=siteinfo.&lt;br /&gt;
* Get a list of function hooks through meta=siteinfo.&lt;br /&gt;
* Get a list of all subscribed hooks, and those subscribers.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28225|bug 28225]]&amp;lt;/span&amp;gt;) Allow hiding of user groups in list=allusers.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27185|bug 27185]]&amp;lt;/span&amp;gt;) API: Add Special:ComparePages.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28265|bug 28265]]&amp;lt;/span&amp;gt;) allow outputting of comments for action=expandtemplates.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27790|bug 27790]]&amp;lt;/span&amp;gt;) Add query type for querymodules to output of ApiParamInfo.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28963|bug 28963]]&amp;lt;/span&amp;gt;) Add langbacklinks query module to the api.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27593|bug 27593]]&amp;lt;/span&amp;gt;) API should return error message when sha1/sha1base36 is invalid.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28578|bug 28578]]&amp;lt;/span&amp;gt;) API&#039;s parse module should not silently override invalid   title inputs.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:20699|bug 20699]]&amp;lt;/span&amp;gt;) Watchlist API should list log-events.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29070|bug 29070]]&amp;lt;/span&amp;gt;) Require a token in API action=watch.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29221|bug 29221]]&amp;lt;/span&amp;gt;) Expose oldrevid in ApiQueryWatchlist output.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29267|bug 29267]]&amp;lt;/span&amp;gt;) Always give the servername for meta=siteinfo&amp;amp;siprop=dbrepllag.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28897|bug 28897]]&amp;lt;/span&amp;gt;) rvparse now respects rvsection for action=query&amp;amp;prop=revisions.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:25734|bug 25734]]&amp;lt;/span&amp;gt;) API: Possible issue with revids validation.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28002|bug 28002]]&amp;lt;/span&amp;gt;) Internal error in ApiFormatRaw::getMimeType.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29237|bug 29237]]&amp;lt;/span&amp;gt;) ApiQuery now has an option to output the &amp;quot;iwurl&amp;quot; attribute.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28392|bug 28392]]&amp;lt;/span&amp;gt;) Mark action=undelete&amp;amp;timestamps as type &amp;quot;timestamp&amp;quot;.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:21346|bug 21346]]&amp;lt;/span&amp;gt;) Make deleted images searchable by hash (disabled in Miser Mode).&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27595|bug 27595]]&amp;lt;/span&amp;gt;) sha1 search of list=filearchive does not work.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:26763|bug 26763]]&amp;lt;/span&amp;gt;) Make RSS/Atom of user contributions more visible.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:25133|bug 25133]]&amp;lt;/span&amp;gt;) Allow redirects also for action=parse&amp;amp;pageid.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29745|bug 29745]]&amp;lt;/span&amp;gt;) Fatal error in API search.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29476|bug 29476]]&amp;lt;/span&amp;gt;) API returns page title instead of sectiontitle for   srprop=sectiontitle.&lt;br /&gt;
* Correct the documentation of srprop properties.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28817|bug 28817]]&amp;lt;/span&amp;gt;) Add reference help page link to API Modules.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29935|bug 29935]]&amp;lt;/span&amp;gt;) Improve formatting of examples in ApiParamInfo.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29938|bug 29938]]&amp;lt;/span&amp;gt;) list=users&amp;amp;usprop=rights shows rights the user doesn&#039;t have.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:24781|bug 24781]]&amp;lt;/span&amp;gt;) The API will include an XML namespace if the includexmlnamespace   parameter is set.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29392|bug 29392]]&amp;lt;/span&amp;gt;) Setting the start or end parameter now works with lists blocks,   categorymembers, deletedrevs, logevents, protectedtitles, usercontributions   and watchlist in Postgres.&lt;br /&gt;
&lt;br /&gt;
=== Languages updated in 1.18 ===&lt;br /&gt;
&lt;br /&gt;
MediaWiki supports over 330 languages. Many localisations are updated&lt;br /&gt;
regularly. Below only new and removed languages are listed, as well as&lt;br /&gt;
changes to languages because of Bugzilla reports.&lt;br /&gt;
&lt;br /&gt;
* Angika (anp) (new).&lt;br /&gt;
* Brahui (brh) (new).&lt;br /&gt;
* Central Dusun (dtp) (new).&lt;br /&gt;
* Jamaican Creole English (jam) (new).&lt;br /&gt;
* Khowar (khw) (new).&lt;br /&gt;
* Liv (liv) (new).&lt;br /&gt;
* Kichwa (qug) (new).&lt;br /&gt;
* Tokipona (tp) (removed) &#039;tokipona&#039; is still  valid.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:17160|bug 17160]]&amp;lt;/span&amp;gt;) Gender specific display text for User namespace.&lt;br /&gt;
* Link trail added for sl and sh.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27633|bug 27633]]&amp;lt;/span&amp;gt;) Add characters to linkTrail for Portuguese (pt and pt-br).&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27426|bug 27426]]&amp;lt;/span&amp;gt;) Set $namespaceGenderAliases for Arabic (ar).&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27385|bug 27385]]&amp;lt;/span&amp;gt;) Set Polish $namespaceGenderAliases.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27681|bug 27681]]&amp;lt;/span&amp;gt;) Set $namespaceGenderAliases for Portuguese (pt and pt-br).&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27785|bug 27785]]&amp;lt;/span&amp;gt;) Fallback language for Kabardian (kbd) is English now.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27825|bug 27825]]&amp;lt;/span&amp;gt;) Raw watchlist edit message now uses formatted numbers.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28040|bug 28040]]&amp;lt;/span&amp;gt;) Turkish: properly lower case &#039;I&#039; to &#039;ı&#039; (dotless i) and   uppercase &#039;i&#039; to &#039;İ&#039; (dotted i).&lt;br /&gt;
* Conversion script between Syllabics and Latin for the Inuktitut language.&lt;br /&gt;
* Date formats for Indonesian (id) updated.&lt;br /&gt;
* Bhojpuri (bho) (renamed from &amp;quot;bh&amp;quot;).&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:29031|bug 29031]]&amp;lt;/span&amp;gt;) When translating block log entries, indefinite, infinite, and   infinity are now considered the same.&lt;br /&gt;
* Aromanian (rup) (renamed from &amp;quot;rua-rup&amp;quot;).&lt;br /&gt;
* Kashmiri (ks) split into Kashmiri (Perso-Arabic) (ks-arab) and Kashmiri   (Devanagari) (ks-deva). Defaults to ks-arab.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:30864|bug 30864]]&amp;lt;/span&amp;gt;) Use bengali numerals for &amp;amp;lt;ol&amp;gt; for Assamese.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:30817|bug 30817]]&amp;lt;/span&amp;gt;) Restored linktrail for kk (Kazakh).&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:27398|bug 27398]]&amp;lt;/span&amp;gt;) Add &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgExtraGenderNamespaces|$wgExtraGenderNamespaces]]&amp;lt;/span&amp;gt; for configured gendered namespaces.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:30846|bug 30846]]&amp;lt;/span&amp;gt;) New LanguageOs class.&lt;br /&gt;
&lt;br /&gt;
=== Other changes in 1.18 ===&lt;br /&gt;
* Removed legacy wgAjaxWatch javascript global object, no longer in use.&lt;br /&gt;
* (&amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[bugzilla:28556|bug 28556]]&amp;lt;/span&amp;gt;) Upload support for MacBinary files has been removed (Used by   Internet Explorer 5 for Mac OS 9).&lt;br /&gt;
* On wiki farm setups using &amp;lt;span class=&amp;quot;config-plainlink&amp;quot;&amp;gt;[[Manual:$wgConf|$wgConf]]&amp;lt;/span&amp;gt;, &#039;wgCanonicalServer&#039; is now expected to be   set for all wikis. This was already the case for &#039;wgServer&#039;.&lt;br /&gt;
&lt;br /&gt;
== Compatibility ==&lt;br /&gt;
&lt;br /&gt;
MediaWiki 1.18 requires PHP 5.2.3. PHP 4 is no longer supported.&lt;br /&gt;
&lt;br /&gt;
MySQL is the recommended DBMS. PostgreSQL, Oracle or SQLite can also be used, but&lt;br /&gt;
support for them is somewhat less mature. There is experimental support for IBM&lt;br /&gt;
DB2 and Microsoft SQL Server.&lt;br /&gt;
&lt;br /&gt;
The supported versions are:&lt;br /&gt;
&lt;br /&gt;
* MySQL 4.0 or later&lt;br /&gt;
* PostgreSQL 8.3 or later&lt;br /&gt;
* SQLite 3&lt;br /&gt;
* Oracle 9.0.1 or later&lt;br /&gt;
&lt;br /&gt;
== Upgrading ==&lt;br /&gt;
&lt;br /&gt;
1.18 has several database changes since 1.17, and will not work without schema&lt;br /&gt;
updates.&lt;br /&gt;
&lt;br /&gt;
If upgrading from before 1.11, and you are using a wiki as a commons&lt;br /&gt;
repository, make sure that it is updated as well. Otherwise, errors may arise&lt;br /&gt;
due to database schema changes.&lt;br /&gt;
&lt;br /&gt;
If upgrading from before 1.7, you may want to run refreshLinks.php to ensure&lt;br /&gt;
new database fields are filled with data.&lt;br /&gt;
&lt;br /&gt;
If you are upgrading from MediaWiki 1.4.x or earlier, some major database&lt;br /&gt;
changes are made, and there is a slightly higher chance that things could&lt;br /&gt;
break. Don&#039;t forget to always back up your database before upgrading!&lt;br /&gt;
&lt;br /&gt;
When upgrading to 1.18.x custom skins may give errors. replace&lt;br /&gt;
tooltipAndAccesskey with tooltipAndAccesskeyAttribs.&lt;br /&gt;
&lt;br /&gt;
See the file UPGRADE for more detailed upgrade instructions.&lt;br /&gt;
&lt;br /&gt;
For notes on 1.17.x and older releases, see HISTORY.&lt;br /&gt;
&lt;br /&gt;
== Online documentation ==&lt;br /&gt;
&lt;br /&gt;
Documentation for both end-users and site administrators is available on&lt;br /&gt;
MediaWiki.org, and is covered under the GNU Free Documentation License (except&lt;br /&gt;
for pages that explicitly state that their contents are in the public domain):&lt;br /&gt;
&lt;br /&gt;
:[[Documentation]]&lt;br /&gt;
&lt;br /&gt;
== Mailing list ==&lt;br /&gt;
&lt;br /&gt;
A mailing list is available for MediaWiki user support and discussion:&lt;br /&gt;
&lt;br /&gt;
:[[mail:mediawiki-l]]&lt;br /&gt;
&lt;br /&gt;
A low-traffic announcements-only list is also available:&lt;br /&gt;
&lt;br /&gt;
:[[mail:mediawiki-announce]]&lt;br /&gt;
&lt;br /&gt;
It&#039;s highly recommended that you sign up for one of these lists if you&#039;re&lt;br /&gt;
going to run a public MediaWiki, so you can be notified of security fixes.&lt;br /&gt;
&lt;br /&gt;
== IRC help ==&lt;br /&gt;
&lt;br /&gt;
There&#039;s usually someone online in #mediawiki on irc.freenode.net.&lt;br /&gt;
&lt;br /&gt;
[[Category:Upgrading]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Manual:Installation_guide&amp;diff=598624</id>
		<title>Manual:Installation guide</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Manual:Installation_guide&amp;diff=598624"/>
		<updated>2012-10-29T14:18:36Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: Undo revision 598623 by 91.103.24.214 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MediaWiki Introduction}}{{InstallationNav}}&lt;br /&gt;
Welcome to the &#039;&#039;&#039;[[MediaWiki]] installation guide&#039;&#039;&#039; which provides instructions on how to manually install and configure MediaWiki on a web server. Note that some users may find MediaWiki [[software bundles]] a convenient alternative to manual installation.&lt;br /&gt;
&lt;br /&gt;
The first part of this guide gives broad general instructions, while the last section contains a list of appendices that give more detailed installation notes for specific system configurations and other less common uses of the software.&lt;br /&gt;
&lt;br /&gt;
== Upgrade guide ==&lt;br /&gt;
If you are already running MediaWiki, see the [[Manual:Upgrading|Upgrade guide]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:.4em .4em .4em .4em; float:right;&amp;quot;&lt;br /&gt;
| style=&amp;quot;max-width:375px; text-align:left; padding: .4em .4em .4em 1em; font-size:105%; background-color:#EEEEEE;&amp;quot; | [[File:Gnome-system-software-installer.svg|40px|Requirements]] &amp;lt;span style=&amp;quot;font-size:140%; margin-left:10px;&amp;quot;&amp;gt;&#039;&#039;&#039;&amp;lt;sub&amp;gt;Requirements&amp;lt;/sub&amp;gt;&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding:0 .4em .24em .4em; font-size:95%; max-width:375px;&amp;quot; |&lt;br /&gt;
* [[Download]] MediaWiki (current stable version is {{MW stable release number}})&lt;br /&gt;
* &#039;&#039;&#039;Web server&#039;&#039;&#039; such as [http://httpd.apache.org Apache] or [http://www.microsoft.com/iis IIS]&lt;br /&gt;
** Local or command line access is needed for running maintenance scripts&lt;br /&gt;
* &#039;&#039;&#039;[http://www.php.net PHP]&#039;&#039;&#039; version 5.2.3 or later. PHP 5.3.1 is incompatible with MediaWiki due to [http://bugs.php.net/bug.php?id=50394 a bug].&amp;lt;br /&amp;gt;Due to a security issue with PHP it is strongly advised to use PHP 5.2.17+ or PHP 5.3.5+ ([http://lists.wikimedia.org/pipermail/mediawiki-announce/2011-January/000094.html see here for more details]).&lt;br /&gt;
** with [http://php.net/pcre Perl Compatible Regular Expressions]&lt;br /&gt;
** with [http://php.net/spl Standard PHP Library]&lt;br /&gt;
* &#039;&#039;&#039;Database Server&#039;&#039;&#039;&lt;br /&gt;
** [http://www.mysql.com MySQL] 5.0.2 or later (*)&lt;br /&gt;
** or [http://www.postgresql.org PostgreSQL] 8.1 or later &lt;br /&gt;
*** Requires PL/pgSQL (contained in contribs)&lt;br /&gt;
*** Full-Text searching (Native in &amp;gt;=8.3, requires tsearch2 extension &amp;lt;=8.2)&lt;br /&gt;
** or [[SQLite]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;For [[Manual:image thumbnailing|image thumbnailing]] and [[Texvc|TeX]]-support, additional programs are required.&lt;br /&gt;
 &lt;br /&gt;
(*) – Even though it may not be officially supported yet, [[w:MariaDB|MariaDB]], a [[w:GPL|GPL]] fork of the MySQL code by Monty Widenius, the founder of MySQL, is an alternative and can also be used by MediaWiki. [http://downloads.askmonty.org/mariadb/repositories/ Debian/Ubuntu repos].&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Quick installation guide ==&lt;br /&gt;
For experienced users, here is the quick version of the installation instructions.  Most users will want to read the more detailed version, [[#Main installation guide|below]].&lt;br /&gt;
&lt;br /&gt;
# Check that your system meets the [[Manual:Installation requirements|minimum requirements]] &lt;br /&gt;
# [[Download|Download MediaWiki]] &amp;lt;small&amp;gt;{{MW stable release link|(direct link to latest version)}}&amp;lt;/small&amp;gt; and extract the archive to a web-accessible folder on your server.&lt;br /&gt;
# Point your browser to the directory where MediaWiki was extracted (e.g., &amp;lt;tt&amp;gt;http://[domain]/mediawiki/index.php&amp;lt;/tt&amp;gt;. If installed on a local machine, replace &#039;&#039;[domain]&#039;&#039; with &#039;&#039;&#039;localhost&#039;&#039;&#039;. If installed on a remote server, replace &#039;&#039;[domain]&#039;&#039; with your server&#039;s domain name (eg: www.myserver.com).&lt;br /&gt;
# [[Manual:Config script|Follow the on-screen instructions]] to complete the process.&lt;br /&gt;
&lt;br /&gt;
These instructions are deliberately brief.  There is a lot that could go wrong, so if in doubt, you are advised to read the full instructions below!&lt;br /&gt;
&lt;br /&gt;
== Main installation guide ==&lt;br /&gt;
* Before installation&lt;br /&gt;
** [[Manual:What is MediaWiki?|Read what MediaWiki is]]&lt;br /&gt;
** [[Manual:MediaWiki feature list|Check the MediaWiki feature list]]&lt;br /&gt;
** [[Manual:Installation requirements|Installation requirements]] - Check these before going any further!&lt;br /&gt;
* [[Manual:Installing MediaWiki|Installing MediaWiki]]&lt;br /&gt;
* Configuring MediaWiki&lt;br /&gt;
** [[Manual:Config script|Initial configuration]] (using the configuration script)&lt;br /&gt;
** [[Manual:Configuring MediaWiki|Further configuration]] &lt;br /&gt;
** [[Manual:Extensions|Installing extensions]]&lt;br /&gt;
&lt;br /&gt;
== Alternative to manual installation ==&lt;br /&gt;
Some users may prefer to skip manual installation by using a pre-integrated MediaWiki [[Software appliances|software appliance]].&lt;br /&gt;
&lt;br /&gt;
== Appendices ==&lt;br /&gt;
=== Advanced uses ===&lt;br /&gt;
The following pages give instructions about how to install/configure MediaWiki for other, less common purposes.&lt;br /&gt;
* [[Download from Git|Installing from Git]]&lt;br /&gt;
* [[Manual:Wiki on a stick|Installing MediaWiki on a memory stick]]&lt;br /&gt;
&lt;br /&gt;
=== Advanced configuration ===&lt;br /&gt;
The following pages cover some of the more advanced configuration options:&lt;br /&gt;
* [[Manual:Configuration|Advanced configuration]]&lt;br /&gt;
* [[Manual:Administrators|Wiki administration]]&lt;br /&gt;
&lt;br /&gt;
=== MediaWiki Help ===&lt;br /&gt;
The following page explains how to get a copy of the MediaWiki help pages on your own wiki&lt;br /&gt;
* [[Project:PD help/Copying|Copying help pages]]&lt;br /&gt;
&lt;br /&gt;
==Installation assistance==&lt;br /&gt;
*FAQ: [[FAQ#Installation and configuration]]&lt;br /&gt;
*[[MediaWiki on IRC|IRC (#mediawiki)]]&lt;br /&gt;
*&#039;&#039;&#039;[https://lists.wikimedia.org/mailman/listinfo/mediawiki-l mediawiki-l]&#039;&#039;&#039; (Mailing List) is the high-traffic mailing list to ask for support.&lt;br /&gt;
*&#039;&#039;&#039;[http://www.mwusers.com MediaWiki Users]&#039;&#039;&#039; (Forum) is a user-to-user MediaWiki support forum&lt;br /&gt;
&lt;br /&gt;
=== System-specific instructions  ===&lt;br /&gt;
The following pages give more detailed installation instructions aimed at specific systems. However, by in large [[Manual:Installing MediaWiki]] is more up to date, and better written than the per system docs, and as such it is recomended you first consult the [[Manual:Installing_MediaWiki|main install instructions]] before looking at a per system installation documents.&lt;br /&gt;
&lt;br /&gt;
* [[Manual:Running MediaWiki on FreeBSD|FreeBSD]]&lt;br /&gt;
* [[Manual:Running MediaWiki on Linux|GNU/Linux]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Debian GNU/Linux|Debian]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Fedora|Fedora]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Gentoo Linux|Gentoo]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Mandriva|Mandriva]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Red Hat Linux|Red Hat Enterprise Linux]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Slackware Linux|Slackware]]&lt;br /&gt;
** [[Manual:Running MediaWiki on SuSE Linux 9.3|SuSE 9.3]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Ubuntu|Ubuntu]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Damnsmalllinux|Damnsmalllinux]]&lt;br /&gt;
* [[Manual:Running MediaWiki on Mac OS X|Mac OS X]]&lt;br /&gt;
* [[Manual:Running MediaWiki on NetWare|NetWare]]&lt;br /&gt;
* [[Manual:Running MediaWiki on Solaris|Solaris]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Solaris 10|Solaris 10]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Solaris 9|Solaris 9]]&lt;br /&gt;
* [[Manual:Running MediaWiki on Windows|Windows]]&lt;br /&gt;
** [[Manual:Installing MediaWiki on Windows XP|Windows XP]]&lt;br /&gt;
** [[Manual:Installing MediaWiki on Windows Server 2003|Windows Server 2003]]&lt;br /&gt;
** [[Manual:Installing MediaWiki on Windows Server 2008|Windows Server 2008]]&lt;br /&gt;
** [[Manual:Newcomers guide to installing on Windows|Newcomers guide]]&lt;br /&gt;
** [[Manual:Streamlined Windows Install Guide|Streamlined Guide]]&lt;br /&gt;
** [[Manual:Simple Windows Apache Installation|Simple Windows Apache Installation]]&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;plainlinks&amp;quot;&amp;gt;&lt;br /&gt;
* MediaWiki ships with an installation script which allows web-based configuration&lt;br /&gt;
* MediaWiki can share the database of another web-based application, e.g. phpBB etc.&lt;br /&gt;
* Knowledge of PHP is required in order to customize the software&lt;br /&gt;
* PHP 5 support has been required since MediaWiki 1.7 – if you are using an older version of PHP and cannot upgrade then you should use MediaWiki {{MW ancient release number}} &amp;lt;small&amp;gt;([http://download.wikimedia.org/mediawiki/1.6/mediawiki-{{MW ancient release number}}.tar.gz download])&amp;lt;/small&amp;gt;.  Note that this version is &#039;&#039;no longer supported&#039;&#039;.&lt;br /&gt;
* MySQL 4 support has been required since MediaWiki 1.6 – if you are using an older version of MySQL and cannot upgrade then you should use MediaWiki 1.5.8 &amp;lt;small&amp;gt;([http://prdownloads.sourceforge.net/wikipedia/mediawiki-1.5.8.tar.gz?download download])&amp;lt;/small&amp;gt;.  Note that this version is &#039;&#039;no longer supported&#039;&#039;.&lt;br /&gt;
* Some users find it helpful to install an additional software package such as [http://www.phpmyadmin.net phpMyAdmin] (MySQL) or [http://phppgadmin.sourceforge.net/ phpPgAdmin] (Postgres) to help administer the database server.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Software bundles|MediaWiki software bundles]]&lt;br /&gt;
* [[Manual:Before installing|Before installing]]&lt;br /&gt;
* [[Manual:Upgrading|Upgrading]]&lt;br /&gt;
* [[Manual:Uninstallation|Uninstallation]]&lt;br /&gt;
* [[Manual:FAQ|FAQ]]&lt;br /&gt;
&lt;br /&gt;
{{Languages|Manual:Installation guide}}&lt;br /&gt;
[[Category:Installation|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Manual:User_rights&amp;diff=598428</id>
		<title>Manual:User rights</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Manual:User_rights&amp;diff=598428"/>
		<updated>2012-10-29T00:57:50Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: rev.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;User rights&#039;&#039;&#039;   are specific access and ability permissions that can be assigned to customizable &#039;&#039;user groups&#039;&#039;. Groups can then be assigned to (or removed from) users through the [[Special:Userrights]] [[Help:Special page|Special page]]. See [[Help:Assigning permissions]].&lt;br /&gt;
&lt;br /&gt;
Access to this interface is itself governed by the &#039;userrights&#039; right, so only users in the &#039;bureaucrat&#039; group can do it (in a default set-up). See [[Manual:Setting user groups in MediaWiki]] for information about managing and the assignment of user groups.&lt;br /&gt;
&lt;br /&gt;
This [[Special:UserRights]] interface was introduced in MediaWiki 1.5; see [[Manual:User rights (older versions)]] for earlier methods.&lt;br /&gt;
&lt;br /&gt;
==Changing group permissions==&lt;br /&gt;
A default MediaWiki installation assigns certain rights to default groups (see below). You can change the default rights by editing the {{mediawiki|Manual:$wgGroupPermissions|$wgGroupPermissions array}} in {{mediawiki|LocalSettings.php}} with the syntax&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;$wgGroupPermissions[&#039;group&#039;][&#039;right&#039;] = true /* or false */;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(Note: by default install $wgGroupPermissions is not present and you will need to add it into the file)&lt;br /&gt;
&lt;br /&gt;
If a member has multiple groups, they get the highest permission of any groups.  All users, including anonymous users, are in the &amp;lt;code&amp;gt;&#039;*&#039;&amp;lt;/code&amp;gt; group; all registered users are in the &amp;lt;code&amp;gt;&#039;user&#039;&amp;lt;/code&amp;gt; group. In addition to the default groups, you can arbitrarily create new groups using the same array.&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
This example will disable viewing of all pages not listed in [[Manual:$wgWhitelistRead|$wgWhitelistRead]], then re-enable for registered users only:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039;][&#039;read&#039;]    = false;&lt;br /&gt;
# The following line is not actually necessary, since it&#039;s in the defaults. Setting&lt;br /&gt;
# &#039;*&#039; to false doesn&#039;t disable rights for groups that have the right separately set&lt;br /&gt;
# to true!&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;read&#039;] = true;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This example will disable editing of all pages, then re-enable for users with confirmed e-mail addresses only:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
# Disable for everyone.&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039;][&#039;edit&#039;]              = false;&lt;br /&gt;
# Disable for users, too: by default &#039;user&#039; is allowed to edit, even if &#039;*&#039; is not.&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;edit&#039;]           = false;&lt;br /&gt;
# Make it so users with confirmed e-mail addresses are in the group.&lt;br /&gt;
$wgAutopromote[&#039;emailconfirmed&#039;] = APCOND_EMAILCONFIRMED;&lt;br /&gt;
# Hide group from user list. &lt;br /&gt;
$wgImplicitGroups[] = &#039;emailconfirmed&#039;;&lt;br /&gt;
# Finally, set it to true for the desired group.&lt;br /&gt;
$wgGroupPermissions[&#039;emailconfirmed&#039;][&#039;edit&#039;] = true;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This example will create an arbitrary &amp;quot;ninja&amp;quot; group that can block users and delete pages, and whose edits are hidden by default in the recent changes log:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$wgGroupPermissions[&#039;ninja&#039;][&#039;bot&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;ninja&#039;][&#039;block&#039;]  = true;&lt;br /&gt;
$wgGroupPermissions[&#039;ninja&#039;][&#039;delete&#039;] = true;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
:&#039;&#039;&#039;Note:&#039;&#039;&#039; the name cannot contain spaces, so use &amp;lt;code&amp;gt;&#039;random-user&#039;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&#039;random_user&#039;&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;&#039;random user&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this example, you would probably also want to create pages:&lt;br /&gt;
* {{blue|MediaWiki:Group-ninja}} (content: &amp;lt;code&amp;gt;Ninjas&amp;lt;/code&amp;gt;)&lt;br /&gt;
* {{blue|MediaWiki:Group-ninja-member}} (content: &amp;lt;code&amp;gt;ninja&amp;lt;/code&amp;gt;)&lt;br /&gt;
* {{blue|MediaWiki:Grouppage-ninja}} (content: &amp;lt;code&amp;gt;Project:Ninjas&amp;lt;/code&amp;gt;)&lt;br /&gt;
This will insure that the group will be referred to as &amp;quot;Ninjas&amp;quot; throughout the interface, and a member will be referred to as a &amp;quot;ninja&amp;quot;, and overviews will link the groupname to {{blue|Project:Ninjas}}.&lt;br /&gt;
&lt;br /&gt;
This example will eliminate the bureaucrat group entirely. It is necessary to ensure that all six of these variables are unset for any group that one wishes to remove from being listed at [[Special:UserGroupRights]]; however, merely unsetting $wgGroupPermissions will suffice to remove it from [[Special:UserRights]]. This code should be placed after any &amp;lt;code&amp;gt;require_once&amp;lt;/code&amp;gt; lines that add extensions such as [[Extension:Renameuser]] containing code that gives bureaucrats group permissions by default.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
unset ( $wgGroupPermissions[&#039;bureaucrat&#039;] );&lt;br /&gt;
unset ( $wgRevokePermissions[&#039;bureaucrat&#039;] );&lt;br /&gt;
unset ( $wgAddGroups[&#039;bureaucrat&#039;] );&lt;br /&gt;
unset ( $wgRemoveGroups[&#039;bureaucrat&#039;] );&lt;br /&gt;
unset ( $wgGroupsAddToSelf[&#039;bureaucrat&#039;] );&lt;br /&gt;
unset ( $wgGroupsRemoveFromSelf[&#039;bureaucrat&#039;] );&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== List of permissions ==&lt;br /&gt;
The following user rights are available in the latest version of MediaWiki. If you are using an older version, look at &amp;quot;[[Special:Version]]&amp;quot; on your wiki and see if your version is covered in the &amp;quot;versions&amp;quot; column.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!{{hl2}} | Right&lt;br /&gt;
!{{hl2}} | Description&lt;br /&gt;
!{{hl2}} | Versions&lt;br /&gt;
|-&lt;br /&gt;
|{{hl3}} colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Reading&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | read&lt;br /&gt;
| allows viewing pages (when set to false, override for specific pages with [[Manual:$wgWhitelistRead|$wgWhitelistRead]]).&lt;br /&gt;
----&lt;br /&gt;
{{Warning|Setting this to false will only protect &#039;&#039;pages in the wiki&#039;&#039;. Uploaded files will remain readable via direct access by default (e.g., [[Manual:$wgUploadPath|$wgUploadPath]]/imageHashes/image.jpg). Use [[Manual:img_auth.php|img_auth.php]] to restrict image views to only logged-in users.}}&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
|{{hl3}} colspan=&amp;quot;4&amp;quot;| &#039;&#039;&#039;Editing&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| edit&lt;br /&gt;
| allows [[help:editing|editing]] unprotected pages.&lt;br /&gt;
| [[rev:9632|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| createpage&lt;br /&gt;
| allows the creation of new pages (requires the &#039;&#039;edit&#039;&#039; right).&lt;br /&gt;
| [[rev:11973|1.6+]]&lt;br /&gt;
|-&lt;br /&gt;
| createtalk&lt;br /&gt;
| allows the creation of new talk pages (requires the &#039;&#039;edit&#039;&#039; right).&lt;br /&gt;
| [[rev:11973|1.6+]]&lt;br /&gt;
|-&lt;br /&gt;
| move&lt;br /&gt;
| allows renaming the titles of unprotected pages (requires the &#039;&#039;edit&#039;&#039; right).&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| movefile&lt;br /&gt;
| allows renaming pages in the &amp;quot;File&amp;quot; namespace (requires the &#039;&#039;move&#039;&#039; right and [[Manual:$wgAllowImageMoving|$wgAllowImageMoving]] to be true).&lt;br /&gt;
| [[rev:45276|1.14+]]&lt;br /&gt;
|-&lt;br /&gt;
| move-subpages&lt;br /&gt;
| move subpages along with page (requires the &#039;&#039;move&#039;&#039; right).&lt;br /&gt;
| [[rev:35213|1.13+]]&lt;br /&gt;
|-&lt;br /&gt;
| move-rootuserpages&lt;br /&gt;
| can move root pages in the &amp;quot;User&amp;quot; namespace (requires the &#039;&#039;move&#039;&#039; right).&lt;br /&gt;
| [[rev:41961|1.14+]]&lt;br /&gt;
|-&lt;br /&gt;
| createaccount&lt;br /&gt;
| allows the creation of new user accounts.&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| upload&lt;br /&gt;
| allows the creation of new images and files.&lt;br /&gt;
| [[rev:9499|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| reupload&lt;br /&gt;
| allows overwriting existing images and files (requires the &#039;&#039;upload&#039;&#039; right).&lt;br /&gt;
| [[rev:10906|1.6+]]&lt;br /&gt;
|-&lt;br /&gt;
| reupload-own&lt;br /&gt;
| allows overwriting existing images and files uploaded by oneself (requires the &#039;&#039;upload&#039;&#039; right).&lt;br /&gt;
| [[rev:21943|1.11+]]&lt;br /&gt;
|-&lt;br /&gt;
| reupload-shared&lt;br /&gt;
| allows replacing images and files from a shared repository (if one is set up) with local files (requires the &#039;&#039;upload&#039;&#039; right).&lt;br /&gt;
| [[rev:10906|1.6+]]&lt;br /&gt;
|-&lt;br /&gt;
| upload_by_url&lt;br /&gt;
| allows uploading by entering the URL of an external image (requires the &#039;&#039;upload&#039;&#039; right).&lt;br /&gt;
| [[rev:16162|1.8+]]&lt;br /&gt;
|-&lt;br /&gt;
| editprotected&lt;br /&gt;
| allows to edit protected pages (without cascading protection).&lt;br /&gt;
| [[rev:32164|1.13+]]&lt;br /&gt;
|-&lt;br /&gt;
|{{hl3}} colspan=&amp;quot;4&amp;quot;| &#039;&#039;&#039;Management&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| delete&lt;br /&gt;
| &#039;&#039;&#039;1.5–1.11:&#039;&#039;&#039; allows the deletion or undeletion of pages.&amp;lt;br /&amp;gt;&#039;&#039;&#039;1.12+:&#039;&#039;&#039; allows the deletion of pages. For undeletions, there is now the &#039;undelete&#039; right, see below.&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| bigdelete&lt;br /&gt;
| allows deletion of pages with larger than [[Manual:$wgDeleteRevisionsLimit|$wgDeleteRevisionsLimit]] revisions&lt;br /&gt;
| [[rev:29872|1.12+]]&lt;br /&gt;
|-&lt;br /&gt;
| deletedhistory&lt;br /&gt;
| allows viewing deleted history entries, but not seeing or restoring revisions&lt;br /&gt;
| [[rev:12241|1.6+]]&lt;br /&gt;
|-&lt;br /&gt;
| deletedtext&lt;br /&gt;
| allows viewing deleted revisions, but not restoring.&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| undelete&lt;br /&gt;
| allows the undeletion of pages.&lt;br /&gt;
| [[rev:28151|1.12+]]&lt;br /&gt;
|-&lt;br /&gt;
| browsearchive&lt;br /&gt;
| allows prefix searching for titles of deleted pages through [[Special:Undelete]].&lt;br /&gt;
| [[rev:32456|1.13+]]&lt;br /&gt;
|-&lt;br /&gt;
| mergehistory&lt;br /&gt;
| allows access to [[Help:Merge history|Special:MergeHistory]], to merge non-overlapping pages.&amp;lt;br /&amp;gt;&#039;&#039;Note: the right is not assigned to a user group by default, including on Wikimedia projects.&#039;&#039;&lt;br /&gt;
| [[rev:27823|1.12+]]&lt;br /&gt;
|-&lt;br /&gt;
| protect&lt;br /&gt;
| allows locking a page to prevent edits and moves, and editing or moving locked pages.&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| block&lt;br /&gt;
| allows the blocking of IP addresses, CIDR ranges, and registered users. Block options include preventing editing and registering new accounts, and autoblocking other users on the same IP address.&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| blockemail&lt;br /&gt;
| allows preventing use of the [[Special:Emailuser]] interface when blocking.&lt;br /&gt;
| [[rev:22827|1.11+]]&lt;br /&gt;
|-&lt;br /&gt;
| hideuser&lt;br /&gt;
| allows hiding the user/IP from the block log, active block list, and user list when blocking. (&#039;&#039;not available by default&#039;&#039;)&lt;br /&gt;
| [[rev:20446|1.10+]]&lt;br /&gt;
|-&lt;br /&gt;
| unblockself&lt;br /&gt;
| allows a user to use the block interface to unblock themselves. Without it an administrator that has the capability to block cannot unblock themselves if blocked by another administrator.&lt;br /&gt;
| [[rev:64228|1.17+]]&lt;br /&gt;
|-&lt;br /&gt;
| userrights&lt;br /&gt;
| allows the use of the user rights interface, which allows the assignment or removal of all* groups to any user.&amp;lt;br /&amp;gt;&amp;lt;small&amp;gt;* With [[Manual:$wgAddGroups|$wgAddGroups]] and [[Manual:$wgRemoveGroups|$wgRemoveGroups]] you can set the possibility to add/remove certain groups instead of all.&amp;lt;/small&amp;gt;&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| userrights-interwiki&lt;br /&gt;
| allows changing user rights on other wikis.&lt;br /&gt;
| [[rev:28650|1.12+]]&lt;br /&gt;
|-&lt;br /&gt;
| rollback&lt;br /&gt;
| allows one-click reversion of edits.&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| markbotedits&lt;br /&gt;
| allows rollback to be marked as bot edits (see [[Manual:Administrators#Rollback]]).&lt;br /&gt;
| [[rev:27658|1.12+]]&lt;br /&gt;
|-&lt;br /&gt;
| patrol&lt;br /&gt;
| allows marking edits as legitimate ([[Manual:$wgUseRCPatrol|$wgUseRCPatrol]] must be &#039;&#039;true&#039;&#039;).&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| {{anchor|editinterface}}editinterface&lt;br /&gt;
| allows editing the [[Special:Allmessages|MediaWiki namespace]], which contains [[Manual:Interface|interface messages]].&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| editusercssjs &lt;br /&gt;
| allows editing *.css / *.js subpages of any user.  &#039;&#039;&#039;Split into editusercss and edituserjs in 1.16 but retained for backward compatibility.&#039;&#039;&#039;&lt;br /&gt;
| [[rev:25720|1.12+]]&lt;br /&gt;
|-&lt;br /&gt;
| editusercss&lt;br /&gt;
| allows editing *.css subpages of any user.&lt;br /&gt;
| [[rev:54153|1.16+]]&lt;br /&gt;
|-&lt;br /&gt;
| edituserjs &lt;br /&gt;
| allows editing *.js subpages of any user.&lt;br /&gt;
| [[rev:54153|1.16+]]&lt;br /&gt;
|-&lt;br /&gt;
| suppressrevision&lt;br /&gt;
| allows preventing deleted revision information from being viewed by sysops and prevents sysops from undeleting the hidden info. &#039;&#039;&#039;Prior to [[rev:35303|1.13]] this right was named hiderevision&#039;&#039;&#039; (&#039;&#039;not available by default&#039;&#039;)&lt;br /&gt;
| [[rev:13224|1.6+]]&lt;br /&gt;
|-&lt;br /&gt;
| deletelogentry&lt;br /&gt;
| allows deleting/undeleting information (action text, summary, user who made the action) of specific log entries (&#039;&#039;not available by default&#039;&#039;)&lt;br /&gt;
| [[gerrit:12889|1.20+]]&lt;br /&gt;
|-&lt;br /&gt;
| deleterevision&lt;br /&gt;
| allows deleting/undeleting information (revision text, edit summary, user who made the edit) of specific revisions. &#039;&#039;&#039;Split into deleterevision and deletelogentry in 1.20&#039;&#039;&#039; (&#039;&#039;not available by default&#039;&#039;)&lt;br /&gt;
| [[rev:13224|1.6+]]&lt;br /&gt;
|-&lt;br /&gt;
|{{hl3}} colspan=&amp;quot;3&amp;quot;| &#039;&#039;&#039;Administration&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| siteadmin&lt;br /&gt;
| allows locking and unlocking the database (which blocks all interactions with the web site except viewing). Deprecated by default.&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| import&lt;br /&gt;
| allows user to [[m:Help:Import|import]] one page per time from another wiki (&amp;quot;transwiki&amp;quot;).&lt;br /&gt;
| [[rev:9498|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| importupload&lt;br /&gt;
| allows user to [[m:Help:Import|import]] several pages per time from XML files. This right was called &#039;importraw&#039; in and before version 1.5.&lt;br /&gt;
| [[rev:9499|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| trackback&lt;br /&gt;
| allows removal of [http://www.sixapart.com/pronet/docs/trackback_spec trackbacks] (if [[Manual:$wgUseTrackbacks|$wgUseTrackbacks]] is &#039;&#039;true&#039;&#039;).&lt;br /&gt;
| [[rev:14158|1.7+]]&lt;br /&gt;
|-&lt;br /&gt;
| unwatchedpages&lt;br /&gt;
| allows access to [[Special:Unwatchedpages]], which lists pages that no user has watchlisted.&lt;br /&gt;
| [[rev:12196|1.6+]]&lt;br /&gt;
|-&lt;br /&gt;
|{{hl3}} colspan=&amp;quot;3&amp;quot;| &#039;&#039;&#039;Technical&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| bot&lt;br /&gt;
| hides edits from recent changes lists and watchlists by default (can optionally be viewed).&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| purge&lt;br /&gt;
| allows purging a page without a confirmation step ([[Manual:URL|URL parameter]] &amp;quot;&amp;lt;code&amp;gt;&amp;amp;action=purge&amp;lt;/code&amp;gt;&amp;quot;).&lt;br /&gt;
| [[rev:19195|1.10+]]&lt;br /&gt;
|-&lt;br /&gt;
| minoredit&lt;br /&gt;
| allows marking an edit as &#039;minor&#039;.&lt;br /&gt;
| [[rev:12359|1.6+]]&lt;br /&gt;
|-&lt;br /&gt;
| nominornewtalk&lt;br /&gt;
| blocks new message notification when making minor edits to user talk pages (requires &#039;&#039;minor edit&#039;&#039; right).&lt;br /&gt;
| [[rev:17281|1.9+]]&lt;br /&gt;
|-&lt;br /&gt;
| noratelimit&lt;br /&gt;
| not affected by [[Manual:$wgRateLimits|rate limits]] (&#039;&#039;prior to the introduction of this right, the configuration variable [[Manual:$wgRateLimitsExcludedGroups|$wgRateLimitsExcludedGroups]] was used for this purpose&#039;&#039;)&lt;br /&gt;
| [[rev:35908|1.13+]]&lt;br /&gt;
|-&lt;br /&gt;
| ipblock-exempt&lt;br /&gt;
| makes user immune to blocks applied to his IP address or a range (CIDR) containing it.&lt;br /&gt;
| [[rev:18904|1.9+]]&lt;br /&gt;
|-&lt;br /&gt;
| proxyunbannable&lt;br /&gt;
| makes user immune to the open proxy blocker, which is disabled by default ([[Manual:$wgBlockOpenProxies|$wgBlockOpenProxies]]).&lt;br /&gt;
| [[rev:14158|1.7+]]&lt;br /&gt;
|-&lt;br /&gt;
| autopatrol&lt;br /&gt;
| automatically marks all edits by the user as patrolled ([[Manual:$wgUseRCPatrol|$wgUseRCPatrol]] must be &#039;&#039;true&#039;&#039;).&lt;br /&gt;
| [[rev:18496|1.9+]]&lt;br /&gt;
|-&lt;br /&gt;
| apihighlimits&lt;br /&gt;
| allows user to use higher limits for [[API]] queries&lt;br /&gt;
| [[rev:27949|1.12+]]&lt;br /&gt;
|-&lt;br /&gt;
| writeapi&lt;br /&gt;
| controls access to the write API ([[Manual:$wgEnableWriteAPI|$wgEnableWriteAPI]] must be &#039;&#039;true&#039;&#039;)&lt;br /&gt;
| [[rev:35399|1.13+]]&lt;br /&gt;
|-&lt;br /&gt;
| suppressredirect&lt;br /&gt;
| Allows moving a page without automatically creating a redirect.&lt;br /&gt;
| [[rev:27774|1.12+]]&lt;br /&gt;
|-&lt;br /&gt;
| autoconfirmed&lt;br /&gt;
| used for the &#039;autoconfirmed&#039; group, see the other table below for more information.&lt;br /&gt;
| [[rev:12207|1.6+]]&lt;br /&gt;
|-&lt;br /&gt;
| emailconfirmed&lt;br /&gt;
| used for the &#039;emailconfirmed&#039; group, see the other table below for more information.&lt;br /&gt;
| [[rev:15384|1.7]] - [[rev:33800|1.13]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{note|Although these permissions all control separate things, sometimes to perform certain actions you need multiple permissions. For example allowing people to edit but not read pages doesn&#039;t make sense, since in order to edit a page you must first be able to read it (Assuming no pages are whitelisted). Allowing uploads but not editing does not make sense since in order to upload an image you must implicitly create an image description page, etc.}}&lt;br /&gt;
&lt;br /&gt;
==List of Groups==&lt;br /&gt;
&lt;br /&gt;
The following groups are available in the latest version of MediaWiki.  If you are using an older version then some of these may not be implemented.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!{{hl2}} | Group&lt;br /&gt;
!{{hl2}} | Description&lt;br /&gt;
!{{hl2}} | Versions&lt;br /&gt;
|-&lt;br /&gt;
| *&lt;br /&gt;
| all users (including anonymous).&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| user&lt;br /&gt;
| registered accounts.&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| autoconfirmed&lt;br /&gt;
| registered accounts at least as old as [[Manual:$wgAutoConfirmAge|$wgAutoConfirmAge]] and having at least as many edits as [[Manual:$wgAutoConfirmCount|$wgAutoConfirmCount]].&lt;br /&gt;
| [[rev:12207|1.6+]]&lt;br /&gt;
|-&lt;br /&gt;
| emailconfirmed&lt;br /&gt;
| registered accounts with confirmed email addresses.&lt;br /&gt;
| [[rev:15384|1.7]] - [[rev:33800|1.13]]&lt;br /&gt;
|-&lt;br /&gt;
| bot&lt;br /&gt;
| accounts with the &#039;&#039;bot&#039;&#039; right (intended for automated scripts).&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| sysop&lt;br /&gt;
| users who by default can delete and restore pages, block and unblock users, et cetera.&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| bureaucrat&lt;br /&gt;
| users who by default can change other users&#039; rights.&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| developer&lt;br /&gt;
| A group for the &#039;siteadmin&#039; right. The group is deprecated by default, as well as the right.&lt;br /&gt;
| [[rev:9367|1.5]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
From MW 1.12, you can create your own groups into which users are automatically promoted (as with autoconfirmed and emailconfirmed) using [[Manual:$wgAutopromote|$wgAutopromote]]. You can even create any custom group by just assigning rights to them.&lt;br /&gt;
&lt;br /&gt;
==Default rights==&lt;br /&gt;
The default rights are defined in [[Manual:DefaultSettings.php|DefaultSettings.php]].&lt;br /&gt;
* Default values in trunk version: [http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/DefaultSettings.php?view=markup DefaultSettings.php]&lt;br /&gt;
* Default values in MediaWiki latest stable version 1.19.0:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
/**&lt;br /&gt;
 * Permission keys given to users in each group.&lt;br /&gt;
 * All users are implicitly in the &#039;*&#039; group including anonymous visitors;&lt;br /&gt;
 * logged-in users are all implicitly in the &#039;user&#039; group. These will be&lt;br /&gt;
 * combined with the permissions of all groups that a given user is listed&lt;br /&gt;
 * in in the user_groups table.&lt;br /&gt;
 *&lt;br /&gt;
 * Note: Don&#039;t set $wgGroupPermissions = array(); unless you know what you&#039;re&lt;br /&gt;
 * doing! This will wipe all permissions, and may mean that your users are&lt;br /&gt;
 * unable to perform certain essential tasks or access new functionality&lt;br /&gt;
 * when new permissions are introduced and default grants established.&lt;br /&gt;
 *&lt;br /&gt;
 * Functionality to make pages inaccessible has not been extensively tested&lt;br /&gt;
 * for security. Use at your own risk!&lt;br /&gt;
 *&lt;br /&gt;
 * This replaces wgWhitelistAccount and wgWhitelistEdit&lt;br /&gt;
 */&lt;br /&gt;
$wgGroupPermissions = array();&lt;br /&gt;
&lt;br /&gt;
/** @cond file_level_code */&lt;br /&gt;
// Implicit group for all visitors&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039;][&#039;createaccount&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039;][&#039;read&#039;]             = true;&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039;][&#039;edit&#039;]             = true;&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039;][&#039;createpage&#039;]       = true;&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039;][&#039;createtalk&#039;]       = true;&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039;][&#039;writeapi&#039;]         = true;&lt;br /&gt;
//$wgGroupPermissions[&#039;*&#039;][&#039;patrolmarks&#039;]      = false; // let anons see what was patrolled&lt;br /&gt;
&lt;br /&gt;
// Implicit group for all logged-in accounts&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;move&#039;]             = true;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;move-subpages&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;move-rootuserpages&#039;] = true; // can move root userpages&lt;br /&gt;
//$wgGroupPermissions[&#039;user&#039;][&#039;movefile&#039;]         = true;	// Disabled for now due to possible bugs and security concerns&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;read&#039;]             = true;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;edit&#039;]             = true;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;createpage&#039;]       = true;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;createtalk&#039;]       = true;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;writeapi&#039;]         = true;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;upload&#039;]           = true;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;reupload&#039;]         = true;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;reupload-shared&#039;]  = true;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;minoredit&#039;]        = true;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;purge&#039;]            = true; // can use ?action=purge without clicking &amp;quot;ok&amp;quot;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;sendemail&#039;]        = true;&lt;br /&gt;
&lt;br /&gt;
// Implicit group for accounts that pass $wgAutoConfirmAge&lt;br /&gt;
$wgGroupPermissions[&#039;autoconfirmed&#039;][&#039;autoconfirmed&#039;] = true;&lt;br /&gt;
&lt;br /&gt;
// Users with bot privilege can have their edits hidden&lt;br /&gt;
// from various log pages by default&lt;br /&gt;
$wgGroupPermissions[&#039;bot&#039;][&#039;bot&#039;]              = true;&lt;br /&gt;
$wgGroupPermissions[&#039;bot&#039;][&#039;autoconfirmed&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;bot&#039;][&#039;nominornewtalk&#039;]   = true;&lt;br /&gt;
$wgGroupPermissions[&#039;bot&#039;][&#039;autopatrol&#039;]       = true;&lt;br /&gt;
$wgGroupPermissions[&#039;bot&#039;][&#039;suppressredirect&#039;] = true;&lt;br /&gt;
$wgGroupPermissions[&#039;bot&#039;][&#039;apihighlimits&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;bot&#039;][&#039;writeapi&#039;]         = true;&lt;br /&gt;
#$wgGroupPermissions[&#039;bot&#039;][&#039;editprotected&#039;]    = true; // can edit all protected pages without cascade protection enabled&lt;br /&gt;
&lt;br /&gt;
// Most extra permission abilities go to this group&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;block&#039;]            = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;createaccount&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;delete&#039;]           = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;bigdelete&#039;]        = true; // can be separately configured for pages with &amp;gt; $wgDeleteRevisionsLimit revs&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;deletedhistory&#039;]   = true; // can view deleted history entries, but not see or restore the text&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;deletedtext&#039;]      = true; // can view deleted revision text&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;undelete&#039;]         = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;editinterface&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;editusercss&#039;]      = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;edituserjs&#039;]       = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;import&#039;]           = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;importupload&#039;]     = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;move&#039;]             = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;move-subpages&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;move-rootuserpages&#039;] = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;patrol&#039;]           = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;autopatrol&#039;]       = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;protect&#039;]          = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;proxyunbannable&#039;]  = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;rollback&#039;]         = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;upload&#039;]           = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;reupload&#039;]         = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;reupload-shared&#039;]  = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;unwatchedpages&#039;]   = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;autoconfirmed&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;upload_by_url&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;ipblock-exempt&#039;]   = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;blockemail&#039;]       = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;markbotedits&#039;]     = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;apihighlimits&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;browsearchive&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;noratelimit&#039;]      = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;movefile&#039;]         = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;unblockself&#039;]      = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;suppressredirect&#039;] = true;&lt;br /&gt;
#$wgGroupPermissions[&#039;sysop&#039;][&#039;mergehistory&#039;]     = true;&lt;br /&gt;
#$wgGroupPermissions[&#039;sysop&#039;][&#039;trackback&#039;]        = true;&lt;br /&gt;
&lt;br /&gt;
// Permission to change users&#039; group assignments&lt;br /&gt;
$wgGroupPermissions[&#039;bureaucrat&#039;][&#039;userrights&#039;]  = true;&lt;br /&gt;
$wgGroupPermissions[&#039;bureaucrat&#039;][&#039;noratelimit&#039;] = true;&lt;br /&gt;
// Permission to change users&#039; groups assignments across wikis&lt;br /&gt;
#$wgGroupPermissions[&#039;bureaucrat&#039;][&#039;userrights-interwiki&#039;] = true;&lt;br /&gt;
// Permission to export pages including linked pages regardless of $wgExportMaxLinkDepth&lt;br /&gt;
#$wgGroupPermissions[&#039;bureaucrat&#039;][&#039;override-export-depth&#039;] = true;&lt;br /&gt;
&lt;br /&gt;
#$wgGroupPermissions[&#039;sysop&#039;][&#039;deleterevision&#039;]  = true;&lt;br /&gt;
// To hide usernames from users and Sysops&lt;br /&gt;
#$wgGroupPermissions[&#039;suppress&#039;][&#039;hideuser&#039;] = true;&lt;br /&gt;
// To hide revisions/log items from users and Sysops&lt;br /&gt;
#$wgGroupPermissions[&#039;suppress&#039;][&#039;suppressrevision&#039;] = true;&lt;br /&gt;
// For private suppression log access&lt;br /&gt;
#$wgGroupPermissions[&#039;suppress&#039;][&#039;suppressionlog&#039;] = true;&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * The developer group is deprecated, but can be activated if need be&lt;br /&gt;
 * to use the &#039;lockdb&#039; and &#039;unlockdb&#039; special pages. Those require&lt;br /&gt;
 * that a lock file be defined and creatable/removable by the web&lt;br /&gt;
 * server.&lt;br /&gt;
 */&lt;br /&gt;
# $wgGroupPermissions[&#039;developer&#039;][&#039;siteadmin&#039;] = true;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Help:Assigning permissions]] - help page describing use of the Special:Userrights interface (for bureaucrats)&lt;br /&gt;
* [[Manual:Setting user groups in MediaWiki]] - information about managing and the assignment of user groups.&lt;br /&gt;
* [[Manual:$wgNamespaceProtection]]&lt;br /&gt;
* [[Manual:$wgAutopromote]]&lt;br /&gt;
* [[Manual:$wgAddGroups]], [[Manual:$wgRemoveGroups]]&lt;br /&gt;
* [[Manual:Preventing access]] (examples)&lt;br /&gt;
* [[Manual:Establishing a hierarchy of bureaucrats]]&lt;br /&gt;
* [[:Category:User rights extensions]] - Many extensions relating to user rights&lt;br /&gt;
&lt;br /&gt;
{{Languages}}&lt;br /&gt;
&lt;br /&gt;
{{Categories}}&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/multilingual&amp;diff=593877</id>
		<title>Sites using MediaWiki/multilingual</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/multilingual&amp;diff=593877"/>
		<updated>2012-10-15T18:45:57Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: -spam&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{MediaWiki Sites}}&lt;br /&gt;
&#039;&#039;This is a list of sites that are using &#039;&#039;&#039;MediaWiki&#039;&#039;&#039;, the wiki engine this site is about. On this page we collect wikis that are written or provided in &#039;&#039;&#039;more than one language&#039;&#039;&#039;, quite often these are the bigger projects.&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
* Feel free to add your site to the list, but please stay close to the given format:&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;; Title – [http://www.example.org/ example.org]: (language code) Short description&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
* New entries will be checked. Unreachable sites or sites that don&#039;t use MediaWiki will be removed.&lt;br /&gt;
* Last complete check: 2005-12-03&lt;br /&gt;
&lt;br /&gt;
== MediaWiki-Wikis in more than one language ==&lt;br /&gt;
{{CompactTOC}}&lt;br /&gt;
&lt;br /&gt;
=== # ===&lt;br /&gt;
; 21C3Wiki – [https://21c3.ccc.de/wiki/index.php/Main_Page 21c3.ccc.de]: (de, en) Public wiki of the 21st Chaos Communication Congress in Berlin 2004&lt;br /&gt;
; 22C3Wiki – [https://events.ccc.de/congress/2005/wiki/22C3_Public_Wiki events.ccc.de]: (de, en) Public wiki of the 22st Chaos Communication Congress in Berlin 2005&lt;br /&gt;
&lt;br /&gt;
=== A ===&lt;br /&gt;
; Airsoftpedia – [http://www.airsoftpedia.es/ airsoftpedia.es]: (ES) Wiki about Airsoft - Wiki sobre Airsoft &lt;br /&gt;
; Agri Wiki - [http://www.agriwiki.co.za agriwiki.co.za]: (EN, AF) Wiki about agriculture in South Africa.&lt;br /&gt;
; Análisis Técnico – [http://www.analisis-tecnico.eu/ Analisis-Tecnico.EU]: (ES, EN, DE) Enciclopedia Análisis Técnico. &lt;br /&gt;
; Anarchopedia – [http://www.anarchopedia.org/ anarchopedia.org]: (en, other languages) Anarchist GFDL corpus access provider&lt;br /&gt;
; Arija wiki – arija.org [http://www.arija.org/es/ (es)] [http://www.arija.org/en/ (en)] [http://www.arija.org/fr/ (fr)]: A multilingual project to create a complete and accurate open content encyclopedia about the town of Arija, Burgos, Spain and its surroundings&lt;br /&gt;
&lt;br /&gt;
=== B ===&lt;br /&gt;
; Battlestar Wiki – [http://www.battlestarwiki.org/ battlestarwiki.org]: (de, es, en, fr, tr, zh) &#039;&#039;Battlestar Galactica&#039;&#039; online encyclopedia and episode guide &lt;br /&gt;
; Bromwiki – [http://www.bromwiki.net/ bromwiki.net]: (de, en, es) Information on the tropical pineapple plantfamily&lt;br /&gt;
; Buddhist Encyclopedia – [http://Buddhism.2be.net/ Buddhism.2be.net]: (en, zh) Encyclopedia of Buddhism with articles, videos and audios of all Buddhist traditions including the Theravada, Mahayana and Vajrayana.&lt;br /&gt;
; BioSites – [http://biosites.org/index.php/Main_Page BioSites.org]: (cn, de, es, en, fr, jr, kr, tr, zh) BioSites.org is an openfree information provider of companies or web sites. You can freely add and edit your site&#039;s profile anytime. BioSites.org will help introduce your websites and provide external links and references that can enhance and increase traffic to your site, and connect you with your visitors.&lt;br /&gt;
&lt;br /&gt;
=== C ===&lt;br /&gt;
; Capital Market Wiki – [http://www.capital-market-wiki.org/wiki/ capital-market-wiki.org]: (en) An open encyclopedia of world capital markets. An article may be written in any language, on sub-pages to the English version, tied together with a common semantic database, organized in accordance with Capital Market Taxonomy.&lt;br /&gt;
&lt;br /&gt;
; Cantr II wiki – [http://wiki.cantr.net/index.php/Main_Page wiki.cantr.net]: (en/es/pt) Help to Cantr II - a game (MMORPG, PBBG and simulating society) which together involved more than a dozen linguistic communities, in a same persistent virtual world.&lt;br /&gt;
&lt;br /&gt;
; Cigarettespedia – [http://www.cigarettespedia.com/ cigarettespedia.com]: (en) CigarettesPedia is unique, the fullest free collection of cigarette boxes, invaluable information about cigarette brands, history of their appearance and the manufacturers.&lt;br /&gt;
&lt;br /&gt;
; CGSecurity – [http://www.cgsecurity.org/ www.cgsecurity.org]:Wiki about TestDisk &amp;amp; Photorec (data recovery software)&lt;br /&gt;
&lt;br /&gt;
; CineWiki – [http://www.cinewiki.org/ www.cinewiki.org]:The free film encyclopedia (en/zh)&lt;br /&gt;
&lt;br /&gt;
; Cinoku – [http://www.cinoku.com/ www.cinoku.com]:Film lexicon (de/en)&lt;br /&gt;
&lt;br /&gt;
; CoCoWiki - [http://www.asicdev.com/wiki/ www.asicdev.com/wiki/]:(zh) A wiki for electronic egineering in chinese.&lt;br /&gt;
&lt;br /&gt;
; Computational Engineering – [http://computational.engineering.or.id computational.engineering.or.id]: (id) This site presents the research on computational engineering in Indonesia, contains information to build high performance computing system as well as the application on material design, instrumentation, and control. &lt;br /&gt;
&lt;br /&gt;
; Corruptopedia – [http://www.corruptopedia.org/ corruptopedia.org]: (pt-br) Corruptopedia is a brazillian encyclopedia and speaks of the most &#039;honest&#039; people of the Brazil.&lt;br /&gt;
&lt;br /&gt;
; Cppreference – [http://en.cppreference.com/ cppreference.com] : (en, cs, de, es, fr, it, ja, pl, pt, ru, tr, zh) A reference for C and C++ programming languages&lt;br /&gt;
&lt;br /&gt;
=== D ===&lt;br /&gt;
; DLRPwiki.org – [http://www.dlrpwiki.org/ DLRPwiki.org]: (en, nl, de) Disneyland Resort Paris wiki&lt;br /&gt;
&lt;br /&gt;
=== E ===&lt;br /&gt;
; Einstein University - [http://www.einstein-university.org Einstein University] the free university/ academic social network. &lt;br /&gt;
; Ekopedia – [http://www.ekopedia.org/ Ekopedia]: ([http://fr.ekopedia.org/ fr], [http://eo.ekopedia.org/ eo], [http://en.ekopedia.org/ en], [http://it.ekopedia.org/ it], [http://de.ekopedia.org/ de], [http://pl.ekopedia.org/ pl]...) The ecology&#039;s encyclopedia.&lt;br /&gt;
; eLib Austria – [http://www.literature.at/elib/www/wiki/]: (de, some documents in en, fr, es) Digitalization effort which combines sourcetexts, with papers and articles as an eLearning site for university students&lt;br /&gt;
; Encyclopaediae Pokemonis – [http://www.encyclopaediae-pokemonis.org/ www.encyclopaediae-pokemonis.org]: (de, en, es, fr, jp, po, pl) Wikis about [[Wikipedia:Pokémon|Pokémon]]&lt;br /&gt;
; Ensiklokamus Teknologi Maklumat – [http://teknologi-maklumat.com/wiki/Halaman_utama teknologi-maklumat.com]: (ms) Encyclopedia of information technology in the Malay language&lt;br /&gt;
; EnterWiki – [http://enterwiki.net/ EnterWiki.net]: (en, soon to include fr, de, es) Entertainment wiki network, mostly MMOGs&lt;br /&gt;
; Eureka Wiki – [http://www.eurekawiki.org/ eurekawiki.org]: (en, soon to be de) A wiki on the [[Wikipedia:Eureka (TV series)|Eureka]].&lt;br /&gt;
; Exprmntl – [http://www.exprmntl.net/fr/ exprmntl.net]: (fr, en, de, es…) Encyclopedia of audio-visual art&lt;br /&gt;
; Eleupedia – [http://www.eleupedia.org/ eleupedia.org]: (es) Are your collaborations deleted in the Wikipedia? No problem, we are the alternative.&lt;br /&gt;
&lt;br /&gt;
=== F ===&lt;br /&gt;
; FlightGear wiki – [http://wiki.flightgear.org wiki.flightgear.org]: Wiki of the free, opensource flight simulator [[:w:FlightGear]].&lt;br /&gt;
; Forestpedia – [http://forestpedia.org/ forestpedia.org]: (id, en) Forestpedia is designed to help groups collaborate, share, and build a website that provide information center for tropical forest knowledge. &lt;br /&gt;
; Freeciv – [http://www.freeciv.org/ freeciv.org]: (en, other languages) Information about the multiplayer strategy game &amp;quot;Freeciv&amp;quot;&lt;br /&gt;
; Friday&#039;s poems Collaborative Movement – [http://sextapoetica.com.br sextapoetica.com.br]: (pt) a place where one can read what other people write and where anyone can write freely.&lt;br /&gt;
; FZWTE Software – [http://fzwte.net/ fzwte.net]: (en, fr) Software by ZeWaren / Erwan Martin&lt;br /&gt;
; Freedom Porn - [http://www.freedomporn.org/ www.FreedomPorn.org]: (en, ru, soon other) Anarchist and activist pornography.&lt;br /&gt;
&lt;br /&gt;
=== G ===&lt;br /&gt;
; GishanWiki - [http://wiki.gishan.net/ wiki.gishan.net]: ([http://wiki.gishan.net/ en], [http://wiki.gishan.net/si/ si]) GishanWiki is a collection of university reports and projects. Available in both English and Sinhala languages.&lt;br /&gt;
; Glen Cook Wiki – (no longer multi-lingual, english only) [http://glencook.org/ glencook.org]: (de, en, fr, pl, ru) Reference to the books and worlds of Author Glen Cook &#039;&#039;Translators needed!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== H ===&lt;br /&gt;
; &#039;&#039;&#039;Heroes Wiki&#039;&#039;&#039; – [http://heroeswiki.com/ heroeswiki.com]: ([http://de.heroeswiki.com/ de], [http://es.heroeswiki.com/ es], [http://fr.heroeswiki.com/ fr], [http://he.heroeswiki.com/ he], [http://it.heroeswiki.com/ it], [http://nl.heroeswiki.com/ nl], [http://pt.heroeswiki.com/ pt], [http://sv.heroeswiki.com/ sv], [http://tr.heroeswiki.com/ tr]) Wiki dedicated to [[w:NBC|NBC]]&#039;s TV series &#039;&#039;[[w:Heroes (TV series)|Heroes]]&#039;&#039;.&lt;br /&gt;
; &#039;&#039;&#039;Hinnavaatlus wiki&#039;&#039;&#039; – [http://wiki.hinnavaatlus.ee/index.php/Esileht wiki.hinnavaatlus.ee]: (et, en) A site dedicated to organize manuals and tips gathered in [http://foorum.hinnavaatlus.ee/index.php Hinnavaatlus forum] (Estonian pricewatch forum)&lt;br /&gt;
; &#039;&#039;&#039;Hitchwiki&#039;&#039;&#039; – [http://hitchwiki.org/ hitchwiki.org]: ([http://hitchwiki.org/en/ en], [http://hitchwiki.org/de/ de], [http://hitchwiki.org/es/ es], [http://hitchwiki.org/fr/ fr], [http://hitchwiki.org/fi/ fi], [http://hitchwiki.org/pt pt], [http://hitchwiki.org/bg/ bg], [http://hitchwiki.org/zh/ zh], [http://hitchwiki.org/pl/ pl], [http://hitchwiki.org/ru/ ru]) Information about hitchhiking.&lt;br /&gt;
; &#039;&#039;&#039;Hortipedia&#039;&#039;&#039; - [http://www.hortipedia.com/ www.hortipedia.com]: ([http://en.hortipedia.com en], [http://de.hortipedia.com de], fr and es coming soon) garden encyclopedia, plants, plant database, Gartenlexikon, Pflanzen, Pflanzendatenbank)&lt;br /&gt;
; &#039;&#039;&#039;howtopedia.org&#039;&#039;&#039; – [http://www.howtopedia.org/ www.howtopedia.org]: (en,fr,es) Howtopedia is a library for practical knowledge and simple technologies. It focuses on development tools.&lt;br /&gt;
; &#039;&#039;&#039;Howiw.com&#039;&#039;&#039; - [http://www.howiw.com/ www.howiw.com]: (will be in all linguages) the Free highest quality how to articles that anyone can edit.&lt;br /&gt;
&lt;br /&gt;
=== I ===&lt;br /&gt;
; &amp;lt;span style=&amp;quot;explain&amp;quot; title=&amp;quot;Internationalized Domain Names&amp;quot;&amp;gt;IDN&amp;lt;/span&amp;gt;wiki – [http://idn.icann.org/Project:About ICANN TLD I18N]: ([http://xn--mgbh0fb.xn--kgbechtv/ ar], [http://xn--fsqu00a.xn--0zwm56d/ zh-Hans], [http://xn--fsqu00a.xn--g6w251d/ zh-Hant], [http://xn--hxajbheg2az3al.xn--jxalpdlp/ el], [http://xn--p1b6ci4b4b3a.xn--11b5bs3a9aj6g/ hi], [http://xn--r8jz45g.xn--zckzah/ ja], [http://xn--9n2bp8q.xn--9t4b11yi5a/ ko], [http://xn--mgbh0fb.xn--hgbk6aj7f53bba/ fa], [http://xn--e1afmkfd.xn--80akhbyknj4f/ ru], [http://xn--zkc6cc5bi7f6e.xn--hlcj6aya9esc7a/ ta], [http://xn--fdbk5d8ap9b8a8d.xn--deba0ad/ yi], [http://xn--1xd0bwwra.idn.icann.org/ am], [http://xn--5dbqzzl.idn.icann.org/ he]) &lt;br /&gt;
; IEs4Linux – [http://www.tatanka.com.br/ies4linux www.tatanka.com.br/ies4linux]: (de, en, es_UY, fr, pt_BR) Internet Explorer 6, 5.5, 5 on Linux&lt;br /&gt;
; IMSLP – [http://www.imslp.org/ www.imslp.org]: public domain musical score archive&lt;br /&gt;
&lt;br /&gt;
=== J ===&lt;br /&gt;
; Jehudim – [http://www.yehudim.eu/ yehudim.eu]: (en, other languages) European Jewish Heritage Project&lt;br /&gt;
&lt;br /&gt;
; Jesus-Wiki – [http://jesus-wiki.org/ jesus-wiki.org]: (de, fi, fr, en, es) Wiki project with a Christian point of view&lt;br /&gt;
&lt;br /&gt;
; Jurispedia – [http://www.jurispedia.org/ jurispedia.org]: (ar, en, fr, de, nl, other languages) law website&lt;br /&gt;
&lt;br /&gt;
=== K ===&lt;br /&gt;
; KDE TechBase – [http://techbase.kde.org/ http://techbase.kde.org/]: The [[wikipedia:KDE|KDE]] developers&#039; wiki.&lt;br /&gt;
&lt;br /&gt;
; KDE UserBase – [http://userbase.kde.org/ http://userbase.kde.org/]: The [[wikipedia:KDE|KDE]] user community wiki.&lt;br /&gt;
&lt;br /&gt;
; Knowtive – [http://www.knowtive.com/ www.knowtive.com]: (zh, other languages) &lt;br /&gt;
&lt;br /&gt;
; Knowledgebase Home – [http://www.asiaosc.org/enwiki/ asiaosc.org/enwiki]: (en, other languages) From AsiaOSC, an Asian open source centre&lt;br /&gt;
&lt;br /&gt;
; Kompensationsverzeichnis Mecklenburg-Vorpommern – [http://www.kompensationsflaechen-mv.de/ kompensationsflaechen-mv.de]: (de) Platform for impact review-areas (Ausgleichsflächen, Ökokonten) in Mecklenburg-Vorpommern, State in Germany&lt;br /&gt;
&lt;br /&gt;
; Korean Resource Center – [http://krcla.org/ krcla.org]: (en, ko) organization website for the [[:wikipedia:Korean Resource Center|Korean Resource Center]] (민족학교), a non-profit organization based in Los Angeles. Editing restricted to talk pages only.&lt;br /&gt;
&lt;br /&gt;
=== L ===&lt;br /&gt;
; Lostpedia – [http://www.lostpedia.com/ Lostpedia.com]: (de/en/es/fr/it/nl/pl/pt) Wiki dedicated to ABC&#039;s TV series LOST.&lt;br /&gt;
&lt;br /&gt;
; Live Cinema Research Wiki – [http://livecinema.prototypen.com/wiki/ livecinema.prototypen.com]: (de/en) Wiki dedicated to the research of movie making and presentation techniques for the 21st century.&lt;br /&gt;
&lt;br /&gt;
; Lingua Veritas [http://linguaveritas.com/ Lingua Veritas – Translation interpretation]: A Wiki-based multilingual resources agency&lt;br /&gt;
&lt;br /&gt;
; Locaweb [http://wiki.locaweb.com.br/]: Wiki locaweb&lt;br /&gt;
&lt;br /&gt;
; LibreOffice Turkey [http://wiki.libreoffice.org.tr wiki.libreoffice.org.tr]: LibreOffice Turkey Wiki&lt;br /&gt;
&lt;br /&gt;
=== M ===&lt;br /&gt;
; Memory Alpha – [http://memory-alpha.org/ memory-alpha.org]: (en, other languages) Encyclopedia and reference for everything related to Star Trek&lt;br /&gt;
; Metacafe - [http://www.metacafe.com/ metacafe.com]: (en, other languages) A community based video sharing web site, using Mediawiki as the back-end for video metadata&lt;br /&gt;
; Minecraft Wiki - [http://minecraftwiki.net minecraftwiki.net]: (en, de, fr, other languages) The biggest Wiki about the popular sandbox game Minecraft&lt;br /&gt;
; MLDonkey – [http://mldonkey.sourceforge.net/ mldonkey.sourceforge.net]: (de, en) Site for MLDonkey users and developers&lt;br /&gt;
; MS WIKI – [http://msreport.ohost.de/ msreport.ohost.de]: (de, en) Informations about Microsoft and other computerfactorys/software&lt;br /&gt;
; Mypetcard – [http://mypetcard.org/]: (pt) Informations about pet&#039;s&lt;br /&gt;
&lt;br /&gt;
=== N ===&lt;br /&gt;
; Nedirki Wiki – [http://www.nedirki.net/ nedirki.net]: (de, en, tr, ku ..) wikipedinin kopyası a.q&lt;br /&gt;
; NursingWiki – [http://www.nursingwiki.org/ nursingwiki.org]: (de, en) unrestricted information on nursing and health care&lt;br /&gt;
&lt;br /&gt;
=== O ===&lt;br /&gt;
; Occleve (the Open Content Learning Environment) – [http://occleve.berlios.de/wiki/ occleve.berlios.de/wiki/]: (en, wuu, zh, other languages) An open content computer based learning system for mobile phones. Also known as PocketChinese.&lt;br /&gt;
; Oekonux – [http://de.wiki.oekonux.org/ de.wiki.oekonux.org]: (de, en, es) About Linux/free software and its influences on political and economic structures [http://www.oekonux.org/ oekonux.org], [http://www.oekonux.de/ oekonux.de], [http://en.wiki.oekonux.org/ en.wiki.oekonux.org]&lt;br /&gt;
; OmegaWiki - [http://www.omegawiki.org www.omegawiki.org]: Multilingual dictionary, using WikiData extension.&lt;br /&gt;
; OpenFacts – [http://openfacts.berlios.de/ openfacts.berlios.de]: (de, other languages) Database about open source software&lt;br /&gt;
; OpenStreetMap – [http://wiki.openstreetmap.org/wiki/Main_Page OpenStreetMap]: (multilingual) project to create a free map of the world&lt;br /&gt;
; openSUSE – [http://en.opensuse.org/ opensuse.org]: (in many languages) a Linux distribution&lt;br /&gt;
; Operation Market Garden(OMG) Wiki - [http://www.omgmod.org/wiki/index.php?title=Main_Page omgmod.org/wiki]: (de, en, es, nl) Centered around the Operation Market Garden modification for Company of Heroes and its community.&lt;br /&gt;
; OpinionPedia– [http://www.opinionpedia.net/ opinionpedia.net]: (en, fr, other) Opinions about products and services.&lt;br /&gt;
; Othello Wiki Book Project – [http://othello.dk/book/index.php/Main_Page othello.dk/book]: (en, other languages) This is a &amp;quot;book&amp;quot; about Othello game, written and edited by the joint community of Othello players..&lt;br /&gt;
&lt;br /&gt;
=== P ===&lt;br /&gt;
; Partitures.net – [http://www.partitures.net/ Partitures.net]: (ca/en/es) Public Domain Music Score Library Project, started in Spain. At moment only this 3 languages.&lt;br /&gt;
 ; Piratenwiki – [http://wiki.piratenpartei.de/ wiki.piratenpartei.de]: (de) Discussion, Information and Coordination platform of the [[:wikipedia:Pirate Party Germany|German Pirate Party]] (See also [[:wikipedia:Pirate Parties International|Pirate Parties International]])&lt;br /&gt;
;Pl@ntUse - [http://uses.plantnet-project.org/en/Main_Page uses.plantnet-project.org/en]: (en/fr) Useful plants of the world and their uses, a study case of Pl@ntNet [http://www.plantnet-project.org/papyrus.php?langue=en plantnet-project.org].&lt;br /&gt;
; Pokemon Global – [http://pokeglobal.org/ pokeglobal.org]: (en/pt) The official wiki of PokeNet.&lt;br /&gt;
; Pokemon Wiki (ポケモンWiki) – [http://wiki.xn--rckteqa2e.com/wiki/ wiki.xn--rckteqa2e.com/wiki/]: (ja) Community-driven Pokémon encyclopedia. A member of the Encyclopaediae Pokémonis group with English [http://bulbapedia.bulbagarden.net/ Bulbapedia] and German PokéWiki.&lt;br /&gt;
; PokéWiki – [http://www.pokewiki.de/Hauptseite www.pokewiki.de/Hauptseite]: (de) Community-driven Pokémon encyclopedia. A member of the Encyclopaediae Pokémonis group with English [http://bulbapedia.bulbagarden.net/ Bulbapedia] and Japanese ポケモンWiki.&lt;br /&gt;
; Pornopedia – [http://www.pornopedia.eu/ www.pornopedia.eu]: (de/en/es/fr) Erotic encyclopedia [http://www.babestation24.de/ Babestation]&lt;br /&gt;
&lt;br /&gt;
=== Q ===&lt;br /&gt;
; Qi Hardware – [http://wiki.qi-hardware.com/ wiki.qi-hardware.com]: (en/es/zh-hans) Copyleft hardware project.&lt;br /&gt;
&lt;br /&gt;
=== R ===&lt;br /&gt;
; Rodovid – [http://rodovid.org/ rodovid.org]: (de, es, en, fi, fr, he, id, it, ja, nl, pl, pt, ro, ru, sr, uk, uz) Free multilingual family tree portal.&lt;br /&gt;
; Restposten - [http://nulleurocent.de/ Restposten] Restposten Grosshandel [http://33web.de/ Restposten] Sonderposten Grosshandel&lt;br /&gt;
&lt;br /&gt;
=== S ===&lt;br /&gt;
; &#039;&#039;&#039;Safon.org&#039;&#039;&#039; – [http://safon.org/nn/index.php/Safon.org:Hovudsida safon.org]: (nn, nb, en, pt) Resource site for religion and culture, including Judaism, Sikhism and others, from a Scandinavian coastal perspective.&lt;br /&gt;
; ScoutWiki Network – [http://www.scoutwiki.org/ scoutwiki.org]: ([http://fi.scoutwiki.org/ fi], [http://fr.scoutwiki.org/ fr], [http://nl.scoutwiki.org/ nl], [http://en.scoutwiki.org/ en], [http://es.scoutwiki.org/ es], [http://de.scoutwiki.org/ de], [http://it.scoutwiki.org/ it], [http://sv.scoutwiki.org/ sv], [http://ja.scoutwiki.org/ ja], [http://da.scoutwiki.org/ da], [http://cs.scoutwiki.org/ cs], [http://eo.scoutwiki.org/ eo], [http://ar.scoutwiki.org/ ar], [http://pt.scoutwiki.org/ pt], [http://uk.scoutwiki.org/ uk] ; [http://media.scoutwiki.org/ images], [http://asso.scoutwiki.org/ association]) The international network of scouting wikies.&lt;br /&gt;
; Sharewiki – [http://sharewiki.org/ sharewiki.org]: ([http://sharewiki.org/de/ de], [http://sharewiki.org/en/ en]) Wiki about sharing, collaboration, participation, ...&lt;br /&gt;
;Sightseeing Wiki - [http://www.sightseeingwiki.org www.sightseeingwiki.org] : (en, de) The greatest Places of Interest around the World.&lt;br /&gt;
; SoftX - [http://www.softx.tk/ www.softx.tk] : (en, zh-CN) Wiki about Open Source and Computer Technologies.&lt;br /&gt;
;Simple Silence - [http://www.simplesilence.org/ SimpleSilence.org] :(fr, en and other languages) Wiki dedicated to &#039;&#039;&#039;Meher Baba&#039;&#039;&#039;, the silent Indian Master, chiefly as a help for translations of texts.&lt;br /&gt;
; Studion-Wiki – [http://www.studion.uni-tuebingen.de/mediawiki/index.php/Studion-Wiki studion.cs.uni-tuebingen.de]: (de) &#039;&#039;&#039;Studi&#039;&#039;&#039;eninformation &#039;&#039;&#039;On&#039;&#039;&#039;line – Informationen zum Studium an der Universität Tübingen.&lt;br /&gt;
; Sonderposten - [http://33web.de/ Sonderposten] Sonderposten Grosshandel&lt;br /&gt;
&lt;br /&gt;
=== T ===&lt;br /&gt;
; Tango.info – [http://wiki.tango.info/mul wiki.tango.info/mul]: (eng, spa, other languages) tango info wiki&lt;br /&gt;
; Technical Analysis [http://www.technical-analysis.eu/ Technical-Analysis.EU]: (EN, DE, ES) Encyclopedia for Technical Analysis (Financial). &lt;br /&gt;
; Technische Analyse – [http://www.technische-analyse.eu/ Technische-Analyse.EU]: (DE, EN, ES) Fachlexikon für Technische Analyse von Wertpapieren. &lt;br /&gt;
; Tarracowiki.cat - [http://www.tarracowiki.cat www.tarracowiki.cat]: (ca) Local encyclopedia on Tarragona, region of Catalonia (Spain). Open and most complete wiki about this city and region.&lt;br /&gt;
; The Document Foundation Wiki - [http://wiki.documentfoundation.org/Main_Page wiki.documentfoundation.org]:&lt;br /&gt;
:The official Wiki for LibreOffice and &amp;quot;The Documentfoundation&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== V ===&lt;br /&gt;
; Venicewiki: [http://www.venicewiki.org/ Venicewiki.org] [http://www.portedeurope.org Übersetzung Englisch Deutsch]. (it, other languages) The collaborative guide to &#039;&#039;&#039;Venice&#039;&#039;&#039;, Italy.&lt;br /&gt;
; Vinismo: [http://vinismo.com/ Vinismo.com]. (en, fr) Open Content, multi-lingual wiki-edited  [http://www.backgroundnow.com backgroundnow] &#039;&#039;&#039;wine guide&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== W ===&lt;br /&gt;
; Walkthrough - [http://www.walkthrough.cba.pl www.walkthrough.cba.pl]: (pl, en) Encyclopedia about videogames and much more.&lt;br /&gt;
; Wikia – [http://www.wikia.com/ Wikia.com]: (en, other languages) Collection of Wiki sites on a great many subjects.&lt;br /&gt;
; Wikiants – [http://www.en.wikiants.org/ Wikiants.org]: (de, en, other languages) is a free content encyclopedia for D.I.Y. and open content projects.&lt;br /&gt;
; Wikibooks – [http://www.wikibooks.org/ Wikibooks.org]: (en, other languages) Open Books source &lt;br /&gt;
; Wikid Bikers – [http://wikidbikers.com/ Wikidbikers.com]: (en, fr) Community website and hospitality exchange network dedicated the motorcycle &amp;amp; tattoo culture.&lt;br /&gt;
; WIKI-EUROPA – [http://www.europe-maintenant.org/ Tribune de la Société civile européenne]: Base de connaissances humaines dans les domaines européens de la démocracie, des droits de la personne, de la gouvernance, de la société civile, de la solidarité (en, de, fr)&lt;br /&gt;
; WikiFur – [http://wikifur.com/ WikiFur.com]: (en, es, ru, de, fr and others) Information about [[Wikipedia:furry fandom|furry fandom]]&lt;br /&gt;
; Wikimini – [http://www.wikimini.org/ Wikimini.org]: (fr, other languages soon) Encyclopedia for children written by children.&lt;br /&gt;
; Wikipedia – [http://www.wikipedia.org/ Wikipedia.org]: (en, other languages) Wiki encyclopedia&lt;br /&gt;
; WikiPlant – [http://www.wikiplant.org/ WikiPlant.org]: (en, de, fr, es) Wiki for plants and botany in four languages&lt;br /&gt;
; Wikisocion – [http://www.wikisocion.org/ wikisocion.org]: (en, ru) Encyclopedia of socionics&lt;br /&gt;
; Wikisport.es – [http://www.wikisport.es/ WikiSport.es]: (es) Gran enciclopedia de resultados deportivos&lt;br /&gt;
; Wikitravel – [http://wikitravel.org/ wikitravel.org]: (en, de, es, fr, it, ja, nl, pl, pt, ro, sv so far) Up-to-date and reliable world-wide travel guide&lt;br /&gt;
; Wikivoyage – [http://www.wikivoyage.org wikivoyage.org]: (de, it) Non-commercial world-wide travel guide and travel-related topics&lt;br /&gt;
; WikiWheels - [http://www.wikiwheels.org www.wikiwheels.org] : (en/de) Global directory of customized cars &amp;amp; bikes.&lt;br /&gt;
; WordPress Codex – [http://www.codex.wordpress.org/ codex.wordpress.org]: (en, other languages) An open source documentation for the popular and free WordPress blogging system&lt;br /&gt;
; Wormux – [http://www.wormux.org/ wormux.org]: (en, es, fr) About the game Wormux.&lt;br /&gt;
; Wormux – [http://www.tat-too.com/ tattoo]: (en, es, fr) tattoo.&lt;br /&gt;
&lt;br /&gt;
=== X ===&lt;br /&gt;
; xfamily- [http://www.xfamily.org/ xfamily.org]: (en, es) About the cult known as &amp;quot;The Family&amp;quot; or &amp;quot;The Children of God&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Y ===&lt;br /&gt;
; Yehudim.eu – [http://www.yehudim.eu/ yehudim.eu]: (en, other languages) European Jewish Heritage Project&lt;br /&gt;
; YourWiki – [http://www.yourwiki.net/ yourwiki.net]: (mainly en, other languages supported) Free Community Wiki Hosting service&lt;br /&gt;
&lt;br /&gt;
=== Z ===&lt;br /&gt;
; Zenwalk Wiki – [http://wiki.zenwalk.org/ Zenwalk GNU/Linux wiki]: (en, de, es, fr, it...). About the Zenwalk GNU/Linux distribution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:MediaWiki References| ]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Manual_talk:$wgMaxRedirects&amp;diff=573801</id>
		<title>Manual talk:$wgMaxRedirects</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Manual_talk:$wgMaxRedirects&amp;diff=573801"/>
		<updated>2012-08-20T00:09:14Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Why not set it to default to, say, 6? The lengthy redirect resolution seems to provide useful information. It see that there was [[bugzilla:17888|no consensus]] to set it to anything higher than 1 on enwiki, but I would think a higher number would come in handy for the typical wiki. [[User:Leucosticte|Leucosticte]] ([[User talk:Leucosticte|talk]]) 13:53, 19 August 2012 (UTC)&lt;br /&gt;
:There is a bug concering $wgMaxRedirects with any number except 0 or 1 ([[:bugzilla:30359|bug 30359]]) which has not yet been fixed. It causes chains of multiple redirects to behave weirdly. [[User:MrBlueSky|MrBlueSky]] ([[User talk:MrBlueSky|talk]]) 00:06, 20 August 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Manual_talk:$wgMaxRedirects&amp;diff=573800</id>
		<title>Manual talk:$wgMaxRedirects</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Manual_talk:$wgMaxRedirects&amp;diff=573800"/>
		<updated>2012-08-20T00:06:21Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Why not set it to default to, say, 6? The lengthy redirect resolution seems to provide useful information. It see that there was [[bugzilla:17888|no consensus]] to set it to anything higher than 1 on enwiki, but I would think a higher number would come in handy for the typical wiki. [[User:Leucosticte|Leucosticte]] ([[User talk:Leucosticte|talk]]) 13:53, 19 August 2012 (UTC)&lt;br /&gt;
:There is a bug concering $wgMaxRedirects with any number except 0 or 1 ([[bug:30359]]) which has not yet been fixed. It causes chains of multiple redirects to behave weirdly. [[User:MrBlueSky|MrBlueSky]] ([[User talk:MrBlueSky|talk]]) 00:06, 20 August 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Manual:User_rights&amp;diff=527487</id>
		<title>Manual:User rights</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Manual:User_rights&amp;diff=527487"/>
		<updated>2012-04-19T13:37:08Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: Undo revision 527379 by 110.136.178.169 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;User rights&#039;&#039;&#039;   are specific access and ability permissions that can be assigned to customizable groups. Groups can then be assigned to (or removed from) users through the [[Special:Userrights]] [[Help:Special page|Special page]]. See [[Help:Assigning permissions]].&lt;br /&gt;
&lt;br /&gt;
Access to this interface is itself governed by the &#039;userrights&#039; right, so only users in the &#039;bureaucrat&#039; group can do it (in a default set-up). See [[Manual:Setting user groups in MediaWiki]] for information about managing and the assignment of user groups.&lt;br /&gt;
&lt;br /&gt;
This [[Special:UserRights]] interface was introduced in MediaWiki 1.5; see [[Manual:User rights (older versions)]] for earlier methods.&lt;br /&gt;
&lt;br /&gt;
==Changing group permissions==&lt;br /&gt;
A default MediaWiki installation assigns certain rights to default groups (see below). You can change the default rights by editing the {{mediawiki|Manual:$wgGroupPermissions|$wgGroupPermissions array}} in {{mediawiki|LocalSettings.php}} with the syntax&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;$wgGroupPermissions[&#039;group&#039;][&#039;right&#039;] = true /* or false */;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(Note: by default install wgGroupPermissions may not be present and you will need to add it into the file)&lt;br /&gt;
&lt;br /&gt;
If a member has multiple groups, they get the highest permission of any groups.  All users, including anonymous users, are in the &amp;lt;code&amp;gt;&#039;*&#039;&amp;lt;/code&amp;gt; group; all registered users are in the &amp;lt;code&amp;gt;&#039;user&#039;&amp;lt;/code&amp;gt; group. In addition to the default groups, you can arbitrarily create new groups using the same array.&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
This example will disable viewing of all pages not listed in [[Manual:$wgWhitelistRead|$wgWhitelistRead]], then re-enable for registered users only:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039;][&#039;read&#039;]    = false;&lt;br /&gt;
# The following line is not actually necessary, since it&#039;s in the defaults. Setting&lt;br /&gt;
# &#039;*&#039; to false doesn&#039;t disable rights for groups that have the right separately set&lt;br /&gt;
# to true!&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;read&#039;] = true;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This example will disable editing of all pages, then re-enable for users with confirmed e-mail addresses only:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
# Disable for everyone.&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039;][&#039;edit&#039;]              = false;&lt;br /&gt;
# Disable for users, too: by default &#039;user&#039; is allowed to edit, even if &#039;*&#039; is not.&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;edit&#039;]           = false;&lt;br /&gt;
# Make it so users with confirmed e-mail addresses are in the group.&lt;br /&gt;
$wgAutopromote[&#039;emailconfirmed&#039;] = APCOND_EMAILCONFIRMED;&lt;br /&gt;
# Hide group from user list. &lt;br /&gt;
$wgImplicitGroups[] = &#039;emailconfirmed&#039;;&lt;br /&gt;
# Finally, set it to true for the desired group.&lt;br /&gt;
$wgGroupPermissions[&#039;emailconfirmed&#039;][&#039;edit&#039;] = true;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This example will create an arbitrary &amp;quot;ninja&amp;quot; group that can block users and delete pages, and whose edits are hidden by default in the recent changes log:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$wgGroupPermissions[&#039;ninja&#039;][&#039;bot&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;ninja&#039;][&#039;block&#039;]  = true;&lt;br /&gt;
$wgGroupPermissions[&#039;ninja&#039;][&#039;delete&#039;] = true;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this example, you would probably also want to create pages:&lt;br /&gt;
* {{blue|MediaWiki:Group-ninja}} (content: &amp;lt;code&amp;gt;Ninjas&amp;lt;/code&amp;gt;)&lt;br /&gt;
* {{blue|MediaWiki:Group-ninja-member}} (content: &amp;lt;code&amp;gt;ninja&amp;lt;/code&amp;gt;)&lt;br /&gt;
* {{blue|MediaWiki:Grouppage-ninja}} (content: &amp;lt;code&amp;gt;Project:Ninjas&amp;lt;/code&amp;gt;)&lt;br /&gt;
This will insure that the group will be referred to as &amp;quot;Ninjas&amp;quot; throughout the interface, and a member will be referred to as a &amp;quot;ninja&amp;quot;, and overviews will link the groupname to {{blue|Project:Ninjas}}.&lt;br /&gt;
&lt;br /&gt;
== List of permissions ==&lt;br /&gt;
The following user rights are available in the latest version of MediaWiki. If you are using an older version, look at &amp;quot;[[Special:Version]]&amp;quot; on your wiki and see if your version is covered in the &amp;quot;versions&amp;quot; column.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|-&lt;br /&gt;
!{{hl2}} | Right&lt;br /&gt;
!{{hl2}} | Description&lt;br /&gt;
!{{hl2}} | Versions&lt;br /&gt;
|-&lt;br /&gt;
|{{hl3}} colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Reading&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | read&lt;br /&gt;
| allows viewing pages (when set to false, override for specific pages with [[Manual:$wgWhitelistRead|$wgWhitelistRead]]).&lt;br /&gt;
----&lt;br /&gt;
{{Warning|Setting this to false will only protect &#039;&#039;pages in the wiki&#039;&#039;. Uploaded files will remain readable via direct access by default (e.g., [[Manual:$wgUploadPath|$wgUploadPath]]/imageHashes/image.jpg). Use [[Manual:img_auth.php|img_auth.php]] to restrict image views to only logged-in users.}}&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
|{{hl3}} colspan=&amp;quot;4&amp;quot;| &#039;&#039;&#039;Editing&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| edit&lt;br /&gt;
| allows [[help:editing|editing]] unprotected pages.&lt;br /&gt;
| [[rev:9632|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| createpage&lt;br /&gt;
| allows the creation of new pages (requires the &#039;&#039;edit&#039;&#039; right).&lt;br /&gt;
| [[rev:11973|1.6+]]&lt;br /&gt;
|-&lt;br /&gt;
| createtalk&lt;br /&gt;
| allows the creation of new talk pages (requires the &#039;&#039;edit&#039;&#039; right).&lt;br /&gt;
| [[rev:11973|1.6+]]&lt;br /&gt;
|-&lt;br /&gt;
| move&lt;br /&gt;
| allows renaming the titles of unprotected pages (requires the &#039;&#039;edit&#039;&#039; right).&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| movefile&lt;br /&gt;
| allows renaming pages in the &amp;quot;File&amp;quot; namespace (requires the &#039;&#039;move&#039;&#039; right and [[Manual:$wgAllowImageMoving|$wgAllowImageMoving]] to be true).&lt;br /&gt;
| [[rev:45276|1.14+]]&lt;br /&gt;
|-&lt;br /&gt;
| move-subpages&lt;br /&gt;
| move subpages along with page (requires the &#039;&#039;move&#039;&#039; right).&lt;br /&gt;
| [[rev:35213|1.13+]]&lt;br /&gt;
|-&lt;br /&gt;
| move-rootuserpages&lt;br /&gt;
| can move root pages in the &amp;quot;User&amp;quot; namespace (requires the &#039;&#039;move&#039;&#039; right).&lt;br /&gt;
| [[rev:41961|1.14+]]&lt;br /&gt;
|-&lt;br /&gt;
| createaccount&lt;br /&gt;
| allows the creation of new user accounts.&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| upload&lt;br /&gt;
| allows the creation of new images and files.&lt;br /&gt;
| [[rev:9499|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| reupload&lt;br /&gt;
| allows overwriting existing images and files (requires the &#039;&#039;upload&#039;&#039; right).&lt;br /&gt;
| [[rev:10906|1.6+]]&lt;br /&gt;
|-&lt;br /&gt;
| reupload-own&lt;br /&gt;
| allows overwriting existing images and files uploaded by oneself (requires the &#039;&#039;upload&#039;&#039; right).&lt;br /&gt;
| [[rev:21943|1.11+]]&lt;br /&gt;
|-&lt;br /&gt;
| reupload-shared&lt;br /&gt;
| allows replacing images and files from a shared repository (if one is set up) with local files (requires the &#039;&#039;upload&#039;&#039; right).&lt;br /&gt;
| [[rev:10906|1.6+]]&lt;br /&gt;
|-&lt;br /&gt;
| upload_by_url&lt;br /&gt;
| allows uploading by entering the URL of an external image (requires the &#039;&#039;upload&#039;&#039; right).&lt;br /&gt;
| [[rev:16162|1.8+]]&lt;br /&gt;
|-&lt;br /&gt;
| editprotected&lt;br /&gt;
| allows to edit protected pages (without cascading protection).&lt;br /&gt;
| [[rev:32164|1.13+]]&lt;br /&gt;
|-&lt;br /&gt;
|{{hl3}} colspan=&amp;quot;4&amp;quot;| &#039;&#039;&#039;Management&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| delete&lt;br /&gt;
| &#039;&#039;&#039;1.5–1.11:&#039;&#039;&#039; allows the deletion or undeletion of pages.&amp;lt;br /&amp;gt;&#039;&#039;&#039;1.12+:&#039;&#039;&#039; allows the deletion of pages. For undeletions, there is now the &#039;undelete&#039; right, see below.&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| bigdelete&lt;br /&gt;
| allows deletion of pages with larger than [[Manual:$wgDeleteRevisionsLimit|$wgDeleteRevisionsLimit]] revisions&lt;br /&gt;
| [[rev:29872|1.12+]]&lt;br /&gt;
|-&lt;br /&gt;
| deletedhistory&lt;br /&gt;
| allows viewing deleted history entries, but not seeing or restoring revisions&lt;br /&gt;
| [[rev:12241|1.6+]]&lt;br /&gt;
|-&lt;br /&gt;
| deletedtext&lt;br /&gt;
| allows viewing deleted revisions, but not restoring.&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| undelete&lt;br /&gt;
| allows the undeletion of pages.&lt;br /&gt;
| [[rev:28151|1.12+]]&lt;br /&gt;
|-&lt;br /&gt;
| browsearchive&lt;br /&gt;
| allows prefix searching for titles of deleted pages through [[Special:Undelete]].&lt;br /&gt;
| [[rev:32456|1.13+]]&lt;br /&gt;
|-&lt;br /&gt;
| mergehistory&lt;br /&gt;
| allows access to [[Help:Merge history|Special:MergeHistory]], to merge non-overlapping pages.&amp;lt;br /&amp;gt;&#039;&#039;Note: the right is not assigned to a user group by default, including on Wikimedia projects.&#039;&#039;&lt;br /&gt;
| [[rev:27823|1.12+]]&lt;br /&gt;
|-&lt;br /&gt;
| protect&lt;br /&gt;
| allows locking a page to prevent edits and moves, and editing or moving locked pages.&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| block&lt;br /&gt;
| allows the blocking of IP addresses, CIDR ranges, and registered users. Block options include preventing editing and registering new accounts, and autoblocking other users on the same IP address.&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| blockemail&lt;br /&gt;
| allows preventing use of the [[Special:Emailuser]] interface when blocking.&lt;br /&gt;
| [[rev:22827|1.11+]]&lt;br /&gt;
|-&lt;br /&gt;
| hideuser&lt;br /&gt;
| allows hiding the user/IP from the block log, active block list, and user list when blocking. (&#039;&#039;not available by default&#039;&#039;)&lt;br /&gt;
| [[rev:20446|1.10+]]&lt;br /&gt;
|-&lt;br /&gt;
| unblockself&lt;br /&gt;
| allows a user to use the block interface to unblock themselves. Without it an administrator that has the capability to block cannot unblock themselves if blocked by another administrator.&lt;br /&gt;
| [[rev:64228|1.17+]]&lt;br /&gt;
|-&lt;br /&gt;
| userrights&lt;br /&gt;
| allows the use of the user rights interface, which allows the assignment or removal of all* groups to any user.&amp;lt;br /&amp;gt;&amp;lt;small&amp;gt;* With [[Manual:$wgAddGroups|$wgAddGroups]] and [[Manual:$wgRemoveGroups|$wgRemoveGroups]] you can set the possibility to add/remove certain groups instead of all.&amp;lt;/small&amp;gt;&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| userrights-interwiki&lt;br /&gt;
| allows changing user rights on other wikis.&lt;br /&gt;
| [[rev:28650|1.12+]]&lt;br /&gt;
|-&lt;br /&gt;
| rollback&lt;br /&gt;
| allows one-click reversion of edits.&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| markbotedits&lt;br /&gt;
| allows rollback to be marked as bot edits (see [[Manual:Administrators#Rollback]]).&lt;br /&gt;
| [[rev:27658|1.12+]]&lt;br /&gt;
|-&lt;br /&gt;
| patrol&lt;br /&gt;
| allows marking edits as legitimate ([[Manual:$wgUseRCPatrol|$wgUseRCPatrol]] must be &#039;&#039;true&#039;&#039;).&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| {{anchor|editinterface}}editinterface&lt;br /&gt;
| allows editing the [[Special:Allmessages|MediaWiki namespace]], which contains [[Manual:Interface|interface messages]].&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| editusercssjs &lt;br /&gt;
| allows editing *.css / *.js subpages of any user.  &#039;&#039;&#039;Split into editusercss and edituserjs in 1.16 but retained for backward compatibility.&#039;&#039;&#039;&lt;br /&gt;
| [[rev:25720|1.12+]]&lt;br /&gt;
|-&lt;br /&gt;
| editusercss&lt;br /&gt;
| allows editing *.css subpages of any user.&lt;br /&gt;
| [[rev:54153|1.16+]]&lt;br /&gt;
|-&lt;br /&gt;
| edituserjs &lt;br /&gt;
| allows editing *.js subpages of any user.&lt;br /&gt;
| [[rev:54153|1.16+]]&lt;br /&gt;
|-&lt;br /&gt;
| suppressrevision&lt;br /&gt;
| allows preventing deleted revision information from being viewed by sysops and prevents sysops from undeleting the hidden info. &#039;&#039;&#039;Prior to [[rev:35303|1.13]] this right was named hiderevision&#039;&#039;&#039; (&#039;&#039;not available by default&#039;&#039;)&lt;br /&gt;
| [[rev:13224|1.6+]]&lt;br /&gt;
|-&lt;br /&gt;
| deleterevision&lt;br /&gt;
| allows deleting/undeleting information (revision text, edit summary, user who made the edit) of specific revisions (&#039;&#039;not available by default&#039;&#039;)&lt;br /&gt;
| [[rev:13224|1.6+]]&lt;br /&gt;
|-&lt;br /&gt;
|{{hl3}} colspan=&amp;quot;3&amp;quot;| &#039;&#039;&#039;Administration&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| siteadmin&lt;br /&gt;
| allows locking and unlocking the database (which blocks all interactions with the web site except viewing). Deprecated by default.&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| import&lt;br /&gt;
| allows user to [[m:Help:Import|import]] one page per time from another wiki (&amp;quot;transwiki&amp;quot;).&lt;br /&gt;
| [[rev:9498|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| importupload&lt;br /&gt;
| allows user to [[m:Help:Import|import]] several pages per time from XML files. This right was called &#039;importraw&#039; in and before version 1.5.&lt;br /&gt;
| [[rev:9499|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| trackback&lt;br /&gt;
| allows removal of [http://www.sixapart.com/pronet/docs/trackback_spec trackbacks] (if [[Manual:$wgUseTrackbacks|$wgUseTrackbacks]] is &#039;&#039;true&#039;&#039;).&lt;br /&gt;
| [[rev:14158|1.7+]]&lt;br /&gt;
|-&lt;br /&gt;
| unwatchedpages&lt;br /&gt;
| allows access to [[Special:Unwatchedpages]], which lists pages that no user has watchlisted.&lt;br /&gt;
| [[rev:12196|1.6+]]&lt;br /&gt;
|-&lt;br /&gt;
|{{hl3}} colspan=&amp;quot;3&amp;quot;| &#039;&#039;&#039;Technical&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| bot&lt;br /&gt;
| hides edits from recent changes lists and watchlists by default (can optionally be viewed).&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| purge&lt;br /&gt;
| allows purging a page without a confirmation step ([[Manual:URL|URL parameter]] &amp;quot;&amp;lt;code&amp;gt;&amp;amp;action=purge&amp;lt;/code&amp;gt;&amp;quot;).&lt;br /&gt;
| [[rev:19195|1.10+]]&lt;br /&gt;
|-&lt;br /&gt;
| minoredit&lt;br /&gt;
| allows marking an edit as &#039;minor&#039;.&lt;br /&gt;
| [[rev:12359|1.6+]]&lt;br /&gt;
|-&lt;br /&gt;
| nominornewtalk&lt;br /&gt;
| blocks new message notification when making minor edits to user talk pages (requires &#039;&#039;minor edit&#039;&#039; right).&lt;br /&gt;
| [[rev:17281|1.9+]]&lt;br /&gt;
|-&lt;br /&gt;
| noratelimit&lt;br /&gt;
| not affected by [[Manual:$wgRateLimits|rate limits]] (&#039;&#039;prior to the introduction of this right, the configuration variable [[Manual:$wgRateLimitsExcludedGroups|$wgRateLimitsExcludedGroups]] was used for this purpose&#039;&#039;)&lt;br /&gt;
| [[rev:35908|1.13+]]&lt;br /&gt;
|-&lt;br /&gt;
| ipblock-exempt&lt;br /&gt;
| makes user immune to blocks applied to his IP address or a range (CIDR) containing it.&lt;br /&gt;
| [[rev:18904|1.9+]]&lt;br /&gt;
|-&lt;br /&gt;
| proxyunbannable&lt;br /&gt;
| makes user immune to the open proxy blocker, which is disabled by default ([[Manual:$wgBlockOpenProxies|$wgBlockOpenProxies]]).&lt;br /&gt;
| [[rev:14158|1.7+]]&lt;br /&gt;
|-&lt;br /&gt;
| autopatrol&lt;br /&gt;
| automatically marks all edits by the user as patrolled ([[Manual:$wgUseRCPatrol|$wgUseRCPatrol]] must be &#039;&#039;true&#039;&#039;).&lt;br /&gt;
| [[rev:18496|1.9+]]&lt;br /&gt;
|-&lt;br /&gt;
| apihighlimits&lt;br /&gt;
| allows user to use higher limits for [[API]] queries&lt;br /&gt;
| [[rev:27949|1.12+]]&lt;br /&gt;
|-&lt;br /&gt;
| writeapi&lt;br /&gt;
| controls access to the write API ([[Manual:$wgEnableWriteAPI|$wgEnableWriteAPI]] must be &#039;&#039;true&#039;&#039;)&lt;br /&gt;
| [[rev:35399|1.13+]]&lt;br /&gt;
|-&lt;br /&gt;
| suppressredirect&lt;br /&gt;
| Allows moving a page without automatically creating a redirect.&lt;br /&gt;
| [[rev:27774|1.12+]]&lt;br /&gt;
|-&lt;br /&gt;
| autoconfirmed&lt;br /&gt;
| used for the &#039;autoconfirmed&#039; group, see the other table below for more information.&lt;br /&gt;
| [[rev:12207|1.6+]]&lt;br /&gt;
|-&lt;br /&gt;
| emailconfirmed&lt;br /&gt;
| used for the &#039;emailconfirmed&#039; group, see the other table below for more information.&lt;br /&gt;
| [[rev:15384|1.7]] - [[rev:33800|1.13]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{note|Although these permissions all control separate things, sometimes to perform certain actions you need multiple permissions. For example allowing people to edit but not read pages doesn&#039;t make sense, since in order to edit a page you must first be able to read it (Assuming no pages are whitelisted). Allowing uploads but not editing does not make sense since in order to upload an image you must implicitly create an image description page, etc.}}&lt;br /&gt;
&lt;br /&gt;
==List of Groups==&lt;br /&gt;
&lt;br /&gt;
The following groups are available in the latest version of MediaWiki.  If you are using an older version then some of these may not be implemented.&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
|-&lt;br /&gt;
!{{hl2}} | Group&lt;br /&gt;
!{{hl2}} | Description&lt;br /&gt;
!{{hl2}} | Versions&lt;br /&gt;
|-&lt;br /&gt;
| *&lt;br /&gt;
| all users (including anonymous).&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| user&lt;br /&gt;
| registered accounts.&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| autoconfirmed&lt;br /&gt;
| registered accounts at least as old as [[Manual:$wgAutoConfirmAge|$wgAutoConfirmAge]] and having at least as many edits as [[Manual:$wgAutoConfirmCount|$wgAutoConfirmCount]].&lt;br /&gt;
| [[rev:12207|1.6+]]&lt;br /&gt;
|-&lt;br /&gt;
| emailconfirmed&lt;br /&gt;
| registered accounts with confirmed email addresses.&lt;br /&gt;
| [[rev:15384|1.7]] - [[rev:33800|1.13]]&lt;br /&gt;
|-&lt;br /&gt;
| bot&lt;br /&gt;
| accounts with the &#039;&#039;bot&#039;&#039; right (intended for automated scripts).&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| sysop&lt;br /&gt;
| users who by default can delete and restore pages, block and unblock users, et cetera.&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| bureaucrat&lt;br /&gt;
| users who by default can change other users&#039; rights.&lt;br /&gt;
| [[rev:9367|1.5+]]&lt;br /&gt;
|-&lt;br /&gt;
| developer&lt;br /&gt;
| A group for the &#039;siteadmin&#039; right. The group is deprecated by default, as well as the right.&lt;br /&gt;
| [[rev:9367|1.5]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
From MW 1.12, you can create your own groups into which users are automatically promoted (as with autoconfirmed and emailconfirmed) using [[Manual:$wgAutopromote|$wgAutopromote]]. You can even create any custom group by just assigning rights to them.&lt;br /&gt;
&lt;br /&gt;
==Default rights==&lt;br /&gt;
The default rights are defined in [[Manual:DefaultSettings.php|DefaultSettings.php]].&lt;br /&gt;
* Default values in trunk version: [http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/DefaultSettings.php?view=markup DefaultSettings.php]&lt;br /&gt;
* Default values in MediaWiki latest stable version 1.18.1:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
/**&lt;br /&gt;
 * Permission keys given to users in each group.&lt;br /&gt;
 * All users are implicitly in the &#039;*&#039; group including anonymous visitors;&lt;br /&gt;
 * logged-in users are all implicitly in the &#039;user&#039; group. These will be&lt;br /&gt;
 * combined with the permissions of all groups that a given user is listed&lt;br /&gt;
 * in in the user_groups table.&lt;br /&gt;
 *&lt;br /&gt;
 * Note: Don&#039;t set $wgGroupPermissions = array(); unless you know what you&#039;re&lt;br /&gt;
 * doing! This will wipe all permissions, and may mean that your users are&lt;br /&gt;
 * unable to perform certain essential tasks or access new functionality&lt;br /&gt;
 * when new permissions are introduced and default grants established.&lt;br /&gt;
 *&lt;br /&gt;
 * Functionality to make pages inaccessible has not been extensively tested&lt;br /&gt;
 * for security. Use at your own risk!&lt;br /&gt;
 *&lt;br /&gt;
 * This replaces wgWhitelistAccount and wgWhitelistEdit&lt;br /&gt;
 */&lt;br /&gt;
$wgGroupPermissions = array();&lt;br /&gt;
&lt;br /&gt;
/** @cond file_level_code */&lt;br /&gt;
// Implicit group for all visitors&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039;][&#039;createaccount&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039;][&#039;read&#039;]             = true;&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039;][&#039;edit&#039;]             = true;&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039;][&#039;createpage&#039;]       = true;&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039;][&#039;createtalk&#039;]       = true;&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039;][&#039;writeapi&#039;]         = true;&lt;br /&gt;
//$wgGroupPermissions[&#039;*&#039;][&#039;patrolmarks&#039;]      = false; // let anons see what was patrolled&lt;br /&gt;
&lt;br /&gt;
// Implicit group for all logged-in accounts&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;move&#039;]             = true;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;move-subpages&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;move-rootuserpages&#039;] = true; // can move root userpages&lt;br /&gt;
//$wgGroupPermissions[&#039;user&#039;][&#039;movefile&#039;]         = true;	// Disabled for now due to possible bugs and security concerns&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;read&#039;]             = true;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;edit&#039;]             = true;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;createpage&#039;]       = true;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;createtalk&#039;]       = true;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;writeapi&#039;]         = true;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;upload&#039;]           = true;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;reupload&#039;]         = true;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;reupload-shared&#039;]  = true;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;minoredit&#039;]        = true;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;purge&#039;]            = true; // can use ?action=purge without clicking &amp;quot;ok&amp;quot;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;sendemail&#039;]        = true;&lt;br /&gt;
&lt;br /&gt;
// Implicit group for accounts that pass $wgAutoConfirmAge&lt;br /&gt;
$wgGroupPermissions[&#039;autoconfirmed&#039;][&#039;autoconfirmed&#039;] = true;&lt;br /&gt;
&lt;br /&gt;
// Users with bot privilege can have their edits hidden&lt;br /&gt;
// from various log pages by default&lt;br /&gt;
$wgGroupPermissions[&#039;bot&#039;][&#039;bot&#039;]              = true;&lt;br /&gt;
$wgGroupPermissions[&#039;bot&#039;][&#039;autoconfirmed&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;bot&#039;][&#039;nominornewtalk&#039;]   = true;&lt;br /&gt;
$wgGroupPermissions[&#039;bot&#039;][&#039;autopatrol&#039;]       = true;&lt;br /&gt;
$wgGroupPermissions[&#039;bot&#039;][&#039;suppressredirect&#039;] = true;&lt;br /&gt;
$wgGroupPermissions[&#039;bot&#039;][&#039;apihighlimits&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;bot&#039;][&#039;writeapi&#039;]         = true;&lt;br /&gt;
#$wgGroupPermissions[&#039;bot&#039;][&#039;editprotected&#039;]    = true; // can edit all protected pages without cascade protection enabled&lt;br /&gt;
&lt;br /&gt;
// Most extra permission abilities go to this group&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;block&#039;]            = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;createaccount&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;delete&#039;]           = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;bigdelete&#039;]        = true; // can be separately configured for pages with &amp;gt; $wgDeleteRevisionsLimit revs&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;deletedhistory&#039;]   = true; // can view deleted history entries, but not see or restore the text&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;deletedtext&#039;]      = true; // can view deleted revision text&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;undelete&#039;]         = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;editinterface&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;editusercss&#039;]      = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;edituserjs&#039;]       = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;import&#039;]           = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;importupload&#039;]     = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;move&#039;]             = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;move-subpages&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;move-rootuserpages&#039;] = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;patrol&#039;]           = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;autopatrol&#039;]       = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;protect&#039;]          = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;proxyunbannable&#039;]  = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;rollback&#039;]         = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;upload&#039;]           = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;reupload&#039;]         = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;reupload-shared&#039;]  = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;unwatchedpages&#039;]   = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;autoconfirmed&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;upload_by_url&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;ipblock-exempt&#039;]   = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;blockemail&#039;]       = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;markbotedits&#039;]     = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;apihighlimits&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;browsearchive&#039;]    = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;noratelimit&#039;]      = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;movefile&#039;]         = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;unblockself&#039;]      = true;&lt;br /&gt;
$wgGroupPermissions[&#039;sysop&#039;][&#039;suppressredirect&#039;] = true;&lt;br /&gt;
#$wgGroupPermissions[&#039;sysop&#039;][&#039;mergehistory&#039;]     = true;&lt;br /&gt;
#$wgGroupPermissions[&#039;sysop&#039;][&#039;trackback&#039;]        = true;&lt;br /&gt;
&lt;br /&gt;
// Permission to change users&#039; group assignments&lt;br /&gt;
$wgGroupPermissions[&#039;bureaucrat&#039;][&#039;userrights&#039;]  = true;&lt;br /&gt;
$wgGroupPermissions[&#039;bureaucrat&#039;][&#039;noratelimit&#039;] = true;&lt;br /&gt;
// Permission to change users&#039; groups assignments across wikis&lt;br /&gt;
#$wgGroupPermissions[&#039;bureaucrat&#039;][&#039;userrights-interwiki&#039;] = true;&lt;br /&gt;
// Permission to export pages including linked pages regardless of $wgExportMaxLinkDepth&lt;br /&gt;
#$wgGroupPermissions[&#039;bureaucrat&#039;][&#039;override-export-depth&#039;] = true;&lt;br /&gt;
&lt;br /&gt;
#$wgGroupPermissions[&#039;sysop&#039;][&#039;deleterevision&#039;]  = true;&lt;br /&gt;
// To hide usernames from users and Sysops&lt;br /&gt;
#$wgGroupPermissions[&#039;suppress&#039;][&#039;hideuser&#039;] = true;&lt;br /&gt;
// To hide revisions/log items from users and Sysops&lt;br /&gt;
#$wgGroupPermissions[&#039;suppress&#039;][&#039;suppressrevision&#039;] = true;&lt;br /&gt;
// For private suppression log access&lt;br /&gt;
#$wgGroupPermissions[&#039;suppress&#039;][&#039;suppressionlog&#039;] = true;&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * The developer group is deprecated, but can be activated if need be&lt;br /&gt;
 * to use the &#039;lockdb&#039; and &#039;unlockdb&#039; special pages. Those require&lt;br /&gt;
 * that a lock file be defined and creatable/removable by the web&lt;br /&gt;
 * server.&lt;br /&gt;
 */&lt;br /&gt;
# $wgGroupPermissions[&#039;developer&#039;][&#039;siteadmin&#039;] = true;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Help:Assigning permissions]] - help page describing use of the Special:Userrights interface (for bureaucrats)&lt;br /&gt;
* [[Manual:Setting user groups in MediaWiki]] - information about managing and the assignment of user groups.&lt;br /&gt;
* [[Manual:$wgNamespaceProtection]]&lt;br /&gt;
* [[Manual:$wgAutopromote]]&lt;br /&gt;
* [[Manual:Preventing access]] (examples)&lt;br /&gt;
* [[:Category:User rights extensions]] - Many extensions relating to user rights&lt;br /&gt;
&lt;br /&gt;
{{Languages}}&lt;br /&gt;
&lt;br /&gt;
{{Categories}}&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=User_talk:Uebersetzer~mediawikiwiki&amp;diff=526787</id>
		<title>User talk:Uebersetzer~mediawikiwiki</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=User_talk:Uebersetzer~mediawikiwiki&amp;diff=526787"/>
		<updated>2012-04-17T20:18:02Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: Created page with &amp;quot;{{subst:spam}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Please refrain from creating promotional material or posting [[w:Spam (electronic)|spam]] on MediaWiki.org. Further violations may incur a [[Administrators|block]].&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Talk:Download_from_SVN&amp;diff=526785</id>
		<title>Talk:Download from SVN</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Talk:Download_from_SVN&amp;diff=526785"/>
		<updated>2012-04-17T20:17:33Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: Undo revision 505478 by Uebersetzer (talk) Spam&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Basic SVN Concepts==&lt;br /&gt;
Could someone update this article to answer a few questions?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Is a repository required on my server, or is MW just download from an SVN repository?&lt;br /&gt;
#If a repository is to be created on my server, what is a good folder structure? Right now MW is on c:\wiki\MediaWiki\MediaWiki 1.6.3.  Should the SVNRepository folder be created under c:\wiki? &lt;br /&gt;
#Once SVN (and maybe a repository) is setup and MW downloaded, how are existing modifications to localsettings.php, any added extensions in /extensions and any peer folders, such as wiki/SSOLogin incorporated?&lt;br /&gt;
&lt;br /&gt;
Any help would be appreciated,[[User:Hopespoppa|Hopespoppa]] 16:10, 23 May 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
# No, just check it out from &#039;&#039;our&#039;&#039; repository&lt;br /&gt;
# N/A&lt;br /&gt;
# Subversion has been told to ignore &amp;lt;tt&amp;gt;LocalSettings.php&amp;lt;/tt&amp;gt;; it won&#039;t recognise subfolders of &amp;lt;tt&amp;gt;extensions/&amp;lt;/tt&amp;gt; (ignore it if it asks about them) and likewise for other &amp;quot;non standard&amp;quot; folders in the checkout folder&lt;br /&gt;
&lt;br /&gt;
 ::&#039;&#039;&#039;[[User:Robchurch|robchurch]]&#039;&#039;&#039; | [[User_talk:Robchurch|talk]] 17:31, 23 November 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 400 Bad Request ==&lt;br /&gt;
=== TortoiseSVN ===&lt;br /&gt;
got Error using TortoiseSVN Repo-browser on XP machine&lt;br /&gt;
* REPORT request failed on &#039;http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3&#039; REPORT of &#039;http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3&#039;: 400 Bad  Request (http://svn.wikimedia.org)&lt;br /&gt;
I think this server is not configured correctly. [[User:212.165.146.220|212.165.146.220]] 17:26, 10 May 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Please just remove the (wrong) apostrophe at the end of your link. &lt;br /&gt;
:http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3 works without any problems ;-) &lt;br /&gt;
:Please let me know, if the origin of this misleading link is located somewhere on our site, otherwise I can&#039;t help. --[[User:Bdk|&amp;lt;span style=&amp;quot;color:#116611&amp;quot;&amp;gt;:Bdk:&amp;lt;/span&amp;gt;]] 14:42, 12 May 2006 (UTC) &lt;br /&gt;
&lt;br /&gt;
::&#039;&#039;&#039;I did exactly,&#039;&#039;&#039; and its just the error message above which Repo-browser gave me. One more thing I can browse the repository in Internet Explorer and I am using TortoiseSVN successfully with several repositories specially on Sourceforge server. any help? [[User:212.165.146.220|212.165.146.220]] 18:42, 12 May 2006 (UTC)&lt;br /&gt;
:::Sorry, I can&#039;t reproduce it (not working with XP myself), and it works well just right now. You should better look up [[Communication|the recommended possibilities of communication]] and ask on IRC for direct help. --[[User:Bdk|&amp;lt;span style=&amp;quot;color:#116611&amp;quot;&amp;gt;:Bdk:&amp;lt;/span&amp;gt;]] 18:47, 12 May 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::: What version of TortoiseSVN? [[User:86.142.104.42|86.142.104.42]] 15:55, 16 May 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Subversion 1.3.1 ===&lt;br /&gt;
I&#039;m encountering the same problem using Subversion 1.3.1 with the developmental branch. I&#039;ve pasted the relevant command-line input and output below for troubleshooting on IRC. Ideally, I&#039;ll integrate the solution into the [[Download from SVN|download page]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Microsoft Windows XP [Version 5.1.2600]&lt;br /&gt;
(C) Copyright 1985-2001 Microsoft Corp.&lt;br /&gt;
&lt;br /&gt;
E:\Mundane&amp;gt;md MediaWiki&lt;br /&gt;
&lt;br /&gt;
E:\Mundane&amp;gt;cd MediaWiki&lt;br /&gt;
&lt;br /&gt;
E:\Mundane\MediaWiki&amp;gt;svn co http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3&lt;br /&gt;
svn: REPORT request failed on &#039;/svnroot/mediawiki/!svn/vcc/default&#039;&lt;br /&gt;
svn: REPORT of &#039;/svnroot/mediawiki/!svn/vcc/default&#039;: 400 Bad Request (http://svn.wikimedia.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
// [[User:Pathoschild/s|Pathoschild]] (&amp;lt;sup&amp;gt;&#039;&#039;[[User_Talk:Pathoschild/s|talk]]&#039;&#039;&amp;lt;/sup&amp;gt;/&amp;lt;sub&amp;gt;[[m:User:Pathoschild|map]]&amp;lt;/sub&amp;gt;) 15:25, 16 May 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
I had pretty much the same output, and it seemed it is a problem with my freakin ISP here - they have a transparent&lt;br /&gt;
proxy, that does not know how to handle the svn checkout. My solution was to ssh into one of my boxes out there,&lt;br /&gt;
and run a tunnel:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ssh -L 2080:svn.wikimedia.org:80 jhb@themachine&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and editing the /etc/hosts for a moment...&lt;br /&gt;
&lt;br /&gt;
--[[User:Jhb|Jhb]] 17:23, 22 February 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Upload Files in &amp;quot;.svn&amp;quot; to webserver? ==&lt;br /&gt;
&lt;br /&gt;
Hello! I downloaded the latest MW-beta from [http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3] by TortoiseSVN. To install the MW-Version, do I need to upload the included directories named &amp;quot;.svn&amp;quot; to the webserver? --[[User:Nyks|Nyks]] 13:44, 2 December 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
: The .svn directories are used by Subversion (or Tortoise) to keep track of your working copy, so that you can update it from the main code repository at svn.wikimedia.org.  You only need to copy these files to the server if you plan to run svn update directly on the server. If you plan to upgrade by performing an svn update on your local machine and then copying the files to the server, then you can omit the .svn directories. --[[User:HappyDog|HappyDog]] 17:40, 2 December 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Thanks. I&#039;m update with svn to my localmachine, and uploading this to the webserver. So i can omit it :) btw, i saw, MW-site are using &amp;quot;1.9alpha (r17974)&amp;quot;. Is there a special tag or branch, which marks the &amp;quot;r17974&amp;quot; as a special version for test-usage? --[[User:Nyks|Nyks]] 21:25, 2 December 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: I have no idea.  Maybe someone else will be able to help you with that one... --[[User:HappyDog|HappyDog]] 22:28, 2 December 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
The Subversion revision number is pulled out of the Subversion metadata files and shown in [[Special:Version]] if the software appears to be running from a checkout. This allows for more precise bug reporting and tracking features and regressions, etc. on production wikis like Wikipedia. &#039;&#039;&#039;[[User:Robchurch|robchurch]]&#039;&#039;&#039; | [[User_talk:Robchurch|talk]] 18:11, 1 June 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== SVN down? ==&lt;br /&gt;
&lt;br /&gt;
Is SVN down? It hasn&#039;t been responding for the last little while. [[User:206.116.13.184|206.116.13.184]] 03:02, 6 December 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Deleting .svn folders automatically ==&lt;br /&gt;
&lt;br /&gt;
Anyone knows an automatic way to delete these annoying .svn folders (on windows xp)? I couldn&#039;t find a better way so I made this primitive script [http://delicieux.info/clean.7z here], you start it from the main folder.--[[User:Alnokta|Alnokta]] 16:38, 2 March 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Hm? If you delete the .svn folders, you can no longer update using svn... Well, you can always check out a fresh copy of course. But svn up is quite a bit faster, and more convenient. -- [[User:Duesentrieb|Duesentrieb]] [[User talk:Duesentrieb|⇌]] 17:07, 2 March 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: As Duesentrieb says, deleting the .svn folders means you can no longer update using SVN.  If that is your intention, then it is probably better to do an svn export in the first instance, so that these directories are not created at all. --[[User:HappyDog|HappyDog]] 23:58, 26 March 2007 (UTC)&lt;br /&gt;
::: Yep, thanks..I used export..no need for any scripts :)--[[User:Alnokta|Alnokta]] 02:34, 21 April 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Nightly/weekly snapshots ==&lt;br /&gt;
&lt;br /&gt;
Wish there were nightly/weekly snapshots for those that just want one click downloads.&lt;br /&gt;
&lt;br /&gt;
: If you just want one click downloads, I doubt the developer version is for you. Stick to stable releases. -- [[User:Duesentrieb|Duesentrieb]] [[User talk:Duesentrieb|⇌]] 10:39, 24 March 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== SVN Tag is incorrect ==&lt;br /&gt;
&lt;br /&gt;
The SVN tag is REL1_11, not REL1_11_0 as given in the box at the top right of the page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Text in the &#039;article&#039; and &#039;discussion&#039; tabs missing in MW1.12 [Fixed in revision 26791]==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve been using SVN to update MW1.12 install here .. Its on 1.12alpha (r26774) at the moment ..&lt;br /&gt;
&lt;br /&gt;
I don&#039;t know when it happened but I noticed today that the text in the &#039;article&#039; and &#039;discussion&#039; tabs are missing... I can click on either of them and I get the same page .. OK, &#039;article&#039; tab should give you the same page, but &#039;discussion&#039; should take you to the talk page  - that doesn&#039;t happen ..&lt;br /&gt;
&lt;br /&gt;
Can someone help me to figure out how to get this working again please ??&lt;br /&gt;
&lt;br /&gt;
I took all the extensions out of LocalSettings.php thinking it may be an extension that caused the problem, but that didn&#039;t help ..&lt;br /&gt;
&lt;br /&gt;
--[[User:Zs6ro|Dick]] 16:04, 16 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I did a SVN update this morning to revision 26791 and my tabs came back and they work as designed ...&lt;br /&gt;
&lt;br /&gt;
Thank you to whoever was responsible for restoring things ......&lt;br /&gt;
&lt;br /&gt;
--[[User:Zs6ro|Dick]] 06:01, 17 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
: If you use the latest development version, it&#039;s always possible that you grab a bad revision. You simply get whatever the last dev checked in. It&#039;s not a good idea to use alpha software in production - and if you want it to be at least somewhat reliable, use the revisions wikipedia uses (the exact revision is given on Special:Version) - and check for changes every day. -- [[User:Duesentrieb|Duesentrieb]] [[User talk:Duesentrieb|⇌]] 07:35, 17 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Thanks for the info .. I don&#039;t mind being on the bleeding edge as my wiki is not on-line yet ... Still getting used to it and picking up a lot of experience (fast learning curve) !!..&lt;br /&gt;
&lt;br /&gt;
As a matter of interest i decided to install another MW1.12 onto my server so i can start fresh .. I decided that I don&#039;t like seeing:&lt;br /&gt;
&lt;br /&gt;
 Couldn&#039;t find Turck MMCache, eAccelerator, APC or XCache; cannot use these for object caching.&lt;br /&gt;
&lt;br /&gt;
and thought it could be useful to speed things up a bit, so I installed &amp;quot;eAccelerator&amp;quot; and from the tests supplied, and using a small php script (phpinfo), it is working - i can also see the cache directory filling up ..&lt;br /&gt;
&lt;br /&gt;
But when i try a fresh install, I keep on getting the same message as above .. MW apparently doesn&#039;t see that i have a recognised cache running ???&lt;br /&gt;
&lt;br /&gt;
Any ideas on this one or am I bleeding too much  :-) &lt;br /&gt;
&lt;br /&gt;
--[[User:Zs6ro|Dick]]&lt;br /&gt;
&lt;br /&gt;
== umw ==&lt;br /&gt;
&lt;br /&gt;
I have written a useful bash script that can help with updating multiple mediawikis from svn, it is called umw.  you can find a weblink from my userpage.  if you think it&#039;s good, you can add it in the [[Download from SVN]] page. [[User:NerdyNSK|NerdyNSK]] 21:25, 7 October 2008 (UTC)&lt;br /&gt;
: &#039;&#039;&#039;Attention:&#039;&#039;&#039; The link is invalid, it gives a domain error.&lt;br /&gt;
&lt;br /&gt;
== Every once in a while ==&lt;br /&gt;
According to the page, if I choose to use a continuous integration model I should not &amp;quot;forget to run &amp;lt;code&amp;gt;maintenance/update.php&amp;lt;/code&amp;gt; every once in a while, especially if things start acting strangely.&amp;quot;  Are there any better guidelines than &amp;quot;every once in a while?&amp;quot;  Is there a mailing list I can follow that will state changes to the database schema to determine this frequency?&lt;br /&gt;
&lt;br /&gt;
I suppose I could just grep to see if &amp;lt;code&amp;gt;maintenance/update.php&amp;lt;/code&amp;gt; was updated and execute it automatically in that case. -- [[Special:Contributions/134.48.6.12|134.48.6.12]] 19:50, 17 June 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
:If you go that route, tables.sql or updaters.inc is the file you should keep an eye on.  I just run update.php whenever I &amp;lt;tt&amp;gt;svn up&amp;lt;/tt&amp;gt;; in my experience, the script will finish within 10 seconds if there are no schema changes, even with hundreds of thousands of articles. —[[User:Emufarmers|Emufarmers]]&amp;lt;sup&amp;gt;([[User talk:Emufarmers|T]]|[[Special:Contributions/Emufarmers|C]])&amp;lt;/sup&amp;gt; 02:56, 19 June 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== svn+ssh ==&lt;br /&gt;
&lt;br /&gt;
With regard to [http://www.mediawiki.org/w/index.php?title=Download_from_SVN&amp;amp;diff=prev&amp;amp;oldid=328076 this edit], aren&#039;t you supposed to use svn+ssh:// if you plan on committing? It works a lot better than http:// for that purpose. It also sounded as though [[git]] had some potential disadvantages... [[User:Tisane|Tisane]] 15:41, 1 June 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== svn checkout ==&lt;br /&gt;
&lt;br /&gt;
Set in the svn checkout command trailing slash PLEASE!!!)))&lt;br /&gt;
:Why? It works great without it :) [[User:MaxSem|Max Semenik]] 17:59, 13 June 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
The instructions to get the latest release are misleading. There is a difference between branches and tags. To get the latest release, the wiki page should be edited so that this command is used instead:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://svn.wikimedia.org/svnroot/mediawiki/tags/REL1_18_1/phase3/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Incorrect URL in &amp;quot;Using TortoiseSVN&amp;quot; section ==&lt;br /&gt;
&lt;br /&gt;
The URL in the &amp;quot;Using TortoiseSVN&amp;quot; section goes to the trunk release, not the latest stable release. —[[Special:Contributions/71.197.220.208|71.197.220.208]] 20:18, 29 February 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/multilingual&amp;diff=526784</id>
		<title>Sites using MediaWiki/multilingual</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/multilingual&amp;diff=526784"/>
		<updated>2012-04-17T20:17:16Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: Undo revision 526632 by Uebersetzer (talk) Spam&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{MediaWiki Sites}}&lt;br /&gt;
&#039;&#039;This is a list of sites that are using &#039;&#039;&#039;MediaWiki&#039;&#039;&#039;, the wiki engine this site is about. On this page we collect wikis that are written or provided in &#039;&#039;&#039;more than one language&#039;&#039;&#039;, quite often these are the bigger projects.&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
* Feel free to add your site to the list, but please stay close to the given format:&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;; Title – [http://www.example.org/ example.org]: (language code) Short description&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
* New entries will be checked. Unreachable sites or sites that don&#039;t use MediaWiki will be removed.&lt;br /&gt;
* Last complete check: 2005-12-03&lt;br /&gt;
&lt;br /&gt;
== MediaWiki-Wikis in more than one language ==&lt;br /&gt;
{{CompactTOC}}&lt;br /&gt;
&lt;br /&gt;
=== # ===&lt;br /&gt;
; 21C3Wiki – [https://21c3.ccc.de/wiki/index.php/Main_Page 21c3.ccc.de]: (de, en) Public wiki of the 21st Chaos Communication Congress in Berlin 2004&lt;br /&gt;
; 22C3Wiki – [https://events.ccc.de/congress/2005/wiki/22C3_Public_Wiki events.ccc.de]: (de, en) Public wiki of the 22st Chaos Communication Congress in Berlin 2005&lt;br /&gt;
&lt;br /&gt;
=== A ===&lt;br /&gt;
; Aeromodelpedia - [http://www.aeromodelpedia.org www.aeromodelpedia.org] : The free aeromodels encyclopedia.&lt;br /&gt;
; Airsoftpedia – [http://www.airsoftpedia.es/ airsoftpedia.es]: (ES) Wiki about Airsoft - Wiki sobre Airsoft &lt;br /&gt;
; Agri Wiki - [http://www.agriwiki.co.za agriwiki.co.za]: (EN, AF) Wiki about agriculture in South Africa.&lt;br /&gt;
; Análisis Técnico – [http://www.analisis-tecnico.eu/ Analisis-Tecnico.EU]: (ES, EN, DE) Enciclopedia Análisis Técnico. &lt;br /&gt;
; Anarchopedia – [http://www.anarchopedia.org/ anarchopedia.org]: (en, other languages) Anarchist GFDL corpus access provider&lt;br /&gt;
; Arija wiki – arija.org [http://www.arija.org/es/ (es)] [http://www.arija.org/en/ (en)] [http://www.arija.org/fr/ (fr)]: A multilingual project to create a complete and accurate open content encyclopedia about the town of Arija, Burgos, Spain and its surroundings&lt;br /&gt;
&lt;br /&gt;
=== B ===&lt;br /&gt;
; Battlestar Wiki – [http://www.battlestarwiki.org/ battlestarwiki.org]: (de, es, en, fr, tr, zh) &#039;&#039;Battlestar Galactica&#039;&#039; online encyclopedia and episode guide &lt;br /&gt;
; Bromwiki – [http://www.bromwiki.net/ bromwiki.net]: (de, en, es) Information on the tropical pineapple plantfamily&lt;br /&gt;
; Buddhist Encyclopedia – [http://Buddhism.2be.net/ Buddhism.2be.net]: (en, zh) Encyclopedia of Buddhism with articles, videos and audios of all Buddhist traditions including the Theravada, Mahayana and Vajrayana.&lt;br /&gt;
; BioSites – [http://biosites.org/index.php/Main_Page BioSites.org]: (cn, de, es, en, fr, jr, kr, tr, zh) BioSites.org is an openfree information provider of companies or web sites. You can freely add and edit your site&#039;s profile anytime. BioSites.org will help introduce your websites and provide external links and references that can enhance and increase traffic to your site, and connect you with your visitors.&lt;br /&gt;
&lt;br /&gt;
=== C ===&lt;br /&gt;
; Capital Market Wiki – [http://www.capital-market-wiki.org/wiki/ capital-market-wiki.org]: (en) An open encyclopedia of world capital markets. An article may be written in any language, on sub-pages to the English version, tied together with a common semantic database, organized in accordance with Capital Market Taxonomy.&lt;br /&gt;
&lt;br /&gt;
; Cantr II wiki – [http://wiki.cantr.net/index.php/Main_Page wiki.cantr.net]: (en/es/pt) Help to Cantr II - a game (MMORPG, PBBG and simulating society) which together involved more than a dozen linguistic communities, in a same persistent virtual world.&lt;br /&gt;
&lt;br /&gt;
; Cigarettespedia – [http://www.cigarettespedia.com/ cigarettespedia.com]: (en) CigarettesPedia is unique, the fullest free collection of cigarette boxes, invaluable information about cigarette brands, history of their appearance and the manufacturers.&lt;br /&gt;
&lt;br /&gt;
; CineWiki – [http://www.cinewiki.org/ www.cinewiki.org]:The free film encyclopedia (en/zh)&lt;br /&gt;
&lt;br /&gt;
; Cinoku – [http://www.cinoku.com/ www.cinoku.com]:Film lexicon (de/en)&lt;br /&gt;
&lt;br /&gt;
; CoCoWiki - [http://www.asicdev.com/wiki/ www.asicdev.com/wiki/]:(zh) A wiki for electronic egineering in chinese.&lt;br /&gt;
&lt;br /&gt;
; Computational Engineering – [http://computational.engineering.or.id computational.engineering.or.id]: (id) This site presents the research on computational engineering in Indonesia, contains information to build high performance computing system as well as the application on material design, instrumentation, and control. &lt;br /&gt;
&lt;br /&gt;
; Corruptopedia – [http://www.corruptopedia.org/ corruptopedia.org]: (pt-br) Corruptopedia is a brazillian encyclopedia and speaks of the most &#039;honest&#039; people of the Brazil.&lt;br /&gt;
&lt;br /&gt;
=== D ===&lt;br /&gt;
; DLRPwiki.org – [http://www.dlrpwiki.org/ DLRPwiki.org]: (en, nl, de) Disneyland Resort Paris wiki&lt;br /&gt;
&lt;br /&gt;
=== E ===&lt;br /&gt;
; Einstein University - [http://www.einstein-university.org Einstein University] the free university/ academic social network. &lt;br /&gt;
; Ekopedia – [http://www.ekopedia.org/ Ekopedia]: ([http://fr.ekopedia.org/ fr], [http://eo.ekopedia.org/ eo], [http://en.ekopedia.org/ en], [http://it.ekopedia.org/ it], [http://de.ekopedia.org/ de], [http://pl.ekopedia.org/ pl]...) The ecology&#039;s encyclopedia.&lt;br /&gt;
; eLib Austria – [http://www.literature.at/elib/www/wiki/]: (de, some documents in en, fr, es) Digitalization effort which combines sourcetexts, with papers and articles as an eLearning site for university students&lt;br /&gt;
; Encyclopaediae Pokemonis – [http://www.encyclopaediae-pokemonis.org/ www.encyclopaediae-pokemonis.org]: (de, en, es, fr, jp, po, pl) Wikis about [[Wikipedia:Pokémon|Pokémon]]&lt;br /&gt;
; Ensiklokamus Teknologi Maklumat – [http://teknologi-maklumat.com/wiki/Halaman_utama teknologi-maklumat.com]: (ms) Encyclopedia of information technology in the Malay language&lt;br /&gt;
; EnterWiki – [http://enterwiki.net/ EnterWiki.net]: (en, soon to include fr, de, es) Entertainment wiki network, mostly MMOGs&lt;br /&gt;
; Eureka Wiki – [http://www.eurekawiki.org/ eurekawiki.org]: (en, soon to be de) A wiki on the [[Wikipedia:Eureka (TV series)|Eureka]].&lt;br /&gt;
; Exprmntl – [http://www.exprmntl.net/fr/ exprmntl.net]: (fr, en, de, es…) Encyclopedia of audio-visual art&lt;br /&gt;
; Eleupedia – [http://www.eleupedia.org/ eleupedia.org]: (es) Are your collaborations deleted in the Wikipedia? No problem, we are the alternative.&lt;br /&gt;
&lt;br /&gt;
=== F ===&lt;br /&gt;
; FlightGear wiki – [http://wiki.flightgear.org wiki.flightgear.org]: Wiki of the free, opensource flight simulator [[:w:FlightGear]].&lt;br /&gt;
; Forestpedia – [http://forestpedia.org/ forestpedia.org]: (id, en) Forestpedia is designed to help groups collaborate, share, and build a website that provide information center for tropical forest knowledge. &lt;br /&gt;
; Freeciv – [http://www.freeciv.org/ freeciv.org]: (en, other languages) Information about the multiplayer strategy game &amp;quot;Freeciv&amp;quot;&lt;br /&gt;
; Friday&#039;s poems Collaborative Movement – [http://sextapoetica.com.br sextapoetica.com.br]: (pt) a place where one can read what other people write and where anyone can write freely.&lt;br /&gt;
; FZWTE Software – [http://fzwte.net/ fzwte.net]: (en, fr) Software by ZeWaren / Erwan Martin&lt;br /&gt;
; Freedom Porn - [http://www.freedomporn.org/ www.FreedomPorn.org]: (en, ru, soon other) Anarchist and activist pornography.&lt;br /&gt;
&lt;br /&gt;
=== G ===&lt;br /&gt;
; Glen Cook Wiki – (no longer multi-lingual, english only) [http://glencook.org/ glencook.org]: (de, en, fr, pl, ru) Reference to the books and worlds of Author Glen Cook &#039;&#039;Translators needed!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== H ===&lt;br /&gt;
; &#039;&#039;&#039;Heroes Wiki&#039;&#039;&#039; – [http://heroeswiki.com/ heroeswiki.com]: ([http://de.heroeswiki.com/ de], [http://es.heroeswiki.com/ es], [http://fr.heroeswiki.com/ fr], [http://he.heroeswiki.com/ he], [http://it.heroeswiki.com/ it], [http://nl.heroeswiki.com/ nl], [http://pt.heroeswiki.com/ pt], [http://sv.heroeswiki.com/ sv], [http://tr.heroeswiki.com/ tr]) Wiki dedicated to [[w:NBC|NBC]]&#039;s TV series &#039;&#039;[[w:Heroes (TV series)|Heroes]]&#039;&#039;.&lt;br /&gt;
; &#039;&#039;&#039;Hinnavaatlus wiki&#039;&#039;&#039; – [http://wiki.hinnavaatlus.ee/index.php/Esileht wiki.hinnavaatlus.ee]: (et, en) A site dedicated to organize manuals and tips gathered in [http://foorum.hinnavaatlus.ee/index.php Hinnavaatlus forum] (Estonian pricewatch forum)&lt;br /&gt;
; &#039;&#039;&#039;Hitchwiki&#039;&#039;&#039; – [http://hitchwiki.org/ hitchwiki.org]: ([http://hitchwiki.org/en/ en], [http://hitchwiki.org/de/ de], [http://hitchwiki.org/es/ es], [http://hitchwiki.org/fr/ fr], [http://hitchwiki.org/fi/ fi], [http://hitchwiki.org/pt pt], [http://hitchwiki.org/bg/ bg], [http://hitchwiki.org/zh/ zh], [http://hitchwiki.org/pl/ pl], [http://hitchwiki.org/ru/ ru]) Information about hitchhiking.&lt;br /&gt;
; &#039;&#039;&#039;Hortipedia&#039;&#039;&#039; - [http://www.hortipedia.com/ www.hortipedia.com]: ([http://en.hortipedia.com en], [http://de.hortipedia.com de], fr and es coming soon) garden encyclopedia, plants, plant database, Gartenlexikon, Pflanzen, Pflanzendatenbank)&lt;br /&gt;
; &#039;&#039;&#039;howtopedia.org&#039;&#039;&#039; – [http://www.howtopedia.org/ www.howtopedia.org]: (en,fr,es) Howtopedia is a library for practical knowledge and simple technologies. It focuses on development tools.&lt;br /&gt;
; &#039;&#039;&#039;Howiw.com&#039;&#039;&#039; - [http://www.howiw.com/ www.howiw.com]: (will be in all linguages) the Free highest quality how to articles that anyone can edit.&lt;br /&gt;
&lt;br /&gt;
=== I ===&lt;br /&gt;
; &amp;lt;span style=&amp;quot;explain&amp;quot; title=&amp;quot;Internationalized Domain Names&amp;quot;&amp;gt;IDN&amp;lt;/span&amp;gt;wiki – [http://idn.icann.org/Project:About ICANN TLD I18N]: ([http://xn--mgbh0fb.xn--kgbechtv/ ar], [http://xn--fsqu00a.xn--0zwm56d/ zh-Hans], [http://xn--fsqu00a.xn--g6w251d/ zh-Hant], [http://xn--hxajbheg2az3al.xn--jxalpdlp/ el], [http://xn--p1b6ci4b4b3a.xn--11b5bs3a9aj6g/ hi], [http://xn--r8jz45g.xn--zckzah/ ja], [http://xn--9n2bp8q.xn--9t4b11yi5a/ ko], [http://xn--mgbh0fb.xn--hgbk6aj7f53bba/ fa], [http://xn--e1afmkfd.xn--80akhbyknj4f/ ru], [http://xn--zkc6cc5bi7f6e.xn--hlcj6aya9esc7a/ ta], [http://xn--fdbk5d8ap9b8a8d.xn--deba0ad/ yi], [http://xn--1xd0bwwra.idn.icann.org/ am], [http://xn--5dbqzzl.idn.icann.org/ he]) &lt;br /&gt;
; IEs4Linux – [http://www.tatanka.com.br/ies4linux www.tatanka.com.br/ies4linux]: (de, en, es_UY, fr, pt_BR) Internet Explorer 6, 5.5, 5 on Linux&lt;br /&gt;
; IMSLP – [http://www.imslp.org/ www.imslp.org]: public domain musical score archive&lt;br /&gt;
&lt;br /&gt;
=== J ===&lt;br /&gt;
; Jehudim – [http://www.yehudim.eu/ yehudim.eu]: (en, other languages) European Jewish Heritage Project&lt;br /&gt;
&lt;br /&gt;
; Jesus-Wiki – [http://jesus-wiki.org/ jesus-wiki.org]: (de, fi, fr, en, es) Wiki project with a Christian point of view&lt;br /&gt;
&lt;br /&gt;
; Jurispedia – [http://www.jurispedia.org/ jurispedia.org]: (ar, en, fr, de, nl, other languages) law website&lt;br /&gt;
&lt;br /&gt;
=== K ===&lt;br /&gt;
; KDE TechBase – [http://techbase.kde.org/ http://techbase.kde.org/]: The [[wikipedia:KDE|KDE]] developers&#039; wiki.&lt;br /&gt;
&lt;br /&gt;
; KDE UserBase – [http://userbase.kde.org/ http://userbase.kde.org/]: The [[wikipedia:KDE|KDE]] user community wiki.&lt;br /&gt;
&lt;br /&gt;
; Knowtive – [http://www.knowtive.com/ www.knowtive.com]: (zh, other languages) &lt;br /&gt;
&lt;br /&gt;
; Knowledgebase Home – [http://www.asiaosc.org/enwiki/ asiaosc.org/enwiki]: (en, other languages) From AsiaOSC, an Asian open source centre&lt;br /&gt;
&lt;br /&gt;
; Kompensationsverzeichnis Mecklenburg-Vorpommern – [http://www.kompensationsflaechen-mv.de/ kompensationsflaechen-mv.de]: (de) Platform for impact review-areas (Ausgleichsflächen, Ökokonten) in Mecklenburg-Vorpommern, State in Germany&lt;br /&gt;
&lt;br /&gt;
; Korean Resource Center – [http://krcla.org/ krcla.org]: (en, ko) organization website for the [[:wikipedia:Korean Resource Center|Korean Resource Center]] (민족학교), a non-profit organization based in Los Angeles. Editing restricted to talk pages only.&lt;br /&gt;
&lt;br /&gt;
=== L ===&lt;br /&gt;
; Lostpedia – [http://www.lostpedia.com/ Lostpedia.com]: (de/en/es/fr/it/nl/pl/pt) Wiki dedicated to ABC&#039;s TV series LOST.&lt;br /&gt;
&lt;br /&gt;
; Live Cinema Research Wiki – [http://livecinema.prototypen.com/wiki/ livecinema.prototypen.com]: (de/en) Wiki dedicated to the research of movie making and presentation techniques for the 21st century.&lt;br /&gt;
&lt;br /&gt;
; Lingua Veritas [http://linguaveritas.com/ Lingua Veritas – Translation interpretation]: A Wiki-based multilingual resources agency&lt;br /&gt;
&lt;br /&gt;
; Locaweb [http://wiki.locaweb.com.br/]: Wiki locaweb&lt;br /&gt;
&lt;br /&gt;
=== M ===&lt;br /&gt;
; Memory Alpha – [http://memory-alpha.org/ memory-alpha.org]: (en, other languages) Encyclopedia and reference for everything related to Star Trek&lt;br /&gt;
; Metacafe - [http://www.metacafe.com/ metacafe.com]: (en, other languages) A community based video sharing web site, using Mediawiki as the back-end for video metadata&lt;br /&gt;
; MLDonkey – [http://mldonkey.sourceforge.net/ mldonkey.sourceforge.net]: (de, en) Site for MLDonkey users and developers&lt;br /&gt;
; MS WIKI – [http://msreport.ohost.de/ msreport.ohost.de]: (de, en) Informations about Microsoft and other computerfactorys/software&lt;br /&gt;
; Mypetcard – [http://mypetcard.org/]: (pt) Informations about pet&#039;s&lt;br /&gt;
&lt;br /&gt;
=== N ===&lt;br /&gt;
; Nedirki Wiki – [http://www.nedirki.net/ nedirki.net]: (de, en, tr, ku ..) wikipedinin kopyası a.q&lt;br /&gt;
; NursingWiki – [http://www.nursingwiki.org/ nursingwiki.org]: (de, en) unrestricted information on nursing and health care&lt;br /&gt;
&lt;br /&gt;
=== O ===&lt;br /&gt;
; Occleve (the Open Content Learning Environment) – [http://occleve.berlios.de/wiki/ occleve.berlios.de/wiki/]: (en, wuu, zh, other languages) An open content computer based learning system for mobile phones. Also known as PocketChinese.&lt;br /&gt;
; Oekonux – [http://de.wiki.oekonux.org/ de.wiki.oekonux.org]: (de, en, es) About Linux/free software and its influences on political and economic structures [http://www.oekonux.org/ oekonux.org], [http://www.oekonux.de/ oekonux.de], [http://en.wiki.oekonux.org/ en.wiki.oekonux.org]&lt;br /&gt;
; OmegaWiki - [http://www.omegawiki.org www.omegawiki.org]: Multilingual dictionary, using WikiData extension.&lt;br /&gt;
; OpenFacts – [http://openfacts.berlios.de/ openfacts.berlios.de]: (de, other languages) Database about open source software&lt;br /&gt;
; OpenStreetMap – [http://wiki.openstreetmap.org/wiki/Main_Page OpenStreetMap]: (multilingual) project to create a free map of the world&lt;br /&gt;
; openSUSE – [http://en.opensuse.org/ opensuse.org]: (in many languages) a Linux distribution&lt;br /&gt;
; Operation Market Garden(OMG) Wiki - [http://www.omgmod.org/wiki/index.php?title=Main_Page omgmod.org/wiki]: (de, en, es, nl) Centered around the Operation Market Garden modification for Company of Heroes and its community.&lt;br /&gt;
; OpinionPedia– [http://www.opinionpedia.net/ opinionpedia.net]: (en, fr, other) Opinions about products and services.&lt;br /&gt;
; Othello Wiki Book Project – [http://othello.dk/book/index.php/Main_Page othello.dk/book]: (en, other languages) This is a &amp;quot;book&amp;quot; about Othello game, written and edited by the joint community of Othello players..&lt;br /&gt;
&lt;br /&gt;
=== P ===&lt;br /&gt;
; Partitures.net – [http://www.partitures.net/ Partitures.net]: (ca/en/es) Public Domain Music Score Library Project, started in Spain. At moment only this 3 languages.&lt;br /&gt;
; Piratenwiki – [http://wiki.piratenpartei.de/ wiki.piratenpartei.de]: (de) Discussion, Information and Coordination platform of the [[:wikipedia:Pirate Party Germany|German Pirate Party]] (See also [[:wikipedia:Pirate Parties International|Pirate Parties International]])&lt;br /&gt;
;Pl@ntUse - [http://uses.plantnet-project.org/en/Main_Page uses.plantnet-project.org/en]: (en/fr) Useful plants of the world and their uses, a study case of Pl@ntNet [http://www.plantnet-project.org/papyrus.php?langue=en plantnet-project.org].&lt;br /&gt;
; Pokemon Global – [http://pokeglobal.org/ pokeglobal.org]: (en/pt) The official wiki of PokeNet.&lt;br /&gt;
; Pokemon Wiki (ポケモンWiki) – [http://wiki.xn--rckteqa2e.com/wiki/ wiki.xn--rckteqa2e.com/wiki/]: (ja) Community-driven Pokémon encyclopedia. A member of the Encyclopaediae Pokémonis group with English [http://bulbapedia.bulbagarden.net/ Bulbapedia] and German PokéWiki.&lt;br /&gt;
; PokéWiki – [http://www.pokewiki.de/Hauptseite www.pokewiki.de/Hauptseite]: (de) Community-driven Pokémon encyclopedia. A member of the Encyclopaediae Pokémonis group with English [http://bulbapedia.bulbagarden.net/ Bulbapedia] and Japanese ポケモンWiki.&lt;br /&gt;
; Pornopedia – [http://www.pornopedia.eu/ www.pornopedia.eu]: (de/en/es/fr) Erotic encyclopedia&lt;br /&gt;
&lt;br /&gt;
=== Q ===&lt;br /&gt;
; Qi Hardware – [http://wiki.qi-hardware.com/ wiki.qi-hardware.com]: (en/es/zh-hans) Copyleft hardware project.&lt;br /&gt;
&lt;br /&gt;
=== R ===&lt;br /&gt;
; Rodovid – [http://rodovid.org/ rodovid.org]: (de, es, en, fi, fr, he, id, it, ja, nl, pl, pt, ro, ru, sr, uk, uz) Free multilingual family tree portal.&lt;br /&gt;
&lt;br /&gt;
=== S ===&lt;br /&gt;
; &#039;&#039;&#039;Safon.org&#039;&#039;&#039; – [http://safon.org/nn/index.php/Safon.org:Hovudsida safon.org]: (nn, nb, en, pt) Resource site for religion and culture, including Judaism, Sikhism and others, from a Scandinavian coastal perspective.&lt;br /&gt;
; ScoutWiki Network – [http://www.scoutwiki.org/ scoutwiki.org]: ([http://fi.scoutwiki.org/ fi], [http://fr.scoutwiki.org/ fr], [http://nl.scoutwiki.org/ nl], [http://en.scoutwiki.org/ en], [http://es.scoutwiki.org/ es], [http://de.scoutwiki.org/ de], [http://it.scoutwiki.org/ it], [http://sv.scoutwiki.org/ sv], [http://ja.scoutwiki.org/ ja], [http://da.scoutwiki.org/ da], [http://cs.scoutwiki.org/ cs], [http://eo.scoutwiki.org/ eo], [http://ar.scoutwiki.org/ ar], [http://pt.scoutwiki.org/ pt], [http://uk.scoutwiki.org/ uk] ; [http://media.scoutwiki.org/ images], [http://asso.scoutwiki.org/ association]) The international network of scouting wikies.&lt;br /&gt;
; Sharewiki – [http://sharewiki.org/ sharewiki.org]: ([http://sharewiki.org/de/ de], [http://sharewiki.org/en/ en]) Wiki about sharing, collaboration, participation, ...&lt;br /&gt;
;Sightseeing Wiki - [http://www.sightseeingwiki.org www.sightseeingwiki.org] : (en, de) The greatest Places of Interest around the World.&lt;br /&gt;
; SoftX - [http://www.softx.tk/ www.softx.tk] : (en, zh-CN) Wiki about Open Source and Computer Technologies.&lt;br /&gt;
; Steam Support Wiki – [http://supportwiki.steampowered.com/wiki/ supportwiki.steampowered.com]: ([http://supportwiki.steampowered.com/ar/Main_Page ar], [http://supportwiki.steampowered.com/bg/Main_Page bg], [http://supportwiki.steampowered.com/da/Main_Page da], [http://supportwiki.steampowered.com/de/Main_Page de], [http://supportwiki.steampowered.com/el/Main_Page el], [http://supportwiki.steampowered.com/es/Main_Page es], [http://supportwiki.steampowered.com/fi/Main_Page fi], [http://supportwiki.steampowered.com/fr/Main_Page fr], [http://supportwiki.steampowered.com/he/Main_Page he], [http://supportwiki.steampowered.com/hu/Main_Page hu], [http://supportwiki.steampowered.com/it/Main_Page it], [http://supportwiki.steampowered.com/ja/Main_Page ja], [http://supportwiki.steampowered.com/ko/Main_Page ko], [http://supportwiki.steampowered.com/lt/Main_Page lt], [http://supportwiki.steampowered.com/lv/Main_Page lv], [http://supportwiki.steampowered.com/nl/Main_Page nl], [http://supportwiki.steampowered.com/no/Main_Page no], [http://supportwiki.steampowered.com/pl/Main_Page pl], [http://supportwiki.steampowered.com/pt/Main_Page pt], [http://supportwiki.steampowered.com/ro/Main_Page ro], [http://supportwiki.steampowered.com/ru/Main_Page ru], [http://supportwiki.steampowered.com/sv/Main_Page sv], [http://supportwiki.steampowered.com/tr/Main_Page tr], [http://supportwiki.steampowered.com/zh/Main_Page zh]) Help wiki for [[w:Valve Corporation|Valve&#039;s]] [[w:Steam (content delivery)|Steam]] users.&lt;br /&gt;
;Simple Silence - [http://www.simplesilence.org/ SimpleSilence.org] :(fr, en and other languages) Wiki dedicated to &#039;&#039;&#039;Meher Baba&#039;&#039;&#039;, the silent Indian Master, chiefly as a help for translations of texts.&lt;br /&gt;
; Studion-Wiki – [http://www.studion.uni-tuebingen.de/mediawiki/index.php/Studion-Wiki studion.cs.uni-tuebingen.de]: (de) &#039;&#039;&#039;Studi&#039;&#039;&#039;eninformation &#039;&#039;&#039;On&#039;&#039;&#039;line – Informationen zum Studium an der Universität Tübingen.&lt;br /&gt;
&lt;br /&gt;
=== T ===&lt;br /&gt;
; Tango.info – [http://wiki.tango.info/mul wiki.tango.info/mul]: (eng, spa, other languages) tango info wiki&lt;br /&gt;
; Technical Analysis [http://www.technical-analysis.eu/ Technical-Analysis.EU]: (EN, DE, ES) Encyclopedia for Technical Analysis (Financial). &lt;br /&gt;
; Technische Analyse – [http://www.technische-analyse.eu/ Technische-Analyse.EU]: (DE, EN, ES) Fachlexikon für Technische Analyse von Wertpapieren. &lt;br /&gt;
; Tarracowiki.cat - [http://www.tarracowiki.cat www.tarracowiki.cat]: (ca) Local encyclopedia on Tarragona, region of Catalonia (Spain). Open and most complete wiki about this city and region.&lt;br /&gt;
; The Document Foundation Wiki - [http://wiki.documentfoundation.org/Main_Page wiki.documentfoundation.org]:&lt;br /&gt;
:The official Wiki for LibreOffice and &amp;quot;The Documentfoundation&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== V ===&lt;br /&gt;
; Venicewiki: [http://www.venicewiki.org/ Venicewiki.org]. (it, other languages) The collaborative guide to &#039;&#039;&#039;Venice&#039;&#039;&#039;, Italy.&lt;br /&gt;
; Vinismo: [http://vinismo.com/ Vinismo.com]. (en, fr) Open Content, multi-lingual wiki-edited &#039;&#039;&#039;wine guide&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== W ===&lt;br /&gt;
; Walkthrough - [http://www.walkthrough.cba.pl www.walkthrough.cba.pl]: (pl, en) Encyclopedia about videogames and much more.&lt;br /&gt;
; Wikia – [http://www.wikia.com/ Wikia.com]: (en, other languages) Collection of Wiki sites on a great many subjects.&lt;br /&gt;
; Wikiants – [http://www.en.wikiants.org/ Wikiants.org]: (de, en, other languages) is a free content encyclopedia for D.I.Y. and open content projects.&lt;br /&gt;
; Wikibooks – [http://www.wikibooks.org/ Wikibooks.org]: (en, other languages) Open Books source &lt;br /&gt;
; Wikid Bikers – [http://wikidbikers.com/ Wikidbikers.com]: (en, fr) Community website and hospitality exchange network dedicated the motorcycle &amp;amp; tattoo culture.&lt;br /&gt;
; WIKI-EUROPA – [http://www.europe-maintenant.org/ Tribune de la Société civile européenne]: Base de connaissances humaines dans les domaines européens de la démocracie, des droits de la personne, de la gouvernance, de la société civile, de la solidarité (en, de, fr)&lt;br /&gt;
; WikiFur – [http://wikifur.com/ WikiFur.com]: (en, es, ru, de, fr and others) Information about [[Wikipedia:furry fandom|furry fandom]]&lt;br /&gt;
; Wikimini – [http://www.wikimini.org/ Wikimini.org]: (fr, other languages soon) Encyclopedia for children written by children.&lt;br /&gt;
; Wikipedia – [http://www.wikipedia.org/ Wikipedia.org]: (en, other languages) Wiki encyclopedia&lt;br /&gt;
; WikiPlant – [http://www.wikiplant.org/ WikiPlant.org]: (en, de, fr, es) Wiki for plants and botany in four languages&lt;br /&gt;
; Wikisocion – [http://www.wikisocion.org/ wikisocion.org]: (en, ru) Encyclopedia of socionics&lt;br /&gt;
; Wikisport.es – [http://www.wikisport.es/ WikiSport.es]: (es) Gran enciclopedia de resultados deportivos&lt;br /&gt;
; Wikitravel – [http://wikitravel.org/ wikitravel.org]: (en, de, es, fr, it, ja, nl, pl, pt, ro, sv so far) Up-to-date and reliable world-wide travel guide&lt;br /&gt;
; Wikivoyage – [http://www.wikivoyage.org wikivoyage.org]: (de, it) Non-commercial world-wide travel guide and travel-related topics&lt;br /&gt;
; WikiWheels - [http://www.wikiwheels.org www.wikiwheels.org] : (en/de) Global directory of customized cars &amp;amp; bikes.&lt;br /&gt;
; WordPress Codex – [http://www.codex.wordpress.org/ codex.wordpress.org]: (en, other languages) An open source documentation for the popular and free WordPress blogging system&lt;br /&gt;
; Wormux – [http://www.wormux.org/ wormux.org]: (en, es, fr) About the game Wormux.&lt;br /&gt;
; Wormux – [http://www.tat-too.com/ tattoo]: (en, es, fr) tattoo.&lt;br /&gt;
&lt;br /&gt;
=== X ===&lt;br /&gt;
; xfamily- [http://www.xfamily.org/ xfamily.org]: (en, es) About the cult known as &amp;quot;The Family&amp;quot; or &amp;quot;The Children of God&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Y ===&lt;br /&gt;
; Yehudim.eu – [http://www.yehudim.eu/ yehudim.eu]: (en, other languages) European Jewish Heritage Project&lt;br /&gt;
; YourWiki – [http://www.yourwiki.net/ yourwiki.net]: (mainly en, other languages supported) Free Community Wiki Hosting service&lt;br /&gt;
&lt;br /&gt;
=== Z ===&lt;br /&gt;
; Zenwalk Wiki – [http://wiki.zenwalk.org/ Zenwalk GNU/Linux wiki]: (en, de, es, fr, it...). About the Zenwalk GNU/Linux distribution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:MediaWiki References| ]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/nl&amp;diff=525151</id>
		<title>Sites using MediaWiki/nl</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/nl&amp;diff=525151"/>
		<updated>2012-04-13T23:04:08Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: /* T */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MediaWiki Sites}}&lt;br /&gt;
&#039;&#039;This is a list of sites that are using MediaWiki and that are written or provided in &#039;&#039;&#039;Dutch language&#039;&#039;&#039;.&#039;&#039; &lt;br /&gt;
----&lt;br /&gt;
__NOTOC__&lt;br /&gt;
* Feel free to add your site to the list, but please stay close to the given format:&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;;Title - [http://www.example.org/ example.org] :(language code) Short description&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
* New entries will be checked. Unreachable sites or sites that don&#039;t use MediaWiki will be removed.&lt;br /&gt;
* Last complete check: 2009-01-10&lt;br /&gt;
&lt;br /&gt;
==MediaWiki-wiki&#039;s in het Nederlands==&lt;br /&gt;
{{CompactTOC}}&lt;br /&gt;
===#===&lt;br /&gt;
&lt;br /&gt;
===A===&lt;br /&gt;
&lt;br /&gt;
===B===&lt;br /&gt;
;BaarleWiki - [http://www.baarlewiki.nl/ baarlewiki.nl of: baarlewiki.be] : Encyclopedia (in Dutch) about the enclaved community Baarle, consisting of Baarle-Hertog (Belgian part) and Baarle-Nassau (Dutch part).&lt;br /&gt;
;Bibliotheekweek - [http://wiki.bibliotheekweek.be/ wiki.bibliotheekweek.be] :De bib, vol onverwachte ontmoetingen.&lt;br /&gt;
;Braziliewiki - [http://braziliewiki.nl braziliewiki.nl] :Braziliewiki.&lt;br /&gt;
&lt;br /&gt;
===C===&lt;br /&gt;
;Condors Spoorwegen - [http://www.CONDORSPOORWEGEN.NL/ CondorsSpoorwegen.nl] : Wiki about railways and steam trains&lt;br /&gt;
&lt;br /&gt;
===D===&lt;br /&gt;
;DoctorsWiki - [http://wiki.dedoctors.nl/ DoctorsWiki] :Informatie en uitspraken over/van De Doctors (Nederlands)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===E===&lt;br /&gt;
;Eastindianguild - [http://www.eastindianguild.nl eastindianguild.nl] :Dutch GuildWars Guild&lt;br /&gt;
;ECGpedia - [http://www.ecgpedia.org ECGpedia.org] :Dutch ECG course&lt;br /&gt;
;EncyOnline - [http://www.encyonline.nl encyonline.nl] :Dutch language encyclopedia (mostly) about the Dutch province of Fryslân with official names and new pictures &lt;br /&gt;
;Examenwiki - [http://examens.wina.be] : Dutch site with all examinations of Mathematics, Informatics, or Physics of the catholic university of Louvain.&lt;br /&gt;
&lt;br /&gt;
===F===&lt;br /&gt;
;Fedora-Linux - [http://www.fedora-linux.nl/wiki/ fedora-linux.nl] : Dutch wiki about the Fedora Linux operating system&lt;br /&gt;
;FysioPedia - [http://www.fysiopedia.nl/ FysioPedia.nl] : Dutch wiki about physical therapy&lt;br /&gt;
&lt;br /&gt;
===G===&lt;br /&gt;
;GTA WIKI - [http://nl.wikigta.org/wiki/ http://nl.wikigta.org/wiki] : Dutch wiki about the game GTA&lt;br /&gt;
&lt;br /&gt;
===H===&lt;br /&gt;
&lt;br /&gt;
;Hardhoutbeleggingen Wiki - [http://wiki.hardhout-investeringen.net/Hoofdpagina wiki.hardhout-investeringen.net] :Een wiki over investeren in teak plantages en andere hardhout/bosbouw investeringen&lt;br /&gt;
&lt;br /&gt;
;HiCAD next Wiki - [http://wiki.isdbenelux.com/index.php5 wiki.isdbenelux.com] :Een Wiki met uitleg over het 3D CAD systeem HiCAD next &lt;br /&gt;
&lt;br /&gt;
;HoeHetWerkt.nl Wiki - [http://www.hoehetwerkt.nl HoeHetWerkt.nl] :Een wiki met veel over hoe dingen werken.&lt;br /&gt;
&lt;br /&gt;
;HVwiki.nl Wiki - [http://www.hvwiki.nl HVwiki.nl] :De Wiki voor en door hulpverleners !&lt;br /&gt;
&lt;br /&gt;
===I===&lt;br /&gt;
;Informatiegeletterd - [http://wiki.informatiegeletterd.be wiki.informatiegeletterd.be] :Informatie vinden en toepassen en daardoor je leven makkelijker en...&lt;br /&gt;
;IranActua Encyclopedie - [http://www.iranpedia.info/ IranPedia.info] :Nederlandstalige Encyclopedie over Iran&lt;br /&gt;
&lt;br /&gt;
===J===&lt;br /&gt;
&lt;br /&gt;
===K===&lt;br /&gt;
;Kerkrade, Gisteren en Vandaag - [http://www.kgv.nl/ kgv.nl] :Information about the city of Kerkrade&lt;br /&gt;
;Klusopedia: tips voor klussen en doe het zelf - [http://www.klusopedia.nl Klusopedia] - Top 10.000 NL website&lt;br /&gt;
&lt;br /&gt;
===L===&lt;br /&gt;
;[http://www.leerwiki.nl Leerwiki Extensions Mediawiki + Succes stappenplannen]&lt;br /&gt;
;[http://www.legotreinen.nl/lego_wiki/ www.legotreinen.nl - A site about Lego trains]&lt;br /&gt;
&lt;br /&gt;
===M===&lt;br /&gt;
;MacWiki - [http://www.macwiki.nl MacWiki.nl] : Wiki about everything that has to do with Apple &amp;amp; Mac&#039;s, including how-to&#039;s.&lt;br /&gt;
&lt;br /&gt;
;Management Game Wiki - [http://www.mangame.nl Mangame.nl] : Wiki supporting the international management game &amp;quot;Emerald Forest&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;Mi2 Console Wiki - [http://tvforumnl.webege.com/mediawiki-1.17.0/ Mi2 Console Wiki] : Dutch Wiki about the Mi2 Console.&lt;br /&gt;
&lt;br /&gt;
;Milpedia - [http://www.milpedia.nl Milpedia.nl] : A Dutch language Military Encyclopedia&lt;br /&gt;
&lt;br /&gt;
;Mediawiki:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Wikipedia&amp;lt;br /&amp;gt;w:&lt;br /&gt;
!Wiktionary&amp;lt;br /&amp;gt;wikt:&lt;br /&gt;
!Wikibooks&amp;lt;br /&amp;gt;b:&lt;br /&gt;
!Wikinews&amp;lt;br /&amp;gt;n:&lt;br /&gt;
!Wikiquote&amp;lt;br /&amp;gt;q:&lt;br /&gt;
!Wikisource&amp;lt;br /&amp;gt;s:&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:+|[http://nl.wikipedia.org/{{#ifeq:|||w/index.php?title=}} w:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|{{#if:+|[http://nl.wiktionary.org/{{#ifeq:|||w/index.php?title=}} wikt:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|{{#if:+|[http://nl.wikibooks.org/{{#ifeq:|||w/index.php?title=}} b:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|{{#if:+|[http://nl.wikinews.org/{{#ifeq:|||w/index.php?title=}} n:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|{{#if:+|[http://nl.wikiquote.org/{{#ifeq:|||w/index.php?title=}} q:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|{{#if:+|[http://nl.wikisource.org/{{#ifeq:|||w/index.php?title=}} s:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===N===&lt;br /&gt;
;Nederlands Contactcentrum voor Science Fiction [http://www.ncsf.nl/wiki Nederlands Contactcentrum voor Science Fiction] : The Dutch science fiction association &lt;br /&gt;
;NederWiki - [http://nederwiki.nl/ nederwiki.nl] :Dutch Semantic Wiki&lt;br /&gt;
;Nikon Club Nederland - [http://www.nikon-club-nederland.nl www.nikon-club-nederland.nl] : Nikon Club Nederland bestaat uit fotografen (professionals en amateurs) en enthousiastelingen (o.a. verzamelaars), die Nikon een warm hart toedragen. De vereniging is onafhankelijk en heeft geen commerciële bijbedoelingen.&lt;br /&gt;
;Noodles - [http://www.denoodles.nl/genderwiki/ denoodles.nl] : Dutch wiki about gender&lt;br /&gt;
&lt;br /&gt;
===O===&lt;br /&gt;
;Oncyclopedia - http://oncyclopedia.net :A Wikipedia-style encyclopedia parody, «onzin» is Dutch for &amp;quot;nonsense&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===P===&lt;br /&gt;
&lt;br /&gt;
;phpBB.nl Wiki - [http://wiki.phpbb.nl/ wiki.phpbb.nl] :Dutch Wiki about phpBB, belonging to [http://www.phpbb.nl/ phpBB.nl] &lt;br /&gt;
;Plaatsen per povincie in Nederland - [http://vflashdesign.nl/ vflashdesign.nl] :Dutch Semantic Wiki showing interactive maps of 5000+ cities and villages -categorized by state- in Holland and a special Street View section (Dutch)&lt;br /&gt;
;PMWIKI - [http://www.PMWIKI.nl/ www.PMWIKI.nl] :Dutch Wiki about project-based management, belonging to [http://www.ipma-nl.nl/ IPMA-NL]&lt;br /&gt;
;Politiek Overzicht - [http://politiekoverzicht.nl/ politiekoverzicht.nl]:Wiki that provides information about Dutch politics.&lt;br /&gt;
&lt;br /&gt;
===Q===&lt;br /&gt;
&lt;br /&gt;
===R===&lt;br /&gt;
&lt;br /&gt;
;Reliwiki - [http://www.reliwiki.nl Reliwiki] : Wiki on religious buildings in the Netherlands (Dutch)&lt;br /&gt;
;Retailwiki - [http://www.retailwiki.nl Retailwiki] : Wiki on retail and merchandise management (Dutch)&lt;br /&gt;
&lt;br /&gt;
===S===&lt;br /&gt;
;Scoutpedia.nl - [http://www.scoutpedia.nl/ scoutpedia.nl] :Wiki about everything related to scouting; history, games, techniques, songs and background information&lt;br /&gt;
;SigarenWiki - [http://www.sigarenwiki.nl/ SigarenWiki.nl] :Dutch Wiki about Longfiller Cigars&lt;br /&gt;
;Spelenboek - [http://www.spelenboek.nl/ www.spelenboek.nl] :Huge collection of recreational games. Grote verzameling recreatieve activiteiten.&lt;br /&gt;
;Sport Wiki - [http://wiki.freemotion.nl/ Freemotion.nl] :Dutch wiki about sports&lt;br /&gt;
&lt;br /&gt;
===T===&lt;br /&gt;
;TeleWiki - [http://wiki.telephorum.org/ TelePhorum.org] : De [http://wiki.telephorum.org TeleWiki] is de onafhankelijk bron van informatie over telecommunicatie voor professionele Telecommanager.&lt;br /&gt;
&lt;br /&gt;
===U===&lt;br /&gt;
&lt;br /&gt;
===V===&lt;br /&gt;
&lt;br /&gt;
===W===&lt;br /&gt;
;Wereldpagina.nl - [http://www.wereldpagina.nl/ Wereldpagina.nl] :  World-wide travel guide&lt;br /&gt;
;Wikilucht - [http://www.wikilucht.nl Wikilucht.nl] : ICT platform for questions related to atmospheric pollution (dutch).&lt;br /&gt;
;WikiResear.ch - [http://wikiresear.ch/Main_Page WikiResear.ch/Main_Page] : Dutch and English research pages, mainly conspiracies until now. Pages are webware and server locked, after an expert backdoor attack from IP&#039;s traced to the Dutch WikiPedia community, sabotaging main user, injecting sql and causing a strange database problem on a specific page.&lt;br /&gt;
;Wiki-site - [http://nl.wiki-site.com nl.wiki-site.com]:Wiki-Site.com allows you to open and manage a free wiki site in Dutch&lt;br /&gt;
;WO1Wiki - [http://www.forumeerstewereldoorlog.nl/wiki WO1Wiki] : A Dutch language wiki on the First World War&lt;br /&gt;
;Wikikids - [http://wikikids.wiki.kennisnet.nl/ Wikikids] :Encyclopedia for children (8-13); Encyclopedia voor kinderen (8-13)&lt;br /&gt;
;Wikisage - [http://nl.wikisage.org/wiki Wikisage] : The free encyclopedia of the second generation&lt;br /&gt;
&lt;br /&gt;
===X===&lt;br /&gt;
&lt;br /&gt;
===Y===&lt;br /&gt;
&lt;br /&gt;
===Z===&lt;br /&gt;
;ZeilersWiki - [http://www.zeilersforum.nl/mediawiki/ Zeilersforum ZeilersWiki] :Dutch Wiki about all aspects of Sailing in The Netherlands&lt;br /&gt;
[[Category:MediaWiki References|nl]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/nl&amp;diff=525150</id>
		<title>Sites using MediaWiki/nl</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/nl&amp;diff=525150"/>
		<updated>2012-04-13T23:02:36Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: /* L */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MediaWiki Sites}}&lt;br /&gt;
&#039;&#039;This is a list of sites that are using MediaWiki and that are written or provided in &#039;&#039;&#039;Dutch language&#039;&#039;&#039;.&#039;&#039; &lt;br /&gt;
----&lt;br /&gt;
__NOTOC__&lt;br /&gt;
* Feel free to add your site to the list, but please stay close to the given format:&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;;Title - [http://www.example.org/ example.org] :(language code) Short description&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
* New entries will be checked. Unreachable sites or sites that don&#039;t use MediaWiki will be removed.&lt;br /&gt;
* Last complete check: 2009-01-10&lt;br /&gt;
&lt;br /&gt;
==MediaWiki-wiki&#039;s in het Nederlands==&lt;br /&gt;
{{CompactTOC}}&lt;br /&gt;
===#===&lt;br /&gt;
&lt;br /&gt;
===A===&lt;br /&gt;
&lt;br /&gt;
===B===&lt;br /&gt;
;BaarleWiki - [http://www.baarlewiki.nl/ baarlewiki.nl of: baarlewiki.be] : Encyclopedia (in Dutch) about the enclaved community Baarle, consisting of Baarle-Hertog (Belgian part) and Baarle-Nassau (Dutch part).&lt;br /&gt;
;Bibliotheekweek - [http://wiki.bibliotheekweek.be/ wiki.bibliotheekweek.be] :De bib, vol onverwachte ontmoetingen.&lt;br /&gt;
;Braziliewiki - [http://braziliewiki.nl braziliewiki.nl] :Braziliewiki.&lt;br /&gt;
&lt;br /&gt;
===C===&lt;br /&gt;
;Condors Spoorwegen - [http://www.CONDORSPOORWEGEN.NL/ CondorsSpoorwegen.nl] : Wiki about railways and steam trains&lt;br /&gt;
&lt;br /&gt;
===D===&lt;br /&gt;
;DoctorsWiki - [http://wiki.dedoctors.nl/ DoctorsWiki] :Informatie en uitspraken over/van De Doctors (Nederlands)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===E===&lt;br /&gt;
;Eastindianguild - [http://www.eastindianguild.nl eastindianguild.nl] :Dutch GuildWars Guild&lt;br /&gt;
;ECGpedia - [http://www.ecgpedia.org ECGpedia.org] :Dutch ECG course&lt;br /&gt;
;EncyOnline - [http://www.encyonline.nl encyonline.nl] :Dutch language encyclopedia (mostly) about the Dutch province of Fryslân with official names and new pictures &lt;br /&gt;
;Examenwiki - [http://examens.wina.be] : Dutch site with all examinations of Mathematics, Informatics, or Physics of the catholic university of Louvain.&lt;br /&gt;
&lt;br /&gt;
===F===&lt;br /&gt;
;Fedora-Linux - [http://www.fedora-linux.nl/wiki/ fedora-linux.nl] : Dutch wiki about the Fedora Linux operating system&lt;br /&gt;
;FysioPedia - [http://www.fysiopedia.nl/ FysioPedia.nl] : Dutch wiki about physical therapy&lt;br /&gt;
&lt;br /&gt;
===G===&lt;br /&gt;
;GTA WIKI - [http://nl.wikigta.org/wiki/ http://nl.wikigta.org/wiki] : Dutch wiki about the game GTA&lt;br /&gt;
&lt;br /&gt;
===H===&lt;br /&gt;
&lt;br /&gt;
;Hardhoutbeleggingen Wiki - [http://wiki.hardhout-investeringen.net/Hoofdpagina wiki.hardhout-investeringen.net] :Een wiki over investeren in teak plantages en andere hardhout/bosbouw investeringen&lt;br /&gt;
&lt;br /&gt;
;HiCAD next Wiki - [http://wiki.isdbenelux.com/index.php5 wiki.isdbenelux.com] :Een Wiki met uitleg over het 3D CAD systeem HiCAD next &lt;br /&gt;
&lt;br /&gt;
;HoeHetWerkt.nl Wiki - [http://www.hoehetwerkt.nl HoeHetWerkt.nl] :Een wiki met veel over hoe dingen werken.&lt;br /&gt;
&lt;br /&gt;
;HVwiki.nl Wiki - [http://www.hvwiki.nl HVwiki.nl] :De Wiki voor en door hulpverleners !&lt;br /&gt;
&lt;br /&gt;
===I===&lt;br /&gt;
;Informatiegeletterd - [http://wiki.informatiegeletterd.be wiki.informatiegeletterd.be] :Informatie vinden en toepassen en daardoor je leven makkelijker en...&lt;br /&gt;
;IranActua Encyclopedie - [http://www.iranpedia.info/ IranPedia.info] :Nederlandstalige Encyclopedie over Iran&lt;br /&gt;
&lt;br /&gt;
===J===&lt;br /&gt;
&lt;br /&gt;
===K===&lt;br /&gt;
;Kerkrade, Gisteren en Vandaag - [http://www.kgv.nl/ kgv.nl] :Information about the city of Kerkrade&lt;br /&gt;
;Klusopedia: tips voor klussen en doe het zelf - [http://www.klusopedia.nl Klusopedia] - Top 10.000 NL website&lt;br /&gt;
&lt;br /&gt;
===L===&lt;br /&gt;
;[http://www.leerwiki.nl Leerwiki Extensions Mediawiki + Succes stappenplannen]&lt;br /&gt;
;[http://www.legotreinen.nl/lego_wiki/ www.legotreinen.nl - A site about Lego trains]&lt;br /&gt;
&lt;br /&gt;
===M===&lt;br /&gt;
;MacWiki - [http://www.macwiki.nl MacWiki.nl] : Wiki about everything that has to do with Apple &amp;amp; Mac&#039;s, including how-to&#039;s.&lt;br /&gt;
&lt;br /&gt;
;Management Game Wiki - [http://www.mangame.nl Mangame.nl] : Wiki supporting the international management game &amp;quot;Emerald Forest&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;Mi2 Console Wiki - [http://tvforumnl.webege.com/mediawiki-1.17.0/ Mi2 Console Wiki] : Dutch Wiki about the Mi2 Console.&lt;br /&gt;
&lt;br /&gt;
;Milpedia - [http://www.milpedia.nl Milpedia.nl] : A Dutch language Military Encyclopedia&lt;br /&gt;
&lt;br /&gt;
;Mediawiki:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Wikipedia&amp;lt;br /&amp;gt;w:&lt;br /&gt;
!Wiktionary&amp;lt;br /&amp;gt;wikt:&lt;br /&gt;
!Wikibooks&amp;lt;br /&amp;gt;b:&lt;br /&gt;
!Wikinews&amp;lt;br /&amp;gt;n:&lt;br /&gt;
!Wikiquote&amp;lt;br /&amp;gt;q:&lt;br /&gt;
!Wikisource&amp;lt;br /&amp;gt;s:&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:+|[http://nl.wikipedia.org/{{#ifeq:|||w/index.php?title=}} w:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|{{#if:+|[http://nl.wiktionary.org/{{#ifeq:|||w/index.php?title=}} wikt:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|{{#if:+|[http://nl.wikibooks.org/{{#ifeq:|||w/index.php?title=}} b:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|{{#if:+|[http://nl.wikinews.org/{{#ifeq:|||w/index.php?title=}} n:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|{{#if:+|[http://nl.wikiquote.org/{{#ifeq:|||w/index.php?title=}} q:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|{{#if:+|[http://nl.wikisource.org/{{#ifeq:|||w/index.php?title=}} s:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===N===&lt;br /&gt;
;Nederlands Contactcentrum voor Science Fiction [http://www.ncsf.nl/wiki Nederlands Contactcentrum voor Science Fiction] : The Dutch science fiction association &lt;br /&gt;
;NederWiki - [http://nederwiki.nl/ nederwiki.nl] :Dutch Semantic Wiki&lt;br /&gt;
;Nikon Club Nederland - [http://www.nikon-club-nederland.nl www.nikon-club-nederland.nl] : Nikon Club Nederland bestaat uit fotografen (professionals en amateurs) en enthousiastelingen (o.a. verzamelaars), die Nikon een warm hart toedragen. De vereniging is onafhankelijk en heeft geen commerciële bijbedoelingen.&lt;br /&gt;
;Noodles - [http://www.denoodles.nl/genderwiki/ denoodles.nl] : Dutch wiki about gender&lt;br /&gt;
&lt;br /&gt;
===O===&lt;br /&gt;
;Oncyclopedia - http://oncyclopedia.net :A Wikipedia-style encyclopedia parody, «onzin» is Dutch for &amp;quot;nonsense&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===P===&lt;br /&gt;
&lt;br /&gt;
;phpBB.nl Wiki - [http://wiki.phpbb.nl/ wiki.phpbb.nl] :Dutch Wiki about phpBB, belonging to [http://www.phpbb.nl/ phpBB.nl] &lt;br /&gt;
;Plaatsen per povincie in Nederland - [http://vflashdesign.nl/ vflashdesign.nl] :Dutch Semantic Wiki showing interactive maps of 5000+ cities and villages -categorized by state- in Holland and a special Street View section (Dutch)&lt;br /&gt;
;PMWIKI - [http://www.PMWIKI.nl/ www.PMWIKI.nl] :Dutch Wiki about project-based management, belonging to [http://www.ipma-nl.nl/ IPMA-NL]&lt;br /&gt;
;Politiek Overzicht - [http://politiekoverzicht.nl/ politiekoverzicht.nl]:Wiki that provides information about Dutch politics.&lt;br /&gt;
&lt;br /&gt;
===Q===&lt;br /&gt;
&lt;br /&gt;
===R===&lt;br /&gt;
&lt;br /&gt;
;Reliwiki - [http://www.reliwiki.nl Reliwiki] : Wiki on religious buildings in the Netherlands (Dutch)&lt;br /&gt;
;Retailwiki - [http://www.retailwiki.nl Retailwiki] : Wiki on retail and merchandise management (Dutch)&lt;br /&gt;
&lt;br /&gt;
===S===&lt;br /&gt;
;Scoutpedia.nl - [http://www.scoutpedia.nl/ scoutpedia.nl] :Wiki about everything related to scouting; history, games, techniques, songs and background information&lt;br /&gt;
;SigarenWiki - [http://www.sigarenwiki.nl/ SigarenWiki.nl] :Dutch Wiki about Longfiller Cigars&lt;br /&gt;
;Spelenboek - [http://www.spelenboek.nl/ www.spelenboek.nl] :Huge collection of recreational games. Grote verzameling recreatieve activiteiten.&lt;br /&gt;
;Sport Wiki - [http://wiki.freemotion.nl/ Freemotion.nl] :Dutch wiki about sports&lt;br /&gt;
&lt;br /&gt;
===T===&lt;br /&gt;
;TeleWiki - [http://wiki.telephorum.org/ TelePhorum.org] : De [http://wiki.telephorum.org TeleWiki] is de onafhankelijk bron van informatie over telecommunicatie voor professionele Telecommanager.&lt;br /&gt;
;The Sims Gamers - [http://www.wiki.thesimsgamers.comlu.com The Sims Gamers - Een Wiki over Sims.]&lt;br /&gt;
&lt;br /&gt;
===U===&lt;br /&gt;
&lt;br /&gt;
===V===&lt;br /&gt;
&lt;br /&gt;
===W===&lt;br /&gt;
;Wereldpagina.nl - [http://www.wereldpagina.nl/ Wereldpagina.nl] :  World-wide travel guide&lt;br /&gt;
;Wikilucht - [http://www.wikilucht.nl Wikilucht.nl] : ICT platform for questions related to atmospheric pollution (dutch).&lt;br /&gt;
;WikiResear.ch - [http://wikiresear.ch/Main_Page WikiResear.ch/Main_Page] : Dutch and English research pages, mainly conspiracies until now. Pages are webware and server locked, after an expert backdoor attack from IP&#039;s traced to the Dutch WikiPedia community, sabotaging main user, injecting sql and causing a strange database problem on a specific page.&lt;br /&gt;
;Wiki-site - [http://nl.wiki-site.com nl.wiki-site.com]:Wiki-Site.com allows you to open and manage a free wiki site in Dutch&lt;br /&gt;
;WO1Wiki - [http://www.forumeerstewereldoorlog.nl/wiki WO1Wiki] : A Dutch language wiki on the First World War&lt;br /&gt;
;Wikikids - [http://wikikids.wiki.kennisnet.nl/ Wikikids] :Encyclopedia for children (8-13); Encyclopedia voor kinderen (8-13)&lt;br /&gt;
;Wikisage - [http://nl.wikisage.org/wiki Wikisage] : The free encyclopedia of the second generation&lt;br /&gt;
&lt;br /&gt;
===X===&lt;br /&gt;
&lt;br /&gt;
===Y===&lt;br /&gt;
&lt;br /&gt;
===Z===&lt;br /&gt;
;ZeilersWiki - [http://www.zeilersforum.nl/mediawiki/ Zeilersforum ZeilersWiki] :Dutch Wiki about all aspects of Sailing in The Netherlands&lt;br /&gt;
[[Category:MediaWiki References|nl]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/nl&amp;diff=525148</id>
		<title>Sites using MediaWiki/nl</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/nl&amp;diff=525148"/>
		<updated>2012-04-13T23:00:58Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: /* F */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MediaWiki Sites}}&lt;br /&gt;
&#039;&#039;This is a list of sites that are using MediaWiki and that are written or provided in &#039;&#039;&#039;Dutch language&#039;&#039;&#039;.&#039;&#039; &lt;br /&gt;
----&lt;br /&gt;
__NOTOC__&lt;br /&gt;
* Feel free to add your site to the list, but please stay close to the given format:&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;;Title - [http://www.example.org/ example.org] :(language code) Short description&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
* New entries will be checked. Unreachable sites or sites that don&#039;t use MediaWiki will be removed.&lt;br /&gt;
* Last complete check: 2009-01-10&lt;br /&gt;
&lt;br /&gt;
==MediaWiki-wiki&#039;s in het Nederlands==&lt;br /&gt;
{{CompactTOC}}&lt;br /&gt;
===#===&lt;br /&gt;
&lt;br /&gt;
===A===&lt;br /&gt;
&lt;br /&gt;
===B===&lt;br /&gt;
;BaarleWiki - [http://www.baarlewiki.nl/ baarlewiki.nl of: baarlewiki.be] : Encyclopedia (in Dutch) about the enclaved community Baarle, consisting of Baarle-Hertog (Belgian part) and Baarle-Nassau (Dutch part).&lt;br /&gt;
;Bibliotheekweek - [http://wiki.bibliotheekweek.be/ wiki.bibliotheekweek.be] :De bib, vol onverwachte ontmoetingen.&lt;br /&gt;
;Braziliewiki - [http://braziliewiki.nl braziliewiki.nl] :Braziliewiki.&lt;br /&gt;
&lt;br /&gt;
===C===&lt;br /&gt;
;Condors Spoorwegen - [http://www.CONDORSPOORWEGEN.NL/ CondorsSpoorwegen.nl] : Wiki about railways and steam trains&lt;br /&gt;
&lt;br /&gt;
===D===&lt;br /&gt;
;DoctorsWiki - [http://wiki.dedoctors.nl/ DoctorsWiki] :Informatie en uitspraken over/van De Doctors (Nederlands)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===E===&lt;br /&gt;
;Eastindianguild - [http://www.eastindianguild.nl eastindianguild.nl] :Dutch GuildWars Guild&lt;br /&gt;
;ECGpedia - [http://www.ecgpedia.org ECGpedia.org] :Dutch ECG course&lt;br /&gt;
;EncyOnline - [http://www.encyonline.nl encyonline.nl] :Dutch language encyclopedia (mostly) about the Dutch province of Fryslân with official names and new pictures &lt;br /&gt;
;Examenwiki - [http://examens.wina.be] : Dutch site with all examinations of Mathematics, Informatics, or Physics of the catholic university of Louvain.&lt;br /&gt;
&lt;br /&gt;
===F===&lt;br /&gt;
;Fedora-Linux - [http://www.fedora-linux.nl/wiki/ fedora-linux.nl] : Dutch wiki about the Fedora Linux operating system&lt;br /&gt;
;FysioPedia - [http://www.fysiopedia.nl/ FysioPedia.nl] : Dutch wiki about physical therapy&lt;br /&gt;
&lt;br /&gt;
===G===&lt;br /&gt;
;GTA WIKI - [http://nl.wikigta.org/wiki/ http://nl.wikigta.org/wiki] : Dutch wiki about the game GTA&lt;br /&gt;
&lt;br /&gt;
===H===&lt;br /&gt;
&lt;br /&gt;
;Hardhoutbeleggingen Wiki - [http://wiki.hardhout-investeringen.net/Hoofdpagina wiki.hardhout-investeringen.net] :Een wiki over investeren in teak plantages en andere hardhout/bosbouw investeringen&lt;br /&gt;
&lt;br /&gt;
;HiCAD next Wiki - [http://wiki.isdbenelux.com/index.php5 wiki.isdbenelux.com] :Een Wiki met uitleg over het 3D CAD systeem HiCAD next &lt;br /&gt;
&lt;br /&gt;
;HoeHetWerkt.nl Wiki - [http://www.hoehetwerkt.nl HoeHetWerkt.nl] :Een wiki met veel over hoe dingen werken.&lt;br /&gt;
&lt;br /&gt;
;HVwiki.nl Wiki - [http://www.hvwiki.nl HVwiki.nl] :De Wiki voor en door hulpverleners !&lt;br /&gt;
&lt;br /&gt;
===I===&lt;br /&gt;
;Informatiegeletterd - [http://wiki.informatiegeletterd.be wiki.informatiegeletterd.be] :Informatie vinden en toepassen en daardoor je leven makkelijker en...&lt;br /&gt;
;IranActua Encyclopedie - [http://www.iranpedia.info/ IranPedia.info] :Nederlandstalige Encyclopedie over Iran&lt;br /&gt;
&lt;br /&gt;
===J===&lt;br /&gt;
&lt;br /&gt;
===K===&lt;br /&gt;
;Kerkrade, Gisteren en Vandaag - [http://www.kgv.nl/ kgv.nl] :Information about the city of Kerkrade&lt;br /&gt;
;Klusopedia: tips voor klussen en doe het zelf - [http://www.klusopedia.nl Klusopedia] - Top 10.000 NL website&lt;br /&gt;
&lt;br /&gt;
===L===&lt;br /&gt;
;[http://www.leerwiki.nl Leerwiki Extensions Mediawiki + Succes stappenplannen]&lt;br /&gt;
&lt;br /&gt;
;Luchtnieuws [http://www.luchtnieuws.nl Luchtnieuws.nl] - about air quality&lt;br /&gt;
&lt;br /&gt;
;[http://www.legotreinen.nl/lego_wiki/ www.legotreinen.nl - A site about Lego trains]&lt;br /&gt;
&lt;br /&gt;
===M===&lt;br /&gt;
;MacWiki - [http://www.macwiki.nl MacWiki.nl] : Wiki about everything that has to do with Apple &amp;amp; Mac&#039;s, including how-to&#039;s.&lt;br /&gt;
&lt;br /&gt;
;Management Game Wiki - [http://www.mangame.nl Mangame.nl] : Wiki supporting the international management game &amp;quot;Emerald Forest&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;Mi2 Console Wiki - [http://tvforumnl.webege.com/mediawiki-1.17.0/ Mi2 Console Wiki] : Dutch Wiki about the Mi2 Console.&lt;br /&gt;
&lt;br /&gt;
;Milpedia - [http://www.milpedia.nl Milpedia.nl] : A Dutch language Military Encyclopedia&lt;br /&gt;
&lt;br /&gt;
;Mediawiki:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Wikipedia&amp;lt;br /&amp;gt;w:&lt;br /&gt;
!Wiktionary&amp;lt;br /&amp;gt;wikt:&lt;br /&gt;
!Wikibooks&amp;lt;br /&amp;gt;b:&lt;br /&gt;
!Wikinews&amp;lt;br /&amp;gt;n:&lt;br /&gt;
!Wikiquote&amp;lt;br /&amp;gt;q:&lt;br /&gt;
!Wikisource&amp;lt;br /&amp;gt;s:&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:+|[http://nl.wikipedia.org/{{#ifeq:|||w/index.php?title=}} w:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|{{#if:+|[http://nl.wiktionary.org/{{#ifeq:|||w/index.php?title=}} wikt:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|{{#if:+|[http://nl.wikibooks.org/{{#ifeq:|||w/index.php?title=}} b:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|{{#if:+|[http://nl.wikinews.org/{{#ifeq:|||w/index.php?title=}} n:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|{{#if:+|[http://nl.wikiquote.org/{{#ifeq:|||w/index.php?title=}} q:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|{{#if:+|[http://nl.wikisource.org/{{#ifeq:|||w/index.php?title=}} s:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===N===&lt;br /&gt;
;Nederlands Contactcentrum voor Science Fiction [http://www.ncsf.nl/wiki Nederlands Contactcentrum voor Science Fiction] : The Dutch science fiction association &lt;br /&gt;
;NederWiki - [http://nederwiki.nl/ nederwiki.nl] :Dutch Semantic Wiki&lt;br /&gt;
;Nikon Club Nederland - [http://www.nikon-club-nederland.nl www.nikon-club-nederland.nl] : Nikon Club Nederland bestaat uit fotografen (professionals en amateurs) en enthousiastelingen (o.a. verzamelaars), die Nikon een warm hart toedragen. De vereniging is onafhankelijk en heeft geen commerciële bijbedoelingen.&lt;br /&gt;
;Noodles - [http://www.denoodles.nl/genderwiki/ denoodles.nl] : Dutch wiki about gender&lt;br /&gt;
&lt;br /&gt;
===O===&lt;br /&gt;
;Oncyclopedia - http://oncyclopedia.net :A Wikipedia-style encyclopedia parody, «onzin» is Dutch for &amp;quot;nonsense&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===P===&lt;br /&gt;
&lt;br /&gt;
;phpBB.nl Wiki - [http://wiki.phpbb.nl/ wiki.phpbb.nl] :Dutch Wiki about phpBB, belonging to [http://www.phpbb.nl/ phpBB.nl] &lt;br /&gt;
;Plaatsen per povincie in Nederland - [http://vflashdesign.nl/ vflashdesign.nl] :Dutch Semantic Wiki showing interactive maps of 5000+ cities and villages -categorized by state- in Holland and a special Street View section (Dutch)&lt;br /&gt;
;PMWIKI - [http://www.PMWIKI.nl/ www.PMWIKI.nl] :Dutch Wiki about project-based management, belonging to [http://www.ipma-nl.nl/ IPMA-NL]&lt;br /&gt;
;Politiek Overzicht - [http://politiekoverzicht.nl/ politiekoverzicht.nl]:Wiki that provides information about Dutch politics.&lt;br /&gt;
&lt;br /&gt;
===Q===&lt;br /&gt;
&lt;br /&gt;
===R===&lt;br /&gt;
&lt;br /&gt;
;Reliwiki - [http://www.reliwiki.nl Reliwiki] : Wiki on religious buildings in the Netherlands (Dutch)&lt;br /&gt;
;Retailwiki - [http://www.retailwiki.nl Retailwiki] : Wiki on retail and merchandise management (Dutch)&lt;br /&gt;
&lt;br /&gt;
===S===&lt;br /&gt;
;Scoutpedia.nl - [http://www.scoutpedia.nl/ scoutpedia.nl] :Wiki about everything related to scouting; history, games, techniques, songs and background information&lt;br /&gt;
;SigarenWiki - [http://www.sigarenwiki.nl/ SigarenWiki.nl] :Dutch Wiki about Longfiller Cigars&lt;br /&gt;
;Spelenboek - [http://www.spelenboek.nl/ www.spelenboek.nl] :Huge collection of recreational games. Grote verzameling recreatieve activiteiten.&lt;br /&gt;
;Sport Wiki - [http://wiki.freemotion.nl/ Freemotion.nl] :Dutch wiki about sports&lt;br /&gt;
&lt;br /&gt;
===T===&lt;br /&gt;
;TeleWiki - [http://wiki.telephorum.org/ TelePhorum.org] : De [http://wiki.telephorum.org TeleWiki] is de onafhankelijk bron van informatie over telecommunicatie voor professionele Telecommanager.&lt;br /&gt;
;The Sims Gamers - [http://www.wiki.thesimsgamers.comlu.com The Sims Gamers - Een Wiki over Sims.]&lt;br /&gt;
&lt;br /&gt;
===U===&lt;br /&gt;
&lt;br /&gt;
===V===&lt;br /&gt;
&lt;br /&gt;
===W===&lt;br /&gt;
;Wereldpagina.nl - [http://www.wereldpagina.nl/ Wereldpagina.nl] :  World-wide travel guide&lt;br /&gt;
;Wikilucht - [http://www.wikilucht.nl Wikilucht.nl] : ICT platform for questions related to atmospheric pollution (dutch).&lt;br /&gt;
;WikiResear.ch - [http://wikiresear.ch/Main_Page WikiResear.ch/Main_Page] : Dutch and English research pages, mainly conspiracies until now. Pages are webware and server locked, after an expert backdoor attack from IP&#039;s traced to the Dutch WikiPedia community, sabotaging main user, injecting sql and causing a strange database problem on a specific page.&lt;br /&gt;
;Wiki-site - [http://nl.wiki-site.com nl.wiki-site.com]:Wiki-Site.com allows you to open and manage a free wiki site in Dutch&lt;br /&gt;
;WO1Wiki - [http://www.forumeerstewereldoorlog.nl/wiki WO1Wiki] : A Dutch language wiki on the First World War&lt;br /&gt;
;Wikikids - [http://wikikids.wiki.kennisnet.nl/ Wikikids] :Encyclopedia for children (8-13); Encyclopedia voor kinderen (8-13)&lt;br /&gt;
;Wikisage - [http://nl.wikisage.org/wiki Wikisage] : The free encyclopedia of the second generation&lt;br /&gt;
&lt;br /&gt;
===X===&lt;br /&gt;
&lt;br /&gt;
===Y===&lt;br /&gt;
&lt;br /&gt;
===Z===&lt;br /&gt;
;ZeilersWiki - [http://www.zeilersforum.nl/mediawiki/ Zeilersforum ZeilersWiki] :Dutch Wiki about all aspects of Sailing in The Netherlands&lt;br /&gt;
[[Category:MediaWiki References|nl]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/nl&amp;diff=525147</id>
		<title>Sites using MediaWiki/nl</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/nl&amp;diff=525147"/>
		<updated>2012-04-13T22:59:53Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: /* F */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MediaWiki Sites}}&lt;br /&gt;
&#039;&#039;This is a list of sites that are using MediaWiki and that are written or provided in &#039;&#039;&#039;Dutch language&#039;&#039;&#039;.&#039;&#039; &lt;br /&gt;
----&lt;br /&gt;
__NOTOC__&lt;br /&gt;
* Feel free to add your site to the list, but please stay close to the given format:&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;;Title - [http://www.example.org/ example.org] :(language code) Short description&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
* New entries will be checked. Unreachable sites or sites that don&#039;t use MediaWiki will be removed.&lt;br /&gt;
* Last complete check: 2009-01-10&lt;br /&gt;
&lt;br /&gt;
==MediaWiki-wiki&#039;s in het Nederlands==&lt;br /&gt;
{{CompactTOC}}&lt;br /&gt;
===#===&lt;br /&gt;
&lt;br /&gt;
===A===&lt;br /&gt;
&lt;br /&gt;
===B===&lt;br /&gt;
;BaarleWiki - [http://www.baarlewiki.nl/ baarlewiki.nl of: baarlewiki.be] : Encyclopedia (in Dutch) about the enclaved community Baarle, consisting of Baarle-Hertog (Belgian part) and Baarle-Nassau (Dutch part).&lt;br /&gt;
;Bibliotheekweek - [http://wiki.bibliotheekweek.be/ wiki.bibliotheekweek.be] :De bib, vol onverwachte ontmoetingen.&lt;br /&gt;
;Braziliewiki - [http://braziliewiki.nl braziliewiki.nl] :Braziliewiki.&lt;br /&gt;
&lt;br /&gt;
===C===&lt;br /&gt;
;Condors Spoorwegen - [http://www.CONDORSPOORWEGEN.NL/ CondorsSpoorwegen.nl] : Wiki about railways and steam trains&lt;br /&gt;
&lt;br /&gt;
===D===&lt;br /&gt;
;DoctorsWiki - [http://wiki.dedoctors.nl/ DoctorsWiki] :Informatie en uitspraken over/van De Doctors (Nederlands)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===E===&lt;br /&gt;
;Eastindianguild - [http://www.eastindianguild.nl eastindianguild.nl] :Dutch GuildWars Guild&lt;br /&gt;
;ECGpedia - [http://www.ecgpedia.org ECGpedia.org] :Dutch ECG course&lt;br /&gt;
;EncyOnline - [http://www.encyonline.nl encyonline.nl] :Dutch language encyclopedia (mostly) about the Dutch province of Fryslân with official names and new pictures &lt;br /&gt;
;Examenwiki - [http://examens.wina.be] : Dutch site with all examinations of Mathematics, Informatics, or Physics of the catholic university of Louvain.&lt;br /&gt;
&lt;br /&gt;
===F===&lt;br /&gt;
;Fedora-Linux - [http://www.fedora-linux.nl/wiki/ fedora-linux.nl] : Dutch wiki about the Fedora Linux operating system&lt;br /&gt;
;Food-b-Good - [http://www.foodbgood.com/ foodbgood.com] : Dutch wiki with recipes&lt;br /&gt;
;FysioPedia - [http://www.fysiopedia.nl/ FysioPedia.nl] : Dutch wiki about physical therapy&lt;br /&gt;
&lt;br /&gt;
===G===&lt;br /&gt;
;GTA WIKI - [http://nl.wikigta.org/wiki/ http://nl.wikigta.org/wiki] : Dutch wiki about the game GTA&lt;br /&gt;
&lt;br /&gt;
===H===&lt;br /&gt;
&lt;br /&gt;
;Hardhoutbeleggingen Wiki - [http://wiki.hardhout-investeringen.net/Hoofdpagina wiki.hardhout-investeringen.net] :Een wiki over investeren in teak plantages en andere hardhout/bosbouw investeringen&lt;br /&gt;
&lt;br /&gt;
;HiCAD next Wiki - [http://wiki.isdbenelux.com/index.php5 wiki.isdbenelux.com] :Een Wiki met uitleg over het 3D CAD systeem HiCAD next &lt;br /&gt;
&lt;br /&gt;
;HoeHetWerkt.nl Wiki - [http://www.hoehetwerkt.nl HoeHetWerkt.nl] :Een wiki met veel over hoe dingen werken.&lt;br /&gt;
&lt;br /&gt;
;HVwiki.nl Wiki - [http://www.hvwiki.nl HVwiki.nl] :De Wiki voor en door hulpverleners !&lt;br /&gt;
&lt;br /&gt;
===I===&lt;br /&gt;
;Informatiegeletterd - [http://wiki.informatiegeletterd.be wiki.informatiegeletterd.be] :Informatie vinden en toepassen en daardoor je leven makkelijker en...&lt;br /&gt;
;IranActua Encyclopedie - [http://www.iranpedia.info/ IranPedia.info] :Nederlandstalige Encyclopedie over Iran&lt;br /&gt;
&lt;br /&gt;
===J===&lt;br /&gt;
&lt;br /&gt;
===K===&lt;br /&gt;
;Kerkrade, Gisteren en Vandaag - [http://www.kgv.nl/ kgv.nl] :Information about the city of Kerkrade&lt;br /&gt;
;Klusopedia: tips voor klussen en doe het zelf - [http://www.klusopedia.nl Klusopedia] - Top 10.000 NL website&lt;br /&gt;
&lt;br /&gt;
===L===&lt;br /&gt;
;[http://www.leerwiki.nl Leerwiki Extensions Mediawiki + Succes stappenplannen]&lt;br /&gt;
&lt;br /&gt;
;Luchtnieuws [http://www.luchtnieuws.nl Luchtnieuws.nl] - about air quality&lt;br /&gt;
&lt;br /&gt;
;[http://www.legotreinen.nl/lego_wiki/ www.legotreinen.nl - A site about Lego trains]&lt;br /&gt;
&lt;br /&gt;
===M===&lt;br /&gt;
;MacWiki - [http://www.macwiki.nl MacWiki.nl] : Wiki about everything that has to do with Apple &amp;amp; Mac&#039;s, including how-to&#039;s.&lt;br /&gt;
&lt;br /&gt;
;Management Game Wiki - [http://www.mangame.nl Mangame.nl] : Wiki supporting the international management game &amp;quot;Emerald Forest&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;Mi2 Console Wiki - [http://tvforumnl.webege.com/mediawiki-1.17.0/ Mi2 Console Wiki] : Dutch Wiki about the Mi2 Console.&lt;br /&gt;
&lt;br /&gt;
;Milpedia - [http://www.milpedia.nl Milpedia.nl] : A Dutch language Military Encyclopedia&lt;br /&gt;
&lt;br /&gt;
;Mediawiki:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Wikipedia&amp;lt;br /&amp;gt;w:&lt;br /&gt;
!Wiktionary&amp;lt;br /&amp;gt;wikt:&lt;br /&gt;
!Wikibooks&amp;lt;br /&amp;gt;b:&lt;br /&gt;
!Wikinews&amp;lt;br /&amp;gt;n:&lt;br /&gt;
!Wikiquote&amp;lt;br /&amp;gt;q:&lt;br /&gt;
!Wikisource&amp;lt;br /&amp;gt;s:&lt;br /&gt;
|-&lt;br /&gt;
|{{#if:+|[http://nl.wikipedia.org/{{#ifeq:|||w/index.php?title=}} w:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|{{#if:+|[http://nl.wiktionary.org/{{#ifeq:|||w/index.php?title=}} wikt:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|{{#if:+|[http://nl.wikibooks.org/{{#ifeq:|||w/index.php?title=}} b:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|{{#if:+|[http://nl.wikinews.org/{{#ifeq:|||w/index.php?title=}} n:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|{{#if:+|[http://nl.wikiquote.org/{{#ifeq:|||w/index.php?title=}} q:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|{{#if:+|[http://nl.wikisource.org/{{#ifeq:|||w/index.php?title=}} s:nl:]|&amp;amp;nbsp;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===N===&lt;br /&gt;
;Nederlands Contactcentrum voor Science Fiction [http://www.ncsf.nl/wiki Nederlands Contactcentrum voor Science Fiction] : The Dutch science fiction association &lt;br /&gt;
;NederWiki - [http://nederwiki.nl/ nederwiki.nl] :Dutch Semantic Wiki&lt;br /&gt;
;Nikon Club Nederland - [http://www.nikon-club-nederland.nl www.nikon-club-nederland.nl] : Nikon Club Nederland bestaat uit fotografen (professionals en amateurs) en enthousiastelingen (o.a. verzamelaars), die Nikon een warm hart toedragen. De vereniging is onafhankelijk en heeft geen commerciële bijbedoelingen.&lt;br /&gt;
;Noodles - [http://www.denoodles.nl/genderwiki/ denoodles.nl] : Dutch wiki about gender&lt;br /&gt;
&lt;br /&gt;
===O===&lt;br /&gt;
;Oncyclopedia - http://oncyclopedia.net :A Wikipedia-style encyclopedia parody, «onzin» is Dutch for &amp;quot;nonsense&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===P===&lt;br /&gt;
&lt;br /&gt;
;phpBB.nl Wiki - [http://wiki.phpbb.nl/ wiki.phpbb.nl] :Dutch Wiki about phpBB, belonging to [http://www.phpbb.nl/ phpBB.nl] &lt;br /&gt;
;Plaatsen per povincie in Nederland - [http://vflashdesign.nl/ vflashdesign.nl] :Dutch Semantic Wiki showing interactive maps of 5000+ cities and villages -categorized by state- in Holland and a special Street View section (Dutch)&lt;br /&gt;
;PMWIKI - [http://www.PMWIKI.nl/ www.PMWIKI.nl] :Dutch Wiki about project-based management, belonging to [http://www.ipma-nl.nl/ IPMA-NL]&lt;br /&gt;
;Politiek Overzicht - [http://politiekoverzicht.nl/ politiekoverzicht.nl]:Wiki that provides information about Dutch politics.&lt;br /&gt;
&lt;br /&gt;
===Q===&lt;br /&gt;
&lt;br /&gt;
===R===&lt;br /&gt;
&lt;br /&gt;
;Reliwiki - [http://www.reliwiki.nl Reliwiki] : Wiki on religious buildings in the Netherlands (Dutch)&lt;br /&gt;
;Retailwiki - [http://www.retailwiki.nl Retailwiki] : Wiki on retail and merchandise management (Dutch)&lt;br /&gt;
&lt;br /&gt;
===S===&lt;br /&gt;
;Scoutpedia.nl - [http://www.scoutpedia.nl/ scoutpedia.nl] :Wiki about everything related to scouting; history, games, techniques, songs and background information&lt;br /&gt;
;SigarenWiki - [http://www.sigarenwiki.nl/ SigarenWiki.nl] :Dutch Wiki about Longfiller Cigars&lt;br /&gt;
;Spelenboek - [http://www.spelenboek.nl/ www.spelenboek.nl] :Huge collection of recreational games. Grote verzameling recreatieve activiteiten.&lt;br /&gt;
;Sport Wiki - [http://wiki.freemotion.nl/ Freemotion.nl] :Dutch wiki about sports&lt;br /&gt;
&lt;br /&gt;
===T===&lt;br /&gt;
;TeleWiki - [http://wiki.telephorum.org/ TelePhorum.org] : De [http://wiki.telephorum.org TeleWiki] is de onafhankelijk bron van informatie over telecommunicatie voor professionele Telecommanager.&lt;br /&gt;
;The Sims Gamers - [http://www.wiki.thesimsgamers.comlu.com The Sims Gamers - Een Wiki over Sims.]&lt;br /&gt;
&lt;br /&gt;
===U===&lt;br /&gt;
&lt;br /&gt;
===V===&lt;br /&gt;
&lt;br /&gt;
===W===&lt;br /&gt;
;Wereldpagina.nl - [http://www.wereldpagina.nl/ Wereldpagina.nl] :  World-wide travel guide&lt;br /&gt;
;Wikilucht - [http://www.wikilucht.nl Wikilucht.nl] : ICT platform for questions related to atmospheric pollution (dutch).&lt;br /&gt;
;WikiResear.ch - [http://wikiresear.ch/Main_Page WikiResear.ch/Main_Page] : Dutch and English research pages, mainly conspiracies until now. Pages are webware and server locked, after an expert backdoor attack from IP&#039;s traced to the Dutch WikiPedia community, sabotaging main user, injecting sql and causing a strange database problem on a specific page.&lt;br /&gt;
;Wiki-site - [http://nl.wiki-site.com nl.wiki-site.com]:Wiki-Site.com allows you to open and manage a free wiki site in Dutch&lt;br /&gt;
;WO1Wiki - [http://www.forumeerstewereldoorlog.nl/wiki WO1Wiki] : A Dutch language wiki on the First World War&lt;br /&gt;
;Wikikids - [http://wikikids.wiki.kennisnet.nl/ Wikikids] :Encyclopedia for children (8-13); Encyclopedia voor kinderen (8-13)&lt;br /&gt;
;Wikisage - [http://nl.wikisage.org/wiki Wikisage] : The free encyclopedia of the second generation&lt;br /&gt;
&lt;br /&gt;
===X===&lt;br /&gt;
&lt;br /&gt;
===Y===&lt;br /&gt;
&lt;br /&gt;
===Z===&lt;br /&gt;
;ZeilersWiki - [http://www.zeilersforum.nl/mediawiki/ Zeilersforum ZeilersWiki] :Dutch Wiki about all aspects of Sailing in The Netherlands&lt;br /&gt;
[[Category:MediaWiki References|nl]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/multilingual&amp;diff=525088</id>
		<title>Sites using MediaWiki/multilingual</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/multilingual&amp;diff=525088"/>
		<updated>2012-04-13T18:25:02Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: /* S */ fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{MediaWiki Sites}}&lt;br /&gt;
&#039;&#039;This is a list of sites that are using &#039;&#039;&#039;MediaWiki&#039;&#039;&#039;, the wiki engine this site is about. On this page we collect wikis that are written or provided in &#039;&#039;&#039;more than one language&#039;&#039;&#039;, quite often these are the bigger projects.&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
* Feel free to add your site to the list, but please stay close to the given format:&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;; Title – [http://www.example.org/ example.org]: (language code) Short description&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
* New entries will be checked. Unreachable sites or sites that don&#039;t use MediaWiki will be removed.&lt;br /&gt;
* Last complete check: 2005-12-03&lt;br /&gt;
&lt;br /&gt;
== MediaWiki-Wikis in more than one language ==&lt;br /&gt;
{{CompactTOC}}&lt;br /&gt;
&lt;br /&gt;
=== # ===&lt;br /&gt;
; 21C3Wiki – [https://21c3.ccc.de/wiki/index.php/Main_Page 21c3.ccc.de]: (de, en) Public wiki of the 21st Chaos Communication Congress in Berlin 2004&lt;br /&gt;
; 22C3Wiki – [https://events.ccc.de/congress/2005/wiki/22C3_Public_Wiki events.ccc.de]: (de, en) Public wiki of the 22st Chaos Communication Congress in Berlin 2005&lt;br /&gt;
&lt;br /&gt;
=== A ===&lt;br /&gt;
; Aeromodelpedia - [http://www.aeromodelpedia.org www.aeromodelpedia.org] : The free aeromodels encyclopedia.&lt;br /&gt;
; Airsoftpedia – [http://www.airsoftpedia.es/ airsoftpedia.es]: (ES) Wiki about Airsoft - Wiki sobre Airsoft &lt;br /&gt;
; Agri Wiki - [http://www.agriwiki.co.za agriwiki.co.za]: (EN, AF) Wiki about agriculture in South Africa.&lt;br /&gt;
; Análisis Técnico – [http://www.analisis-tecnico.eu/ Analisis-Tecnico.EU]: (ES, EN, DE) Enciclopedia Análisis Técnico. &lt;br /&gt;
; Anarchopedia – [http://www.anarchopedia.org/ anarchopedia.org]: (en, other languages) Anarchist GFDL corpus access provider&lt;br /&gt;
; Arija wiki – arija.org [http://www.arija.org/es/ (es)] [http://www.arija.org/en/ (en)] [http://www.arija.org/fr/ (fr)]: A multilingual project to create a complete and accurate open content encyclopedia about the town of Arija, Burgos, Spain and its surroundings&lt;br /&gt;
&lt;br /&gt;
=== B ===&lt;br /&gt;
; Battlestar Wiki – [http://www.battlestarwiki.org/ battlestarwiki.org]: (de, es, en, fr, tr, zh) &#039;&#039;Battlestar Galactica&#039;&#039; online encyclopedia and episode guide &lt;br /&gt;
; Bromwiki – [http://www.bromwiki.net/ bromwiki.net]: (de, en, es) Information on the tropical pineapple plantfamily&lt;br /&gt;
; Buddhist Encyclopedia – [http://Buddhism.2be.net/ Buddhism.2be.net]: (en, zh) Encyclopedia of Buddhism with articles, videos and audios of all Buddhist traditions including the Theravada, Mahayana and Vajrayana.&lt;br /&gt;
; BioSites – [http://biosites.org/index.php/Main_Page BioSites.org]: (cn, de, es, en, fr, jr, kr, tr, zh) BioSites.org is an openfree information provider of companies or web sites. You can freely add and edit your site&#039;s profile anytime. BioSites.org will help introduce your websites and provide external links and references that can enhance and increase traffic to your site, and connect you with your visitors.&lt;br /&gt;
&lt;br /&gt;
=== C ===&lt;br /&gt;
; Capital Market Wiki – [http://www.capital-market-wiki.org/wiki/ capital-market-wiki.org]: (en) An open encyclopedia of world capital markets. An article may be written in any language, on sub-pages to the English version, tied together with a common semantic database, organized in accordance with Capital Market Taxonomy.&lt;br /&gt;
&lt;br /&gt;
; Cantr II wiki – [http://wiki.cantr.net/index.php/Main_Page wiki.cantr.net]: (en/es/pt) Help to Cantr II - a game (MMORPG, PBBG and simulating society) which together involved more than a dozen linguistic communities, in a same persistent virtual world.&lt;br /&gt;
&lt;br /&gt;
; Cigarettespedia – [http://www.cigarettespedia.com/ cigarettespedia.com]: (en) CigarettesPedia is unique, the fullest free collection of cigarette boxes, invaluable information about cigarette brands, history of their appearance and the manufacturers.&lt;br /&gt;
&lt;br /&gt;
; CineWiki – [http://www.cinewiki.org/ www.cinewiki.org]:The free film encyclopedia (en/zh)&lt;br /&gt;
&lt;br /&gt;
; Cinoku – [http://www.cinoku.com/ www.cinoku.com]:Film lexicon (de/en)&lt;br /&gt;
&lt;br /&gt;
; CoCoWiki - [http://www.asicdev.com/wiki/ www.asicdev.com/wiki/]:(zh) A wiki for electronic egineering in chinese.&lt;br /&gt;
&lt;br /&gt;
; Computational Engineering – [http://computational.engineering.or.id computational.engineering.or.id]: (id) This site presents the research on computational engineering in Indonesia, contains information to build high performance computing system as well as the application on material design, instrumentation, and control. &lt;br /&gt;
&lt;br /&gt;
; Corruptopedia – [http://www.corruptopedia.org/ corruptopedia.org]: (pt-br) Corruptopedia is a brazillian encyclopedia and speaks of the most &#039;honest&#039; people of the Brazil.&lt;br /&gt;
&lt;br /&gt;
=== D ===&lt;br /&gt;
; DLRPwiki.org – [http://www.dlrpwiki.org/ DLRPwiki.org]: (en, nl, de) Disneyland Resort Paris wiki&lt;br /&gt;
&lt;br /&gt;
=== E ===&lt;br /&gt;
; Einstein University - [http://www.einstein-university.org Einstein University] the free university/ academic social network. &lt;br /&gt;
; Ekopedia – [http://www.ekopedia.org/ Ekopedia]: ([http://fr.ekopedia.org/ fr], [http://eo.ekopedia.org/ eo], [http://en.ekopedia.org/ en], [http://it.ekopedia.org/ it], [http://de.ekopedia.org/ de], [http://pl.ekopedia.org/ pl]...) The ecology&#039;s encyclopedia.&lt;br /&gt;
; eLib Austria – [http://www.literature.at/elib/www/wiki/]: (de, some documents in en, fr, es) Digitalization effort which combines sourcetexts, with papers and articles as an eLearning site for university students&lt;br /&gt;
; Encyclopaediae Pokemonis – [http://www.encyclopaediae-pokemonis.org/ www.encyclopaediae-pokemonis.org]: (de, en, es, fr, jp, po, pl) Wikis about [[Wikipedia:Pokémon|Pokémon]]&lt;br /&gt;
; Ensiklokamus Teknologi Maklumat – [http://teknologi-maklumat.com/wiki/Halaman_utama teknologi-maklumat.com]: (ms) Encyclopedia of information technology in the Malay language&lt;br /&gt;
; EnterWiki – [http://enterwiki.net/ EnterWiki.net]: (en, soon to include fr, de, es) Entertainment wiki network, mostly MMOGs&lt;br /&gt;
; Eureka Wiki – [http://www.eurekawiki.org/ eurekawiki.org]: (en, soon to be de) A wiki on the [[Wikipedia:Eureka (TV series)|Eureka]].&lt;br /&gt;
; Exprmntl – [http://www.exprmntl.net/fr/ exprmntl.net]: (fr, en, de, es…) Encyclopedia of audio-visual art&lt;br /&gt;
; Eleupedia – [http://www.eleupedia.org/ eleupedia.org]: (es) Are your collaborations deleted in the Wikipedia? No problem, we are the alternative.&lt;br /&gt;
&lt;br /&gt;
=== F ===&lt;br /&gt;
; FlightGear wiki – [http://wiki.flightgear.org wiki.flightgear.org]: Wiki of the free, opensource flight simulator [[:w:FlightGear]].&lt;br /&gt;
; Forestpedia – [http://forestpedia.org/ forestpedia.org]: (id, en) Forestpedia is designed to help groups collaborate, share, and build a website that provide information center for tropical forest knowledge. &lt;br /&gt;
; Freeciv – [http://www.freeciv.org/ freeciv.org]: (en, other languages) Information about the multiplayer strategy game &amp;quot;Freeciv&amp;quot;&lt;br /&gt;
; Friday&#039;s poems Collaborative Movement – [http://sextapoetica.com.br sextapoetica.com.br]: (pt) a place where one can read what other people write and where anyone can write freely.&lt;br /&gt;
; FZWTE Software – [http://fzwte.net/ fzwte.net]: (en, fr) Software by ZeWaren / Erwan Martin&lt;br /&gt;
; Freedom Porn - [http://www.freedomporn.org/ www.FreedomPorn.org]: (en, ru, soon other) Anarchist and activist pornography.&lt;br /&gt;
&lt;br /&gt;
=== G ===&lt;br /&gt;
; Glen Cook Wiki – (no longer multi-lingual, english only) [http://glencook.org/ glencook.org]: (de, en, fr, pl, ru) Reference to the books and worlds of Author Glen Cook &#039;&#039;Translators needed!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== H ===&lt;br /&gt;
; &#039;&#039;&#039;Heroes Wiki&#039;&#039;&#039; – [http://heroeswiki.com/ heroeswiki.com]: ([http://de.heroeswiki.com/ de], [http://es.heroeswiki.com/ es], [http://fr.heroeswiki.com/ fr], [http://he.heroeswiki.com/ he], [http://it.heroeswiki.com/ it], [http://nl.heroeswiki.com/ nl], [http://pt.heroeswiki.com/ pt], [http://sv.heroeswiki.com/ sv], [http://tr.heroeswiki.com/ tr]) Wiki dedicated to [[w:NBC|NBC]]&#039;s TV series &#039;&#039;[[w:Heroes (TV series)|Heroes]]&#039;&#039;.&lt;br /&gt;
; &#039;&#039;&#039;Hinnavaatlus wiki&#039;&#039;&#039; – [http://wiki.hinnavaatlus.ee/index.php/Esileht wiki.hinnavaatlus.ee]: (et, en) A site dedicated to organize manuals and tips gathered in [http://foorum.hinnavaatlus.ee/index.php Hinnavaatlus forum] (Estonian pricewatch forum)&lt;br /&gt;
; &#039;&#039;&#039;Hitchwiki&#039;&#039;&#039; – [http://hitchwiki.org/ hitchwiki.org]: ([http://hitchwiki.org/en/ en], [http://hitchwiki.org/de/ de], [http://hitchwiki.org/es/ es], [http://hitchwiki.org/fr/ fr], [http://hitchwiki.org/fi/ fi], [http://hitchwiki.org/pt pt], [http://hitchwiki.org/bg/ bg], [http://hitchwiki.org/zh/ zh], [http://hitchwiki.org/pl/ pl], [http://hitchwiki.org/ru/ ru]) Information about hitchhiking.&lt;br /&gt;
; &#039;&#039;&#039;Hortipedia&#039;&#039;&#039; - [http://www.hortipedia.com/ www.hortipedia.com]: ([http://en.hortipedia.com en], [http://de.hortipedia.com de], fr and es coming soon) garden encyclopedia, plants, plant database, Gartenlexikon, Pflanzen, Pflanzendatenbank)&lt;br /&gt;
; &#039;&#039;&#039;howtopedia.org&#039;&#039;&#039; – [http://www.howtopedia.org/ www.howtopedia.org]: (en,fr,es) Howtopedia is a library for practical knowledge and simple technologies. It focuses on development tools.&lt;br /&gt;
; &#039;&#039;&#039;Howiw.com&#039;&#039;&#039; - [http://www.howiw.com/ www.howiw.com]: (will be in all linguages) the Free highest quality how to articles that anyone can edit.&lt;br /&gt;
&lt;br /&gt;
=== I ===&lt;br /&gt;
; &amp;lt;span style=&amp;quot;explain&amp;quot; title=&amp;quot;Internationalized Domain Names&amp;quot;&amp;gt;IDN&amp;lt;/span&amp;gt;wiki – [http://idn.icann.org/Project:About ICANN TLD I18N]: ([http://xn--mgbh0fb.xn--kgbechtv/ ar], [http://xn--fsqu00a.xn--0zwm56d/ zh-Hans], [http://xn--fsqu00a.xn--g6w251d/ zh-Hant], [http://xn--hxajbheg2az3al.xn--jxalpdlp/ el], [http://xn--p1b6ci4b4b3a.xn--11b5bs3a9aj6g/ hi], [http://xn--r8jz45g.xn--zckzah/ ja], [http://xn--9n2bp8q.xn--9t4b11yi5a/ ko], [http://xn--mgbh0fb.xn--hgbk6aj7f53bba/ fa], [http://xn--e1afmkfd.xn--80akhbyknj4f/ ru], [http://xn--zkc6cc5bi7f6e.xn--hlcj6aya9esc7a/ ta], [http://xn--fdbk5d8ap9b8a8d.xn--deba0ad/ yi], [http://xn--1xd0bwwra.idn.icann.org/ am], [http://xn--5dbqzzl.idn.icann.org/ he]) &lt;br /&gt;
; IEs4Linux – [http://www.tatanka.com.br/ies4linux www.tatanka.com.br/ies4linux]: (de, en, es_UY, fr, pt_BR) Internet Explorer 6, 5.5, 5 on Linux&lt;br /&gt;
; IMSLP – [http://www.imslp.org/ www.imslp.org]: public domain musical score archive&lt;br /&gt;
&lt;br /&gt;
=== J ===&lt;br /&gt;
; Jehudim – [http://www.yehudim.eu/ yehudim.eu]: (en, other languages) European Jewish Heritage Project&lt;br /&gt;
&lt;br /&gt;
; Jesus-Wiki – [http://jesus-wiki.org/ jesus-wiki.org]: (de, fi, fr, en, es) Wiki project with a Christian point of view&lt;br /&gt;
&lt;br /&gt;
; Jurispedia – [http://www.jurispedia.org/ jurispedia.org]: (ar, en, fr, de, nl, other languages) law website&lt;br /&gt;
&lt;br /&gt;
=== K ===&lt;br /&gt;
; KDE TechBase – [http://techbase.kde.org/ http://techbase.kde.org/]: The [[wikipedia:KDE|KDE]] developers&#039; wiki.&lt;br /&gt;
&lt;br /&gt;
; KDE UserBase – [http://userbase.kde.org/ http://userbase.kde.org/]: The [[wikipedia:KDE|KDE]] user community wiki.&lt;br /&gt;
&lt;br /&gt;
; Knowtive – [http://www.knowtive.com/ www.knowtive.com]: (zh, other languages) &lt;br /&gt;
&lt;br /&gt;
; Knowledgebase Home – [http://www.asiaosc.org/enwiki/ asiaosc.org/enwiki]: (en, other languages) From AsiaOSC, an Asian open source centre&lt;br /&gt;
&lt;br /&gt;
; Kompensationsverzeichnis Mecklenburg-Vorpommern – [http://www.kompensationsflaechen-mv.de/ kompensationsflaechen-mv.de]: (de) Platform for impact review-areas (Ausgleichsflächen, Ökokonten) in Mecklenburg-Vorpommern, State in Germany&lt;br /&gt;
&lt;br /&gt;
; Korean Resource Center – [http://krcla.org/ krcla.org]: (en, ko) organization website for the [[:wikipedia:Korean Resource Center|Korean Resource Center]] (민족학교), a non-profit organization based in Los Angeles. Editing restricted to talk pages only.&lt;br /&gt;
&lt;br /&gt;
=== L ===&lt;br /&gt;
; Lostpedia – [http://www.lostpedia.com/ Lostpedia.com]: (de/en/es/fr/it/nl/pl/pt) Wiki dedicated to ABC&#039;s TV series LOST.&lt;br /&gt;
&lt;br /&gt;
; Live Cinema Research Wiki – [http://livecinema.prototypen.com/wiki/ livecinema.prototypen.com]: (de/en) Wiki dedicated to the research of movie making and presentation techniques for the 21st century.&lt;br /&gt;
&lt;br /&gt;
; Lingua Veritas [http://linguaveritas.com/ Lingua Veritas – Translation interpretation]: A Wiki-based multilingual resources agency&lt;br /&gt;
&lt;br /&gt;
; Locaweb [http://wiki.locaweb.com.br/]: Wiki locaweb&lt;br /&gt;
&lt;br /&gt;
=== M ===&lt;br /&gt;
; Memory Alpha – [http://memory-alpha.org/ memory-alpha.org]: (en, other languages) Encyclopedia and reference for everything related to Star Trek&lt;br /&gt;
; Metacafe - [http://www.metacafe.com/ metacafe.com]: (en, other languages) A community based video sharing web site, using Mediawiki as the back-end for video metadata&lt;br /&gt;
; MLDonkey – [http://mldonkey.sourceforge.net/ mldonkey.sourceforge.net]: (de, en) Site for MLDonkey users and developers&lt;br /&gt;
; MS WIKI – [http://msreport.ohost.de/ msreport.ohost.de]: (de, en) Informations about Microsoft and other computerfactorys/software&lt;br /&gt;
; Mypetcard – [http://mypetcard.org/]: (pt) Informations about pet&#039;s&lt;br /&gt;
&lt;br /&gt;
=== N ===&lt;br /&gt;
; Nedirki Wiki – [http://www.nedirki.net/ nedirki.net]: (de, en, tr, ku ..) wikipedinin kopyası a.q&lt;br /&gt;
; NursingWiki – [http://www.nursingwiki.org/ nursingwiki.org]: (de, en) unrestricted information on nursing and health care&lt;br /&gt;
&lt;br /&gt;
=== O ===&lt;br /&gt;
; Occleve (the Open Content Learning Environment) – [http://occleve.berlios.de/wiki/ occleve.berlios.de/wiki/]: (en, wuu, zh, other languages) An open content computer based learning system for mobile phones. Also known as PocketChinese.&lt;br /&gt;
; Oekonux – [http://de.wiki.oekonux.org/ de.wiki.oekonux.org]: (de, en, es) About Linux/free software and its influences on political and economic structures [http://www.oekonux.org/ oekonux.org], [http://www.oekonux.de/ oekonux.de], [http://en.wiki.oekonux.org/ en.wiki.oekonux.org]&lt;br /&gt;
; OmegaWiki - [http://www.omegawiki.org www.omegawiki.org]: Multilingual dictionary, using WikiData extension.&lt;br /&gt;
; OpenFacts – [http://openfacts.berlios.de/ openfacts.berlios.de]: (de, other languages) Database about open source software&lt;br /&gt;
; OpenStreetMap – [http://wiki.openstreetmap.org/wiki/Main_Page OpenStreetMap]: (multilingual) project to create a free map of the world&lt;br /&gt;
; openSUSE – [http://en.opensuse.org/ opensuse.org]: (in many languages) a Linux distribution&lt;br /&gt;
; Operation Market Garden(OMG) Wiki - [http://www.omgmod.org/wiki/index.php?title=Main_Page omgmod.org/wiki]: (de, en, es, nl) Centered around the Operation Market Garden modification for Company of Heroes and its community.&lt;br /&gt;
; OpinionPedia– [http://www.opinionpedia.net/ opinionpedia.net]: (en, fr, other) Opinions about products and services.&lt;br /&gt;
; Othello Wiki Book Project – [http://othello.dk/book/index.php/Main_Page othello.dk/book]: (en, other languages) This is a &amp;quot;book&amp;quot; about Othello game, written and edited by the joint community of Othello players..&lt;br /&gt;
&lt;br /&gt;
=== P ===&lt;br /&gt;
; Partitures.net – [http://www.partitures.net/ Partitures.net]: (ca/en/es) Public Domain Music Score Library Project, started in Spain. At moment only this 3 languages.&lt;br /&gt;
; Piratenwiki – [http://wiki.piratenpartei.de/ wiki.piratenpartei.de]: (de) Discussion, Information and Coordination platform of the [[:wikipedia:Pirate Party Germany|German Pirate Party]] (See also [[:wikipedia:Pirate Parties International|Pirate Parties International]])&lt;br /&gt;
;Pl@ntUse - [http://uses.plantnet-project.org/en/Main_Page uses.plantnet-project.org/en]: (en/fr) Useful plants of the world and their uses, a study case of Pl@ntNet [http://www.plantnet-project.org/papyrus.php?langue=en plantnet-project.org].&lt;br /&gt;
; Pokemon Global – [http://pokeglobal.org/ pokeglobal.org]: (en/pt) The official wiki of PokeNet.&lt;br /&gt;
; Pokemon Wiki (ポケモンWiki) – [http://wiki.xn--rckteqa2e.com/wiki/ wiki.xn--rckteqa2e.com/wiki/]: (ja) Community-driven Pokémon encyclopedia. A member of the Encyclopaediae Pokémonis group with English [http://bulbapedia.bulbagarden.net/ Bulbapedia] and German PokéWiki.&lt;br /&gt;
; PokéWiki – [http://www.pokewiki.de/Hauptseite www.pokewiki.de/Hauptseite]: (de) Community-driven Pokémon encyclopedia. A member of the Encyclopaediae Pokémonis group with English [http://bulbapedia.bulbagarden.net/ Bulbapedia] and Japanese ポケモンWiki.&lt;br /&gt;
; Pornopedia – [http://www.pornopedia.eu/ www.pornopedia.eu]: (de/en/es/fr) Erotic encyclopedia&lt;br /&gt;
&lt;br /&gt;
=== Q ===&lt;br /&gt;
; Qi Hardware – [http://wiki.qi-hardware.com/ wiki.qi-hardware.com]: (en/es/zh-hans) Copyleft hardware project.&lt;br /&gt;
&lt;br /&gt;
=== R ===&lt;br /&gt;
; Rodovid – [http://rodovid.org/ rodovid.org]: (de, es, en, fi, fr, he, id, it, ja, nl, pl, pt, ro, ru, sr, uk, uz) Free multilingual family tree portal.&lt;br /&gt;
&lt;br /&gt;
=== S ===&lt;br /&gt;
; &#039;&#039;&#039;Safon.org&#039;&#039;&#039; – [http://safon.org/nn/index.php/Safon.org:Hovudsida safon.org]: (nn, nb, en, pt) Resource site for religion and culture, including Judaism, Sikhism and others, from a Scandinavian coastal perspective.&lt;br /&gt;
; ScoutWiki Network – [http://www.scoutwiki.org/ scoutwiki.org]: ([http://fi.scoutwiki.org/ fi], [http://fr.scoutwiki.org/ fr], [http://nl.scoutwiki.org/ nl], [http://en.scoutwiki.org/ en], [http://es.scoutwiki.org/ es], [http://de.scoutwiki.org/ de], [http://it.scoutwiki.org/ it], [http://sv.scoutwiki.org/ sv], [http://ja.scoutwiki.org/ ja], [http://da.scoutwiki.org/ da], [http://cs.scoutwiki.org/ cs], [http://eo.scoutwiki.org/ eo], [http://ar.scoutwiki.org/ ar], [http://pt.scoutwiki.org/ pt], [http://uk.scoutwiki.org/ uk] ; [http://media.scoutwiki.org/ images], [http://asso.scoutwiki.org/ association]) The international network of scouting wikies.&lt;br /&gt;
; Sharewiki – [http://sharewiki.org/ sharewiki.org]: ([http://sharewiki.org/de/ de], [http://sharewiki.org/en/ en]) Wiki about sharing, collaboration, participation, ...&lt;br /&gt;
;Sightseeing Wiki - [http://www.sightseeingwiki.org www.sightseeingwiki.org] : (en, de) The greatest Places of Interest around the World.&lt;br /&gt;
; SoftX - [http://www.softx.tk/ www.softx.tk] : (en, zh-CN) Wiki about Open Source and Computer Technologies.&lt;br /&gt;
; Steam Support Wiki – [http://supportwiki.steampowered.com/wiki/ supportwiki.steampowered.com]: ([http://supportwiki.steampowered.com/ar/Main_Page ar], [http://supportwiki.steampowered.com/bg/Main_Page bg], [http://supportwiki.steampowered.com/da/Main_Page da], [http://supportwiki.steampowered.com/de/Main_Page de], [http://supportwiki.steampowered.com/el/Main_Page el], [http://supportwiki.steampowered.com/es/Main_Page es], [http://supportwiki.steampowered.com/fi/Main_Page fi], [http://supportwiki.steampowered.com/fr/Main_Page fr], [http://supportwiki.steampowered.com/he/Main_Page he], [http://supportwiki.steampowered.com/hu/Main_Page hu], [http://supportwiki.steampowered.com/it/Main_Page it], [http://supportwiki.steampowered.com/ja/Main_Page ja], [http://supportwiki.steampowered.com/ko/Main_Page ko], [http://supportwiki.steampowered.com/lt/Main_Page lt], [http://supportwiki.steampowered.com/lv/Main_Page lv], [http://supportwiki.steampowered.com/nl/Main_Page nl], [http://supportwiki.steampowered.com/no/Main_Page no], [http://supportwiki.steampowered.com/pl/Main_Page pl], [http://supportwiki.steampowered.com/pt/Main_Page pt], [http://supportwiki.steampowered.com/ro/Main_Page ro], [http://supportwiki.steampowered.com/ru/Main_Page ru], [http://supportwiki.steampowered.com/sv/Main_Page sv], [http://supportwiki.steampowered.com/tr/Main_Page tr], [http://supportwiki.steampowered.com/zh/Main_Page zh]) Help wiki for [[w:Valve Corporation|Valve&#039;s]] [[w:Steam (content delivery)|Steam]] users.&lt;br /&gt;
;Simple Silence - [http://www.simplesilence.org/ SimpleSilence.org] :(fr, en and other languages) Wiki dedicated to &#039;&#039;&#039;Meher Baba&#039;&#039;&#039;, the silent Indian Master, chiefly as a help for translations of texts.&lt;br /&gt;
; Studion-Wiki – [http://www.studion.uni-tuebingen.de/mediawiki/index.php/Studion-Wiki studion.cs.uni-tuebingen.de]: (de) &#039;&#039;&#039;Studi&#039;&#039;&#039;eninformation &#039;&#039;&#039;On&#039;&#039;&#039;line – Informationen zum Studium an der Universität Tübingen.&lt;br /&gt;
&lt;br /&gt;
=== T ===&lt;br /&gt;
; Tango.info – [http://wiki.tango.info/mul wiki.tango.info/mul]: (eng, spa, other languages) tango info wiki&lt;br /&gt;
; Technical Analysis [http://www.technical-analysis.eu/ Technical-Analysis.EU]: (EN, DE, ES) Encyclopedia for Technical Analysis (Financial). &lt;br /&gt;
; Technische Analyse – [http://www.technische-analyse.eu/ Technische-Analyse.EU]: (DE, EN, ES) Fachlexikon für Technische Analyse von Wertpapieren. &lt;br /&gt;
; Tarracowiki.cat - [http://www.tarracowiki.cat www.tarracowiki.cat]: (ca) Local encyclopedia on Tarragona, region of Catalonia (Spain). Open and most complete wiki about this city and region.&lt;br /&gt;
; The Document Foundation Wiki - [http://wiki.documentfoundation.org/Main_Page wiki.documentfoundation.org]:&lt;br /&gt;
:The official Wiki for LibreOffice and &amp;quot;The Documentfoundation&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== V ===&lt;br /&gt;
; Venicewiki: [http://www.venicewiki.org/ Venicewiki.org]. (it, other languages) The collaborative guide to &#039;&#039;&#039;Venice&#039;&#039;&#039;, Italy.&lt;br /&gt;
; Vinismo: [http://vinismo.com/ Vinismo.com]. (en, fr) Open Content, multi-lingual wiki-edited &#039;&#039;&#039;wine guide&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== W ===&lt;br /&gt;
; Walkthrough - [http://www.walkthrough.cba.pl www.walkthrough.cba.pl]: (pl, en) Encyclopedia about videogames and much more.&lt;br /&gt;
; Wikia – [http://www.wikia.com/ Wikia.com]: (en, other languages) Collection of Wiki sites on a great many subjects.&lt;br /&gt;
; Wikiants – [http://www.en.wikiants.org/ Wikiants.org]: (de, en, other languages) is a free content encyclopedia for D.I.Y. and open content projects.&lt;br /&gt;
; Wikibooks – [http://www.wikibooks.org/ Wikibooks.org]: (en, other languages) Open Books source &lt;br /&gt;
; Wikid Bikers – [http://wikidbikers.com/ Wikidbikers.com]: (en, fr) Community website and hospitality exchange network dedicated the motorcycle &amp;amp; tattoo culture.&lt;br /&gt;
; WIKI-EUROPA – [http://www.europe-maintenant.org/ Tribune de la Société civile européenne]: Base de connaissances humaines dans les domaines européens de la démocracie, des droits de la personne, de la gouvernance, de la société civile, de la solidarité (en, de, fr)&lt;br /&gt;
; WikiFur – [http://wikifur.com/ WikiFur.com]: (en, es, ru, de, fr and others) Information about [[Wikipedia:furry fandom|furry fandom]]&lt;br /&gt;
; Wikimini – [http://www.wikimini.org/ Wikimini.org]: (fr, other languages soon) Encyclopedia for children written by children.&lt;br /&gt;
; Wikipedia – [http://www.wikipedia.org/ Wikipedia.org]: (en, other languages) Wiki encyclopedia&lt;br /&gt;
; WikiPlant – [http://www.wikiplant.org/ WikiPlant.org]: (en, de, fr, es) Wiki for plants and botany in four languages&lt;br /&gt;
; Wikisocion – [http://www.wikisocion.org/ wikisocion.org]: (en, ru) Encyclopedia of socionics&lt;br /&gt;
; Wikisport.es – [http://www.wikisport.es/ WikiSport.es]: (es) Gran enciclopedia de resultados deportivos&lt;br /&gt;
; Wikitravel – [http://wikitravel.org/ wikitravel.org]: (en, de, es, fr, it, ja, nl, pl, pt, ro, sv so far) Up-to-date and reliable world-wide travel guide&lt;br /&gt;
; Wikivoyage – [http://www.wikivoyage.org wikivoyage.org]: (de, it) Non-commercial world-wide travel guide and travel-related topics&lt;br /&gt;
; WikiWheels - [http://www.wikiwheels.org www.wikiwheels.org] : (en/de) Global directory of customized cars &amp;amp; bikes.&lt;br /&gt;
; WordPress Codex – [http://www.codex.wordpress.org/ codex.wordpress.org]: (en, other languages) An open source documentation for the popular and free WordPress blogging system&lt;br /&gt;
; Wormux – [http://www.wormux.org/ wormux.org]: (en, es, fr) About the game Wormux.&lt;br /&gt;
; Wormux – [http://www.tat-too.com/ tattoo]: (en, es, fr) tattoo.&lt;br /&gt;
&lt;br /&gt;
=== X ===&lt;br /&gt;
; xfamily- [http://www.xfamily.org/ xfamily.org]: (en, es) About the cult known as &amp;quot;The Family&amp;quot; or &amp;quot;The Children of God&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Y ===&lt;br /&gt;
; Yehudim.eu – [http://www.yehudim.eu/ yehudim.eu]: (en, other languages) European Jewish Heritage Project&lt;br /&gt;
; YourWiki – [http://www.yourwiki.net/ yourwiki.net]: (mainly en, other languages supported) Free Community Wiki Hosting service&lt;br /&gt;
&lt;br /&gt;
=== Z ===&lt;br /&gt;
; Zenwalk Wiki – [http://wiki.zenwalk.org/ Zenwalk GNU/Linux wiki]: (en, de, es, fr, it...). About the Zenwalk GNU/Linux distribution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:MediaWiki References| ]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/multilingual&amp;diff=525087</id>
		<title>Sites using MediaWiki/multilingual</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/multilingual&amp;diff=525087"/>
		<updated>2012-04-13T18:23:28Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: /* T */ no&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{MediaWiki Sites}}&lt;br /&gt;
&#039;&#039;This is a list of sites that are using &#039;&#039;&#039;MediaWiki&#039;&#039;&#039;, the wiki engine this site is about. On this page we collect wikis that are written or provided in &#039;&#039;&#039;more than one language&#039;&#039;&#039;, quite often these are the bigger projects.&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
* Feel free to add your site to the list, but please stay close to the given format:&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;; Title – [http://www.example.org/ example.org]: (language code) Short description&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
* New entries will be checked. Unreachable sites or sites that don&#039;t use MediaWiki will be removed.&lt;br /&gt;
* Last complete check: 2005-12-03&lt;br /&gt;
&lt;br /&gt;
== MediaWiki-Wikis in more than one language ==&lt;br /&gt;
{{CompactTOC}}&lt;br /&gt;
&lt;br /&gt;
=== # ===&lt;br /&gt;
; 21C3Wiki – [https://21c3.ccc.de/wiki/index.php/Main_Page 21c3.ccc.de]: (de, en) Public wiki of the 21st Chaos Communication Congress in Berlin 2004&lt;br /&gt;
; 22C3Wiki – [https://events.ccc.de/congress/2005/wiki/22C3_Public_Wiki events.ccc.de]: (de, en) Public wiki of the 22st Chaos Communication Congress in Berlin 2005&lt;br /&gt;
&lt;br /&gt;
=== A ===&lt;br /&gt;
; Aeromodelpedia - [http://www.aeromodelpedia.org www.aeromodelpedia.org] : The free aeromodels encyclopedia.&lt;br /&gt;
; Airsoftpedia – [http://www.airsoftpedia.es/ airsoftpedia.es]: (ES) Wiki about Airsoft - Wiki sobre Airsoft &lt;br /&gt;
; Agri Wiki - [http://www.agriwiki.co.za agriwiki.co.za]: (EN, AF) Wiki about agriculture in South Africa.&lt;br /&gt;
; Análisis Técnico – [http://www.analisis-tecnico.eu/ Analisis-Tecnico.EU]: (ES, EN, DE) Enciclopedia Análisis Técnico. &lt;br /&gt;
; Anarchopedia – [http://www.anarchopedia.org/ anarchopedia.org]: (en, other languages) Anarchist GFDL corpus access provider&lt;br /&gt;
; Arija wiki – arija.org [http://www.arija.org/es/ (es)] [http://www.arija.org/en/ (en)] [http://www.arija.org/fr/ (fr)]: A multilingual project to create a complete and accurate open content encyclopedia about the town of Arija, Burgos, Spain and its surroundings&lt;br /&gt;
&lt;br /&gt;
=== B ===&lt;br /&gt;
; Battlestar Wiki – [http://www.battlestarwiki.org/ battlestarwiki.org]: (de, es, en, fr, tr, zh) &#039;&#039;Battlestar Galactica&#039;&#039; online encyclopedia and episode guide &lt;br /&gt;
; Bromwiki – [http://www.bromwiki.net/ bromwiki.net]: (de, en, es) Information on the tropical pineapple plantfamily&lt;br /&gt;
; Buddhist Encyclopedia – [http://Buddhism.2be.net/ Buddhism.2be.net]: (en, zh) Encyclopedia of Buddhism with articles, videos and audios of all Buddhist traditions including the Theravada, Mahayana and Vajrayana.&lt;br /&gt;
; BioSites – [http://biosites.org/index.php/Main_Page BioSites.org]: (cn, de, es, en, fr, jr, kr, tr, zh) BioSites.org is an openfree information provider of companies or web sites. You can freely add and edit your site&#039;s profile anytime. BioSites.org will help introduce your websites and provide external links and references that can enhance and increase traffic to your site, and connect you with your visitors.&lt;br /&gt;
&lt;br /&gt;
=== C ===&lt;br /&gt;
; Capital Market Wiki – [http://www.capital-market-wiki.org/wiki/ capital-market-wiki.org]: (en) An open encyclopedia of world capital markets. An article may be written in any language, on sub-pages to the English version, tied together with a common semantic database, organized in accordance with Capital Market Taxonomy.&lt;br /&gt;
&lt;br /&gt;
; Cantr II wiki – [http://wiki.cantr.net/index.php/Main_Page wiki.cantr.net]: (en/es/pt) Help to Cantr II - a game (MMORPG, PBBG and simulating society) which together involved more than a dozen linguistic communities, in a same persistent virtual world.&lt;br /&gt;
&lt;br /&gt;
; Cigarettespedia – [http://www.cigarettespedia.com/ cigarettespedia.com]: (en) CigarettesPedia is unique, the fullest free collection of cigarette boxes, invaluable information about cigarette brands, history of their appearance and the manufacturers.&lt;br /&gt;
&lt;br /&gt;
; CineWiki – [http://www.cinewiki.org/ www.cinewiki.org]:The free film encyclopedia (en/zh)&lt;br /&gt;
&lt;br /&gt;
; Cinoku – [http://www.cinoku.com/ www.cinoku.com]:Film lexicon (de/en)&lt;br /&gt;
&lt;br /&gt;
; CoCoWiki - [http://www.asicdev.com/wiki/ www.asicdev.com/wiki/]:(zh) A wiki for electronic egineering in chinese.&lt;br /&gt;
&lt;br /&gt;
; Computational Engineering – [http://computational.engineering.or.id computational.engineering.or.id]: (id) This site presents the research on computational engineering in Indonesia, contains information to build high performance computing system as well as the application on material design, instrumentation, and control. &lt;br /&gt;
&lt;br /&gt;
; Corruptopedia – [http://www.corruptopedia.org/ corruptopedia.org]: (pt-br) Corruptopedia is a brazillian encyclopedia and speaks of the most &#039;honest&#039; people of the Brazil.&lt;br /&gt;
&lt;br /&gt;
=== D ===&lt;br /&gt;
; DLRPwiki.org – [http://www.dlrpwiki.org/ DLRPwiki.org]: (en, nl, de) Disneyland Resort Paris wiki&lt;br /&gt;
&lt;br /&gt;
=== E ===&lt;br /&gt;
; Einstein University - [http://www.einstein-university.org Einstein University] the free university/ academic social network. &lt;br /&gt;
; Ekopedia – [http://www.ekopedia.org/ Ekopedia]: ([http://fr.ekopedia.org/ fr], [http://eo.ekopedia.org/ eo], [http://en.ekopedia.org/ en], [http://it.ekopedia.org/ it], [http://de.ekopedia.org/ de], [http://pl.ekopedia.org/ pl]...) The ecology&#039;s encyclopedia.&lt;br /&gt;
; eLib Austria – [http://www.literature.at/elib/www/wiki/]: (de, some documents in en, fr, es) Digitalization effort which combines sourcetexts, with papers and articles as an eLearning site for university students&lt;br /&gt;
; Encyclopaediae Pokemonis – [http://www.encyclopaediae-pokemonis.org/ www.encyclopaediae-pokemonis.org]: (de, en, es, fr, jp, po, pl) Wikis about [[Wikipedia:Pokémon|Pokémon]]&lt;br /&gt;
; Ensiklokamus Teknologi Maklumat – [http://teknologi-maklumat.com/wiki/Halaman_utama teknologi-maklumat.com]: (ms) Encyclopedia of information technology in the Malay language&lt;br /&gt;
; EnterWiki – [http://enterwiki.net/ EnterWiki.net]: (en, soon to include fr, de, es) Entertainment wiki network, mostly MMOGs&lt;br /&gt;
; Eureka Wiki – [http://www.eurekawiki.org/ eurekawiki.org]: (en, soon to be de) A wiki on the [[Wikipedia:Eureka (TV series)|Eureka]].&lt;br /&gt;
; Exprmntl – [http://www.exprmntl.net/fr/ exprmntl.net]: (fr, en, de, es…) Encyclopedia of audio-visual art&lt;br /&gt;
; Eleupedia – [http://www.eleupedia.org/ eleupedia.org]: (es) Are your collaborations deleted in the Wikipedia? No problem, we are the alternative.&lt;br /&gt;
&lt;br /&gt;
=== F ===&lt;br /&gt;
; FlightGear wiki – [http://wiki.flightgear.org wiki.flightgear.org]: Wiki of the free, opensource flight simulator [[:w:FlightGear]].&lt;br /&gt;
; Forestpedia – [http://forestpedia.org/ forestpedia.org]: (id, en) Forestpedia is designed to help groups collaborate, share, and build a website that provide information center for tropical forest knowledge. &lt;br /&gt;
; Freeciv – [http://www.freeciv.org/ freeciv.org]: (en, other languages) Information about the multiplayer strategy game &amp;quot;Freeciv&amp;quot;&lt;br /&gt;
; Friday&#039;s poems Collaborative Movement – [http://sextapoetica.com.br sextapoetica.com.br]: (pt) a place where one can read what other people write and where anyone can write freely.&lt;br /&gt;
; FZWTE Software – [http://fzwte.net/ fzwte.net]: (en, fr) Software by ZeWaren / Erwan Martin&lt;br /&gt;
; Freedom Porn - [http://www.freedomporn.org/ www.FreedomPorn.org]: (en, ru, soon other) Anarchist and activist pornography.&lt;br /&gt;
&lt;br /&gt;
=== G ===&lt;br /&gt;
; Glen Cook Wiki – (no longer multi-lingual, english only) [http://glencook.org/ glencook.org]: (de, en, fr, pl, ru) Reference to the books and worlds of Author Glen Cook &#039;&#039;Translators needed!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== H ===&lt;br /&gt;
; &#039;&#039;&#039;Heroes Wiki&#039;&#039;&#039; – [http://heroeswiki.com/ heroeswiki.com]: ([http://de.heroeswiki.com/ de], [http://es.heroeswiki.com/ es], [http://fr.heroeswiki.com/ fr], [http://he.heroeswiki.com/ he], [http://it.heroeswiki.com/ it], [http://nl.heroeswiki.com/ nl], [http://pt.heroeswiki.com/ pt], [http://sv.heroeswiki.com/ sv], [http://tr.heroeswiki.com/ tr]) Wiki dedicated to [[w:NBC|NBC]]&#039;s TV series &#039;&#039;[[w:Heroes (TV series)|Heroes]]&#039;&#039;.&lt;br /&gt;
; &#039;&#039;&#039;Hinnavaatlus wiki&#039;&#039;&#039; – [http://wiki.hinnavaatlus.ee/index.php/Esileht wiki.hinnavaatlus.ee]: (et, en) A site dedicated to organize manuals and tips gathered in [http://foorum.hinnavaatlus.ee/index.php Hinnavaatlus forum] (Estonian pricewatch forum)&lt;br /&gt;
; &#039;&#039;&#039;Hitchwiki&#039;&#039;&#039; – [http://hitchwiki.org/ hitchwiki.org]: ([http://hitchwiki.org/en/ en], [http://hitchwiki.org/de/ de], [http://hitchwiki.org/es/ es], [http://hitchwiki.org/fr/ fr], [http://hitchwiki.org/fi/ fi], [http://hitchwiki.org/pt pt], [http://hitchwiki.org/bg/ bg], [http://hitchwiki.org/zh/ zh], [http://hitchwiki.org/pl/ pl], [http://hitchwiki.org/ru/ ru]) Information about hitchhiking.&lt;br /&gt;
; &#039;&#039;&#039;Hortipedia&#039;&#039;&#039; - [http://www.hortipedia.com/ www.hortipedia.com]: ([http://en.hortipedia.com en], [http://de.hortipedia.com de], fr and es coming soon) garden encyclopedia, plants, plant database, Gartenlexikon, Pflanzen, Pflanzendatenbank)&lt;br /&gt;
; &#039;&#039;&#039;howtopedia.org&#039;&#039;&#039; – [http://www.howtopedia.org/ www.howtopedia.org]: (en,fr,es) Howtopedia is a library for practical knowledge and simple technologies. It focuses on development tools.&lt;br /&gt;
; &#039;&#039;&#039;Howiw.com&#039;&#039;&#039; - [http://www.howiw.com/ www.howiw.com]: (will be in all linguages) the Free highest quality how to articles that anyone can edit.&lt;br /&gt;
&lt;br /&gt;
=== I ===&lt;br /&gt;
; &amp;lt;span style=&amp;quot;explain&amp;quot; title=&amp;quot;Internationalized Domain Names&amp;quot;&amp;gt;IDN&amp;lt;/span&amp;gt;wiki – [http://idn.icann.org/Project:About ICANN TLD I18N]: ([http://xn--mgbh0fb.xn--kgbechtv/ ar], [http://xn--fsqu00a.xn--0zwm56d/ zh-Hans], [http://xn--fsqu00a.xn--g6w251d/ zh-Hant], [http://xn--hxajbheg2az3al.xn--jxalpdlp/ el], [http://xn--p1b6ci4b4b3a.xn--11b5bs3a9aj6g/ hi], [http://xn--r8jz45g.xn--zckzah/ ja], [http://xn--9n2bp8q.xn--9t4b11yi5a/ ko], [http://xn--mgbh0fb.xn--hgbk6aj7f53bba/ fa], [http://xn--e1afmkfd.xn--80akhbyknj4f/ ru], [http://xn--zkc6cc5bi7f6e.xn--hlcj6aya9esc7a/ ta], [http://xn--fdbk5d8ap9b8a8d.xn--deba0ad/ yi], [http://xn--1xd0bwwra.idn.icann.org/ am], [http://xn--5dbqzzl.idn.icann.org/ he]) &lt;br /&gt;
; IEs4Linux – [http://www.tatanka.com.br/ies4linux www.tatanka.com.br/ies4linux]: (de, en, es_UY, fr, pt_BR) Internet Explorer 6, 5.5, 5 on Linux&lt;br /&gt;
; IMSLP – [http://www.imslp.org/ www.imslp.org]: public domain musical score archive&lt;br /&gt;
&lt;br /&gt;
=== J ===&lt;br /&gt;
; Jehudim – [http://www.yehudim.eu/ yehudim.eu]: (en, other languages) European Jewish Heritage Project&lt;br /&gt;
&lt;br /&gt;
; Jesus-Wiki – [http://jesus-wiki.org/ jesus-wiki.org]: (de, fi, fr, en, es) Wiki project with a Christian point of view&lt;br /&gt;
&lt;br /&gt;
; Jurispedia – [http://www.jurispedia.org/ jurispedia.org]: (ar, en, fr, de, nl, other languages) law website&lt;br /&gt;
&lt;br /&gt;
=== K ===&lt;br /&gt;
; KDE TechBase – [http://techbase.kde.org/ http://techbase.kde.org/]: The [[wikipedia:KDE|KDE]] developers&#039; wiki.&lt;br /&gt;
&lt;br /&gt;
; KDE UserBase – [http://userbase.kde.org/ http://userbase.kde.org/]: The [[wikipedia:KDE|KDE]] user community wiki.&lt;br /&gt;
&lt;br /&gt;
; Knowtive – [http://www.knowtive.com/ www.knowtive.com]: (zh, other languages) &lt;br /&gt;
&lt;br /&gt;
; Knowledgebase Home – [http://www.asiaosc.org/enwiki/ asiaosc.org/enwiki]: (en, other languages) From AsiaOSC, an Asian open source centre&lt;br /&gt;
&lt;br /&gt;
; Kompensationsverzeichnis Mecklenburg-Vorpommern – [http://www.kompensationsflaechen-mv.de/ kompensationsflaechen-mv.de]: (de) Platform for impact review-areas (Ausgleichsflächen, Ökokonten) in Mecklenburg-Vorpommern, State in Germany&lt;br /&gt;
&lt;br /&gt;
; Korean Resource Center – [http://krcla.org/ krcla.org]: (en, ko) organization website for the [[:wikipedia:Korean Resource Center|Korean Resource Center]] (민족학교), a non-profit organization based in Los Angeles. Editing restricted to talk pages only.&lt;br /&gt;
&lt;br /&gt;
=== L ===&lt;br /&gt;
; Lostpedia – [http://www.lostpedia.com/ Lostpedia.com]: (de/en/es/fr/it/nl/pl/pt) Wiki dedicated to ABC&#039;s TV series LOST.&lt;br /&gt;
&lt;br /&gt;
; Live Cinema Research Wiki – [http://livecinema.prototypen.com/wiki/ livecinema.prototypen.com]: (de/en) Wiki dedicated to the research of movie making and presentation techniques for the 21st century.&lt;br /&gt;
&lt;br /&gt;
; Lingua Veritas [http://linguaveritas.com/ Lingua Veritas – Translation interpretation]: A Wiki-based multilingual resources agency&lt;br /&gt;
&lt;br /&gt;
; Locaweb [http://wiki.locaweb.com.br/]: Wiki locaweb&lt;br /&gt;
&lt;br /&gt;
=== M ===&lt;br /&gt;
; Memory Alpha – [http://memory-alpha.org/ memory-alpha.org]: (en, other languages) Encyclopedia and reference for everything related to Star Trek&lt;br /&gt;
; Metacafe - [http://www.metacafe.com/ metacafe.com]: (en, other languages) A community based video sharing web site, using Mediawiki as the back-end for video metadata&lt;br /&gt;
; MLDonkey – [http://mldonkey.sourceforge.net/ mldonkey.sourceforge.net]: (de, en) Site for MLDonkey users and developers&lt;br /&gt;
; MS WIKI – [http://msreport.ohost.de/ msreport.ohost.de]: (de, en) Informations about Microsoft and other computerfactorys/software&lt;br /&gt;
; Mypetcard – [http://mypetcard.org/]: (pt) Informations about pet&#039;s&lt;br /&gt;
&lt;br /&gt;
=== N ===&lt;br /&gt;
; Nedirki Wiki – [http://www.nedirki.net/ nedirki.net]: (de, en, tr, ku ..) wikipedinin kopyası a.q&lt;br /&gt;
; NursingWiki – [http://www.nursingwiki.org/ nursingwiki.org]: (de, en) unrestricted information on nursing and health care&lt;br /&gt;
&lt;br /&gt;
=== O ===&lt;br /&gt;
; Occleve (the Open Content Learning Environment) – [http://occleve.berlios.de/wiki/ occleve.berlios.de/wiki/]: (en, wuu, zh, other languages) An open content computer based learning system for mobile phones. Also known as PocketChinese.&lt;br /&gt;
; Oekonux – [http://de.wiki.oekonux.org/ de.wiki.oekonux.org]: (de, en, es) About Linux/free software and its influences on political and economic structures [http://www.oekonux.org/ oekonux.org], [http://www.oekonux.de/ oekonux.de], [http://en.wiki.oekonux.org/ en.wiki.oekonux.org]&lt;br /&gt;
; OmegaWiki - [http://www.omegawiki.org www.omegawiki.org]: Multilingual dictionary, using WikiData extension.&lt;br /&gt;
; OpenFacts – [http://openfacts.berlios.de/ openfacts.berlios.de]: (de, other languages) Database about open source software&lt;br /&gt;
; OpenStreetMap – [http://wiki.openstreetmap.org/wiki/Main_Page OpenStreetMap]: (multilingual) project to create a free map of the world&lt;br /&gt;
; openSUSE – [http://en.opensuse.org/ opensuse.org]: (in many languages) a Linux distribution&lt;br /&gt;
; Operation Market Garden(OMG) Wiki - [http://www.omgmod.org/wiki/index.php?title=Main_Page omgmod.org/wiki]: (de, en, es, nl) Centered around the Operation Market Garden modification for Company of Heroes and its community.&lt;br /&gt;
; OpinionPedia– [http://www.opinionpedia.net/ opinionpedia.net]: (en, fr, other) Opinions about products and services.&lt;br /&gt;
; Othello Wiki Book Project – [http://othello.dk/book/index.php/Main_Page othello.dk/book]: (en, other languages) This is a &amp;quot;book&amp;quot; about Othello game, written and edited by the joint community of Othello players..&lt;br /&gt;
&lt;br /&gt;
=== P ===&lt;br /&gt;
; Partitures.net – [http://www.partitures.net/ Partitures.net]: (ca/en/es) Public Domain Music Score Library Project, started in Spain. At moment only this 3 languages.&lt;br /&gt;
; Piratenwiki – [http://wiki.piratenpartei.de/ wiki.piratenpartei.de]: (de) Discussion, Information and Coordination platform of the [[:wikipedia:Pirate Party Germany|German Pirate Party]] (See also [[:wikipedia:Pirate Parties International|Pirate Parties International]])&lt;br /&gt;
;Pl@ntUse - [http://uses.plantnet-project.org/en/Main_Page uses.plantnet-project.org/en]: (en/fr) Useful plants of the world and their uses, a study case of Pl@ntNet [http://www.plantnet-project.org/papyrus.php?langue=en plantnet-project.org].&lt;br /&gt;
; Pokemon Global – [http://pokeglobal.org/ pokeglobal.org]: (en/pt) The official wiki of PokeNet.&lt;br /&gt;
; Pokemon Wiki (ポケモンWiki) – [http://wiki.xn--rckteqa2e.com/wiki/ wiki.xn--rckteqa2e.com/wiki/]: (ja) Community-driven Pokémon encyclopedia. A member of the Encyclopaediae Pokémonis group with English [http://bulbapedia.bulbagarden.net/ Bulbapedia] and German PokéWiki.&lt;br /&gt;
; PokéWiki – [http://www.pokewiki.de/Hauptseite www.pokewiki.de/Hauptseite]: (de) Community-driven Pokémon encyclopedia. A member of the Encyclopaediae Pokémonis group with English [http://bulbapedia.bulbagarden.net/ Bulbapedia] and Japanese ポケモンWiki.&lt;br /&gt;
; Pornopedia – [http://www.pornopedia.eu/ www.pornopedia.eu]: (de/en/es/fr) Erotic encyclopedia&lt;br /&gt;
&lt;br /&gt;
=== Q ===&lt;br /&gt;
; Qi Hardware – [http://wiki.qi-hardware.com/ wiki.qi-hardware.com]: (en/es/zh-hans) Copyleft hardware project.&lt;br /&gt;
&lt;br /&gt;
=== R ===&lt;br /&gt;
; Rodovid – [http://rodovid.org/ rodovid.org]: (de, es, en, fi, fr, he, id, it, ja, nl, pl, pt, ro, ru, sr, uk, uz) Free multilingual family tree portal.&lt;br /&gt;
&lt;br /&gt;
=== S ===&lt;br /&gt;
; &#039;&#039;&#039;Safon.org&#039;&#039;&#039; – [http://safon.org/nn/index.php/Safon.org:Hovudsida safon.org]: (nn, nb, en, pt) Resource site for religion and culture, including Judaism, Sikhism and others, from a Scandinavian coastal perspective.&lt;br /&gt;
; ScoutWiki Network – [http://www.scoutwiki.org/ scoutwiki.org]: ([http://fi.scoutwiki.org/ fi], [http://fr.scoutwiki.org/ fr], [http://nl.scoutwiki.org/ nl], [http://en.scoutwiki.org/ en], [http://es.scoutwiki.org/ es], [http://de.scoutwiki.org/ de], [http://it.scoutwiki.org/ it], [http://sv.scoutwiki.org/ sv], [http://ja.scoutwiki.org/ ja], [http://da.scoutwiki.org/ da], [http://cs.scoutwiki.org/ cs], [http://eo.scoutwiki.org/ eo], [http://ar.scoutwiki.org/ ar], [http://pt.scoutwiki.org/ pt], [http://uk.scoutwiki.org/ uk] ; [http://media.scoutwiki.org/ images], [http://asso.scoutwiki.org/ association]) The international network of scouting wikies.&lt;br /&gt;
; Sharewiki – [http://sharewiki.org/ sharewiki.org]: ([http://sharewiki.org/de/ de], [http://sharewiki.org/en/ en]) Wiki about sharing, collaboration, participation, ...&lt;br /&gt;
;Sightseeing Wiki - [http://www.sightseeingwiki.org www.sightseeingwiki.org] : (en, de) The greatest Places of Interest around the World.&lt;br /&gt;
; SoftX - [http://www.softx.tk/ www.softx.tk] : (en, zh-CN) Wiki about Open Source and Computer Technologies.&lt;br /&gt;
; Steam Support Wiki – [http://supportwiki.steampowered.com/wiki/ supportwiki.steampowered.com]: ([http://supportwiki.steampowered.com/ar/Main_Page ar], [http://supportwiki.steampowered.com/bg/Main_Page bg], [http://supportwiki.steampowered.com/da/Main_Page da], [http://supportwiki.steampowered.com/de/Main_Page de], [http://supportwiki.steampowered.com/el/Main_Page el], [http://supportwiki.steampowered.com/es/Main_Page es], [http://supportwiki.steampowered.com/fi/Main_Page fi], [http://supportwiki.steampowered.com/fr/Main_Page fr], [http://supportwiki.steampowered.com/he/Main_Page he], [http://supportwiki.steampowered.com/hu/Main_Page hu], [http://supportwiki.steampowered.com/it/Main_Page it], [http://supportwiki.steampowered.com/ja/Main_Page ja], [http://supportwiki.steampowered.com/ko/Main_Page ko], [http://supportwiki.steampowered.com/lt/Main_Page lt], [http://supportwiki.steampowered.com/lv/Main_Page lv], [http://supportwiki.steampowered.com/nl/Main_Page nl], [http://supportwiki.steampowered.com/no/Main_Page no], [http://supportwiki.steampowered.com/pl/Main_Page pl], [http://supportwiki.steampowered.com/pt/Main_Page pt], [http://supportwiki.steampowered.com/ro/Main_Page ro], [http://supportwiki.steampowered.com/ru/Main_Page ru], [http://supportwiki.steampowered.com/sv/Main_Page sv], [http://supportwiki.steampowered.com/tr/Main_Page tr], [http://supportwiki.steampowered.com/zh/Main_Page zh]) Help wiki for [[w:Valve Corporation|Valve&#039;s]] [[w:Steam (content delivery)|Steam]] users.&lt;br /&gt;
;Simple Silence - [http://www.simplesilence.org/ SimpleSilence.org] :(fr, en and other languages) Wiki dedicated to &#039;&#039;&#039;Meher Baba&#039;&#039;&#039;, the silent Indian Master, chiefly as a help for translations of texts.&lt;br /&gt;
; Studion-Wiki – [http://studion.cs.uni-tuebingen.de/abzwiki/index.php/Studion-Wiki studion.cs.uni-tuebingen.de]: (de) &#039;&#039;&#039;Studi&#039;&#039;&#039;eninformation &#039;&#039;&#039;On&#039;&#039;&#039;line – Informationen zum Studium an der Universität Tübingen.&lt;br /&gt;
&lt;br /&gt;
=== T ===&lt;br /&gt;
; Tango.info – [http://wiki.tango.info/mul wiki.tango.info/mul]: (eng, spa, other languages) tango info wiki&lt;br /&gt;
; Technical Analysis [http://www.technical-analysis.eu/ Technical-Analysis.EU]: (EN, DE, ES) Encyclopedia for Technical Analysis (Financial). &lt;br /&gt;
; Technische Analyse – [http://www.technische-analyse.eu/ Technische-Analyse.EU]: (DE, EN, ES) Fachlexikon für Technische Analyse von Wertpapieren. &lt;br /&gt;
; Tarracowiki.cat - [http://www.tarracowiki.cat www.tarracowiki.cat]: (ca) Local encyclopedia on Tarragona, region of Catalonia (Spain). Open and most complete wiki about this city and region.&lt;br /&gt;
; The Document Foundation Wiki - [http://wiki.documentfoundation.org/Main_Page wiki.documentfoundation.org]:&lt;br /&gt;
:The official Wiki for LibreOffice and &amp;quot;The Documentfoundation&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== V ===&lt;br /&gt;
; Venicewiki: [http://www.venicewiki.org/ Venicewiki.org]. (it, other languages) The collaborative guide to &#039;&#039;&#039;Venice&#039;&#039;&#039;, Italy.&lt;br /&gt;
; Vinismo: [http://vinismo.com/ Vinismo.com]. (en, fr) Open Content, multi-lingual wiki-edited &#039;&#039;&#039;wine guide&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== W ===&lt;br /&gt;
; Walkthrough - [http://www.walkthrough.cba.pl www.walkthrough.cba.pl]: (pl, en) Encyclopedia about videogames and much more.&lt;br /&gt;
; Wikia – [http://www.wikia.com/ Wikia.com]: (en, other languages) Collection of Wiki sites on a great many subjects.&lt;br /&gt;
; Wikiants – [http://www.en.wikiants.org/ Wikiants.org]: (de, en, other languages) is a free content encyclopedia for D.I.Y. and open content projects.&lt;br /&gt;
; Wikibooks – [http://www.wikibooks.org/ Wikibooks.org]: (en, other languages) Open Books source &lt;br /&gt;
; Wikid Bikers – [http://wikidbikers.com/ Wikidbikers.com]: (en, fr) Community website and hospitality exchange network dedicated the motorcycle &amp;amp; tattoo culture.&lt;br /&gt;
; WIKI-EUROPA – [http://www.europe-maintenant.org/ Tribune de la Société civile européenne]: Base de connaissances humaines dans les domaines européens de la démocracie, des droits de la personne, de la gouvernance, de la société civile, de la solidarité (en, de, fr)&lt;br /&gt;
; WikiFur – [http://wikifur.com/ WikiFur.com]: (en, es, ru, de, fr and others) Information about [[Wikipedia:furry fandom|furry fandom]]&lt;br /&gt;
; Wikimini – [http://www.wikimini.org/ Wikimini.org]: (fr, other languages soon) Encyclopedia for children written by children.&lt;br /&gt;
; Wikipedia – [http://www.wikipedia.org/ Wikipedia.org]: (en, other languages) Wiki encyclopedia&lt;br /&gt;
; WikiPlant – [http://www.wikiplant.org/ WikiPlant.org]: (en, de, fr, es) Wiki for plants and botany in four languages&lt;br /&gt;
; Wikisocion – [http://www.wikisocion.org/ wikisocion.org]: (en, ru) Encyclopedia of socionics&lt;br /&gt;
; Wikisport.es – [http://www.wikisport.es/ WikiSport.es]: (es) Gran enciclopedia de resultados deportivos&lt;br /&gt;
; Wikitravel – [http://wikitravel.org/ wikitravel.org]: (en, de, es, fr, it, ja, nl, pl, pt, ro, sv so far) Up-to-date and reliable world-wide travel guide&lt;br /&gt;
; Wikivoyage – [http://www.wikivoyage.org wikivoyage.org]: (de, it) Non-commercial world-wide travel guide and travel-related topics&lt;br /&gt;
; WikiWheels - [http://www.wikiwheels.org www.wikiwheels.org] : (en/de) Global directory of customized cars &amp;amp; bikes.&lt;br /&gt;
; WordPress Codex – [http://www.codex.wordpress.org/ codex.wordpress.org]: (en, other languages) An open source documentation for the popular and free WordPress blogging system&lt;br /&gt;
; Wormux – [http://www.wormux.org/ wormux.org]: (en, es, fr) About the game Wormux.&lt;br /&gt;
; Wormux – [http://www.tat-too.com/ tattoo]: (en, es, fr) tattoo.&lt;br /&gt;
&lt;br /&gt;
=== X ===&lt;br /&gt;
; xfamily- [http://www.xfamily.org/ xfamily.org]: (en, es) About the cult known as &amp;quot;The Family&amp;quot; or &amp;quot;The Children of God&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Y ===&lt;br /&gt;
; Yehudim.eu – [http://www.yehudim.eu/ yehudim.eu]: (en, other languages) European Jewish Heritage Project&lt;br /&gt;
; YourWiki – [http://www.yourwiki.net/ yourwiki.net]: (mainly en, other languages supported) Free Community Wiki Hosting service&lt;br /&gt;
&lt;br /&gt;
=== Z ===&lt;br /&gt;
; Zenwalk Wiki – [http://wiki.zenwalk.org/ Zenwalk GNU/Linux wiki]: (en, de, es, fr, it...). About the Zenwalk GNU/Linux distribution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:MediaWiki References| ]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/multilingual&amp;diff=525086</id>
		<title>Sites using MediaWiki/multilingual</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/multilingual&amp;diff=525086"/>
		<updated>2012-04-13T18:22:48Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: /* T */ neither&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{MediaWiki Sites}}&lt;br /&gt;
&#039;&#039;This is a list of sites that are using &#039;&#039;&#039;MediaWiki&#039;&#039;&#039;, the wiki engine this site is about. On this page we collect wikis that are written or provided in &#039;&#039;&#039;more than one language&#039;&#039;&#039;, quite often these are the bigger projects.&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
* Feel free to add your site to the list, but please stay close to the given format:&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;; Title – [http://www.example.org/ example.org]: (language code) Short description&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
* New entries will be checked. Unreachable sites or sites that don&#039;t use MediaWiki will be removed.&lt;br /&gt;
* Last complete check: 2005-12-03&lt;br /&gt;
&lt;br /&gt;
== MediaWiki-Wikis in more than one language ==&lt;br /&gt;
{{CompactTOC}}&lt;br /&gt;
&lt;br /&gt;
=== # ===&lt;br /&gt;
; 21C3Wiki – [https://21c3.ccc.de/wiki/index.php/Main_Page 21c3.ccc.de]: (de, en) Public wiki of the 21st Chaos Communication Congress in Berlin 2004&lt;br /&gt;
; 22C3Wiki – [https://events.ccc.de/congress/2005/wiki/22C3_Public_Wiki events.ccc.de]: (de, en) Public wiki of the 22st Chaos Communication Congress in Berlin 2005&lt;br /&gt;
&lt;br /&gt;
=== A ===&lt;br /&gt;
; Aeromodelpedia - [http://www.aeromodelpedia.org www.aeromodelpedia.org] : The free aeromodels encyclopedia.&lt;br /&gt;
; Airsoftpedia – [http://www.airsoftpedia.es/ airsoftpedia.es]: (ES) Wiki about Airsoft - Wiki sobre Airsoft &lt;br /&gt;
; Agri Wiki - [http://www.agriwiki.co.za agriwiki.co.za]: (EN, AF) Wiki about agriculture in South Africa.&lt;br /&gt;
; Análisis Técnico – [http://www.analisis-tecnico.eu/ Analisis-Tecnico.EU]: (ES, EN, DE) Enciclopedia Análisis Técnico. &lt;br /&gt;
; Anarchopedia – [http://www.anarchopedia.org/ anarchopedia.org]: (en, other languages) Anarchist GFDL corpus access provider&lt;br /&gt;
; Arija wiki – arija.org [http://www.arija.org/es/ (es)] [http://www.arija.org/en/ (en)] [http://www.arija.org/fr/ (fr)]: A multilingual project to create a complete and accurate open content encyclopedia about the town of Arija, Burgos, Spain and its surroundings&lt;br /&gt;
&lt;br /&gt;
=== B ===&lt;br /&gt;
; Battlestar Wiki – [http://www.battlestarwiki.org/ battlestarwiki.org]: (de, es, en, fr, tr, zh) &#039;&#039;Battlestar Galactica&#039;&#039; online encyclopedia and episode guide &lt;br /&gt;
; Bromwiki – [http://www.bromwiki.net/ bromwiki.net]: (de, en, es) Information on the tropical pineapple plantfamily&lt;br /&gt;
; Buddhist Encyclopedia – [http://Buddhism.2be.net/ Buddhism.2be.net]: (en, zh) Encyclopedia of Buddhism with articles, videos and audios of all Buddhist traditions including the Theravada, Mahayana and Vajrayana.&lt;br /&gt;
; BioSites – [http://biosites.org/index.php/Main_Page BioSites.org]: (cn, de, es, en, fr, jr, kr, tr, zh) BioSites.org is an openfree information provider of companies or web sites. You can freely add and edit your site&#039;s profile anytime. BioSites.org will help introduce your websites and provide external links and references that can enhance and increase traffic to your site, and connect you with your visitors.&lt;br /&gt;
&lt;br /&gt;
=== C ===&lt;br /&gt;
; Capital Market Wiki – [http://www.capital-market-wiki.org/wiki/ capital-market-wiki.org]: (en) An open encyclopedia of world capital markets. An article may be written in any language, on sub-pages to the English version, tied together with a common semantic database, organized in accordance with Capital Market Taxonomy.&lt;br /&gt;
&lt;br /&gt;
; Cantr II wiki – [http://wiki.cantr.net/index.php/Main_Page wiki.cantr.net]: (en/es/pt) Help to Cantr II - a game (MMORPG, PBBG and simulating society) which together involved more than a dozen linguistic communities, in a same persistent virtual world.&lt;br /&gt;
&lt;br /&gt;
; Cigarettespedia – [http://www.cigarettespedia.com/ cigarettespedia.com]: (en) CigarettesPedia is unique, the fullest free collection of cigarette boxes, invaluable information about cigarette brands, history of their appearance and the manufacturers.&lt;br /&gt;
&lt;br /&gt;
; CineWiki – [http://www.cinewiki.org/ www.cinewiki.org]:The free film encyclopedia (en/zh)&lt;br /&gt;
&lt;br /&gt;
; Cinoku – [http://www.cinoku.com/ www.cinoku.com]:Film lexicon (de/en)&lt;br /&gt;
&lt;br /&gt;
; CoCoWiki - [http://www.asicdev.com/wiki/ www.asicdev.com/wiki/]:(zh) A wiki for electronic egineering in chinese.&lt;br /&gt;
&lt;br /&gt;
; Computational Engineering – [http://computational.engineering.or.id computational.engineering.or.id]: (id) This site presents the research on computational engineering in Indonesia, contains information to build high performance computing system as well as the application on material design, instrumentation, and control. &lt;br /&gt;
&lt;br /&gt;
; Corruptopedia – [http://www.corruptopedia.org/ corruptopedia.org]: (pt-br) Corruptopedia is a brazillian encyclopedia and speaks of the most &#039;honest&#039; people of the Brazil.&lt;br /&gt;
&lt;br /&gt;
=== D ===&lt;br /&gt;
; DLRPwiki.org – [http://www.dlrpwiki.org/ DLRPwiki.org]: (en, nl, de) Disneyland Resort Paris wiki&lt;br /&gt;
&lt;br /&gt;
=== E ===&lt;br /&gt;
; Einstein University - [http://www.einstein-university.org Einstein University] the free university/ academic social network. &lt;br /&gt;
; Ekopedia – [http://www.ekopedia.org/ Ekopedia]: ([http://fr.ekopedia.org/ fr], [http://eo.ekopedia.org/ eo], [http://en.ekopedia.org/ en], [http://it.ekopedia.org/ it], [http://de.ekopedia.org/ de], [http://pl.ekopedia.org/ pl]...) The ecology&#039;s encyclopedia.&lt;br /&gt;
; eLib Austria – [http://www.literature.at/elib/www/wiki/]: (de, some documents in en, fr, es) Digitalization effort which combines sourcetexts, with papers and articles as an eLearning site for university students&lt;br /&gt;
; Encyclopaediae Pokemonis – [http://www.encyclopaediae-pokemonis.org/ www.encyclopaediae-pokemonis.org]: (de, en, es, fr, jp, po, pl) Wikis about [[Wikipedia:Pokémon|Pokémon]]&lt;br /&gt;
; Ensiklokamus Teknologi Maklumat – [http://teknologi-maklumat.com/wiki/Halaman_utama teknologi-maklumat.com]: (ms) Encyclopedia of information technology in the Malay language&lt;br /&gt;
; EnterWiki – [http://enterwiki.net/ EnterWiki.net]: (en, soon to include fr, de, es) Entertainment wiki network, mostly MMOGs&lt;br /&gt;
; Eureka Wiki – [http://www.eurekawiki.org/ eurekawiki.org]: (en, soon to be de) A wiki on the [[Wikipedia:Eureka (TV series)|Eureka]].&lt;br /&gt;
; Exprmntl – [http://www.exprmntl.net/fr/ exprmntl.net]: (fr, en, de, es…) Encyclopedia of audio-visual art&lt;br /&gt;
; Eleupedia – [http://www.eleupedia.org/ eleupedia.org]: (es) Are your collaborations deleted in the Wikipedia? No problem, we are the alternative.&lt;br /&gt;
&lt;br /&gt;
=== F ===&lt;br /&gt;
; FlightGear wiki – [http://wiki.flightgear.org wiki.flightgear.org]: Wiki of the free, opensource flight simulator [[:w:FlightGear]].&lt;br /&gt;
; Forestpedia – [http://forestpedia.org/ forestpedia.org]: (id, en) Forestpedia is designed to help groups collaborate, share, and build a website that provide information center for tropical forest knowledge. &lt;br /&gt;
; Freeciv – [http://www.freeciv.org/ freeciv.org]: (en, other languages) Information about the multiplayer strategy game &amp;quot;Freeciv&amp;quot;&lt;br /&gt;
; Friday&#039;s poems Collaborative Movement – [http://sextapoetica.com.br sextapoetica.com.br]: (pt) a place where one can read what other people write and where anyone can write freely.&lt;br /&gt;
; FZWTE Software – [http://fzwte.net/ fzwte.net]: (en, fr) Software by ZeWaren / Erwan Martin&lt;br /&gt;
; Freedom Porn - [http://www.freedomporn.org/ www.FreedomPorn.org]: (en, ru, soon other) Anarchist and activist pornography.&lt;br /&gt;
&lt;br /&gt;
=== G ===&lt;br /&gt;
; Glen Cook Wiki – (no longer multi-lingual, english only) [http://glencook.org/ glencook.org]: (de, en, fr, pl, ru) Reference to the books and worlds of Author Glen Cook &#039;&#039;Translators needed!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== H ===&lt;br /&gt;
; &#039;&#039;&#039;Heroes Wiki&#039;&#039;&#039; – [http://heroeswiki.com/ heroeswiki.com]: ([http://de.heroeswiki.com/ de], [http://es.heroeswiki.com/ es], [http://fr.heroeswiki.com/ fr], [http://he.heroeswiki.com/ he], [http://it.heroeswiki.com/ it], [http://nl.heroeswiki.com/ nl], [http://pt.heroeswiki.com/ pt], [http://sv.heroeswiki.com/ sv], [http://tr.heroeswiki.com/ tr]) Wiki dedicated to [[w:NBC|NBC]]&#039;s TV series &#039;&#039;[[w:Heroes (TV series)|Heroes]]&#039;&#039;.&lt;br /&gt;
; &#039;&#039;&#039;Hinnavaatlus wiki&#039;&#039;&#039; – [http://wiki.hinnavaatlus.ee/index.php/Esileht wiki.hinnavaatlus.ee]: (et, en) A site dedicated to organize manuals and tips gathered in [http://foorum.hinnavaatlus.ee/index.php Hinnavaatlus forum] (Estonian pricewatch forum)&lt;br /&gt;
; &#039;&#039;&#039;Hitchwiki&#039;&#039;&#039; – [http://hitchwiki.org/ hitchwiki.org]: ([http://hitchwiki.org/en/ en], [http://hitchwiki.org/de/ de], [http://hitchwiki.org/es/ es], [http://hitchwiki.org/fr/ fr], [http://hitchwiki.org/fi/ fi], [http://hitchwiki.org/pt pt], [http://hitchwiki.org/bg/ bg], [http://hitchwiki.org/zh/ zh], [http://hitchwiki.org/pl/ pl], [http://hitchwiki.org/ru/ ru]) Information about hitchhiking.&lt;br /&gt;
; &#039;&#039;&#039;Hortipedia&#039;&#039;&#039; - [http://www.hortipedia.com/ www.hortipedia.com]: ([http://en.hortipedia.com en], [http://de.hortipedia.com de], fr and es coming soon) garden encyclopedia, plants, plant database, Gartenlexikon, Pflanzen, Pflanzendatenbank)&lt;br /&gt;
; &#039;&#039;&#039;howtopedia.org&#039;&#039;&#039; – [http://www.howtopedia.org/ www.howtopedia.org]: (en,fr,es) Howtopedia is a library for practical knowledge and simple technologies. It focuses on development tools.&lt;br /&gt;
; &#039;&#039;&#039;Howiw.com&#039;&#039;&#039; - [http://www.howiw.com/ www.howiw.com]: (will be in all linguages) the Free highest quality how to articles that anyone can edit.&lt;br /&gt;
&lt;br /&gt;
=== I ===&lt;br /&gt;
; &amp;lt;span style=&amp;quot;explain&amp;quot; title=&amp;quot;Internationalized Domain Names&amp;quot;&amp;gt;IDN&amp;lt;/span&amp;gt;wiki – [http://idn.icann.org/Project:About ICANN TLD I18N]: ([http://xn--mgbh0fb.xn--kgbechtv/ ar], [http://xn--fsqu00a.xn--0zwm56d/ zh-Hans], [http://xn--fsqu00a.xn--g6w251d/ zh-Hant], [http://xn--hxajbheg2az3al.xn--jxalpdlp/ el], [http://xn--p1b6ci4b4b3a.xn--11b5bs3a9aj6g/ hi], [http://xn--r8jz45g.xn--zckzah/ ja], [http://xn--9n2bp8q.xn--9t4b11yi5a/ ko], [http://xn--mgbh0fb.xn--hgbk6aj7f53bba/ fa], [http://xn--e1afmkfd.xn--80akhbyknj4f/ ru], [http://xn--zkc6cc5bi7f6e.xn--hlcj6aya9esc7a/ ta], [http://xn--fdbk5d8ap9b8a8d.xn--deba0ad/ yi], [http://xn--1xd0bwwra.idn.icann.org/ am], [http://xn--5dbqzzl.idn.icann.org/ he]) &lt;br /&gt;
; IEs4Linux – [http://www.tatanka.com.br/ies4linux www.tatanka.com.br/ies4linux]: (de, en, es_UY, fr, pt_BR) Internet Explorer 6, 5.5, 5 on Linux&lt;br /&gt;
; IMSLP – [http://www.imslp.org/ www.imslp.org]: public domain musical score archive&lt;br /&gt;
&lt;br /&gt;
=== J ===&lt;br /&gt;
; Jehudim – [http://www.yehudim.eu/ yehudim.eu]: (en, other languages) European Jewish Heritage Project&lt;br /&gt;
&lt;br /&gt;
; Jesus-Wiki – [http://jesus-wiki.org/ jesus-wiki.org]: (de, fi, fr, en, es) Wiki project with a Christian point of view&lt;br /&gt;
&lt;br /&gt;
; Jurispedia – [http://www.jurispedia.org/ jurispedia.org]: (ar, en, fr, de, nl, other languages) law website&lt;br /&gt;
&lt;br /&gt;
=== K ===&lt;br /&gt;
; KDE TechBase – [http://techbase.kde.org/ http://techbase.kde.org/]: The [[wikipedia:KDE|KDE]] developers&#039; wiki.&lt;br /&gt;
&lt;br /&gt;
; KDE UserBase – [http://userbase.kde.org/ http://userbase.kde.org/]: The [[wikipedia:KDE|KDE]] user community wiki.&lt;br /&gt;
&lt;br /&gt;
; Knowtive – [http://www.knowtive.com/ www.knowtive.com]: (zh, other languages) &lt;br /&gt;
&lt;br /&gt;
; Knowledgebase Home – [http://www.asiaosc.org/enwiki/ asiaosc.org/enwiki]: (en, other languages) From AsiaOSC, an Asian open source centre&lt;br /&gt;
&lt;br /&gt;
; Kompensationsverzeichnis Mecklenburg-Vorpommern – [http://www.kompensationsflaechen-mv.de/ kompensationsflaechen-mv.de]: (de) Platform for impact review-areas (Ausgleichsflächen, Ökokonten) in Mecklenburg-Vorpommern, State in Germany&lt;br /&gt;
&lt;br /&gt;
; Korean Resource Center – [http://krcla.org/ krcla.org]: (en, ko) organization website for the [[:wikipedia:Korean Resource Center|Korean Resource Center]] (민족학교), a non-profit organization based in Los Angeles. Editing restricted to talk pages only.&lt;br /&gt;
&lt;br /&gt;
=== L ===&lt;br /&gt;
; Lostpedia – [http://www.lostpedia.com/ Lostpedia.com]: (de/en/es/fr/it/nl/pl/pt) Wiki dedicated to ABC&#039;s TV series LOST.&lt;br /&gt;
&lt;br /&gt;
; Live Cinema Research Wiki – [http://livecinema.prototypen.com/wiki/ livecinema.prototypen.com]: (de/en) Wiki dedicated to the research of movie making and presentation techniques for the 21st century.&lt;br /&gt;
&lt;br /&gt;
; Lingua Veritas [http://linguaveritas.com/ Lingua Veritas – Translation interpretation]: A Wiki-based multilingual resources agency&lt;br /&gt;
&lt;br /&gt;
; Locaweb [http://wiki.locaweb.com.br/]: Wiki locaweb&lt;br /&gt;
&lt;br /&gt;
=== M ===&lt;br /&gt;
; Memory Alpha – [http://memory-alpha.org/ memory-alpha.org]: (en, other languages) Encyclopedia and reference for everything related to Star Trek&lt;br /&gt;
; Metacafe - [http://www.metacafe.com/ metacafe.com]: (en, other languages) A community based video sharing web site, using Mediawiki as the back-end for video metadata&lt;br /&gt;
; MLDonkey – [http://mldonkey.sourceforge.net/ mldonkey.sourceforge.net]: (de, en) Site for MLDonkey users and developers&lt;br /&gt;
; MS WIKI – [http://msreport.ohost.de/ msreport.ohost.de]: (de, en) Informations about Microsoft and other computerfactorys/software&lt;br /&gt;
; Mypetcard – [http://mypetcard.org/]: (pt) Informations about pet&#039;s&lt;br /&gt;
&lt;br /&gt;
=== N ===&lt;br /&gt;
; Nedirki Wiki – [http://www.nedirki.net/ nedirki.net]: (de, en, tr, ku ..) wikipedinin kopyası a.q&lt;br /&gt;
; NursingWiki – [http://www.nursingwiki.org/ nursingwiki.org]: (de, en) unrestricted information on nursing and health care&lt;br /&gt;
&lt;br /&gt;
=== O ===&lt;br /&gt;
; Occleve (the Open Content Learning Environment) – [http://occleve.berlios.de/wiki/ occleve.berlios.de/wiki/]: (en, wuu, zh, other languages) An open content computer based learning system for mobile phones. Also known as PocketChinese.&lt;br /&gt;
; Oekonux – [http://de.wiki.oekonux.org/ de.wiki.oekonux.org]: (de, en, es) About Linux/free software and its influences on political and economic structures [http://www.oekonux.org/ oekonux.org], [http://www.oekonux.de/ oekonux.de], [http://en.wiki.oekonux.org/ en.wiki.oekonux.org]&lt;br /&gt;
; OmegaWiki - [http://www.omegawiki.org www.omegawiki.org]: Multilingual dictionary, using WikiData extension.&lt;br /&gt;
; OpenFacts – [http://openfacts.berlios.de/ openfacts.berlios.de]: (de, other languages) Database about open source software&lt;br /&gt;
; OpenStreetMap – [http://wiki.openstreetmap.org/wiki/Main_Page OpenStreetMap]: (multilingual) project to create a free map of the world&lt;br /&gt;
; openSUSE – [http://en.opensuse.org/ opensuse.org]: (in many languages) a Linux distribution&lt;br /&gt;
; Operation Market Garden(OMG) Wiki - [http://www.omgmod.org/wiki/index.php?title=Main_Page omgmod.org/wiki]: (de, en, es, nl) Centered around the Operation Market Garden modification for Company of Heroes and its community.&lt;br /&gt;
; OpinionPedia– [http://www.opinionpedia.net/ opinionpedia.net]: (en, fr, other) Opinions about products and services.&lt;br /&gt;
; Othello Wiki Book Project – [http://othello.dk/book/index.php/Main_Page othello.dk/book]: (en, other languages) This is a &amp;quot;book&amp;quot; about Othello game, written and edited by the joint community of Othello players..&lt;br /&gt;
&lt;br /&gt;
=== P ===&lt;br /&gt;
; Partitures.net – [http://www.partitures.net/ Partitures.net]: (ca/en/es) Public Domain Music Score Library Project, started in Spain. At moment only this 3 languages.&lt;br /&gt;
; Piratenwiki – [http://wiki.piratenpartei.de/ wiki.piratenpartei.de]: (de) Discussion, Information and Coordination platform of the [[:wikipedia:Pirate Party Germany|German Pirate Party]] (See also [[:wikipedia:Pirate Parties International|Pirate Parties International]])&lt;br /&gt;
;Pl@ntUse - [http://uses.plantnet-project.org/en/Main_Page uses.plantnet-project.org/en]: (en/fr) Useful plants of the world and their uses, a study case of Pl@ntNet [http://www.plantnet-project.org/papyrus.php?langue=en plantnet-project.org].&lt;br /&gt;
; Pokemon Global – [http://pokeglobal.org/ pokeglobal.org]: (en/pt) The official wiki of PokeNet.&lt;br /&gt;
; Pokemon Wiki (ポケモンWiki) – [http://wiki.xn--rckteqa2e.com/wiki/ wiki.xn--rckteqa2e.com/wiki/]: (ja) Community-driven Pokémon encyclopedia. A member of the Encyclopaediae Pokémonis group with English [http://bulbapedia.bulbagarden.net/ Bulbapedia] and German PokéWiki.&lt;br /&gt;
; PokéWiki – [http://www.pokewiki.de/Hauptseite www.pokewiki.de/Hauptseite]: (de) Community-driven Pokémon encyclopedia. A member of the Encyclopaediae Pokémonis group with English [http://bulbapedia.bulbagarden.net/ Bulbapedia] and Japanese ポケモンWiki.&lt;br /&gt;
; Pornopedia – [http://www.pornopedia.eu/ www.pornopedia.eu]: (de/en/es/fr) Erotic encyclopedia&lt;br /&gt;
&lt;br /&gt;
=== Q ===&lt;br /&gt;
; Qi Hardware – [http://wiki.qi-hardware.com/ wiki.qi-hardware.com]: (en/es/zh-hans) Copyleft hardware project.&lt;br /&gt;
&lt;br /&gt;
=== R ===&lt;br /&gt;
; Rodovid – [http://rodovid.org/ rodovid.org]: (de, es, en, fi, fr, he, id, it, ja, nl, pl, pt, ro, ru, sr, uk, uz) Free multilingual family tree portal.&lt;br /&gt;
&lt;br /&gt;
=== S ===&lt;br /&gt;
; &#039;&#039;&#039;Safon.org&#039;&#039;&#039; – [http://safon.org/nn/index.php/Safon.org:Hovudsida safon.org]: (nn, nb, en, pt) Resource site for religion and culture, including Judaism, Sikhism and others, from a Scandinavian coastal perspective.&lt;br /&gt;
; ScoutWiki Network – [http://www.scoutwiki.org/ scoutwiki.org]: ([http://fi.scoutwiki.org/ fi], [http://fr.scoutwiki.org/ fr], [http://nl.scoutwiki.org/ nl], [http://en.scoutwiki.org/ en], [http://es.scoutwiki.org/ es], [http://de.scoutwiki.org/ de], [http://it.scoutwiki.org/ it], [http://sv.scoutwiki.org/ sv], [http://ja.scoutwiki.org/ ja], [http://da.scoutwiki.org/ da], [http://cs.scoutwiki.org/ cs], [http://eo.scoutwiki.org/ eo], [http://ar.scoutwiki.org/ ar], [http://pt.scoutwiki.org/ pt], [http://uk.scoutwiki.org/ uk] ; [http://media.scoutwiki.org/ images], [http://asso.scoutwiki.org/ association]) The international network of scouting wikies.&lt;br /&gt;
; Sharewiki – [http://sharewiki.org/ sharewiki.org]: ([http://sharewiki.org/de/ de], [http://sharewiki.org/en/ en]) Wiki about sharing, collaboration, participation, ...&lt;br /&gt;
;Sightseeing Wiki - [http://www.sightseeingwiki.org www.sightseeingwiki.org] : (en, de) The greatest Places of Interest around the World.&lt;br /&gt;
; SoftX - [http://www.softx.tk/ www.softx.tk] : (en, zh-CN) Wiki about Open Source and Computer Technologies.&lt;br /&gt;
; Steam Support Wiki – [http://supportwiki.steampowered.com/wiki/ supportwiki.steampowered.com]: ([http://supportwiki.steampowered.com/ar/Main_Page ar], [http://supportwiki.steampowered.com/bg/Main_Page bg], [http://supportwiki.steampowered.com/da/Main_Page da], [http://supportwiki.steampowered.com/de/Main_Page de], [http://supportwiki.steampowered.com/el/Main_Page el], [http://supportwiki.steampowered.com/es/Main_Page es], [http://supportwiki.steampowered.com/fi/Main_Page fi], [http://supportwiki.steampowered.com/fr/Main_Page fr], [http://supportwiki.steampowered.com/he/Main_Page he], [http://supportwiki.steampowered.com/hu/Main_Page hu], [http://supportwiki.steampowered.com/it/Main_Page it], [http://supportwiki.steampowered.com/ja/Main_Page ja], [http://supportwiki.steampowered.com/ko/Main_Page ko], [http://supportwiki.steampowered.com/lt/Main_Page lt], [http://supportwiki.steampowered.com/lv/Main_Page lv], [http://supportwiki.steampowered.com/nl/Main_Page nl], [http://supportwiki.steampowered.com/no/Main_Page no], [http://supportwiki.steampowered.com/pl/Main_Page pl], [http://supportwiki.steampowered.com/pt/Main_Page pt], [http://supportwiki.steampowered.com/ro/Main_Page ro], [http://supportwiki.steampowered.com/ru/Main_Page ru], [http://supportwiki.steampowered.com/sv/Main_Page sv], [http://supportwiki.steampowered.com/tr/Main_Page tr], [http://supportwiki.steampowered.com/zh/Main_Page zh]) Help wiki for [[w:Valve Corporation|Valve&#039;s]] [[w:Steam (content delivery)|Steam]] users.&lt;br /&gt;
;Simple Silence - [http://www.simplesilence.org/ SimpleSilence.org] :(fr, en and other languages) Wiki dedicated to &#039;&#039;&#039;Meher Baba&#039;&#039;&#039;, the silent Indian Master, chiefly as a help for translations of texts.&lt;br /&gt;
; Studion-Wiki – [http://studion.cs.uni-tuebingen.de/abzwiki/index.php/Studion-Wiki studion.cs.uni-tuebingen.de]: (de) &#039;&#039;&#039;Studi&#039;&#039;&#039;eninformation &#039;&#039;&#039;On&#039;&#039;&#039;line – Informationen zum Studium an der Universität Tübingen.&lt;br /&gt;
&lt;br /&gt;
=== T ===&lt;br /&gt;
; Tango.info – [http://wiki.tango.info/mul wiki.tango.info/mul]: (eng, spa, other languages) tango info wiki&lt;br /&gt;
; Technical Analysis [http://www.technical-analysis.eu/ Technical-Analysis.EU]: (EN, DE, ES) Encyclopedia for Technical Analysis (Financial). &lt;br /&gt;
; Technische Analyse – [http://www.technische-analyse.eu/ Technische-Analyse.EU]: (DE, EN, ES) Fachlexikon für Technische Analyse von Wertpapieren. &lt;br /&gt;
; Tigriswiki – [http://www.knauszi.hu www.knauszi.hu]: an educational site in Hungarian&lt;br /&gt;
; Tarracowiki.cat - [http://www.tarracowiki.cat www.tarracowiki.cat]: (ca) Local encyclopedia on Tarragona, region of Catalonia (Spain). Open and most complete wiki about this city and region.&lt;br /&gt;
; The Document Foundation Wiki - [http://wiki.documentfoundation.org/Main_Page wiki.documentfoundation.org]:&lt;br /&gt;
:The official Wiki for LibreOffice and &amp;quot;The Documentfoundation&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== V ===&lt;br /&gt;
; Venicewiki: [http://www.venicewiki.org/ Venicewiki.org]. (it, other languages) The collaborative guide to &#039;&#039;&#039;Venice&#039;&#039;&#039;, Italy.&lt;br /&gt;
; Vinismo: [http://vinismo.com/ Vinismo.com]. (en, fr) Open Content, multi-lingual wiki-edited &#039;&#039;&#039;wine guide&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== W ===&lt;br /&gt;
; Walkthrough - [http://www.walkthrough.cba.pl www.walkthrough.cba.pl]: (pl, en) Encyclopedia about videogames and much more.&lt;br /&gt;
; Wikia – [http://www.wikia.com/ Wikia.com]: (en, other languages) Collection of Wiki sites on a great many subjects.&lt;br /&gt;
; Wikiants – [http://www.en.wikiants.org/ Wikiants.org]: (de, en, other languages) is a free content encyclopedia for D.I.Y. and open content projects.&lt;br /&gt;
; Wikibooks – [http://www.wikibooks.org/ Wikibooks.org]: (en, other languages) Open Books source &lt;br /&gt;
; Wikid Bikers – [http://wikidbikers.com/ Wikidbikers.com]: (en, fr) Community website and hospitality exchange network dedicated the motorcycle &amp;amp; tattoo culture.&lt;br /&gt;
; WIKI-EUROPA – [http://www.europe-maintenant.org/ Tribune de la Société civile européenne]: Base de connaissances humaines dans les domaines européens de la démocracie, des droits de la personne, de la gouvernance, de la société civile, de la solidarité (en, de, fr)&lt;br /&gt;
; WikiFur – [http://wikifur.com/ WikiFur.com]: (en, es, ru, de, fr and others) Information about [[Wikipedia:furry fandom|furry fandom]]&lt;br /&gt;
; Wikimini – [http://www.wikimini.org/ Wikimini.org]: (fr, other languages soon) Encyclopedia for children written by children.&lt;br /&gt;
; Wikipedia – [http://www.wikipedia.org/ Wikipedia.org]: (en, other languages) Wiki encyclopedia&lt;br /&gt;
; WikiPlant – [http://www.wikiplant.org/ WikiPlant.org]: (en, de, fr, es) Wiki for plants and botany in four languages&lt;br /&gt;
; Wikisocion – [http://www.wikisocion.org/ wikisocion.org]: (en, ru) Encyclopedia of socionics&lt;br /&gt;
; Wikisport.es – [http://www.wikisport.es/ WikiSport.es]: (es) Gran enciclopedia de resultados deportivos&lt;br /&gt;
; Wikitravel – [http://wikitravel.org/ wikitravel.org]: (en, de, es, fr, it, ja, nl, pl, pt, ro, sv so far) Up-to-date and reliable world-wide travel guide&lt;br /&gt;
; Wikivoyage – [http://www.wikivoyage.org wikivoyage.org]: (de, it) Non-commercial world-wide travel guide and travel-related topics&lt;br /&gt;
; WikiWheels - [http://www.wikiwheels.org www.wikiwheels.org] : (en/de) Global directory of customized cars &amp;amp; bikes.&lt;br /&gt;
; WordPress Codex – [http://www.codex.wordpress.org/ codex.wordpress.org]: (en, other languages) An open source documentation for the popular and free WordPress blogging system&lt;br /&gt;
; Wormux – [http://www.wormux.org/ wormux.org]: (en, es, fr) About the game Wormux.&lt;br /&gt;
; Wormux – [http://www.tat-too.com/ tattoo]: (en, es, fr) tattoo.&lt;br /&gt;
&lt;br /&gt;
=== X ===&lt;br /&gt;
; xfamily- [http://www.xfamily.org/ xfamily.org]: (en, es) About the cult known as &amp;quot;The Family&amp;quot; or &amp;quot;The Children of God&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Y ===&lt;br /&gt;
; Yehudim.eu – [http://www.yehudim.eu/ yehudim.eu]: (en, other languages) European Jewish Heritage Project&lt;br /&gt;
; YourWiki – [http://www.yourwiki.net/ yourwiki.net]: (mainly en, other languages supported) Free Community Wiki Hosting service&lt;br /&gt;
&lt;br /&gt;
=== Z ===&lt;br /&gt;
; Zenwalk Wiki – [http://wiki.zenwalk.org/ Zenwalk GNU/Linux wiki]: (en, de, es, fr, it...). About the Zenwalk GNU/Linux distribution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:MediaWiki References| ]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/multilingual&amp;diff=525085</id>
		<title>Sites using MediaWiki/multilingual</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/multilingual&amp;diff=525085"/>
		<updated>2012-04-13T18:21:58Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: /* N */ no&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{MediaWiki Sites}}&lt;br /&gt;
&#039;&#039;This is a list of sites that are using &#039;&#039;&#039;MediaWiki&#039;&#039;&#039;, the wiki engine this site is about. On this page we collect wikis that are written or provided in &#039;&#039;&#039;more than one language&#039;&#039;&#039;, quite often these are the bigger projects.&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
* Feel free to add your site to the list, but please stay close to the given format:&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;; Title – [http://www.example.org/ example.org]: (language code) Short description&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
* New entries will be checked. Unreachable sites or sites that don&#039;t use MediaWiki will be removed.&lt;br /&gt;
* Last complete check: 2005-12-03&lt;br /&gt;
&lt;br /&gt;
== MediaWiki-Wikis in more than one language ==&lt;br /&gt;
{{CompactTOC}}&lt;br /&gt;
&lt;br /&gt;
=== # ===&lt;br /&gt;
; 21C3Wiki – [https://21c3.ccc.de/wiki/index.php/Main_Page 21c3.ccc.de]: (de, en) Public wiki of the 21st Chaos Communication Congress in Berlin 2004&lt;br /&gt;
; 22C3Wiki – [https://events.ccc.de/congress/2005/wiki/22C3_Public_Wiki events.ccc.de]: (de, en) Public wiki of the 22st Chaos Communication Congress in Berlin 2005&lt;br /&gt;
&lt;br /&gt;
=== A ===&lt;br /&gt;
; Aeromodelpedia - [http://www.aeromodelpedia.org www.aeromodelpedia.org] : The free aeromodels encyclopedia.&lt;br /&gt;
; Airsoftpedia – [http://www.airsoftpedia.es/ airsoftpedia.es]: (ES) Wiki about Airsoft - Wiki sobre Airsoft &lt;br /&gt;
; Agri Wiki - [http://www.agriwiki.co.za agriwiki.co.za]: (EN, AF) Wiki about agriculture in South Africa.&lt;br /&gt;
; Análisis Técnico – [http://www.analisis-tecnico.eu/ Analisis-Tecnico.EU]: (ES, EN, DE) Enciclopedia Análisis Técnico. &lt;br /&gt;
; Anarchopedia – [http://www.anarchopedia.org/ anarchopedia.org]: (en, other languages) Anarchist GFDL corpus access provider&lt;br /&gt;
; Arija wiki – arija.org [http://www.arija.org/es/ (es)] [http://www.arija.org/en/ (en)] [http://www.arija.org/fr/ (fr)]: A multilingual project to create a complete and accurate open content encyclopedia about the town of Arija, Burgos, Spain and its surroundings&lt;br /&gt;
&lt;br /&gt;
=== B ===&lt;br /&gt;
; Battlestar Wiki – [http://www.battlestarwiki.org/ battlestarwiki.org]: (de, es, en, fr, tr, zh) &#039;&#039;Battlestar Galactica&#039;&#039; online encyclopedia and episode guide &lt;br /&gt;
; Bromwiki – [http://www.bromwiki.net/ bromwiki.net]: (de, en, es) Information on the tropical pineapple plantfamily&lt;br /&gt;
; Buddhist Encyclopedia – [http://Buddhism.2be.net/ Buddhism.2be.net]: (en, zh) Encyclopedia of Buddhism with articles, videos and audios of all Buddhist traditions including the Theravada, Mahayana and Vajrayana.&lt;br /&gt;
; BioSites – [http://biosites.org/index.php/Main_Page BioSites.org]: (cn, de, es, en, fr, jr, kr, tr, zh) BioSites.org is an openfree information provider of companies or web sites. You can freely add and edit your site&#039;s profile anytime. BioSites.org will help introduce your websites and provide external links and references that can enhance and increase traffic to your site, and connect you with your visitors.&lt;br /&gt;
&lt;br /&gt;
=== C ===&lt;br /&gt;
; Capital Market Wiki – [http://www.capital-market-wiki.org/wiki/ capital-market-wiki.org]: (en) An open encyclopedia of world capital markets. An article may be written in any language, on sub-pages to the English version, tied together with a common semantic database, organized in accordance with Capital Market Taxonomy.&lt;br /&gt;
&lt;br /&gt;
; Cantr II wiki – [http://wiki.cantr.net/index.php/Main_Page wiki.cantr.net]: (en/es/pt) Help to Cantr II - a game (MMORPG, PBBG and simulating society) which together involved more than a dozen linguistic communities, in a same persistent virtual world.&lt;br /&gt;
&lt;br /&gt;
; Cigarettespedia – [http://www.cigarettespedia.com/ cigarettespedia.com]: (en) CigarettesPedia is unique, the fullest free collection of cigarette boxes, invaluable information about cigarette brands, history of their appearance and the manufacturers.&lt;br /&gt;
&lt;br /&gt;
; CineWiki – [http://www.cinewiki.org/ www.cinewiki.org]:The free film encyclopedia (en/zh)&lt;br /&gt;
&lt;br /&gt;
; Cinoku – [http://www.cinoku.com/ www.cinoku.com]:Film lexicon (de/en)&lt;br /&gt;
&lt;br /&gt;
; CoCoWiki - [http://www.asicdev.com/wiki/ www.asicdev.com/wiki/]:(zh) A wiki for electronic egineering in chinese.&lt;br /&gt;
&lt;br /&gt;
; Computational Engineering – [http://computational.engineering.or.id computational.engineering.or.id]: (id) This site presents the research on computational engineering in Indonesia, contains information to build high performance computing system as well as the application on material design, instrumentation, and control. &lt;br /&gt;
&lt;br /&gt;
; Corruptopedia – [http://www.corruptopedia.org/ corruptopedia.org]: (pt-br) Corruptopedia is a brazillian encyclopedia and speaks of the most &#039;honest&#039; people of the Brazil.&lt;br /&gt;
&lt;br /&gt;
=== D ===&lt;br /&gt;
; DLRPwiki.org – [http://www.dlrpwiki.org/ DLRPwiki.org]: (en, nl, de) Disneyland Resort Paris wiki&lt;br /&gt;
&lt;br /&gt;
=== E ===&lt;br /&gt;
; Einstein University - [http://www.einstein-university.org Einstein University] the free university/ academic social network. &lt;br /&gt;
; Ekopedia – [http://www.ekopedia.org/ Ekopedia]: ([http://fr.ekopedia.org/ fr], [http://eo.ekopedia.org/ eo], [http://en.ekopedia.org/ en], [http://it.ekopedia.org/ it], [http://de.ekopedia.org/ de], [http://pl.ekopedia.org/ pl]...) The ecology&#039;s encyclopedia.&lt;br /&gt;
; eLib Austria – [http://www.literature.at/elib/www/wiki/]: (de, some documents in en, fr, es) Digitalization effort which combines sourcetexts, with papers and articles as an eLearning site for university students&lt;br /&gt;
; Encyclopaediae Pokemonis – [http://www.encyclopaediae-pokemonis.org/ www.encyclopaediae-pokemonis.org]: (de, en, es, fr, jp, po, pl) Wikis about [[Wikipedia:Pokémon|Pokémon]]&lt;br /&gt;
; Ensiklokamus Teknologi Maklumat – [http://teknologi-maklumat.com/wiki/Halaman_utama teknologi-maklumat.com]: (ms) Encyclopedia of information technology in the Malay language&lt;br /&gt;
; EnterWiki – [http://enterwiki.net/ EnterWiki.net]: (en, soon to include fr, de, es) Entertainment wiki network, mostly MMOGs&lt;br /&gt;
; Eureka Wiki – [http://www.eurekawiki.org/ eurekawiki.org]: (en, soon to be de) A wiki on the [[Wikipedia:Eureka (TV series)|Eureka]].&lt;br /&gt;
; Exprmntl – [http://www.exprmntl.net/fr/ exprmntl.net]: (fr, en, de, es…) Encyclopedia of audio-visual art&lt;br /&gt;
; Eleupedia – [http://www.eleupedia.org/ eleupedia.org]: (es) Are your collaborations deleted in the Wikipedia? No problem, we are the alternative.&lt;br /&gt;
&lt;br /&gt;
=== F ===&lt;br /&gt;
; FlightGear wiki – [http://wiki.flightgear.org wiki.flightgear.org]: Wiki of the free, opensource flight simulator [[:w:FlightGear]].&lt;br /&gt;
; Forestpedia – [http://forestpedia.org/ forestpedia.org]: (id, en) Forestpedia is designed to help groups collaborate, share, and build a website that provide information center for tropical forest knowledge. &lt;br /&gt;
; Freeciv – [http://www.freeciv.org/ freeciv.org]: (en, other languages) Information about the multiplayer strategy game &amp;quot;Freeciv&amp;quot;&lt;br /&gt;
; Friday&#039;s poems Collaborative Movement – [http://sextapoetica.com.br sextapoetica.com.br]: (pt) a place where one can read what other people write and where anyone can write freely.&lt;br /&gt;
; FZWTE Software – [http://fzwte.net/ fzwte.net]: (en, fr) Software by ZeWaren / Erwan Martin&lt;br /&gt;
; Freedom Porn - [http://www.freedomporn.org/ www.FreedomPorn.org]: (en, ru, soon other) Anarchist and activist pornography.&lt;br /&gt;
&lt;br /&gt;
=== G ===&lt;br /&gt;
; Glen Cook Wiki – (no longer multi-lingual, english only) [http://glencook.org/ glencook.org]: (de, en, fr, pl, ru) Reference to the books and worlds of Author Glen Cook &#039;&#039;Translators needed!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== H ===&lt;br /&gt;
; &#039;&#039;&#039;Heroes Wiki&#039;&#039;&#039; – [http://heroeswiki.com/ heroeswiki.com]: ([http://de.heroeswiki.com/ de], [http://es.heroeswiki.com/ es], [http://fr.heroeswiki.com/ fr], [http://he.heroeswiki.com/ he], [http://it.heroeswiki.com/ it], [http://nl.heroeswiki.com/ nl], [http://pt.heroeswiki.com/ pt], [http://sv.heroeswiki.com/ sv], [http://tr.heroeswiki.com/ tr]) Wiki dedicated to [[w:NBC|NBC]]&#039;s TV series &#039;&#039;[[w:Heroes (TV series)|Heroes]]&#039;&#039;.&lt;br /&gt;
; &#039;&#039;&#039;Hinnavaatlus wiki&#039;&#039;&#039; – [http://wiki.hinnavaatlus.ee/index.php/Esileht wiki.hinnavaatlus.ee]: (et, en) A site dedicated to organize manuals and tips gathered in [http://foorum.hinnavaatlus.ee/index.php Hinnavaatlus forum] (Estonian pricewatch forum)&lt;br /&gt;
; &#039;&#039;&#039;Hitchwiki&#039;&#039;&#039; – [http://hitchwiki.org/ hitchwiki.org]: ([http://hitchwiki.org/en/ en], [http://hitchwiki.org/de/ de], [http://hitchwiki.org/es/ es], [http://hitchwiki.org/fr/ fr], [http://hitchwiki.org/fi/ fi], [http://hitchwiki.org/pt pt], [http://hitchwiki.org/bg/ bg], [http://hitchwiki.org/zh/ zh], [http://hitchwiki.org/pl/ pl], [http://hitchwiki.org/ru/ ru]) Information about hitchhiking.&lt;br /&gt;
; &#039;&#039;&#039;Hortipedia&#039;&#039;&#039; - [http://www.hortipedia.com/ www.hortipedia.com]: ([http://en.hortipedia.com en], [http://de.hortipedia.com de], fr and es coming soon) garden encyclopedia, plants, plant database, Gartenlexikon, Pflanzen, Pflanzendatenbank)&lt;br /&gt;
; &#039;&#039;&#039;howtopedia.org&#039;&#039;&#039; – [http://www.howtopedia.org/ www.howtopedia.org]: (en,fr,es) Howtopedia is a library for practical knowledge and simple technologies. It focuses on development tools.&lt;br /&gt;
; &#039;&#039;&#039;Howiw.com&#039;&#039;&#039; - [http://www.howiw.com/ www.howiw.com]: (will be in all linguages) the Free highest quality how to articles that anyone can edit.&lt;br /&gt;
&lt;br /&gt;
=== I ===&lt;br /&gt;
; &amp;lt;span style=&amp;quot;explain&amp;quot; title=&amp;quot;Internationalized Domain Names&amp;quot;&amp;gt;IDN&amp;lt;/span&amp;gt;wiki – [http://idn.icann.org/Project:About ICANN TLD I18N]: ([http://xn--mgbh0fb.xn--kgbechtv/ ar], [http://xn--fsqu00a.xn--0zwm56d/ zh-Hans], [http://xn--fsqu00a.xn--g6w251d/ zh-Hant], [http://xn--hxajbheg2az3al.xn--jxalpdlp/ el], [http://xn--p1b6ci4b4b3a.xn--11b5bs3a9aj6g/ hi], [http://xn--r8jz45g.xn--zckzah/ ja], [http://xn--9n2bp8q.xn--9t4b11yi5a/ ko], [http://xn--mgbh0fb.xn--hgbk6aj7f53bba/ fa], [http://xn--e1afmkfd.xn--80akhbyknj4f/ ru], [http://xn--zkc6cc5bi7f6e.xn--hlcj6aya9esc7a/ ta], [http://xn--fdbk5d8ap9b8a8d.xn--deba0ad/ yi], [http://xn--1xd0bwwra.idn.icann.org/ am], [http://xn--5dbqzzl.idn.icann.org/ he]) &lt;br /&gt;
; IEs4Linux – [http://www.tatanka.com.br/ies4linux www.tatanka.com.br/ies4linux]: (de, en, es_UY, fr, pt_BR) Internet Explorer 6, 5.5, 5 on Linux&lt;br /&gt;
; IMSLP – [http://www.imslp.org/ www.imslp.org]: public domain musical score archive&lt;br /&gt;
&lt;br /&gt;
=== J ===&lt;br /&gt;
; Jehudim – [http://www.yehudim.eu/ yehudim.eu]: (en, other languages) European Jewish Heritage Project&lt;br /&gt;
&lt;br /&gt;
; Jesus-Wiki – [http://jesus-wiki.org/ jesus-wiki.org]: (de, fi, fr, en, es) Wiki project with a Christian point of view&lt;br /&gt;
&lt;br /&gt;
; Jurispedia – [http://www.jurispedia.org/ jurispedia.org]: (ar, en, fr, de, nl, other languages) law website&lt;br /&gt;
&lt;br /&gt;
=== K ===&lt;br /&gt;
; KDE TechBase – [http://techbase.kde.org/ http://techbase.kde.org/]: The [[wikipedia:KDE|KDE]] developers&#039; wiki.&lt;br /&gt;
&lt;br /&gt;
; KDE UserBase – [http://userbase.kde.org/ http://userbase.kde.org/]: The [[wikipedia:KDE|KDE]] user community wiki.&lt;br /&gt;
&lt;br /&gt;
; Knowtive – [http://www.knowtive.com/ www.knowtive.com]: (zh, other languages) &lt;br /&gt;
&lt;br /&gt;
; Knowledgebase Home – [http://www.asiaosc.org/enwiki/ asiaosc.org/enwiki]: (en, other languages) From AsiaOSC, an Asian open source centre&lt;br /&gt;
&lt;br /&gt;
; Kompensationsverzeichnis Mecklenburg-Vorpommern – [http://www.kompensationsflaechen-mv.de/ kompensationsflaechen-mv.de]: (de) Platform for impact review-areas (Ausgleichsflächen, Ökokonten) in Mecklenburg-Vorpommern, State in Germany&lt;br /&gt;
&lt;br /&gt;
; Korean Resource Center – [http://krcla.org/ krcla.org]: (en, ko) organization website for the [[:wikipedia:Korean Resource Center|Korean Resource Center]] (민족학교), a non-profit organization based in Los Angeles. Editing restricted to talk pages only.&lt;br /&gt;
&lt;br /&gt;
=== L ===&lt;br /&gt;
; Lostpedia – [http://www.lostpedia.com/ Lostpedia.com]: (de/en/es/fr/it/nl/pl/pt) Wiki dedicated to ABC&#039;s TV series LOST.&lt;br /&gt;
&lt;br /&gt;
; Live Cinema Research Wiki – [http://livecinema.prototypen.com/wiki/ livecinema.prototypen.com]: (de/en) Wiki dedicated to the research of movie making and presentation techniques for the 21st century.&lt;br /&gt;
&lt;br /&gt;
; Lingua Veritas [http://linguaveritas.com/ Lingua Veritas – Translation interpretation]: A Wiki-based multilingual resources agency&lt;br /&gt;
&lt;br /&gt;
; Locaweb [http://wiki.locaweb.com.br/]: Wiki locaweb&lt;br /&gt;
&lt;br /&gt;
=== M ===&lt;br /&gt;
; Memory Alpha – [http://memory-alpha.org/ memory-alpha.org]: (en, other languages) Encyclopedia and reference for everything related to Star Trek&lt;br /&gt;
; Metacafe - [http://www.metacafe.com/ metacafe.com]: (en, other languages) A community based video sharing web site, using Mediawiki as the back-end for video metadata&lt;br /&gt;
; MLDonkey – [http://mldonkey.sourceforge.net/ mldonkey.sourceforge.net]: (de, en) Site for MLDonkey users and developers&lt;br /&gt;
; MS WIKI – [http://msreport.ohost.de/ msreport.ohost.de]: (de, en) Informations about Microsoft and other computerfactorys/software&lt;br /&gt;
; Mypetcard – [http://mypetcard.org/]: (pt) Informations about pet&#039;s&lt;br /&gt;
&lt;br /&gt;
=== N ===&lt;br /&gt;
; Nedirki Wiki – [http://www.nedirki.net/ nedirki.net]: (de, en, tr, ku ..) wikipedinin kopyası a.q&lt;br /&gt;
; NursingWiki – [http://www.nursingwiki.org/ nursingwiki.org]: (de, en) unrestricted information on nursing and health care&lt;br /&gt;
&lt;br /&gt;
=== O ===&lt;br /&gt;
; Occleve (the Open Content Learning Environment) – [http://occleve.berlios.de/wiki/ occleve.berlios.de/wiki/]: (en, wuu, zh, other languages) An open content computer based learning system for mobile phones. Also known as PocketChinese.&lt;br /&gt;
; Oekonux – [http://de.wiki.oekonux.org/ de.wiki.oekonux.org]: (de, en, es) About Linux/free software and its influences on political and economic structures [http://www.oekonux.org/ oekonux.org], [http://www.oekonux.de/ oekonux.de], [http://en.wiki.oekonux.org/ en.wiki.oekonux.org]&lt;br /&gt;
; OmegaWiki - [http://www.omegawiki.org www.omegawiki.org]: Multilingual dictionary, using WikiData extension.&lt;br /&gt;
; OpenFacts – [http://openfacts.berlios.de/ openfacts.berlios.de]: (de, other languages) Database about open source software&lt;br /&gt;
; OpenStreetMap – [http://wiki.openstreetmap.org/wiki/Main_Page OpenStreetMap]: (multilingual) project to create a free map of the world&lt;br /&gt;
; openSUSE – [http://en.opensuse.org/ opensuse.org]: (in many languages) a Linux distribution&lt;br /&gt;
; Operation Market Garden(OMG) Wiki - [http://www.omgmod.org/wiki/index.php?title=Main_Page omgmod.org/wiki]: (de, en, es, nl) Centered around the Operation Market Garden modification for Company of Heroes and its community.&lt;br /&gt;
; OpinionPedia– [http://www.opinionpedia.net/ opinionpedia.net]: (en, fr, other) Opinions about products and services.&lt;br /&gt;
; Othello Wiki Book Project – [http://othello.dk/book/index.php/Main_Page othello.dk/book]: (en, other languages) This is a &amp;quot;book&amp;quot; about Othello game, written and edited by the joint community of Othello players..&lt;br /&gt;
&lt;br /&gt;
=== P ===&lt;br /&gt;
; Partitures.net – [http://www.partitures.net/ Partitures.net]: (ca/en/es) Public Domain Music Score Library Project, started in Spain. At moment only this 3 languages.&lt;br /&gt;
; Piratenwiki – [http://wiki.piratenpartei.de/ wiki.piratenpartei.de]: (de) Discussion, Information and Coordination platform of the [[:wikipedia:Pirate Party Germany|German Pirate Party]] (See also [[:wikipedia:Pirate Parties International|Pirate Parties International]])&lt;br /&gt;
;Pl@ntUse - [http://uses.plantnet-project.org/en/Main_Page uses.plantnet-project.org/en]: (en/fr) Useful plants of the world and their uses, a study case of Pl@ntNet [http://www.plantnet-project.org/papyrus.php?langue=en plantnet-project.org].&lt;br /&gt;
; Pokemon Global – [http://pokeglobal.org/ pokeglobal.org]: (en/pt) The official wiki of PokeNet.&lt;br /&gt;
; Pokemon Wiki (ポケモンWiki) – [http://wiki.xn--rckteqa2e.com/wiki/ wiki.xn--rckteqa2e.com/wiki/]: (ja) Community-driven Pokémon encyclopedia. A member of the Encyclopaediae Pokémonis group with English [http://bulbapedia.bulbagarden.net/ Bulbapedia] and German PokéWiki.&lt;br /&gt;
; PokéWiki – [http://www.pokewiki.de/Hauptseite www.pokewiki.de/Hauptseite]: (de) Community-driven Pokémon encyclopedia. A member of the Encyclopaediae Pokémonis group with English [http://bulbapedia.bulbagarden.net/ Bulbapedia] and Japanese ポケモンWiki.&lt;br /&gt;
; Pornopedia – [http://www.pornopedia.eu/ www.pornopedia.eu]: (de/en/es/fr) Erotic encyclopedia&lt;br /&gt;
&lt;br /&gt;
=== Q ===&lt;br /&gt;
; Qi Hardware – [http://wiki.qi-hardware.com/ wiki.qi-hardware.com]: (en/es/zh-hans) Copyleft hardware project.&lt;br /&gt;
&lt;br /&gt;
=== R ===&lt;br /&gt;
; Rodovid – [http://rodovid.org/ rodovid.org]: (de, es, en, fi, fr, he, id, it, ja, nl, pl, pt, ro, ru, sr, uk, uz) Free multilingual family tree portal.&lt;br /&gt;
&lt;br /&gt;
=== S ===&lt;br /&gt;
; &#039;&#039;&#039;Safon.org&#039;&#039;&#039; – [http://safon.org/nn/index.php/Safon.org:Hovudsida safon.org]: (nn, nb, en, pt) Resource site for religion and culture, including Judaism, Sikhism and others, from a Scandinavian coastal perspective.&lt;br /&gt;
; ScoutWiki Network – [http://www.scoutwiki.org/ scoutwiki.org]: ([http://fi.scoutwiki.org/ fi], [http://fr.scoutwiki.org/ fr], [http://nl.scoutwiki.org/ nl], [http://en.scoutwiki.org/ en], [http://es.scoutwiki.org/ es], [http://de.scoutwiki.org/ de], [http://it.scoutwiki.org/ it], [http://sv.scoutwiki.org/ sv], [http://ja.scoutwiki.org/ ja], [http://da.scoutwiki.org/ da], [http://cs.scoutwiki.org/ cs], [http://eo.scoutwiki.org/ eo], [http://ar.scoutwiki.org/ ar], [http://pt.scoutwiki.org/ pt], [http://uk.scoutwiki.org/ uk] ; [http://media.scoutwiki.org/ images], [http://asso.scoutwiki.org/ association]) The international network of scouting wikies.&lt;br /&gt;
; Sharewiki – [http://sharewiki.org/ sharewiki.org]: ([http://sharewiki.org/de/ de], [http://sharewiki.org/en/ en]) Wiki about sharing, collaboration, participation, ...&lt;br /&gt;
;Sightseeing Wiki - [http://www.sightseeingwiki.org www.sightseeingwiki.org] : (en, de) The greatest Places of Interest around the World.&lt;br /&gt;
; SoftX - [http://www.softx.tk/ www.softx.tk] : (en, zh-CN) Wiki about Open Source and Computer Technologies.&lt;br /&gt;
; Steam Support Wiki – [http://supportwiki.steampowered.com/wiki/ supportwiki.steampowered.com]: ([http://supportwiki.steampowered.com/ar/Main_Page ar], [http://supportwiki.steampowered.com/bg/Main_Page bg], [http://supportwiki.steampowered.com/da/Main_Page da], [http://supportwiki.steampowered.com/de/Main_Page de], [http://supportwiki.steampowered.com/el/Main_Page el], [http://supportwiki.steampowered.com/es/Main_Page es], [http://supportwiki.steampowered.com/fi/Main_Page fi], [http://supportwiki.steampowered.com/fr/Main_Page fr], [http://supportwiki.steampowered.com/he/Main_Page he], [http://supportwiki.steampowered.com/hu/Main_Page hu], [http://supportwiki.steampowered.com/it/Main_Page it], [http://supportwiki.steampowered.com/ja/Main_Page ja], [http://supportwiki.steampowered.com/ko/Main_Page ko], [http://supportwiki.steampowered.com/lt/Main_Page lt], [http://supportwiki.steampowered.com/lv/Main_Page lv], [http://supportwiki.steampowered.com/nl/Main_Page nl], [http://supportwiki.steampowered.com/no/Main_Page no], [http://supportwiki.steampowered.com/pl/Main_Page pl], [http://supportwiki.steampowered.com/pt/Main_Page pt], [http://supportwiki.steampowered.com/ro/Main_Page ro], [http://supportwiki.steampowered.com/ru/Main_Page ru], [http://supportwiki.steampowered.com/sv/Main_Page sv], [http://supportwiki.steampowered.com/tr/Main_Page tr], [http://supportwiki.steampowered.com/zh/Main_Page zh]) Help wiki for [[w:Valve Corporation|Valve&#039;s]] [[w:Steam (content delivery)|Steam]] users.&lt;br /&gt;
;Simple Silence - [http://www.simplesilence.org/ SimpleSilence.org] :(fr, en and other languages) Wiki dedicated to &#039;&#039;&#039;Meher Baba&#039;&#039;&#039;, the silent Indian Master, chiefly as a help for translations of texts.&lt;br /&gt;
; Studion-Wiki – [http://studion.cs.uni-tuebingen.de/abzwiki/index.php/Studion-Wiki studion.cs.uni-tuebingen.de]: (de) &#039;&#039;&#039;Studi&#039;&#039;&#039;eninformation &#039;&#039;&#039;On&#039;&#039;&#039;line – Informationen zum Studium an der Universität Tübingen.&lt;br /&gt;
&lt;br /&gt;
=== T ===&lt;br /&gt;
; Tango.info – [http://wiki.tango.info/mul wiki.tango.info/mul]: (eng, spa, other languages) tango info wiki&lt;br /&gt;
; Technical Analysis [http://www.technical-analysis.eu/ Technical-Analysis.EU]: (EN, DE, ES) Encyclopedia for Technical Analysis (Financial). &lt;br /&gt;
; Technische Analyse – [http://www.technische-analyse.eu/ Technische-Analyse.EU]: (DE, EN, ES) Fachlexikon für Technische Analyse von Wertpapieren. &lt;br /&gt;
; Tigriswiki – [http://www.knauszi.hu www.knauszi.hu]: an educational site in Hungarian&lt;br /&gt;
; Tarracowiki.cat - [http://www.tarracowiki.cat www.tarracowiki.cat]: (ca) Local encyclopedia on Tarragona, region of Catalonia (Spain). Open and most complete wiki about this city and region.&lt;br /&gt;
; The Document Foundation Wiki - [http://wiki.documentfoundation.org/Main_Page wiki.documentfoundation.org]:&lt;br /&gt;
The official Wiki for LibreOffice and &amp;quot;The Documentfoundation&amp;quot;&lt;br /&gt;
; Tradika – [http://www.tradika.de Tradika Fachübersetzungen]: homepage of a german translator&lt;br /&gt;
&lt;br /&gt;
=== V ===&lt;br /&gt;
; Venicewiki: [http://www.venicewiki.org/ Venicewiki.org]. (it, other languages) The collaborative guide to &#039;&#039;&#039;Venice&#039;&#039;&#039;, Italy.&lt;br /&gt;
; Vinismo: [http://vinismo.com/ Vinismo.com]. (en, fr) Open Content, multi-lingual wiki-edited &#039;&#039;&#039;wine guide&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== W ===&lt;br /&gt;
; Walkthrough - [http://www.walkthrough.cba.pl www.walkthrough.cba.pl]: (pl, en) Encyclopedia about videogames and much more.&lt;br /&gt;
; Wikia – [http://www.wikia.com/ Wikia.com]: (en, other languages) Collection of Wiki sites on a great many subjects.&lt;br /&gt;
; Wikiants – [http://www.en.wikiants.org/ Wikiants.org]: (de, en, other languages) is a free content encyclopedia for D.I.Y. and open content projects.&lt;br /&gt;
; Wikibooks – [http://www.wikibooks.org/ Wikibooks.org]: (en, other languages) Open Books source &lt;br /&gt;
; Wikid Bikers – [http://wikidbikers.com/ Wikidbikers.com]: (en, fr) Community website and hospitality exchange network dedicated the motorcycle &amp;amp; tattoo culture.&lt;br /&gt;
; WIKI-EUROPA – [http://www.europe-maintenant.org/ Tribune de la Société civile européenne]: Base de connaissances humaines dans les domaines européens de la démocracie, des droits de la personne, de la gouvernance, de la société civile, de la solidarité (en, de, fr)&lt;br /&gt;
; WikiFur – [http://wikifur.com/ WikiFur.com]: (en, es, ru, de, fr and others) Information about [[Wikipedia:furry fandom|furry fandom]]&lt;br /&gt;
; Wikimini – [http://www.wikimini.org/ Wikimini.org]: (fr, other languages soon) Encyclopedia for children written by children.&lt;br /&gt;
; Wikipedia – [http://www.wikipedia.org/ Wikipedia.org]: (en, other languages) Wiki encyclopedia&lt;br /&gt;
; WikiPlant – [http://www.wikiplant.org/ WikiPlant.org]: (en, de, fr, es) Wiki for plants and botany in four languages&lt;br /&gt;
; Wikisocion – [http://www.wikisocion.org/ wikisocion.org]: (en, ru) Encyclopedia of socionics&lt;br /&gt;
; Wikisport.es – [http://www.wikisport.es/ WikiSport.es]: (es) Gran enciclopedia de resultados deportivos&lt;br /&gt;
; Wikitravel – [http://wikitravel.org/ wikitravel.org]: (en, de, es, fr, it, ja, nl, pl, pt, ro, sv so far) Up-to-date and reliable world-wide travel guide&lt;br /&gt;
; Wikivoyage – [http://www.wikivoyage.org wikivoyage.org]: (de, it) Non-commercial world-wide travel guide and travel-related topics&lt;br /&gt;
; WikiWheels - [http://www.wikiwheels.org www.wikiwheels.org] : (en/de) Global directory of customized cars &amp;amp; bikes.&lt;br /&gt;
; WordPress Codex – [http://www.codex.wordpress.org/ codex.wordpress.org]: (en, other languages) An open source documentation for the popular and free WordPress blogging system&lt;br /&gt;
; Wormux – [http://www.wormux.org/ wormux.org]: (en, es, fr) About the game Wormux.&lt;br /&gt;
; Wormux – [http://www.tat-too.com/ tattoo]: (en, es, fr) tattoo.&lt;br /&gt;
&lt;br /&gt;
=== X ===&lt;br /&gt;
; xfamily- [http://www.xfamily.org/ xfamily.org]: (en, es) About the cult known as &amp;quot;The Family&amp;quot; or &amp;quot;The Children of God&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Y ===&lt;br /&gt;
; Yehudim.eu – [http://www.yehudim.eu/ yehudim.eu]: (en, other languages) European Jewish Heritage Project&lt;br /&gt;
; YourWiki – [http://www.yourwiki.net/ yourwiki.net]: (mainly en, other languages supported) Free Community Wiki Hosting service&lt;br /&gt;
&lt;br /&gt;
=== Z ===&lt;br /&gt;
; Zenwalk Wiki – [http://wiki.zenwalk.org/ Zenwalk GNU/Linux wiki]: (en, de, es, fr, it...). About the Zenwalk GNU/Linux distribution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:MediaWiki References| ]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/multilingual&amp;diff=525084</id>
		<title>Sites using MediaWiki/multilingual</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Sites_using_MediaWiki/multilingual&amp;diff=525084"/>
		<updated>2012-04-13T18:20:35Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: /* U */ no&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{MediaWiki Sites}}&lt;br /&gt;
&#039;&#039;This is a list of sites that are using &#039;&#039;&#039;MediaWiki&#039;&#039;&#039;, the wiki engine this site is about. On this page we collect wikis that are written or provided in &#039;&#039;&#039;more than one language&#039;&#039;&#039;, quite often these are the bigger projects.&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
* Feel free to add your site to the list, but please stay close to the given format:&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;; Title – [http://www.example.org/ example.org]: (language code) Short description&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
* New entries will be checked. Unreachable sites or sites that don&#039;t use MediaWiki will be removed.&lt;br /&gt;
* Last complete check: 2005-12-03&lt;br /&gt;
&lt;br /&gt;
== MediaWiki-Wikis in more than one language ==&lt;br /&gt;
{{CompactTOC}}&lt;br /&gt;
&lt;br /&gt;
=== # ===&lt;br /&gt;
; 21C3Wiki – [https://21c3.ccc.de/wiki/index.php/Main_Page 21c3.ccc.de]: (de, en) Public wiki of the 21st Chaos Communication Congress in Berlin 2004&lt;br /&gt;
; 22C3Wiki – [https://events.ccc.de/congress/2005/wiki/22C3_Public_Wiki events.ccc.de]: (de, en) Public wiki of the 22st Chaos Communication Congress in Berlin 2005&lt;br /&gt;
&lt;br /&gt;
=== A ===&lt;br /&gt;
; Aeromodelpedia - [http://www.aeromodelpedia.org www.aeromodelpedia.org] : The free aeromodels encyclopedia.&lt;br /&gt;
; Airsoftpedia – [http://www.airsoftpedia.es/ airsoftpedia.es]: (ES) Wiki about Airsoft - Wiki sobre Airsoft &lt;br /&gt;
; Agri Wiki - [http://www.agriwiki.co.za agriwiki.co.za]: (EN, AF) Wiki about agriculture in South Africa.&lt;br /&gt;
; Análisis Técnico – [http://www.analisis-tecnico.eu/ Analisis-Tecnico.EU]: (ES, EN, DE) Enciclopedia Análisis Técnico. &lt;br /&gt;
; Anarchopedia – [http://www.anarchopedia.org/ anarchopedia.org]: (en, other languages) Anarchist GFDL corpus access provider&lt;br /&gt;
; Arija wiki – arija.org [http://www.arija.org/es/ (es)] [http://www.arija.org/en/ (en)] [http://www.arija.org/fr/ (fr)]: A multilingual project to create a complete and accurate open content encyclopedia about the town of Arija, Burgos, Spain and its surroundings&lt;br /&gt;
&lt;br /&gt;
=== B ===&lt;br /&gt;
; Battlestar Wiki – [http://www.battlestarwiki.org/ battlestarwiki.org]: (de, es, en, fr, tr, zh) &#039;&#039;Battlestar Galactica&#039;&#039; online encyclopedia and episode guide &lt;br /&gt;
; Bromwiki – [http://www.bromwiki.net/ bromwiki.net]: (de, en, es) Information on the tropical pineapple plantfamily&lt;br /&gt;
; Buddhist Encyclopedia – [http://Buddhism.2be.net/ Buddhism.2be.net]: (en, zh) Encyclopedia of Buddhism with articles, videos and audios of all Buddhist traditions including the Theravada, Mahayana and Vajrayana.&lt;br /&gt;
; BioSites – [http://biosites.org/index.php/Main_Page BioSites.org]: (cn, de, es, en, fr, jr, kr, tr, zh) BioSites.org is an openfree information provider of companies or web sites. You can freely add and edit your site&#039;s profile anytime. BioSites.org will help introduce your websites and provide external links and references that can enhance and increase traffic to your site, and connect you with your visitors.&lt;br /&gt;
&lt;br /&gt;
=== C ===&lt;br /&gt;
; Capital Market Wiki – [http://www.capital-market-wiki.org/wiki/ capital-market-wiki.org]: (en) An open encyclopedia of world capital markets. An article may be written in any language, on sub-pages to the English version, tied together with a common semantic database, organized in accordance with Capital Market Taxonomy.&lt;br /&gt;
&lt;br /&gt;
; Cantr II wiki – [http://wiki.cantr.net/index.php/Main_Page wiki.cantr.net]: (en/es/pt) Help to Cantr II - a game (MMORPG, PBBG and simulating society) which together involved more than a dozen linguistic communities, in a same persistent virtual world.&lt;br /&gt;
&lt;br /&gt;
; Cigarettespedia – [http://www.cigarettespedia.com/ cigarettespedia.com]: (en) CigarettesPedia is unique, the fullest free collection of cigarette boxes, invaluable information about cigarette brands, history of their appearance and the manufacturers.&lt;br /&gt;
&lt;br /&gt;
; CineWiki – [http://www.cinewiki.org/ www.cinewiki.org]:The free film encyclopedia (en/zh)&lt;br /&gt;
&lt;br /&gt;
; Cinoku – [http://www.cinoku.com/ www.cinoku.com]:Film lexicon (de/en)&lt;br /&gt;
&lt;br /&gt;
; CoCoWiki - [http://www.asicdev.com/wiki/ www.asicdev.com/wiki/]:(zh) A wiki for electronic egineering in chinese.&lt;br /&gt;
&lt;br /&gt;
; Computational Engineering – [http://computational.engineering.or.id computational.engineering.or.id]: (id) This site presents the research on computational engineering in Indonesia, contains information to build high performance computing system as well as the application on material design, instrumentation, and control. &lt;br /&gt;
&lt;br /&gt;
; Corruptopedia – [http://www.corruptopedia.org/ corruptopedia.org]: (pt-br) Corruptopedia is a brazillian encyclopedia and speaks of the most &#039;honest&#039; people of the Brazil.&lt;br /&gt;
&lt;br /&gt;
=== D ===&lt;br /&gt;
; DLRPwiki.org – [http://www.dlrpwiki.org/ DLRPwiki.org]: (en, nl, de) Disneyland Resort Paris wiki&lt;br /&gt;
&lt;br /&gt;
=== E ===&lt;br /&gt;
; Einstein University - [http://www.einstein-university.org Einstein University] the free university/ academic social network. &lt;br /&gt;
; Ekopedia – [http://www.ekopedia.org/ Ekopedia]: ([http://fr.ekopedia.org/ fr], [http://eo.ekopedia.org/ eo], [http://en.ekopedia.org/ en], [http://it.ekopedia.org/ it], [http://de.ekopedia.org/ de], [http://pl.ekopedia.org/ pl]...) The ecology&#039;s encyclopedia.&lt;br /&gt;
; eLib Austria – [http://www.literature.at/elib/www/wiki/]: (de, some documents in en, fr, es) Digitalization effort which combines sourcetexts, with papers and articles as an eLearning site for university students&lt;br /&gt;
; Encyclopaediae Pokemonis – [http://www.encyclopaediae-pokemonis.org/ www.encyclopaediae-pokemonis.org]: (de, en, es, fr, jp, po, pl) Wikis about [[Wikipedia:Pokémon|Pokémon]]&lt;br /&gt;
; Ensiklokamus Teknologi Maklumat – [http://teknologi-maklumat.com/wiki/Halaman_utama teknologi-maklumat.com]: (ms) Encyclopedia of information technology in the Malay language&lt;br /&gt;
; EnterWiki – [http://enterwiki.net/ EnterWiki.net]: (en, soon to include fr, de, es) Entertainment wiki network, mostly MMOGs&lt;br /&gt;
; Eureka Wiki – [http://www.eurekawiki.org/ eurekawiki.org]: (en, soon to be de) A wiki on the [[Wikipedia:Eureka (TV series)|Eureka]].&lt;br /&gt;
; Exprmntl – [http://www.exprmntl.net/fr/ exprmntl.net]: (fr, en, de, es…) Encyclopedia of audio-visual art&lt;br /&gt;
; Eleupedia – [http://www.eleupedia.org/ eleupedia.org]: (es) Are your collaborations deleted in the Wikipedia? No problem, we are the alternative.&lt;br /&gt;
&lt;br /&gt;
=== F ===&lt;br /&gt;
; FlightGear wiki – [http://wiki.flightgear.org wiki.flightgear.org]: Wiki of the free, opensource flight simulator [[:w:FlightGear]].&lt;br /&gt;
; Forestpedia – [http://forestpedia.org/ forestpedia.org]: (id, en) Forestpedia is designed to help groups collaborate, share, and build a website that provide information center for tropical forest knowledge. &lt;br /&gt;
; Freeciv – [http://www.freeciv.org/ freeciv.org]: (en, other languages) Information about the multiplayer strategy game &amp;quot;Freeciv&amp;quot;&lt;br /&gt;
; Friday&#039;s poems Collaborative Movement – [http://sextapoetica.com.br sextapoetica.com.br]: (pt) a place where one can read what other people write and where anyone can write freely.&lt;br /&gt;
; FZWTE Software – [http://fzwte.net/ fzwte.net]: (en, fr) Software by ZeWaren / Erwan Martin&lt;br /&gt;
; Freedom Porn - [http://www.freedomporn.org/ www.FreedomPorn.org]: (en, ru, soon other) Anarchist and activist pornography.&lt;br /&gt;
&lt;br /&gt;
=== G ===&lt;br /&gt;
; Glen Cook Wiki – (no longer multi-lingual, english only) [http://glencook.org/ glencook.org]: (de, en, fr, pl, ru) Reference to the books and worlds of Author Glen Cook &#039;&#039;Translators needed!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== H ===&lt;br /&gt;
; &#039;&#039;&#039;Heroes Wiki&#039;&#039;&#039; – [http://heroeswiki.com/ heroeswiki.com]: ([http://de.heroeswiki.com/ de], [http://es.heroeswiki.com/ es], [http://fr.heroeswiki.com/ fr], [http://he.heroeswiki.com/ he], [http://it.heroeswiki.com/ it], [http://nl.heroeswiki.com/ nl], [http://pt.heroeswiki.com/ pt], [http://sv.heroeswiki.com/ sv], [http://tr.heroeswiki.com/ tr]) Wiki dedicated to [[w:NBC|NBC]]&#039;s TV series &#039;&#039;[[w:Heroes (TV series)|Heroes]]&#039;&#039;.&lt;br /&gt;
; &#039;&#039;&#039;Hinnavaatlus wiki&#039;&#039;&#039; – [http://wiki.hinnavaatlus.ee/index.php/Esileht wiki.hinnavaatlus.ee]: (et, en) A site dedicated to organize manuals and tips gathered in [http://foorum.hinnavaatlus.ee/index.php Hinnavaatlus forum] (Estonian pricewatch forum)&lt;br /&gt;
; &#039;&#039;&#039;Hitchwiki&#039;&#039;&#039; – [http://hitchwiki.org/ hitchwiki.org]: ([http://hitchwiki.org/en/ en], [http://hitchwiki.org/de/ de], [http://hitchwiki.org/es/ es], [http://hitchwiki.org/fr/ fr], [http://hitchwiki.org/fi/ fi], [http://hitchwiki.org/pt pt], [http://hitchwiki.org/bg/ bg], [http://hitchwiki.org/zh/ zh], [http://hitchwiki.org/pl/ pl], [http://hitchwiki.org/ru/ ru]) Information about hitchhiking.&lt;br /&gt;
; &#039;&#039;&#039;Hortipedia&#039;&#039;&#039; - [http://www.hortipedia.com/ www.hortipedia.com]: ([http://en.hortipedia.com en], [http://de.hortipedia.com de], fr and es coming soon) garden encyclopedia, plants, plant database, Gartenlexikon, Pflanzen, Pflanzendatenbank)&lt;br /&gt;
; &#039;&#039;&#039;howtopedia.org&#039;&#039;&#039; – [http://www.howtopedia.org/ www.howtopedia.org]: (en,fr,es) Howtopedia is a library for practical knowledge and simple technologies. It focuses on development tools.&lt;br /&gt;
; &#039;&#039;&#039;Howiw.com&#039;&#039;&#039; - [http://www.howiw.com/ www.howiw.com]: (will be in all linguages) the Free highest quality how to articles that anyone can edit.&lt;br /&gt;
&lt;br /&gt;
=== I ===&lt;br /&gt;
; &amp;lt;span style=&amp;quot;explain&amp;quot; title=&amp;quot;Internationalized Domain Names&amp;quot;&amp;gt;IDN&amp;lt;/span&amp;gt;wiki – [http://idn.icann.org/Project:About ICANN TLD I18N]: ([http://xn--mgbh0fb.xn--kgbechtv/ ar], [http://xn--fsqu00a.xn--0zwm56d/ zh-Hans], [http://xn--fsqu00a.xn--g6w251d/ zh-Hant], [http://xn--hxajbheg2az3al.xn--jxalpdlp/ el], [http://xn--p1b6ci4b4b3a.xn--11b5bs3a9aj6g/ hi], [http://xn--r8jz45g.xn--zckzah/ ja], [http://xn--9n2bp8q.xn--9t4b11yi5a/ ko], [http://xn--mgbh0fb.xn--hgbk6aj7f53bba/ fa], [http://xn--e1afmkfd.xn--80akhbyknj4f/ ru], [http://xn--zkc6cc5bi7f6e.xn--hlcj6aya9esc7a/ ta], [http://xn--fdbk5d8ap9b8a8d.xn--deba0ad/ yi], [http://xn--1xd0bwwra.idn.icann.org/ am], [http://xn--5dbqzzl.idn.icann.org/ he]) &lt;br /&gt;
; IEs4Linux – [http://www.tatanka.com.br/ies4linux www.tatanka.com.br/ies4linux]: (de, en, es_UY, fr, pt_BR) Internet Explorer 6, 5.5, 5 on Linux&lt;br /&gt;
; IMSLP – [http://www.imslp.org/ www.imslp.org]: public domain musical score archive&lt;br /&gt;
&lt;br /&gt;
=== J ===&lt;br /&gt;
; Jehudim – [http://www.yehudim.eu/ yehudim.eu]: (en, other languages) European Jewish Heritage Project&lt;br /&gt;
&lt;br /&gt;
; Jesus-Wiki – [http://jesus-wiki.org/ jesus-wiki.org]: (de, fi, fr, en, es) Wiki project with a Christian point of view&lt;br /&gt;
&lt;br /&gt;
; Jurispedia – [http://www.jurispedia.org/ jurispedia.org]: (ar, en, fr, de, nl, other languages) law website&lt;br /&gt;
&lt;br /&gt;
=== K ===&lt;br /&gt;
; KDE TechBase – [http://techbase.kde.org/ http://techbase.kde.org/]: The [[wikipedia:KDE|KDE]] developers&#039; wiki.&lt;br /&gt;
&lt;br /&gt;
; KDE UserBase – [http://userbase.kde.org/ http://userbase.kde.org/]: The [[wikipedia:KDE|KDE]] user community wiki.&lt;br /&gt;
&lt;br /&gt;
; Knowtive – [http://www.knowtive.com/ www.knowtive.com]: (zh, other languages) &lt;br /&gt;
&lt;br /&gt;
; Knowledgebase Home – [http://www.asiaosc.org/enwiki/ asiaosc.org/enwiki]: (en, other languages) From AsiaOSC, an Asian open source centre&lt;br /&gt;
&lt;br /&gt;
; Kompensationsverzeichnis Mecklenburg-Vorpommern – [http://www.kompensationsflaechen-mv.de/ kompensationsflaechen-mv.de]: (de) Platform for impact review-areas (Ausgleichsflächen, Ökokonten) in Mecklenburg-Vorpommern, State in Germany&lt;br /&gt;
&lt;br /&gt;
; Korean Resource Center – [http://krcla.org/ krcla.org]: (en, ko) organization website for the [[:wikipedia:Korean Resource Center|Korean Resource Center]] (민족학교), a non-profit organization based in Los Angeles. Editing restricted to talk pages only.&lt;br /&gt;
&lt;br /&gt;
=== L ===&lt;br /&gt;
; Lostpedia – [http://www.lostpedia.com/ Lostpedia.com]: (de/en/es/fr/it/nl/pl/pt) Wiki dedicated to ABC&#039;s TV series LOST.&lt;br /&gt;
&lt;br /&gt;
; Live Cinema Research Wiki – [http://livecinema.prototypen.com/wiki/ livecinema.prototypen.com]: (de/en) Wiki dedicated to the research of movie making and presentation techniques for the 21st century.&lt;br /&gt;
&lt;br /&gt;
; Lingua Veritas [http://linguaveritas.com/ Lingua Veritas – Translation interpretation]: A Wiki-based multilingual resources agency&lt;br /&gt;
&lt;br /&gt;
; Locaweb [http://wiki.locaweb.com.br/]: Wiki locaweb&lt;br /&gt;
&lt;br /&gt;
=== M ===&lt;br /&gt;
; Memory Alpha – [http://memory-alpha.org/ memory-alpha.org]: (en, other languages) Encyclopedia and reference for everything related to Star Trek&lt;br /&gt;
; Metacafe - [http://www.metacafe.com/ metacafe.com]: (en, other languages) A community based video sharing web site, using Mediawiki as the back-end for video metadata&lt;br /&gt;
; MLDonkey – [http://mldonkey.sourceforge.net/ mldonkey.sourceforge.net]: (de, en) Site for MLDonkey users and developers&lt;br /&gt;
; MS WIKI – [http://msreport.ohost.de/ msreport.ohost.de]: (de, en) Informations about Microsoft and other computerfactorys/software&lt;br /&gt;
; Mypetcard – [http://mypetcard.org/]: (pt) Informations about pet&#039;s&lt;br /&gt;
&lt;br /&gt;
=== N ===&lt;br /&gt;
; Nedirki Wiki – [http://www.nedirki.net/ nedirki.net]: (de, en, tr, ku ..) wikipedinin kopyası a.q&lt;br /&gt;
; NursingWiki – [http://www.nursingwiki.org/ nursingwiki.org]: (de, en) unrestricted information on nursing and health care&lt;br /&gt;
; Nagelstudio Wiki – [http://www.nagelstudiohamburg.net/ nagelstudiohamburg.net]: (de,en) Nagelstudio wiki for different languages&lt;br /&gt;
&lt;br /&gt;
=== O ===&lt;br /&gt;
; Occleve (the Open Content Learning Environment) – [http://occleve.berlios.de/wiki/ occleve.berlios.de/wiki/]: (en, wuu, zh, other languages) An open content computer based learning system for mobile phones. Also known as PocketChinese.&lt;br /&gt;
; Oekonux – [http://de.wiki.oekonux.org/ de.wiki.oekonux.org]: (de, en, es) About Linux/free software and its influences on political and economic structures [http://www.oekonux.org/ oekonux.org], [http://www.oekonux.de/ oekonux.de], [http://en.wiki.oekonux.org/ en.wiki.oekonux.org]&lt;br /&gt;
; OmegaWiki - [http://www.omegawiki.org www.omegawiki.org]: Multilingual dictionary, using WikiData extension.&lt;br /&gt;
; OpenFacts – [http://openfacts.berlios.de/ openfacts.berlios.de]: (de, other languages) Database about open source software&lt;br /&gt;
; OpenStreetMap – [http://wiki.openstreetmap.org/wiki/Main_Page OpenStreetMap]: (multilingual) project to create a free map of the world&lt;br /&gt;
; openSUSE – [http://en.opensuse.org/ opensuse.org]: (in many languages) a Linux distribution&lt;br /&gt;
; Operation Market Garden(OMG) Wiki - [http://www.omgmod.org/wiki/index.php?title=Main_Page omgmod.org/wiki]: (de, en, es, nl) Centered around the Operation Market Garden modification for Company of Heroes and its community.&lt;br /&gt;
; OpinionPedia– [http://www.opinionpedia.net/ opinionpedia.net]: (en, fr, other) Opinions about products and services.&lt;br /&gt;
; Othello Wiki Book Project – [http://othello.dk/book/index.php/Main_Page othello.dk/book]: (en, other languages) This is a &amp;quot;book&amp;quot; about Othello game, written and edited by the joint community of Othello players..&lt;br /&gt;
&lt;br /&gt;
=== P ===&lt;br /&gt;
; Partitures.net – [http://www.partitures.net/ Partitures.net]: (ca/en/es) Public Domain Music Score Library Project, started in Spain. At moment only this 3 languages.&lt;br /&gt;
; Piratenwiki – [http://wiki.piratenpartei.de/ wiki.piratenpartei.de]: (de) Discussion, Information and Coordination platform of the [[:wikipedia:Pirate Party Germany|German Pirate Party]] (See also [[:wikipedia:Pirate Parties International|Pirate Parties International]])&lt;br /&gt;
;Pl@ntUse - [http://uses.plantnet-project.org/en/Main_Page uses.plantnet-project.org/en]: (en/fr) Useful plants of the world and their uses, a study case of Pl@ntNet [http://www.plantnet-project.org/papyrus.php?langue=en plantnet-project.org].&lt;br /&gt;
; Pokemon Global – [http://pokeglobal.org/ pokeglobal.org]: (en/pt) The official wiki of PokeNet.&lt;br /&gt;
; Pokemon Wiki (ポケモンWiki) – [http://wiki.xn--rckteqa2e.com/wiki/ wiki.xn--rckteqa2e.com/wiki/]: (ja) Community-driven Pokémon encyclopedia. A member of the Encyclopaediae Pokémonis group with English [http://bulbapedia.bulbagarden.net/ Bulbapedia] and German PokéWiki.&lt;br /&gt;
; PokéWiki – [http://www.pokewiki.de/Hauptseite www.pokewiki.de/Hauptseite]: (de) Community-driven Pokémon encyclopedia. A member of the Encyclopaediae Pokémonis group with English [http://bulbapedia.bulbagarden.net/ Bulbapedia] and Japanese ポケモンWiki.&lt;br /&gt;
; Pornopedia – [http://www.pornopedia.eu/ www.pornopedia.eu]: (de/en/es/fr) Erotic encyclopedia&lt;br /&gt;
&lt;br /&gt;
=== Q ===&lt;br /&gt;
; Qi Hardware – [http://wiki.qi-hardware.com/ wiki.qi-hardware.com]: (en/es/zh-hans) Copyleft hardware project.&lt;br /&gt;
&lt;br /&gt;
=== R ===&lt;br /&gt;
; Rodovid – [http://rodovid.org/ rodovid.org]: (de, es, en, fi, fr, he, id, it, ja, nl, pl, pt, ro, ru, sr, uk, uz) Free multilingual family tree portal.&lt;br /&gt;
&lt;br /&gt;
=== S ===&lt;br /&gt;
; &#039;&#039;&#039;Safon.org&#039;&#039;&#039; – [http://safon.org/nn/index.php/Safon.org:Hovudsida safon.org]: (nn, nb, en, pt) Resource site for religion and culture, including Judaism, Sikhism and others, from a Scandinavian coastal perspective.&lt;br /&gt;
; ScoutWiki Network – [http://www.scoutwiki.org/ scoutwiki.org]: ([http://fi.scoutwiki.org/ fi], [http://fr.scoutwiki.org/ fr], [http://nl.scoutwiki.org/ nl], [http://en.scoutwiki.org/ en], [http://es.scoutwiki.org/ es], [http://de.scoutwiki.org/ de], [http://it.scoutwiki.org/ it], [http://sv.scoutwiki.org/ sv], [http://ja.scoutwiki.org/ ja], [http://da.scoutwiki.org/ da], [http://cs.scoutwiki.org/ cs], [http://eo.scoutwiki.org/ eo], [http://ar.scoutwiki.org/ ar], [http://pt.scoutwiki.org/ pt], [http://uk.scoutwiki.org/ uk] ; [http://media.scoutwiki.org/ images], [http://asso.scoutwiki.org/ association]) The international network of scouting wikies.&lt;br /&gt;
; Sharewiki – [http://sharewiki.org/ sharewiki.org]: ([http://sharewiki.org/de/ de], [http://sharewiki.org/en/ en]) Wiki about sharing, collaboration, participation, ...&lt;br /&gt;
;Sightseeing Wiki - [http://www.sightseeingwiki.org www.sightseeingwiki.org] : (en, de) The greatest Places of Interest around the World.&lt;br /&gt;
; SoftX - [http://www.softx.tk/ www.softx.tk] : (en, zh-CN) Wiki about Open Source and Computer Technologies.&lt;br /&gt;
; Steam Support Wiki – [http://supportwiki.steampowered.com/wiki/ supportwiki.steampowered.com]: ([http://supportwiki.steampowered.com/ar/Main_Page ar], [http://supportwiki.steampowered.com/bg/Main_Page bg], [http://supportwiki.steampowered.com/da/Main_Page da], [http://supportwiki.steampowered.com/de/Main_Page de], [http://supportwiki.steampowered.com/el/Main_Page el], [http://supportwiki.steampowered.com/es/Main_Page es], [http://supportwiki.steampowered.com/fi/Main_Page fi], [http://supportwiki.steampowered.com/fr/Main_Page fr], [http://supportwiki.steampowered.com/he/Main_Page he], [http://supportwiki.steampowered.com/hu/Main_Page hu], [http://supportwiki.steampowered.com/it/Main_Page it], [http://supportwiki.steampowered.com/ja/Main_Page ja], [http://supportwiki.steampowered.com/ko/Main_Page ko], [http://supportwiki.steampowered.com/lt/Main_Page lt], [http://supportwiki.steampowered.com/lv/Main_Page lv], [http://supportwiki.steampowered.com/nl/Main_Page nl], [http://supportwiki.steampowered.com/no/Main_Page no], [http://supportwiki.steampowered.com/pl/Main_Page pl], [http://supportwiki.steampowered.com/pt/Main_Page pt], [http://supportwiki.steampowered.com/ro/Main_Page ro], [http://supportwiki.steampowered.com/ru/Main_Page ru], [http://supportwiki.steampowered.com/sv/Main_Page sv], [http://supportwiki.steampowered.com/tr/Main_Page tr], [http://supportwiki.steampowered.com/zh/Main_Page zh]) Help wiki for [[w:Valve Corporation|Valve&#039;s]] [[w:Steam (content delivery)|Steam]] users.&lt;br /&gt;
;Simple Silence - [http://www.simplesilence.org/ SimpleSilence.org] :(fr, en and other languages) Wiki dedicated to &#039;&#039;&#039;Meher Baba&#039;&#039;&#039;, the silent Indian Master, chiefly as a help for translations of texts.&lt;br /&gt;
; Studion-Wiki – [http://studion.cs.uni-tuebingen.de/abzwiki/index.php/Studion-Wiki studion.cs.uni-tuebingen.de]: (de) &#039;&#039;&#039;Studi&#039;&#039;&#039;eninformation &#039;&#039;&#039;On&#039;&#039;&#039;line – Informationen zum Studium an der Universität Tübingen.&lt;br /&gt;
&lt;br /&gt;
=== T ===&lt;br /&gt;
; Tango.info – [http://wiki.tango.info/mul wiki.tango.info/mul]: (eng, spa, other languages) tango info wiki&lt;br /&gt;
; Technical Analysis [http://www.technical-analysis.eu/ Technical-Analysis.EU]: (EN, DE, ES) Encyclopedia for Technical Analysis (Financial). &lt;br /&gt;
; Technische Analyse – [http://www.technische-analyse.eu/ Technische-Analyse.EU]: (DE, EN, ES) Fachlexikon für Technische Analyse von Wertpapieren. &lt;br /&gt;
; Tigriswiki – [http://www.knauszi.hu www.knauszi.hu]: an educational site in Hungarian&lt;br /&gt;
; Tarracowiki.cat - [http://www.tarracowiki.cat www.tarracowiki.cat]: (ca) Local encyclopedia on Tarragona, region of Catalonia (Spain). Open and most complete wiki about this city and region.&lt;br /&gt;
; The Document Foundation Wiki - [http://wiki.documentfoundation.org/Main_Page wiki.documentfoundation.org]:&lt;br /&gt;
The official Wiki for LibreOffice and &amp;quot;The Documentfoundation&amp;quot;&lt;br /&gt;
; Tradika – [http://www.tradika.de Tradika Fachübersetzungen]: homepage of a german translator&lt;br /&gt;
&lt;br /&gt;
=== V ===&lt;br /&gt;
; Venicewiki: [http://www.venicewiki.org/ Venicewiki.org]. (it, other languages) The collaborative guide to &#039;&#039;&#039;Venice&#039;&#039;&#039;, Italy.&lt;br /&gt;
; Vinismo: [http://vinismo.com/ Vinismo.com]. (en, fr) Open Content, multi-lingual wiki-edited &#039;&#039;&#039;wine guide&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== W ===&lt;br /&gt;
; Walkthrough - [http://www.walkthrough.cba.pl www.walkthrough.cba.pl]: (pl, en) Encyclopedia about videogames and much more.&lt;br /&gt;
; Wikia – [http://www.wikia.com/ Wikia.com]: (en, other languages) Collection of Wiki sites on a great many subjects.&lt;br /&gt;
; Wikiants – [http://www.en.wikiants.org/ Wikiants.org]: (de, en, other languages) is a free content encyclopedia for D.I.Y. and open content projects.&lt;br /&gt;
; Wikibooks – [http://www.wikibooks.org/ Wikibooks.org]: (en, other languages) Open Books source &lt;br /&gt;
; Wikid Bikers – [http://wikidbikers.com/ Wikidbikers.com]: (en, fr) Community website and hospitality exchange network dedicated the motorcycle &amp;amp; tattoo culture.&lt;br /&gt;
; WIKI-EUROPA – [http://www.europe-maintenant.org/ Tribune de la Société civile européenne]: Base de connaissances humaines dans les domaines européens de la démocracie, des droits de la personne, de la gouvernance, de la société civile, de la solidarité (en, de, fr)&lt;br /&gt;
; WikiFur – [http://wikifur.com/ WikiFur.com]: (en, es, ru, de, fr and others) Information about [[Wikipedia:furry fandom|furry fandom]]&lt;br /&gt;
; Wikimini – [http://www.wikimini.org/ Wikimini.org]: (fr, other languages soon) Encyclopedia for children written by children.&lt;br /&gt;
; Wikipedia – [http://www.wikipedia.org/ Wikipedia.org]: (en, other languages) Wiki encyclopedia&lt;br /&gt;
; WikiPlant – [http://www.wikiplant.org/ WikiPlant.org]: (en, de, fr, es) Wiki for plants and botany in four languages&lt;br /&gt;
; Wikisocion – [http://www.wikisocion.org/ wikisocion.org]: (en, ru) Encyclopedia of socionics&lt;br /&gt;
; Wikisport.es – [http://www.wikisport.es/ WikiSport.es]: (es) Gran enciclopedia de resultados deportivos&lt;br /&gt;
; Wikitravel – [http://wikitravel.org/ wikitravel.org]: (en, de, es, fr, it, ja, nl, pl, pt, ro, sv so far) Up-to-date and reliable world-wide travel guide&lt;br /&gt;
; Wikivoyage – [http://www.wikivoyage.org wikivoyage.org]: (de, it) Non-commercial world-wide travel guide and travel-related topics&lt;br /&gt;
; WikiWheels - [http://www.wikiwheels.org www.wikiwheels.org] : (en/de) Global directory of customized cars &amp;amp; bikes.&lt;br /&gt;
; WordPress Codex – [http://www.codex.wordpress.org/ codex.wordpress.org]: (en, other languages) An open source documentation for the popular and free WordPress blogging system&lt;br /&gt;
; Wormux – [http://www.wormux.org/ wormux.org]: (en, es, fr) About the game Wormux.&lt;br /&gt;
; Wormux – [http://www.tat-too.com/ tattoo]: (en, es, fr) tattoo.&lt;br /&gt;
&lt;br /&gt;
=== X ===&lt;br /&gt;
; xfamily- [http://www.xfamily.org/ xfamily.org]: (en, es) About the cult known as &amp;quot;The Family&amp;quot; or &amp;quot;The Children of God&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Y ===&lt;br /&gt;
; Yehudim.eu – [http://www.yehudim.eu/ yehudim.eu]: (en, other languages) European Jewish Heritage Project&lt;br /&gt;
; YourWiki – [http://www.yourwiki.net/ yourwiki.net]: (mainly en, other languages supported) Free Community Wiki Hosting service&lt;br /&gt;
&lt;br /&gt;
=== Z ===&lt;br /&gt;
; Zenwalk Wiki – [http://wiki.zenwalk.org/ Zenwalk GNU/Linux wiki]: (en, de, es, fr, it...). About the Zenwalk GNU/Linux distribution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:MediaWiki References| ]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Topic:Qiyo4l3ad2ceco7m&amp;topic_postId=qiyqwjsqdlnkkugu&amp;topic_revId=qiyqxofpb7qh0fis&amp;action=single-view</id>
		<title>Topic:Qiyo4l3ad2ceco7m</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Topic:Qiyo4l3ad2ceco7m&amp;topic_postId=qiyqwjsqdlnkkugu&amp;topic_revId=qiyqxofpb7qh0fis&amp;action=single-view"/>
		<updated>2012-04-02T22:51:03Z</updated>

		<summary type="html">&lt;span class=&quot;plainlinks&quot;&gt;&lt;a href=&quot;/wiki/User:MrBlueSky&quot; class=&quot;mw-userlink&quot; title=&quot;User:MrBlueSky&quot;&gt;&lt;bdi&gt;MrBlueSky&lt;/bdi&gt;&lt;/a&gt; &lt;span class=&quot;mw-usertoollinks&quot;&gt;(&lt;a href=&quot;/wiki/User_talk:MrBlueSky&quot; class=&quot;mw-usertoollinks-talk&quot; title=&quot;User talk:MrBlueSky&quot;&gt;talk&lt;/a&gt; | &lt;a href=&quot;/wiki/Special:Contributions/MrBlueSky&quot; class=&quot;mw-usertoollinks-contribs&quot; title=&quot;Special:Contributions/MrBlueSky&quot;&gt;contribs&lt;/a&gt;)&lt;/span&gt; edited a &lt;a class=&quot;external text&quot; data-mw-original-href=&quot;//www.mediawiki.org/w/index.php?title=Topic:Qiyo4l3ad2ceco7m&amp;amp;topic_showPostId=qiyqwjsqdlnkkugu#flow-post-qiyqwjsqdlnkkugu&quot; href=&quot;https://www.mediawiki.org/w/index.php?title=Topic:Qiyo4l3ad2ceco7m&amp;amp;topic_showPostId=qiyqwjsqdlnkkugu#flow-post-qiyqwjsqdlnkkugu&quot;&gt;post&lt;/a&gt; on &quot;Extension:Cite&quot;&lt;/span&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Extension_talk:Cite/Flow_archive/2012&amp;diff=7244051</id>
		<title>Extension talk:Cite/Flow archive/2012</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Extension_talk:Cite/Flow_archive/2012&amp;diff=7244051"/>
		<updated>2012-04-02T22:51:03Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: /* Extension:Cite */ Edited post&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Extension:Cite ==&lt;br /&gt;
&lt;br /&gt;
I just added the Cite Extension to my personal wiki and am getting the wrong symbols;&lt;br /&gt;
&lt;br /&gt;
↑ is used after instalation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
but would like to use the same one seen/used elsewhwere;&lt;br /&gt;
&lt;br /&gt;
^&lt;br /&gt;
&lt;br /&gt;
MediaWiki: v1.18.1&lt;br /&gt;
PHP: v5.3.8&lt;br /&gt;
Database: MySQL v5.5.16&lt;br /&gt;
Localization: Xampp for Windows v1.7.7&lt;br /&gt;
&lt;br /&gt;
Sorry if this is covered elsewhere but have spent over an hour looking at templates and am confused to where I can change this.&lt;br /&gt;
&lt;br /&gt;
Thanks in advance&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
&lt;br /&gt;
Dave [[User:Shealladh|Shealladh]] ([[User talk:Shealladh|talk]]) 22:00, 2 April 2012 (UTC)&lt;br /&gt;
:You can change the symbols by changing the ↑ into ^ on the pages [[MediaWiki:Cite references link one]] and [[MediaWiki:Cite references link many]] of your wiki. [[User:MrBlueSky|MrBlueSky]] ([[User talk:MrBlueSky|talk]]) 22:50, 2 April 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Thread:Project:Support_desk/Extension:Cite/reply&amp;diff=519032</id>
		<title>Thread:Project:Support desk/Extension:Cite/reply</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Thread:Project:Support_desk/Extension:Cite/reply&amp;diff=519032"/>
		<updated>2012-04-02T22:51:03Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can change the symbols by changing the ↑ into ^ on the pages [[MediaWiki:Cite references link one]] and [[MediaWiki:Cite references link many]] of your wiki. [[User:MrBlueSky|MrBlueSky]] ([[User talk:MrBlueSky|talk]]) 22:50, 2 April 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Topic:Qiyo4l3ad2ceco7m&amp;topic_postId=qiyqwjsqdlnkkugu&amp;topic_revId=qiyqwjsqdlnkkugu&amp;action=single-view</id>
		<title>Topic:Qiyo4l3ad2ceco7m</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Topic:Qiyo4l3ad2ceco7m&amp;topic_postId=qiyqwjsqdlnkkugu&amp;topic_revId=qiyqwjsqdlnkkugu&amp;action=single-view"/>
		<updated>2012-04-02T22:50:29Z</updated>

		<summary type="html">&lt;span class=&quot;plainlinks&quot;&gt;&lt;a href=&quot;/wiki/User:MrBlueSky&quot; class=&quot;mw-userlink&quot; title=&quot;User:MrBlueSky&quot;&gt;&lt;bdi&gt;MrBlueSky&lt;/bdi&gt;&lt;/a&gt; &lt;span class=&quot;mw-usertoollinks&quot;&gt;(&lt;a href=&quot;/wiki/User_talk:MrBlueSky&quot; class=&quot;mw-usertoollinks-talk&quot; title=&quot;User talk:MrBlueSky&quot;&gt;talk&lt;/a&gt; | &lt;a href=&quot;/wiki/Special:Contributions/MrBlueSky&quot; class=&quot;mw-usertoollinks-contribs&quot; title=&quot;Special:Contributions/MrBlueSky&quot;&gt;contribs&lt;/a&gt;)&lt;/span&gt; &lt;a class=&quot;external text&quot; data-mw-original-href=&quot;//www.mediawiki.org/w/index.php?title=Topic:Qiyo4l3ad2ceco7m&amp;amp;topic_showPostId=qiyqwjsqdlnkkugu#flow-post-qiyqwjsqdlnkkugu&quot; href=&quot;https://www.mediawiki.org/w/index.php?title=Topic:Qiyo4l3ad2ceco7m&amp;amp;topic_showPostId=qiyqwjsqdlnkkugu#flow-post-qiyqwjsqdlnkkugu&quot;&gt;commented&lt;/a&gt; on &quot;Extension:Cite&quot; (&lt;em&gt;You can change the symbols by changing the the ↑ into ^ on the pages MediaWiki:Cite references link one and MediaWiki:Cite references lin...&lt;/em&gt;)&lt;/span&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Extension_talk:Cite/Flow_archive/2012&amp;diff=7244050</id>
		<title>Extension talk:Cite/Flow archive/2012</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Extension_talk:Cite/Flow_archive/2012&amp;diff=7244050"/>
		<updated>2012-04-02T22:50:29Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: /* Extension:Cite */ Added reply&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Extension:Cite ==&lt;br /&gt;
&lt;br /&gt;
I just added the Cite Extension to my personal wiki and am getting the wrong symbols;&lt;br /&gt;
&lt;br /&gt;
↑ is used after instalation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
but would like to use the same one seen/used elsewhwere;&lt;br /&gt;
&lt;br /&gt;
^&lt;br /&gt;
&lt;br /&gt;
MediaWiki: v1.18.1&lt;br /&gt;
PHP: v5.3.8&lt;br /&gt;
Database: MySQL v5.5.16&lt;br /&gt;
Localization: Xampp for Windows v1.7.7&lt;br /&gt;
&lt;br /&gt;
Sorry if this is covered elsewhere but have spent over an hour looking at templates and am confused to where I can change this.&lt;br /&gt;
&lt;br /&gt;
Thanks in advance&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
&lt;br /&gt;
Dave [[User:Shealladh|Shealladh]] ([[User talk:Shealladh|talk]]) 22:00, 2 April 2012 (UTC)&lt;br /&gt;
:You can change the symbols by changing the the ↑ into ^ on the pages [[MediaWiki:Cite references link one]] and [[MediaWiki:Cite references link many]] of your wiki. [[User:MrBlueSky|MrBlueSky]] ([[User talk:MrBlueSky|talk]]) 22:50, 2 April 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Thread:Project:Support_desk/Extension:Cite/reply&amp;diff=519031</id>
		<title>Thread:Project:Support desk/Extension:Cite/reply</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Thread:Project:Support_desk/Extension:Cite/reply&amp;diff=519031"/>
		<updated>2012-04-02T22:50:29Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: Reply to Extension:Cite&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can change the symbols by changing the the ↑ into ^ on the pages [[MediaWiki:Cite references link one]] and [[MediaWiki:Cite references link many]] of your wiki. [[User:MrBlueSky|MrBlueSky]] ([[User talk:MrBlueSky|talk]]) 22:50, 2 April 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Manual:$wgUseTagFilter&amp;diff=518629</id>
		<title>Manual:$wgUseTagFilter</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Manual:$wgUseTagFilter&amp;diff=518629"/>
		<updated>2012-04-01T20:27:31Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: /* Details */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SettingSummary&lt;br /&gt;
|name = UseTagFilter&lt;br /&gt;
|version_min = 1.15.0&lt;br /&gt;
|rev_introduced = 47767&lt;br /&gt;
|section = Miscellaneous settings&lt;br /&gt;
|range = boolean&lt;br /&gt;
|default = true&lt;br /&gt;
|summary = Allow filtering by change tag in recentchanges, history, etc.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;br /&gt;
&lt;br /&gt;
Allow filtering by change tag in [[Help:Recent changes|recentchanges]], page history, user contributions and [[Help:New pages|new pages]].&lt;br /&gt;
&lt;br /&gt;
Has no effect if no tags are defined in the [[Manual:Valid tag table|valid_tag database table]] and there are no extensions enabled which have defined their own tags&amp;lt;ref&amp;gt;Extensions can define and store their own tags and make them available by using the [[Manual:Hooks/ListDefinedTags|ListDefinedTags]] hook. [[Extension:AbuseFilter]] does this: when creating one or more filters which tag edits for review, filtering by change tag in recentchanges, etc. is enabled when $wgUseTagFilter is set to true.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Gerrit/Commit_message_guidelines&amp;diff=516975</id>
		<title>Gerrit/Commit message guidelines</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Gerrit/Commit_message_guidelines&amp;diff=516975"/>
		<updated>2012-03-28T21:11:22Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- please note this article is included in [[Git/Workflow]] under a H4 header --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Crafting the commit message is a very important step of your development work. The message is usually the first thing other developers will see, and the first line is used by various toola as a summary of your commit message. You will thus have a first line which is meaningful and short and then a detailed message fully explaining your patch, what you did, your design choice, possible culprit to look at, any test you could have done. Bytes are cheap, so just write!&lt;br /&gt;
&lt;br /&gt;
If your change is about fixing a bug, you will want to use that bug number at the very beginning of the summary line in parentheses. Since that first line is used by our Gerrit review tool to generate emails, that will make life easier to people receiving email notifications.&lt;br /&gt;
&lt;br /&gt;
Whenever you want to refer to another modification, avoid using the commit sha1 which might change until it is merged. You will usually want to refers to either the Change ID or the Change number instead. Those will be stable in time and are not altered when someone submit a new patch set on top of your commit.&lt;br /&gt;
&lt;br /&gt;
Following the first summary line, you want to add an empty line. That is how lots of programs interacting with git will actually detect the summary line.&lt;br /&gt;
&lt;br /&gt;
Finally, you will want to wrap your message body at 72 characters. This will ensure Gerrit will correctly display it and make the message suitable for display in any mail clients. Some people receiving emails notification might be using a text client such as mutt.&lt;br /&gt;
&lt;br /&gt;
The full format should thus be:&lt;br /&gt;
&lt;br /&gt;
 (bug 1234) Summary line used as a subject usually&lt;br /&gt;
 &lt;br /&gt;
 Rest of the message detailing your change, can be a long message if&lt;br /&gt;
 needed, for example to explain your design considerations.&lt;br /&gt;
 &lt;br /&gt;
 Please split your paragraphs with you new lines :-)&lt;br /&gt;
 &lt;br /&gt;
 Rest is pretty much free form, you can even use ascii art since commit&lt;br /&gt;
 message are usually displayed using a monospace font.&lt;br /&gt;
 &lt;br /&gt;
       ,           ,  &lt;br /&gt;
      /             \&lt;br /&gt;
     ((__-^^-,-^^-__))&lt;br /&gt;
      `-_---&#039; `---_-&#039;&lt;br /&gt;
       `--|o` &#039;o|--&#039;&lt;br /&gt;
          \  `  /&lt;br /&gt;
           ): :(&lt;br /&gt;
           :o_o:&lt;br /&gt;
            &amp;quot;-&amp;quot;&lt;br /&gt;
 ASCII Copyright (C) 2012, Free Software Foundation, Inc.&lt;br /&gt;
 Published under the GPL v2&lt;br /&gt;
&lt;br /&gt;
Rendering example in the vim editor with syntax coloring:&lt;br /&gt;
&lt;br /&gt;
[[File:Git commit message in vim.png]]&lt;br /&gt;
&lt;br /&gt;
Which, once pushed to Gerrit, will roughly looks like:&lt;br /&gt;
&lt;br /&gt;
[[File:Git commit message in gerrit.png|center]]&lt;br /&gt;
&lt;br /&gt;
And generates an IRC notification:&lt;br /&gt;
&lt;br /&gt;
[[File:Git commit message on IRC.png|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{tip|See other explanations at:}}&lt;br /&gt;
&lt;br /&gt;
http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html&lt;br /&gt;
&lt;br /&gt;
http://en.wikibooks.org/wiki/Git/Introduction#Good_commit_messages&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Manual:Coding_conventions/PHP&amp;diff=516510</id>
		<title>Manual:Coding conventions/PHP</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Manual:Coding_conventions/PHP&amp;diff=516510"/>
		<updated>2012-03-27T20:17:26Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: @var&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes the &#039;&#039;&#039;coding conventions&#039;&#039;&#039; used within files of the [[Manual:Code|MediaWiki codebase]] written in &#039;&#039;&#039;PHP&#039;&#039;&#039;. See also the [[Manual:Coding conventions#All_languages|general conventions]] that apply to all program languages, including PHP. If you would like a short checklist to help you review your commits, try using the [[Manual:Pre-commit checklist|pre-commit checklist]].&lt;br /&gt;
&lt;br /&gt;
To help developers fix code with an inadequately spacey style, a tool called [http://svn.wikimedia.org/svnroot/mediawiki/trunk/tools/code-utils/stylize.php stylize.php] has been created, which uses PHP&#039;s tokenizer extension to add spaces at the relevant places. It&#039;s recommended to run this over new files committed to SVN, but not so much for fixing current files.&lt;br /&gt;
&lt;br /&gt;
{{TOCRight}}&lt;br /&gt;
&lt;br /&gt;
== Code structure ==&lt;br /&gt;
&lt;br /&gt;
==== Assignment expressions ====&lt;br /&gt;
Using assignment as an expression is surprising to the reader and looks like an error. Do not write code like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
if ( $a = foo() ) {&lt;br /&gt;
    bar();&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Space is cheap, and you&#039;re a fast typist, so instead use:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$a = foo();&lt;br /&gt;
if ( $a ) {&lt;br /&gt;
    bar();&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using assignment in a {{phpi|while()}} clause used to be legitimate, for iteration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$res = $dbr-&amp;gt;query( &#039;SELECT * FROM some_table&#039; );&lt;br /&gt;
while ( $row = $dbr-&amp;gt;fetchObject( $res ) ) {&lt;br /&gt;
    showRow( $row );&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is unnecessary in new code; instead use:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$res = $dbr-&amp;gt;query( &#039;SELECT * FROM some_table&#039; );&lt;br /&gt;
foreach ( $res as $row ) {&lt;br /&gt;
    showRow( $row );&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ternary operator ===&lt;br /&gt;
&lt;br /&gt;
The {{php|language.operators.comparison|ternary operator}} can be used profitably if the expressions are very short and obvious:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=php&amp;gt;&lt;br /&gt;
$wiki = isset( $this-&amp;gt;mParams[&#039;wiki&#039;] ) ? $this-&amp;gt;mParams[&#039;wiki&#039;] : false;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But if you&#039;re considering a multi-line expression with a ternary operator, please consider using an {{phpi|if()}} block instead. Remember, disk space is cheap, code readability is everything, &amp;quot;if&amp;quot; is English and &amp;lt;code&amp;gt;?:&amp;lt;/code&amp;gt; is not.&lt;br /&gt;
&lt;br /&gt;
==== 5.3 shorthand ====&lt;br /&gt;
&lt;br /&gt;
Since we still support PHP 5.2.x, use of the [http://www.php.net/manual/en/control-structures.if.php#102060 shorthand ternary operator] (&amp;lt;code&amp;gt;?:&amp;lt;/code&amp;gt;) introduced in PHP 5.3 is not allowed.&lt;br /&gt;
&lt;br /&gt;
=== String literals ===&lt;br /&gt;
&lt;br /&gt;
For simple string literals, single quotes are slightly faster for PHP to parse than double quotes. Perhaps more importantly, they are easier to type, since you don&#039;t have to press shift. For these reasons, single quotes are preferred in cases where they are equivalent to double quotes.&lt;br /&gt;
&lt;br /&gt;
However, do not be afraid of using PHP&#039;s double-quoted string interpolation feature:&lt;br /&gt;
{{phpi|1=$elementId = &amp;quot;myextension-$index&amp;quot;;}}  This has slightly better performance characteristics than the equivalent using the concatenation (dot) operator, and it looks nicer too.&lt;br /&gt;
&lt;br /&gt;
Heredoc-style strings are sometimes useful:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=php&amp;gt;&lt;br /&gt;
$s = &amp;lt;&amp;lt;&amp;lt;EOT&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-some-class&amp;quot;&amp;gt;&lt;br /&gt;
$boxContents&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
EOT;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some authors like to use END as the ending token, which is also the name of a PHP function. This leads to IRC conversations like the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Simetrical&amp;gt;	vim also has ridiculously good syntax highlighting.&lt;br /&gt;
&amp;lt;TimStarling&amp;gt;	it breaks when you write &amp;lt;&amp;lt;&amp;lt;END in PHP&lt;br /&gt;
&amp;lt;Simetrical&amp;gt;	TimStarling, but if you write &amp;lt;&amp;lt;&amp;lt;HTML it syntax-highlights as HTML!&lt;br /&gt;
&amp;lt;TimStarling&amp;gt;	I have to keep changing it to ENDS so it looks like a string again&lt;br /&gt;
&amp;lt;brion-codereview&amp;gt;	fix the bug in vim then!&lt;br /&gt;
&amp;lt;TimStarling&amp;gt;	brion-codereview: have you ever edited a vim syntax script file?&lt;br /&gt;
&amp;lt;brion-codereview&amp;gt;	hehehe&lt;br /&gt;
&amp;lt;TimStarling&amp;gt;	http://tstarling.com/stuff/php.vim&lt;br /&gt;
&amp;lt;TimStarling&amp;gt;	that&#039;s half of it...&lt;br /&gt;
&amp;lt;TimStarling&amp;gt;	here&#039;s the other half: http://tstarling.com/stuff/php-syntax.vim&lt;br /&gt;
&amp;lt;TimStarling&amp;gt;	1300 lines of sparsely-commented code in a vim-specific language&lt;br /&gt;
&amp;lt;TimStarling&amp;gt;	which turns out to depend for its operation on all kinds of subtle inter-pass effects&lt;br /&gt;
&amp;lt;werdnum&amp;gt;	TimStarling: it looks like some franken-basic language.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Functions and parameters ===&lt;br /&gt;
&lt;br /&gt;
Avoid passing huge numbers of parameters to functions or constructors:&lt;br /&gt;
&amp;lt;source lang=php&amp;gt;&lt;br /&gt;
//Constructor for Block.php as of 1.17. *DON&#039;T* do this!&lt;br /&gt;
function __construct( $address = &#039;&#039;, $user = 0, $by = 0, $reason = &#039;&#039;,&lt;br /&gt;
	$timestamp = 0, $auto = 0, $expiry = &#039;&#039;, $anonOnly = 0, $createAccount = 0, $enableAutoblock = 0,&lt;br /&gt;
	$hideName = 0, $blockEmail = 0, $allowUsertalk = 0 )&lt;br /&gt;
{&lt;br /&gt;
	...&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It quickly becomes impossible to remember the order of parameters, and you will inevitably end up having to hardcode all the defaults in callers just to customise a parameter at the end of the list. If you are tempted to code a function like this, consider passing an associative array of named parameters instead.&lt;br /&gt;
&lt;br /&gt;
In general, using boolean parameters is discouraged in functions. In {{phpi|$object-&amp;gt;getSomething( $input, true, true, false )}}, without looking up the documentation for {{phpi|MyClass::getSomething()}}, it is impossible to know what those parameters are meant to indicate. Much better is to either use class constants, and make a generic flag parameter:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$myResult = MyClass::getSomething( $input, MyClass::FROM_DB &amp;amp; MyClass::PUBLIC_ONLY );&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or to make your function accept an array of named parameters:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$myResult = MyClass::getSomething( $input, array( &#039;fromDB&#039;, &#039;publicOnly&#039; ) );&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Try [[mailarchive:wikitech-l/2006-November/027618.html|not to repurpose variables]] over the course of a function, and avoid modifying the parameters passed to a function (unless they&#039;re passed by reference and that&#039;s the whole point of the function, obviously).&lt;br /&gt;
&lt;br /&gt;
=== C borrowings ===&lt;br /&gt;
&lt;br /&gt;
The PHP language was designed by people who love C and wanted to bring souvenirs from that language into PHP. But PHP has some important differences from C.&lt;br /&gt;
&lt;br /&gt;
In C, constants are implemented as preprocessor macros and are fast. In PHP, they are implemented by doing a runtime hashtable lookup for the constant name, and are slower than just using a string literal. In most places where you would use an enum or enum-like set of macros in C, you can use string literals in PHP.&lt;br /&gt;
&lt;br /&gt;
PHP has three special literals: {{phpi|true}}, {{phpi|false}} and {{phpi|null}}. Homesick C developers write {{phpi|null}} as {{phpi|NULL}} because they want to believe that it is a macro defined as &amp;lt;source lang=c enclose=none&amp;gt;((void*)0)&amp;lt;/source&amp;gt;. This is not necessary.&lt;br /&gt;
&lt;br /&gt;
Use {{phpi|elseif}} not {{phpi|else if}}. They have [http://php.net/elseif subtly different meanings]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=php&amp;gt;&lt;br /&gt;
// This:&lt;br /&gt;
if( $foo == &#039;bar&#039; ) {&lt;br /&gt;
	echo &#039;Hello world&#039;;&lt;br /&gt;
} else if( $foo == &#039;Bar&#039; ) {&lt;br /&gt;
	echo &#039;Hello world&#039;;&lt;br /&gt;
} else if( $baz == $foo ) {&lt;br /&gt;
	echo &#039;Hello baz&#039;;&lt;br /&gt;
} else {&lt;br /&gt;
	echo &#039;Eh?&#039;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// Is actually equivalent to:&lt;br /&gt;
if( $foo == &#039;bar&#039; ) {&lt;br /&gt;
	echo &#039;Hello world&#039;;&lt;br /&gt;
} else {&lt;br /&gt;
	if( $foo == &#039;Bar&#039; ) {&lt;br /&gt;
		echo &#039;Hello world&#039;;&lt;br /&gt;
	} else  {&lt;br /&gt;
		if( $baz == $foo ) {&lt;br /&gt;
			echo &#039;Hello baz&#039;;&lt;br /&gt;
		} else {&lt;br /&gt;
			echo &#039;Eh?&#039;;&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And the latter has poorer performance.&lt;br /&gt;
&lt;br /&gt;
== Naming ==&lt;br /&gt;
&lt;br /&gt;
Use [[w:CamelCase|lowerCamelCase]] when naming functions or variables. For example: &amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;private function doSomething( $userPrefs, $editSummary )&amp;lt;/source&amp;gt; Use UpperCamelCase when naming classes: {{phpi|class ImportantClass}}. Use uppercase with underscores for global and class constants: {{phpi|DB_MASTER}}, {{phpi|Revision::REV_DELETED_TEXT}}. Other variables are usually lowercase or lowerCamelCase; avoid using underscores in variable names.&lt;br /&gt;
&lt;br /&gt;
There are also some prefixes used in different places:&lt;br /&gt;
&lt;br /&gt;
=== Functions ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;wf&amp;lt;/code&amp;gt; (wiki functions) – top-level functions, e.g. &amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;function wfFuncname() { ... }&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Verb phrases are preferred: use {{phpi|getReturnText()}} instead of {{phpi|returnText()}}.&lt;br /&gt;
&lt;br /&gt;
=== Variables ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;$wg&amp;lt;/code&amp;gt; – global variables, e.g. {{wg|Version}}, {{wg|Title}}. Always use this for new globals, so that it&#039;s easy to spot missing &amp;quot;{{phpi|global $wgFoo}}&amp;quot; declarations. In extensions, the extension name should be used as a namespace delimiter. For example, {{phpi|$wgAbuseFilterConditionLimit}}, &#039;&#039;&#039;not&#039;&#039;&#039; {{phpi|$wgConditionLimit}}.&lt;br /&gt;
&lt;br /&gt;
It is common to work with an instance of the &amp;lt;code&amp;gt;Database&amp;lt;/code&amp;gt; class; we have a naming convention for these which helps keep track of the nature of the server to which we are connected. This is of particular importance in replicated environments, such as Wikimedia and other large wikis; in development environments there is usually no difference between the two types, which can conceal subtle errors.&lt;br /&gt;
&lt;br /&gt;
* {{phpi|$dbw}} – a &amp;lt;code&amp;gt;Database&amp;lt;/code&amp;gt; object for writing (a master connection)&lt;br /&gt;
* {{phpi|$dbr}} – a &amp;lt;code&amp;gt;Database&amp;lt;/code&amp;gt; object for non-concurrency-sensitive reading (this may be a read-only slave, slightly behind master state, so don&#039;t ever try to write to the database with it, or get an &amp;quot;authoritative&amp;quot; answer to important queries like permissions and block status)&lt;br /&gt;
&lt;br /&gt;
The following may be seen in old code but are discouraged in new code:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;$ws&amp;lt;/code&amp;gt; –  Session variables, e.g. {{phpi|$_SESSION[&#039;wsSessionName&#039;]}}&lt;br /&gt;
* &amp;lt;code&amp;gt;$wc&amp;lt;/code&amp;gt; – Cookie variables, e.g. {{phpi|$_COOKIE[&#039;wcCookieName&#039;]}}&lt;br /&gt;
* &amp;lt;code&amp;gt;$wp&amp;lt;/code&amp;gt; – Post variables (submitted via form fields), e.g. {{phpi|$wgRequest-&amp;gt;getText( &#039;wpLoginName&#039; )}}&lt;br /&gt;
* &amp;lt;code&amp;gt;$m&amp;lt;/code&amp;gt; – object member variables: {{phpi|$this-&amp;gt;mPage}}. This is &#039;&#039;&#039;discouraged in new code&#039;&#039;&#039;, but try to stay consistent within a class.&lt;br /&gt;
&lt;br /&gt;
== Pitfalls ==&lt;br /&gt;
&lt;br /&gt;
* Understand and read the documentation for &amp;lt;code&amp;gt;{{php|isset}}&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;{{php|empty}}&amp;lt;/code&amp;gt;. Use them only when appropriate.&lt;br /&gt;
** {{phpi|empty()}} is inverted conversion to boolean with error suppression. Only use it when you really want to suppress errors. Otherwise just use {{phpi|!}}. Do not use it to test if an array is empty, unless you simultaneously want to check if the variable is unset.&lt;br /&gt;
** &#039;&#039;&#039;Do not use {{phpi|isset()}} to test for {{phpi|null}}.&#039;&#039;&#039;  Using {{phpi|isset()}} in this situation could introduce errors by hiding mis-spelled variable names. Instead, use {{phpi|1=$var === null}}&lt;br /&gt;
* Study the rules for [http://php.net/boolean.php#language.types.boolean.casting conversion to boolean]. Be careful when converting strings to boolean.&lt;br /&gt;
* Be careful with [http://php.net/operators.comparison double-equals comparison operators]. Triple-equals is often more intuitive.&lt;br /&gt;
** {{phpi|1=&#039;foo&#039; == 0}} is true&lt;br /&gt;
** {{phpi|1=&#039;000&#039; == &#039;0&#039;}} is true&lt;br /&gt;
** {{phpi|1=&#039;000&#039; === &#039;0&#039;}} is false&lt;br /&gt;
* [http://php.net/operators.array Array plus] does not renumber the keys of numerically-indexed arrays, so {{phpi|array(&#039;a&#039;) + array(&#039;b&#039;) {{=}}{{=}}{{=}} array(&#039;a&#039;)}}. If you want keys to be renumbered, use [http://php.net/array-merge array_merge()]: {{phpi|1=array_merge( array( &#039;a&#039; ), array( &#039;b&#039; ) ) == array( &#039;a&#039;, &#039;b&#039; )}}&lt;br /&gt;
* Make sure you have &amp;lt;code&amp;gt;[http://php.net/error_reporting error_reporting]&amp;lt;/code&amp;gt; set to {{phpi|E_ALL | E_STRICT}} for PHP 5. This will notify you of undefined variables and other subtle gotchas that stock PHP will ignore. See also [[Manual:How to debug]].&lt;br /&gt;
* When working in a pure PHP environment, remove any trailing &amp;lt;code&amp;gt;?&amp;gt;&amp;lt;/code&amp;gt; tags. These tags often cause issues with trailing white-space and &amp;quot;headers already sent&amp;quot; error messages (cf. [[bugzilla:17642]] and http://news.php.net/php.general/280796).&lt;br /&gt;
* Do not use the &#039;goto&#039; syntax introduced in 5.3. PHP may have introduced the feature, but that does not mean we should use it.&lt;br /&gt;
&lt;br /&gt;
== Comments and Documentation ==&lt;br /&gt;
&lt;br /&gt;
The [[w:Doxygen|Doxygen]] documentation style is used (it is very similar to [[w:PHPDoc|PHPDoc]] for the subset that we use). A code documentation example: giving a description of a function or method, the parameters it takes (using &amp;lt;code&amp;gt;@param&amp;lt;/code&amp;gt;), and what the function returns (using &amp;lt;code&amp;gt;@return&amp;lt;/code&amp;gt;), or the &amp;lt;code&amp;gt;@ingroup&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;@author&amp;lt;/code&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
Use &amp;lt;code&amp;gt;@&amp;lt;/code&amp;gt; rather than &amp;lt;code&amp;gt;\&amp;lt;/code&amp;gt; as the escape character (i.e. use &amp;lt;code&amp;gt;@param&amp;lt;code&amp;gt; rather than &amp;lt;code&amp;gt;\param&amp;lt;/code&amp;gt;) – both styles work in Doxygen, but for backwards and future compatibility MediaWiki uses has chosen the &amp;lt;code&amp;gt;@param&amp;lt;code&amp;gt; style as convention).&lt;br /&gt;
&lt;br /&gt;
Use &amp;lt;code&amp;gt;/**&amp;lt;/code&amp;gt; to begin the comments, instead of the Qt-style formatting &amp;lt;code&amp;gt;/*!&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
General format for parameters is such: &amp;lt;code&amp;gt;@param $varname [type]: [description]&amp;lt;/code&amp;gt;. Multiple types can be listed by separating with a pipe character.&lt;br /&gt;
&lt;br /&gt;
For every public interface (method, class, variable, whatever) you add or change, a &amp;lt;code&amp;gt;@since&amp;lt;/code&amp;gt; tag should be provided, so people extending the code via this interface know they are breaking compatibility with older versions of the code.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
class Foo {&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * @var $bar array: Description here&lt;br /&gt;
	 * @example array( &#039;foo&#039; =&amp;gt; Bar, &#039;quux&#039; =&amp;gt; Bar, .. )&lt;br /&gt;
	 */&lt;br /&gt;
	protected $bar;&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Short decription here, following by documentation of the parameters.&lt;br /&gt;
	 * &lt;br /&gt;
	 * @since 1.42&lt;br /&gt;
	 * &lt;br /&gt;
	 * @param $context FooContext&lt;br /&gt;
	 * @param $options array|string: Optionally pass extra options. Either a string or an array of strings.&lt;br /&gt;
	 * @return Foo|null: New instance of Foo or null of quuxification failed.&lt;br /&gt;
	 * &lt;br /&gt;
	 * Some example:&lt;br /&gt;
	 * @code&lt;br /&gt;
	 * ...&lt;br /&gt;
	 * @endcode&lt;br /&gt;
	 */&lt;br /&gt;
	public function makeQuuxificatedFoo( FooContext $context = null, $options = array() ) {&lt;br /&gt;
		/* .. */&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PHPDoc was used at the very beginning but got replaced with Doxygen for performance reason. We should probably drop PHPDoc compatibility.&lt;br /&gt;
&lt;br /&gt;
===@var: documenting class members===&lt;br /&gt;
There is a &#039;bug&#039; in Doxygen&amp;lt;ref&amp;gt;[https://bugzilla.gnome.org/show_bug.cgi?id=626105 Bug 626105 - @var in php is not documented]&amp;lt;/ref&amp;gt; which affects MediaWiki&#039;s documentation: using &amp;lt;tt&amp;gt;@var&amp;lt;/tt&amp;gt; to specify the class members&#039; type only works if the variable name is appended:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
	/**&lt;br /&gt;
	 * Some explanation about the variable&lt;br /&gt;
	 *&lt;br /&gt;
	 * @var string $msg&lt;br /&gt;
	 */&lt;br /&gt;
	protected $msg;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t append the variable name Doxygen will ignore the &#039;&#039;entire&#039;&#039; comment block and it will not be included in the docs.&lt;br /&gt;
&lt;br /&gt;
== Integration ==&lt;br /&gt;
&lt;br /&gt;
There are a few pieces of code in the MediaWiki codebase which are intended to be standalone and easily portable to other applications; examples include the UTF normalisation in &amp;lt;code&amp;gt;/includes/normal&amp;lt;/code&amp;gt; and the libraries in &amp;lt;code&amp;gt;/includes/libs&amp;lt;/code&amp;gt;. Apart from these, code should be integrated into the rest of the MediaWiki environment, and should allow other areas of the codebase to integrate with it in return.&lt;br /&gt;
&lt;br /&gt;
== Global objects ==&lt;br /&gt;
&lt;br /&gt;
{{Main|Manual:RequestContext.php}}&lt;br /&gt;
&lt;br /&gt;
Do not access the PHP superglobals {{phpi|$_GET}}, {{phpi|$_POST}}, etc, directly; [[mailarchive:wikitech-l/2007-February/030029.html|use]] {{phpi|$request-&amp;gt;get*( &#039;param&#039; )}} instead; there are various functions depending on what type of value you want. You can get a {{phpi|WebRequest}} from the nearest {{phpi|RequestContext}}, or if absolutely necessary {{phpi|$wgRequest}}. Equally, do not access {{phpi|$_SERVER}} directly; use {{phpi|$request-&amp;gt;getIP()}} if you want to get the IP address of the current user.&lt;br /&gt;
&lt;br /&gt;
== Classes ==&lt;br /&gt;
&lt;br /&gt;
Encapsulate your code in an object-oriented class, or add functionality to existing classes; do not add new global functions or variables. Try to be mindful of the distinction between &#039;backend&#039; classes, which represent entities in the database (eg &amp;lt;code&amp;gt;User&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Block&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Revision&amp;lt;/code&amp;gt;, etc), and &#039;frontend&#039; classes, which represent pages or interfaces visible to the user (&amp;lt;code&amp;gt;SpecialPage&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Article&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;ChangesList&amp;lt;/code&amp;gt;, etc. Even if your code is not obviously object-oriented, you can put it in a static class (eg &amp;lt;code&amp;gt;IP&amp;lt;code&amp;gt; or &amp;lt;code&amp;gt;Html&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
As a holdover from PHP 4&#039;s lack of private class members and methods, older code will be marked with comments such as {{phpi|/** @private */}} to indicate the intention; respect this as if it were enforced by the interpreter.&lt;br /&gt;
&lt;br /&gt;
[[mailarchive:wikitech-l/2007-February/029435.html|Mark new code with proper visibility modifiers]], including {{phpi|public}} if appropriate, but &#039;&#039;&#039;do not&#039;&#039;&#039; add visibility to existing code without first checking, testing and refactoring as required. It&#039;s generally a good idea to avoid visibility changes unless you&#039;re making changes to the function which would break old uses of it anyway.&lt;br /&gt;
&lt;br /&gt;
== Error handling ==&lt;br /&gt;
&lt;br /&gt;
Don&#039;t suppress errors with PHP&#039;s [http://php.net/operators.errorcontrol &amp;lt;code&amp;gt;@&amp;lt;/code&amp;gt; operator], for [[Special:Code/MediaWiki/39789#c2650|any reason]] [[mailarchive:wikitech-l/2010-August/048780.html|ever]]. It&#039;s broken when &amp;lt;code&amp;gt;E_STRICT&amp;lt;/code&amp;gt; is enabled and it causes an unlogged, unexplained error if there is a fatal, which is hard to support. Use &amp;lt;code&amp;gt;[http://svn.wikimedia.org/doc/GlobalFunctions_8php.html#a875ea3710563af3ff4f09cd9411e4158 wfSuppressWarnings()]&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;[http://svn.wikimedia.org/doc/GlobalFunctions_8php.html#a5c3700e80dde3839ed39b5f2bd674504 wfRestoreWarnings()]&amp;lt;/code&amp;gt; instead. The [[Manual:checkSyntax.php|checkSyntax.php]] maintenance script can check for this error for you.&lt;br /&gt;
&lt;br /&gt;
When your code encounters a sudden error, you should throw a MWException (or an appropriate subclass) rather than using PHP&#039;s trigger_error. The exception handler will display this as nicely as possible to the end user and wiki administrator, and also provides a stack trace to developers.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
    Let&#039;s add info on exceptions as well.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Conventions navigation}}&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Topic:Qhgykb0tjlpr07oz&amp;topic_postId=qhhempgi1jjhhpix&amp;topic_revId=qhhempgi1jjhhpix&amp;action=single-view</id>
		<title>Topic:Qhgykb0tjlpr07oz</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Topic:Qhgykb0tjlpr07oz&amp;topic_postId=qhhempgi1jjhhpix&amp;topic_revId=qhhempgi1jjhhpix&amp;action=single-view"/>
		<updated>2012-03-10T00:09:19Z</updated>

		<summary type="html">&lt;span class=&quot;plainlinks&quot;&gt;&lt;a href=&quot;/wiki/User:MrBlueSky&quot; class=&quot;mw-userlink&quot; title=&quot;User:MrBlueSky&quot;&gt;&lt;bdi&gt;MrBlueSky&lt;/bdi&gt;&lt;/a&gt; &lt;span class=&quot;mw-usertoollinks&quot;&gt;(&lt;a href=&quot;/wiki/User_talk:MrBlueSky&quot; class=&quot;mw-usertoollinks-talk&quot; title=&quot;User talk:MrBlueSky&quot;&gt;talk&lt;/a&gt; | &lt;a href=&quot;/wiki/Special:Contributions/MrBlueSky&quot; class=&quot;mw-usertoollinks-contribs&quot; title=&quot;Special:Contributions/MrBlueSky&quot;&gt;contribs&lt;/a&gt;)&lt;/span&gt; &lt;a class=&quot;external text&quot; data-mw-original-href=&quot;//www.mediawiki.org/w/index.php?title=Topic:Qhgykb0tjlpr07oz&amp;amp;topic_showPostId=qhhempgi1jjhhpix#flow-post-qhhempgi1jjhhpix&quot; href=&quot;https://www.mediawiki.org/w/index.php?title=Topic:Qhgykb0tjlpr07oz&amp;amp;topic_showPostId=qhhempgi1jjhhpix#flow-post-qhhempgi1jjhhpix&quot;&gt;commented&lt;/a&gt; on &quot;What document is $WgLogo&quot; (&lt;em&gt;In LocalSettings.php. If it isn&amp;#039;t in LocalSettings.php, you need to add in manually to the bottom. See Manual:$wgLogo and How do I change...&lt;/em&gt;)&lt;/span&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Project:Support_desk/Flow/2012/03&amp;diff=7360066</id>
		<title>Project:Support desk/Flow/2012/03</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Project:Support_desk/Flow/2012/03&amp;diff=7360066"/>
		<updated>2012-03-10T00:09:19Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: /* What document is $WgLogo */ Added reply&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Project:Support desk/Archive header}}&lt;br /&gt;
&amp;lt;!-- DO NOT EDIT THIS PAGE DIRECTLY --&amp;gt;&lt;br /&gt;
{{LiquidThreads imported revision}}&lt;br /&gt;
== FCK Editor Issues ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
I am receiving the following error message whenever I try to edit an article: &lt;br /&gt;
Warning: Parameter 1 FCKeditor_MediaWiki:: onCustomEditor() expected to be a reference value given in (home directory)/public_html/(name of wiki)/includes/Hooks.php on line 117&lt;br /&gt;
Could you please tell me how to fix this or how to change to a different wysiwyg editor (e.g. tinyMCE)?&lt;br /&gt;
Thank you! [[Special:Contributions/124.191.80.117|124.191.80.117]] ([[User talk:124.191.80.117|talk]]) 08:48, 1 March 2012 (UTC)&lt;br /&gt;
:Is there somewhere else I should be asking this question? [[Special:Contributions/124.191.80.117|124.191.80.117]] 10:04, 2 March 2012 (UTC)&lt;br /&gt;
::You should probably ask the FCKEditor folks (or whomever maintains that extension). But I&#039;m not sure if anyone actually does maintain it anymore. [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 19:16, 4 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Set the category of a page using data filled in the form ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I am customizing the mediawiki to work as knowledge base of the TI systems of a enterprise. I have a form (property:System) which the user have to choose what systems the page that is being created is related.&lt;br /&gt;
I need to set the Category of the page that is being created using the values filled in the property System in the form. How can i do this ?  In my search i found the extension Semantic:WatchList, but i think there is a simple way to do it instead of using this extension.&lt;br /&gt;
&lt;br /&gt;
MediaWiki Version : 1.18&lt;br /&gt;
PHP Version : 5.3.6&lt;br /&gt;
MySQL Version : 5.5.9&lt;br /&gt;
&lt;br /&gt;
Thanks [[User:Guerciobr|Guerciobr]] ([[User talk:Guerciobr|talk]]) 14:10, 1 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Frames Displaying Incorrectly in Google Chrome ==&lt;br /&gt;
&lt;br /&gt;
Hi, have a wiki site for a local sports group and the frames don&#039;t align correctly in google chrome (works fine in firefox and IE). website is here:&lt;br /&gt;
http://hawaiiultimate.com/wiki/&lt;br /&gt;
most specifically, the left main panes always align BELOW the main body (in its column, however not in line with main body), evident in some of the longer pages.&lt;br /&gt;
&lt;br /&gt;
Running:&lt;br /&gt;
mediawiki 1.10.1&lt;br /&gt;
php 5.2.13&lt;br /&gt;
MySQL 5.0.45-community-nt&lt;br /&gt;
&lt;br /&gt;
forgive me but i&#039;m not extremely familiar with how databases work so go easy. i understand simple code and most of the methods of editing and maintaining wikis, but this one has stumped me. is it a versioning problem? is it difficult to upgrade?&lt;br /&gt;
&lt;br /&gt;
mahalo for any help!&lt;br /&gt;
jess [[User:HawaiiUltimate|HawaiiUltimate]] ([[User talk:HawaiiUltimate|talk]]) 00:50, 2 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to hide delete articles in recent changes? ==&lt;br /&gt;
&lt;br /&gt;
I use the recent changes RSS to announce the wiki got articles changed.&lt;br /&gt;
&lt;br /&gt;
But a lot of spam use this way to show there F**K ADs in the twitter account.&lt;br /&gt;
&lt;br /&gt;
The rss contain there ADs even after I delete it. For example:&lt;br /&gt;
&lt;br /&gt;
 http://wiki.moegirl.org/%E6%89%B9%E5%8F%91%E7%A1%AC%E8%BD%AF%E4%B8%AD%E5%8D%8E%E9%A6%99%E7%83%9F%E6%89%B9%E5%8F%91%E5%81%87%E7%83%9F%E3%80%90%E7%9C%9F%E7%83%9F%E6%8E%A5%E6%94%AF%E3%80%91%E8%AE%A2%E8%B4%A7%E7%94%B5%E8%AF%9D13925744694QQ2624473862_%E5%BC%A0%E5%8F%96&lt;br /&gt;
 批发硬软中华香烟批发假烟【真烟接支】订货电话13925744694QQ2624473862 张取&lt;br /&gt;
 2012-03-01T18:51:43Z&lt;br /&gt;
 &#039;&#039;&#039;deleted&#039;&#039;&#039;“[[&amp;lt;a href=&amp;quot;/index.php?title=%E6%89%B9%E5%8F%91%E7%A1%AC%E8%BD%AF%E4%B8%AD%E5%8D%8E%E9%A6%99%E7%83%9F%E6%89%B9%E5%8F%91%E5%81%87%E7%83%9F%E3%80%90%E7%9C%9F%E7%83%9F%E6%8E%A5%E6%94%AF%E3%80%91%E8%AE%A2%E8%B4%A7%E7%94%B5%E8%AF%9D13925744694QQ2624473862_%E5%BC%A0%E5%8F%96&amp;amp;action=edit&amp;amp;redlink=1&amp;quot; class=&amp;quot;new&amp;quot; title=&amp;quot;批发硬软中华香烟批发假烟【真烟接支】订货电话13925744694QQ2624473862 张取（尚未撰写）&amp;quot;&amp;gt;批发硬软中华香烟批发假烟【真烟接支】订货电话13925744694QQ2624473862 张取&amp;lt;/a&amp;gt;]]” 大量删除由Fa16698所创建的页面&amp;lt;/p&amp;gt;&lt;br /&gt;
 Zoglun&lt;br /&gt;
&lt;br /&gt;
How can I hide those deleted articles in recentchangs feed? like &amp;quot;hideredirs=1&amp;quot; add to URL? [[User:Deletedaccount4567435|Deletedaccount4567435]] ([[User talk:Deletedaccount4567435|talk]]) 01:52, 2 March 2012 (UTC)&lt;br /&gt;
:I think there was some means to add &amp;amp;bot=1 onto the end of a URL when removing vandalism, so that your action would show as being done by a site robot and therefore be absent from [[special:recentchanges]] unless the user clicks &#039;show bots&#039;. I&#039;m not sure if this is available for rollback, delete or both... but as far as I know the &#039;bot&#039; flag is the quickest way to semi-hide something from recent changes.&lt;br /&gt;
:&amp;quot;Bot rollback&amp;quot; is mentioned on [//en.wikipedia.org/wiki/Wikipedia:Administrators/Tools Wikipedia:Administrators/Tools], [//en.wikipedia.org/wiki/Help:Reverting Help:Reverting] but no word of what happens if a &#039;bot deletes a page. [[User:Carlb|Carlb]] ([[User talk:Carlb|talk]]) 23:48, 3 March 2012 (UTC)&lt;br /&gt;
:The way I do this is to modify the recent changes table in the database. Here, you can do a few different things:&lt;br /&gt;
:*Mark the individual edit as a bot edit. This will hide the edit, even if they weren&#039;t actually a bot. community who like you to be transparent)&lt;br /&gt;
:*Manually edit the summary to remove the spam link&lt;br /&gt;
:*Delete the whole RecentChanges entry for the spam (not recommended if your wiki has a large&lt;br /&gt;
:Personally, I run a script that marks ALL deletions and blocks as bot edits, because they&#039;re very frequent and not important (due to spam), so it&#039;s better to let users see just the real edits when they go to Recent Changes. They can still click &#039;show bots&#039; to include these edits.&lt;br /&gt;
:The SQL for this is:&lt;br /&gt;
:&amp;lt;syntaxhighlight lang=&#039;text&#039;&amp;gt;UPDATE recentchanges&lt;br /&gt;
SET `rc_bot` = 1&lt;br /&gt;
WHERE `rc_log_action` = &#039;delete&#039; OR `rc_log_action` = &#039;block&#039;;&amp;lt;/syntaxhighlight&amp;gt; [[User:Gboyers|Gboyers]] ([[User talk:Gboyers|talk]]) 00:37, 4 March 2012 (UTC)&lt;br /&gt;
::They are really good solution!&lt;br /&gt;
::Thank you all! [[User:Zoglun|Zoglun]] ([[User talk:Zoglun|talk]]) 01:34, 4 March 2012 (UTC)&lt;br /&gt;
:::You can alternatively set up [[manual:RevisionDelete]] in order to hide log entries from folks. [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 19:02, 4 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Extention: to take chunks of text and add html tags ==&lt;br /&gt;
&lt;br /&gt;
What i want to do, is to take text, and add tags around it. Like i take a word &amp;quot;red&amp;quot; and color it &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;red&amp;lt;/font&amp;gt;, without touching the wiki source that the user inputs. Without bypassing the caching schemes of mediawiki.&lt;br /&gt;
I was thinking to take the final raw html, and work from there. How do i do that? From an extension of course. [[User:Super Quantum immortal|Super Quantum immortal]] ([[User talk:Super Quantum immortal|talk]]) 18:22, 2 March 2012 (UTC)&lt;br /&gt;
:There&#039;s various [[manual:Hooks|Hooks]] you can use. Something like [[manual:hooks/OutputPageParserOutput|OutputPageParserOutput]] would bypass caching, [[manual:hooks/ParserAfterTidy|ParserAfterTidy]] would run before the page was cached, but after its totally turned into html. [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 19:16, 4 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How can I calculate my age using an [[Help:Extension:ParserFunctions|expression]]? (for my user page) ==&lt;br /&gt;
&lt;br /&gt;
Hi, My [http://en.wikipedia.org/wiki/User:3ICE user page] &amp;lt;sup&amp;gt;I tried to make this a proper interwiki link, but my en:User:3ICE attempt failed in the preview&amp;lt;/sup&amp;gt; states:&lt;br /&gt;
*I&#039;m 19.&lt;br /&gt;
But that is because I last edited it about 2 years ago.&lt;br /&gt;
&lt;br /&gt;
I would like to replace my age with a code snippet, to avoid making a new edit every year just to update it. (I do not wish to remove my age from my user page.)&lt;br /&gt;
&lt;br /&gt;
How would I code &amp;lt;code&amp;gt;Convert to years ( Current date - My birthday )&amp;lt;/code&amp;gt; in MediaWiki&#039;s ParserFunctions Expr format? (Or some other programming language available on mediawiki) The help article did not cover subtracting dates, and googling around did not turn up anything I could use either. (I know, I probably didn&#039;t look hard enough.)&lt;br /&gt;
&lt;br /&gt;
I study programming, but this problem has me stumped. Please help, [[User:3ICE|3ICE]] ([[User talk:3ICE|talk]]) 21:05, 2 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
p.s.: The Show Preview button does not cause the Subject to be previewed, I can only see my message&#039;s body.&lt;br /&gt;
&lt;br /&gt;
p.p.s.: Some people made this page ridiculously wide, by posting URLs inside &amp;lt;nowiki&amp;gt;&amp;lt;pre/&amp;gt;&amp;lt;/nowiki&amp;gt; tags. [[User:3ICE|3ICE]] ([[User talk:3ICE|talk]]) 21:05, 2 March 2012 (UTC)&lt;br /&gt;
:http://en.wikipedia.org/wiki/Template:Age [[User:Subfader|Subfader]] ([[User talk:Subfader|talk]]) 22:18, 3 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== using urls in cite.php ==&lt;br /&gt;
&lt;br /&gt;
I have a very simple template [http://argumentrix.com/wiki/Template:Position here], which includes&amp;lt;nowiki&amp;gt;&amp;lt;ref&amp;gt; tags &amp;lt;/nowiki&amp;gt;but the footnotes don&#039;t work. See [http://argumentrix.com/wiki/People_possess_a_state_of_sin_that_originates_from_the_fall_of_Adam_and_Eve here] for it in action. Is it not possible to use footnotes in a template? [[User:Modrobene|Modrobene]] ([[User talk:Modrobene|talk]]) 08:42, 3 March 2012 (UTC)&lt;br /&gt;
:I&#039;m not sure why that isn&#039;t working. Are you using up to date mediawiki/Cite extension.&lt;br /&gt;
:As a work around try doing instead:&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#tag:ref|[{{{Url}}} {{{Source}}}]}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 19:05, 4 March 2012 (UTC)&lt;br /&gt;
::I&#039;m fairly certain it&#039;s up-to-date - is there a way to check?  It&#039;s not given at [http://argumentrix.com/wiki/Special:Version Special:Version] or in the /extensions directory. I would just reinstall to be sure but I have a broken wrist and I&#039;m trying to avoid stressing my one good hand. I&#039;ll try when I get the cast off, your workaround is perfect for now. Thanks! [[User:Modrobene|Modrobene]] ([[User talk:Modrobene|talk]]) 01:51, 6 March 2012 (UTC)&lt;br /&gt;
:::I just double checked with the latest version, and it shows your issue, so it isn&#039;t a your-cite-is-out-of-date-issue, but actually a the-cite-extension-is-kind-of-broken issue.&lt;br /&gt;
:::The core issue is that the cite extension does not pass the frame to recursiveTagParse, so template parameters are not expanded. Hence I guess you&#039;ll have to stick with the work around I gave you. [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 02:52, 6 March 2012 (UTC)&lt;br /&gt;
::::Filed as [[bugzilla:34999]] (/me too lazy to fix... ) [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 03:30, 6 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== create hook extension form submission ==&lt;br /&gt;
&lt;br /&gt;
I would like to create a popup box with a form to fill out when one edits a page. However, if I create it as a hook I have to return true; and I can&#039;t have a php form submitted as well. I can&#039;t figure out how to submit a form with a hook. Any help would be great. Thanks [[User:Lucy Tech|LTech]] ([[User talk:Lucy Tech|talk]]) 18:35, 3 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== The subversion extensions trunk is locked or something ==&lt;br /&gt;
&lt;br /&gt;
Subversion encountered an error: &lt;br /&gt;
 svn: Working copy &#039;/mnt/upload6/private/ExtensionDistributor/mw-snapshot/trunk/extensions&#039; locked&lt;br /&gt;
 svn: run &#039;svn cleanup&#039; to remove locks (type &#039;svn help cleanup&#039; for details)&lt;br /&gt;
&lt;br /&gt;
It has been over 24 hours {{smiley|2}} [[User:Schalice|Schalice]] ([[User talk:Schalice|talk]]) 20:36, 3 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== calling functions in a hook extension ==&lt;br /&gt;
&lt;br /&gt;
I&#039;m trying to write a hook extension. &lt;br /&gt;
I have .php file which has:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
// Load this php code. &lt;br /&gt;
$wgAutoloadClasses[&#039;AddImages&#039;] = $dir . &#039;AddImages.body.php&#039;;&lt;br /&gt;
//Hooks&lt;br /&gt;
$wgHooks[&#039;EditPage::showEditForm:fields&#039;][] = &#039;AddImages::fnAddImages&#039;;&lt;br /&gt;
&lt;br /&gt;
Then in AddImages.body.php I have the class and functions&lt;br /&gt;
Class AddImages{&lt;br /&gt;
        function form(){&lt;br /&gt;
//some php code&lt;br /&gt;
}&lt;br /&gt;
	function fnAddImages(){&lt;br /&gt;
	global $wgOut, $wgHooks, $wgUser;&lt;br /&gt;
// some code    $call form = form(); &lt;br /&gt;
$wgOut -&amp;gt; $call form;     &lt;br /&gt;
return true; &lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
My issue is I need to call another function eg form() within fnAddImages() but when I try to I get the message: &lt;br /&gt;
Fatal error: Call to undefined function form();&lt;br /&gt;
&lt;br /&gt;
How to I call other functions in the class besides for the &#039;hooked&#039; function? Am I missing something about understanding hooks?&lt;br /&gt;
I need to output other data (form submission) besides for just returning true on the hooked function. I thought I would do this by calling other functions within the hook. Is there a better way to do this? &lt;br /&gt;
Thanks, I&#039;m really stuck on this. [[User:Lucy Tech|LTech]] ([[User talk:Lucy Tech|talk]]) 07:38, 4 March 2012 (UTC)&lt;br /&gt;
:You should be able to do &amp;lt;code&amp;gt;self::form()&amp;lt;/code&amp;gt; to call another function from the same class as your hook (statically anyways. To call non-statically use &amp;lt;code&amp;gt;$this-&amp;gt;form()&amp;lt;/code&amp;gt;. In your example you have the hook function being registered to be called statically, but the actual function not being declared as static). See http://www.php.net/manual/en/language.oop5.basic.php for more information. [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 18:58, 4 March 2012 (UTC)&lt;br /&gt;
:While at it, you may want to rename the class to &amp;lt;code&amp;gt;AddImagesHooks&amp;lt;/code&amp;gt; and make sure that the statically called functions actually are static:&lt;br /&gt;
:&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
// Load this php code. &lt;br /&gt;
$wgAutoloadClasses[&#039;AddImagesHooks&#039;] = $dir . &#039;AddImages.hooks.php&#039;;&lt;br /&gt;
//Hooks&lt;br /&gt;
$wgHooks[&#039;EditPage::showEditForm:fields&#039;][] = &#039;AddImagesHooks::doAdd&#039;;&lt;br /&gt;
 &lt;br /&gt;
# AddImages.hooks.php:&lt;br /&gt;
Class AddImagesHooks {&lt;br /&gt;
    public static function getFormHtml() {&lt;br /&gt;
        // some php code&lt;br /&gt;
    }&lt;br /&gt;
    public static function doAdd() {&lt;br /&gt;
        global $wgOut, $wgHooks, $wgUser;&lt;br /&gt;
        // some code&lt;br /&gt;
        $form = self::getFormHtml(); &lt;br /&gt;
        $wgOut-&amp;gt;addHtml($form); &lt;br /&gt;
        return true; &lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt; [[User:Krinkle|Krinkle]] ([[User talk:Krinkle|talk]]) 00:19, 5 March 2012 (UTC)&lt;br /&gt;
::Thank you so much, it works now. [[User:Lucy Tech|Tech ]] ([[User talk:Lucy Tech|talk]]) 07:10, 5 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== filter recent changes ==&lt;br /&gt;
&lt;br /&gt;
Is it possible to filter &amp;quot;recent changes&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
For instance, &lt;br /&gt;
* &amp;quot;I only want to see changes to pages beginning with &#039;A&#039;&amp;quot;&lt;br /&gt;
* &amp;quot;I only want to see changes to pages belonging to the American Civil War portal&amp;quot;&lt;br /&gt;
* &amp;quot;I only want to see changes to pages from the XYZ category&amp;quot;&lt;br /&gt;
&lt;br /&gt;
(My question applies to any wiki site, such as Wikipedia or editthis.info)&lt;br /&gt;
&lt;br /&gt;
I browsed Wikipedia&#039;s help on this, including the linked MediaWiki page, but no luck. Thanks [[Special:Contributions/213.112.128.96|213.112.128.96]] 08:21, 4 March 2012 (UTC)&lt;br /&gt;
:Sort of... See [[special:recentchangeslinked]]. It can definitely do the third option, and possibly the second option depending on how you define things belonging to a portal. [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 18:53, 4 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Wiki family ==&lt;br /&gt;
&lt;br /&gt;
Hello!&lt;br /&gt;
&lt;br /&gt;
I want to have some wikis in different languages, sharing the same media-files in another, single wiki. When all wikis are on one server all works. I use such code for language-wikis:&lt;br /&gt;
&lt;br /&gt;
 $wgUploadNavigationUrl = &amp;quot;http://commons.mydomen.org/index.php/Special:Upload&amp;quot;;&lt;br /&gt;
 $wgUseSharedUploads = true;&lt;br /&gt;
 $wgSharedUploadPath = &#039;http://commons.mydomen.org/images&#039;;&lt;br /&gt;
 $wgSharedUploadDirectory = &#039;/volume1/web/commons/images/&#039;;&lt;br /&gt;
 $wgHashedSharedUploadDirectory = true;&lt;br /&gt;
 &lt;br /&gt;
And everything works like with commons.wikimedia.org. But when language-wikis are on different server and have own IP, this code doesn&#039;t work. I undestand that problem is in $wgSharedUploadDirectory. But how to overcome this? Thanks for any help! [[User:ZelChief|ZelChief]] ([[User talk:ZelChief|talk]]) 10:33, 4 March 2012 (UTC)&lt;br /&gt;
:Have a look at [[manual:$wgForeignFileRepos]]. If you want to use ForeignDBRepo/ForeignDBRepoViaLB (the most efficient option) you still need to have the upload directory locally accessible from each server. You can do something like nfs for that. (ForeignAPIRepo doesn&#039;t have that requirement, but is inefficient) [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 18:51, 4 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Search problem ==&lt;br /&gt;
&lt;br /&gt;
MediaWiki	1.18.1&lt;br /&gt;
PHP	5.2.17 (apache2handler)&lt;br /&gt;
SQLite	3.3.7undefined&lt;br /&gt;
&lt;br /&gt;
How can I enable fulltext search? [[User:Tree1891|Tree1891]] ([[User talk:Tree1891|talk]]) 11:00, 4 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Problem with {{languages}} ==&lt;br /&gt;
&lt;br /&gt;
Hi!&lt;br /&gt;
I want to add multilanguage articles, but when I add &amp;lt;nowiki&amp;gt;{{Languages}}&amp;lt;/nowiki&amp;gt; to my article, it appears as &amp;quot;Template:Languages&amp;quot; instead of available languages... How to fix it? [[Special:Contributions/79.186.81.132|79.186.81.132]] ([[User talk:79.186.81.132|talk]]) 18:44, 4 March 2012 (UTC)&lt;br /&gt;
:Can you help me? [[Special:Contributions/79.186.75.47|79.186.75.47]] 20:30, 4 March 2012 (UTC)&lt;br /&gt;
:Sounds like you don&#039;t have a Languages template. Templates have to exist before they can be used. You can create Template:Languages yourself or import one from a wiki that has it. [[User:Reach Out to the Truth|Reach Out to the Truth]] ([[User talk:Reach Out to the Truth|talk]]) 23:56, 4 March 2012 (UTC)&lt;br /&gt;
::Where can I import one? I really like this from mediawiki.org (here). [[Special:Contributions/79.186.75.47|79.186.75.47]] 17:02, 5 March 2012 (UTC)&lt;br /&gt;
:::You can use [[special:Export]] here (make sure to check the include templates button). Then use [[special:import]] on your own wiki.&lt;br /&gt;
:::You may also need to have the [[extension:ParserFunctions|ParserFunctions]] extension installed for most templates here to work. [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 19:57, 5 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Mediawiki Templates ==&lt;br /&gt;
&lt;br /&gt;
I created a new wiki over the weekend but HATE the template I chose!!&lt;br /&gt;
Is there ANY way to change the template to something more simple ... like the template used here at mediawiki.org ... or at Wikipedia?&lt;br /&gt;
Both of the mentioned sites are &amp;quot;cleaner&amp;quot; and simpler ... &lt;br /&gt;
&lt;br /&gt;
My wiki is at:  &lt;br /&gt;
http://raogk.wikia.com/wiki/Random_Acts_of_Genealogical_Kindness_Wiki&lt;br /&gt;
&lt;br /&gt;
Also ... I created the wiki with the same logon I use here ... is there any way to transfer &amp;quot;ownership&amp;quot; to another username so that I can receive all RAOGK emails at raogk_mcowan@yahoo.com vs. being indundated at my mcowan@erols.com email??&lt;br /&gt;
&lt;br /&gt;
Could you also look at the questions I put on the talk page at the above wiki ... and reply to me at raogk_mcowan@yahoo.com&lt;br /&gt;
&lt;br /&gt;
Is there any way to suppress the &amp;quot;Latest Activity&amp;quot; panel that persists on my wiki pages? [[User:Cowantex|Cowantex]] ([[User talk:Cowantex|talk]]) 22:26, 4 March 2012 (UTC)&lt;br /&gt;
:You should really ask at wikia&#039;s help. This place is more for generic mediawiki questions (aka if you were hosting the site yourself I&#039;d be able to tell you that you have to change [[manual:$wgDefaultSkin|$wgDefaultSkin]] in LocalSettings.php - but the procedure is different for a wikia wiki).&lt;br /&gt;
:As for email. Generally you can change your email in the page [[special:Preferences]] page on the relavent wiki. [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 20:30, 5 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== passing values in editform hook ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve created a hook extension so when you edit a page there is a button &#039;add images&#039; and a popup with a form comes up. &lt;br /&gt;
$wgHooks[&#039;EditPage::showEditForm:fields&#039;][] = &#039;AddImagesHooks::fnAddImages&#039;;&lt;br /&gt;
&lt;br /&gt;
There are radio buttons &#039;upload image&#039; or &#039;choose from existing&#039;. However when I submit the form and look at the source code it only works for the id=editform and I can&#039;t pass any information though the form. It seems the hook &#039;editform&#039; is overriding my form actions and method. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;form id=&amp;quot;editform&amp;quot; name=&amp;quot;editform&amp;quot; method=&amp;quot;post&amp;quot; action=&amp;quot;index.php?title=I_want_a_new_page&amp;amp;amp;amp;action=submit&amp;quot; enctype=&amp;quot;multipart/form-data&amp;quot;&amp;gt;&amp;lt;form id=&amp;quot;popup&amp;quot; action=&amp;quot;index.php?title=I_want_a_new_page&amp;quot; method=&amp;quot;get&amp;quot;&amp;gt;&amp;lt;input name=&amp;quot;addimage&amp;quot; type=&amp;quot;radio&amp;quot; value=&amp;quot;hello&amp;quot; /&amp;gt;Choose from Exisiting&amp;lt;br /&amp;gt;&amp;lt;input name=&amp;quot;addimage&amp;quot; type=&amp;quot;radio&amp;quot; value=&amp;quot;go&amp;quot; /&amp;gt;Upload Image&amp;lt;br /&amp;gt;&amp;lt;/form&amp;gt;&amp;lt;button id=&amp;quot;addImage&amp;quot;&amp;gt;Add Image&amp;lt;/button&amp;gt;&lt;br /&gt;
How do I pass my values, overriding the &#039;editform&#039; action? &lt;br /&gt;
Also I get the message &#039;Remember that this is only a preview. Your changes have not yet been saved!&#039;&lt;br /&gt;
and &#039;Warning: This page was deleted after you started editing!&#039; and everything is deleted. &lt;br /&gt;
What is going on? Thanks [[User:Lucy Tech|LTech]] ([[User talk:Lucy Tech|talk]]) 07:55, 5 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== from action = submit to same page ==&lt;br /&gt;
&lt;br /&gt;
I am creating an XML from to submit in an extension. &lt;br /&gt;
I want to set action  as &#039;action&#039; =&amp;gt; self::getTitle()-&amp;gt;getLocalURL( &#039;action=submit&#039; ),&lt;br /&gt;
but I get the error: Call to undefined method className::getTitle() &lt;br /&gt;
How do I submit to the same page? [[User:Lucy Tech|LTech]] ([[User talk:Lucy Tech|talk]]) 08:17, 5 March 2012 (UTC)&lt;br /&gt;
:You can&#039;t call getTitle statically. Try $this-&amp;gt;getTitle() instead of self::getTitle(). [[User:Reach Out to the Truth|Reach Out to the Truth]] ([[User talk:Reach Out to the Truth|talk]]) 14:42, 5 March 2012 (UTC)&lt;br /&gt;
:This would depend on the context of where this code is running. If its from a hook, it is very unlikely self::getTitle() (or $this-&amp;gt;getTitle() for that matter) is the right thing to do in order to get the title. [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 20:03, 5 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== SMW Result Formats Timeline: Data range &amp;lt; 1900 doesn&#039;t appear ==&lt;br /&gt;
&lt;br /&gt;
Hello, &amp;lt;br /&amp;gt;&lt;br /&gt;
I already have posted this query on the SMW Result Formats talk page, but it might be related to the general Mediawiki code - therefore here we go:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I recently have installed the latest revision of Mediawiki (1.18.1) and created my own wiki. I also installed the lates version of SMW (1.7.0.2) and Semantic Result Formats (1.7.0) in order to create a timeline with historic data from the village where I live. It all works perfectly well - except the fact that all dates prior to 1900 are not displayed in the timeline. In the documentation of the SMW Extension it says that dates back to the beginning of time are supported. However, somewhere inside the Mediawiki forums I read a hint that Mediawiki might only support dates back to approx. 1900 and not further back. Is this true and is there any workaround? I actually can&#039;t believe that there isn&#039;t one... Furthermore, I&#039;ve seen other Mediawiki timeline extensions like EasyTimeline that show up historic data back to stoneages, therefore it&#039;s hard to believe that the reason for this behavour is Mediawiki. &amp;lt;br /&amp;gt;&lt;br /&gt;
URL of my page is: http://hvg-wiki.heimatverein-gymnich.de/index.php/Zeitleiste.&amp;lt;br /&amp;gt;&lt;br /&gt;
Versions:&amp;lt;br /&amp;gt;&lt;br /&gt;
PHP: 5.2.12-nmm2 (apache2handler)&amp;lt;br /&amp;gt;&lt;br /&gt;
MySQL: 5.1.43-nmm4-log&amp;lt;br /&amp;gt;&lt;br /&gt;
Could anybody please give me a hint? &amp;lt;br /&amp;gt;&lt;br /&gt;
Many thanks!&amp;lt;br /&amp;gt; [[User:Sochin67|Sochin67]] ([[User talk:Sochin67|talk]]) 09:22, 5 March 2012 (UTC)&lt;br /&gt;
:Depending on how SMW is programmed, there may be issues with dates before Fri, 13 Dec 1901 20:45:54 UTC when using 32 bit php. (Some of MW&#039;s core date functions have issues [mostly because php has issues], so it depends on if SMW uses them or not).&lt;br /&gt;
:p.s. These issues are not present if using 64-bit php. The issue is basically the reverse [//en.wikipedia.org/wiki/Year_2038_problem w:Year_2038_problem] [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 20:24, 5 March 2012 (UTC)&lt;br /&gt;
::Dear Bawolff,&amp;lt;br /&amp;gt;&lt;br /&gt;
::many thanks for your note, at  least it&#039;s a first indication! That date you&#039;re mentioning in your post does correlate to the date where the issue appears in my timeline.&lt;br /&gt;
::&amp;lt;br /&amp;gt;&lt;br /&gt;
::However, I spoke to my web hoster and he confirmed that their environment is running on 64 Bit. When checking the phpinfo I saw that the System is a 64 Bit one (Linux dd6904 2.6.32-38-server #83-Ubuntu SMP Wed Jan 4 11:26:59 UTC 2012 x86_64), but is this what you mean? Or did you mean that the php installation as such needs to be a 64 Bit version? The PHP API listed in phpinfo is &amp;quot;20041225&amp;quot; and PHP Extension is &amp;quot;20060613&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
::Many thanks for another hint =;-)&amp;lt;br /&amp;gt;&lt;br /&gt;
::Cheers!&amp;lt;br /&amp;gt; [[User:Sochin67|Sochin67]] ([[User talk:Sochin67|talk]]) 09:24, 6 March 2012 (UTC)&lt;br /&gt;
:::I believe both the OS and the php version would have to both be 64 bit, but it would be very odd to run 32 bit php on a 64bit host, so if the host is 64bit, there is a very good chance that the php version is 64 bit.&lt;br /&gt;
:::However, I&#039;m at a loss as to how this could happen on a 64bit host... [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 15:01, 6 March 2012 (UTC)&lt;br /&gt;
::::Too bad - but many thanks anyway!!! [[User:Sochin67|Sochin67]] ([[User talk:Sochin67|talk]]) 20:29, 6 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== uploaded image are not getting saved to page ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I am new to wiki. I have uploaded image but when I add it to page and click on &#039;show preview&#039; it shows it.&lt;br /&gt;
&lt;br /&gt;
but once clicked on &#039;save page&#039;, image will not be displayed.&lt;br /&gt;
&lt;br /&gt;
I have tried adding image to page as &amp;lt;span class=&amp;quot;mw-default-size&amp;quot;&amp;gt;[[File:filename.jpg|350x350px]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I am using &lt;br /&gt;
mediawiki 1.17&lt;br /&gt;
Php 5.2+&lt;br /&gt;
Mysql 5.1+&lt;br /&gt;
&lt;br /&gt;
Thanks in advance! [[Special:Contributions/203.201.62.202|203.201.62.202]] ([[User talk:203.201.62.202|talk]]) 14:18, 5 March 2012 (UTC)&lt;br /&gt;
:It&#039;d be helpful to have a link to your wiki. [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 20:04, 5 March 2012 (UTC)&lt;br /&gt;
::hey , my link is on local LAN , it is not public yet. [[Special:Contributions/122.181.146.157|122.181.146.157]] 10:46, 6 March 2012 (UTC)&lt;br /&gt;
:::issue fixed!&lt;br /&gt;
:::just removed this line and deleted existing images and re uploaded.&lt;br /&gt;
:::$wgUploadDirectory  = true;&lt;br /&gt;
:::It worked like a charm! [[Special:Contributions/122.181.146.157|122.181.146.157]] 11:55, 6 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Cannot seem to secure my wiki from unauthorized account creations, edits, etc. ==&lt;br /&gt;
&lt;br /&gt;
MediaWiki 	1.15.2&lt;br /&gt;
PHP 	5.3.5 (apache2handler)&lt;br /&gt;
MySQL 	5.1.54-log&lt;br /&gt;
&lt;br /&gt;
I have a Mediawiki installation at Climatewiki.org. Over the past several months, we&#039;ve had many occasions of unwanted spam entries, even edits to existing pages. After each episode, I would discover the LocalSettings.php had been modified back to less-secure settings. I&#039;d replace it with my more-secure version and things would be fine again for awhile.&lt;br /&gt;
&lt;br /&gt;
This episode is different. I&#039;ve pasted my LocalSettings.php below. But it hasn&#039;t made a difference -- account creation is still being permitted, even though I&#039;m fairly sure it shouldn&#039;t be. I&#039;m wondering now if someone who knows more about this stuff than I do has somehow over-ridden the localsettings.php. How would they do that?&lt;br /&gt;
&lt;br /&gt;
Any help would be appreciated. LocalSettings.php currently is (I&#039;ve replaced with xxxxx passwords and other information I&#039;d rather not share); relevant settings at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
&lt;br /&gt;
# This file was automatically generated by the MediaWiki installer.&lt;br /&gt;
# If you make manual changes, please keep track in case you need to&lt;br /&gt;
# recreate them later.&lt;br /&gt;
#&lt;br /&gt;
# See includes/DefaultSettings.php for all configurable settings&lt;br /&gt;
# and their default values, but don&#039;t forget to make changes in _this_&lt;br /&gt;
# file, not there.&lt;br /&gt;
&lt;br /&gt;
# If you customize your file layout, set $IP to the directory that contains&lt;br /&gt;
# the other MediaWiki files. It will be used as a base to locate files.&lt;br /&gt;
if( defined( &#039;MW_INSTALL_PATH&#039; ) ) {&lt;br /&gt;
	$IP = MW_INSTALL_PATH;&lt;br /&gt;
} else {&lt;br /&gt;
	$IP = dirname( __FILE__ );&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
$path = array( $IP, &amp;quot;$IP/includes&amp;quot;, &amp;quot;$IP/languages&amp;quot; );&lt;br /&gt;
set_include_path( implode( PATH_SEPARATOR, $path ) . PATH_SEPARATOR . get_include_path() );&lt;br /&gt;
&lt;br /&gt;
require_once( &amp;quot;$IP/includes/DefaultSettings.php&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
# If PHP&#039;s memory limit is very low, some operations may fail.&lt;br /&gt;
# ini_set( &#039;memory_limit&#039;, &#039;20M&#039; );&lt;br /&gt;
&lt;br /&gt;
if ( $wgCommandLineMode ) {&lt;br /&gt;
	if ( isset( $_SERVER ) &amp;amp;&amp;amp; array_key_exists( &#039;REQUEST_METHOD&#039;, $_SERVER ) ) {&lt;br /&gt;
		die( &amp;quot;This script must be run from the command line\n&amp;quot; );&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
## Uncomment this to disable output compression&lt;br /&gt;
# $wgDisableOutputCompression = true;&lt;br /&gt;
&lt;br /&gt;
$wgSitename         = &amp;quot;ClimateWiki&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
## The URL base path to the directory containing the wiki;&lt;br /&gt;
## defaults for all runtime URL paths are based off of this.&lt;br /&gt;
$wgScriptPath       = &#039;.&#039; == &#039;.&#039; ? &#039;&#039; : &amp;quot;/.&amp;quot;;&lt;br /&gt;
$wgScriptExtension  = &amp;quot;.php&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
## For more information on customizing the URLs please see:&lt;br /&gt;
## http://www.mediawiki.org/wiki/Manual:Short_URL&lt;br /&gt;
&lt;br /&gt;
$wgEnableEmail      = true;&lt;br /&gt;
$wgEnableUserEmail  = true;&lt;br /&gt;
&lt;br /&gt;
$wgEmergencyContact = &amp;quot;xxxxxxxxxx&amp;quot;;&lt;br /&gt;
$wgPasswordSender = &amp;quot;xxxxxxxxxx&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
## For a detailed description of the following switches see&lt;br /&gt;
## http://www.mediawiki.org/wiki/Extension:Email_notification &lt;br /&gt;
## and http://www.mediawiki.org/wiki/Extension:Email_notification&lt;br /&gt;
## There are many more options for fine tuning available see&lt;br /&gt;
## /includes/DefaultSettings.php&lt;br /&gt;
## UPO means: this is also a user preference option&lt;br /&gt;
$wgEnotifUserTalk = true; # UPO&lt;br /&gt;
$wgEnotifWatchlist = true; # UPO&lt;br /&gt;
$wgEmailAuthentication = true;&lt;br /&gt;
&lt;br /&gt;
$wgDBtype           = &amp;quot;mysql&amp;quot;;&lt;br /&gt;
$wgDBserver         = &amp;quot;localhost&amp;quot;;&lt;br /&gt;
$wgDBname           = &amp;quot;xxxxxxxx&amp;quot;;&lt;br /&gt;
$wgDBuser           = &amp;quot;xxxxxxxx&amp;quot;;&lt;br /&gt;
$wgDBpassword       = &amp;quot;xxxxxxxx&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
# MySQL specific settings&lt;br /&gt;
$wgDBprefix         = &amp;quot;&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
# MySQL table options to use during installation or update&lt;br /&gt;
$wgDBTableOptions   = &amp;quot;TYPE=InnoDB&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
# Experimental charset support for MySQL 4.1/5.0.&lt;br /&gt;
$wgDBmysql5 = false;&lt;br /&gt;
&lt;br /&gt;
# Postgres specific settings&lt;br /&gt;
$wgDBport           = &amp;quot;5432&amp;quot;;&lt;br /&gt;
$wgDBmwschema       = &amp;quot;mediawiki&amp;quot;;&lt;br /&gt;
$wgDBts2schema      = &amp;quot;public&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
## Shared memory settings&lt;br /&gt;
$wgMainCacheType = CACHE_ACCEL;&lt;br /&gt;
$wgMemCachedServers = array();&lt;br /&gt;
&lt;br /&gt;
## To enable image uploads, make sure the &#039;images&#039; directory&lt;br /&gt;
## is writable, then set this to true:&lt;br /&gt;
$wgEnableUploads       = true;&lt;br /&gt;
# $wgUseImageMagick = true;&lt;br /&gt;
# $wgImageMagickConvertCommand = &amp;quot;/usr/bin/convert&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
## If you want to use image uploads under safe mode,&lt;br /&gt;
## create the directories images/archive, images/thumb and&lt;br /&gt;
## images/temp, and make them all writable. Then uncomment&lt;br /&gt;
## this, if it&#039;s not already uncommented:&lt;br /&gt;
# $wgHashedUploadDirectory = false;&lt;br /&gt;
&lt;br /&gt;
## If you have the appropriate support software installed&lt;br /&gt;
## you can enable inline LaTeX equations:&lt;br /&gt;
$wgUseTeX           = false;&lt;br /&gt;
&lt;br /&gt;
$wgLocalInterwiki   = $wgSitename;&lt;br /&gt;
&lt;br /&gt;
$wgLanguageCode = &amp;quot;en&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
$wgProxyKey = &amp;quot;xxxxxxxxxx&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
## Default skin: you can change the default skin. Use the internal symbolic&lt;br /&gt;
## names, ie &#039;standard&#039;, &#039;nostalgia&#039;, &#039;cologneblue&#039;, &#039;monobook&#039;:&lt;br /&gt;
$wgDefaultSkin = &#039;monobook&#039;;&lt;br /&gt;
&lt;br /&gt;
## For attaching licensing metadata to pages, and displaying an&lt;br /&gt;
## appropriate copyright notice / icon. GNU Free Documentation&lt;br /&gt;
## License and Creative Commons licenses are supported so far.&lt;br /&gt;
# $wgEnableCreativeCommonsRdf = true;&lt;br /&gt;
$wgRightsPage = &amp;quot;&amp;quot;; # Set to the title of a wiki page that describes your license/copyright&lt;br /&gt;
$wgRightsUrl = &amp;quot;&amp;quot;;&lt;br /&gt;
$wgRightsText = &amp;quot;&amp;quot;;&lt;br /&gt;
$wgRightsIcon = &amp;quot;&amp;quot;;&lt;br /&gt;
# $wgRightsCode = &amp;quot;&amp;quot;; # Not yet used&lt;br /&gt;
&lt;br /&gt;
$wgDiff3 = &amp;quot;&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
# When you make changes to this configuration file, this will make&lt;br /&gt;
# sure that cached pages are cleared.&lt;br /&gt;
$wgCacheEpoch = max( $wgCacheEpoch, gmdate( &#039;YmdHis&#039;, @filemtime( __FILE__ ) ) );&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
$wgLogo             = &amp;quot;/skins/monobook/climatewiki-logo.png&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
# Prevent new user registrations except by sysops&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039;][&#039;createaccount&#039;] = false;&lt;br /&gt;
&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039;][&#039;edit&#039;] = false;&lt;br /&gt;
&lt;br /&gt;
# Anonymous users can&#039;t create pages or talk&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039;][&#039;createpage&#039;] = false;&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039;][&#039;createtalk&#039;] = false;&lt;br /&gt;
&lt;br /&gt;
require_once( &amp;quot;$IP/extensions/googleAnalytics/googleAnalytics.php&amp;quot; );&lt;br /&gt;
&amp;lt;/source&amp;gt; [[User:Dbast|Dbast]] ([[User talk:Dbast|talk]]) 14:43, 5 March 2012 (UTC)&lt;br /&gt;
:&amp;quot;After each episode, I would discover the LocalSettings.php had been modified back to less-secure settings.&amp;quot; Let&#039;s talk about this first. Was it modified by someone authorized to do so, or have you been hacked? If it&#039;s the latter, further modifications to LocalSettings.php are unlikely to be of any help whatsoever. Sorry. [[User:Reach Out to the Truth|Reach Out to the Truth]] ([[User talk:Reach Out to the Truth|talk]]) 14:58, 5 March 2012 (UTC)&lt;br /&gt;
::I definitely agree the question of who has been modifying these settings is the important one! Of five authorized users, only one besides me would have a clue as to how to do this. Hacking would seem to be a possibility, which I guess means the security issues run deeper than I feared. Thanks ... I think! [[User:Dbast|Dbast]] ([[User talk:Dbast|talk]]) 15:08, 5 March 2012 (UTC)&lt;br /&gt;
:::Well, if you have five people who &#039;&#039;could&#039;&#039; have done it, you could try asking them. If they all say they haven&#039;t done it, then definitely look into improving your security. [[User:Reach Out to the Truth|Reach Out to the Truth]] ([[User talk:Reach Out to the Truth|talk]]) 15:45, 5 March 2012 (UTC)&lt;br /&gt;
::::&amp;quot;Try asking them&amp;quot; -- why didn&#039;t I think of that? Oh, I did, and they all didn&#039;t. There is work to be done, for sure. [[User:Dbast|Dbast]] ([[User talk:Dbast|talk]]) 16:32, 5 March 2012 (UTC)&lt;br /&gt;
:::::Try setting:&lt;br /&gt;
:::::&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$wgGroupPermissions[&#039;user&#039;][&#039;createaccount&#039;]=false;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
:::::Try securing your server/webhost, maybe try a better password. [[User:Jasper Deng|Jasper Deng]] ([[User talk:Jasper Deng|talk]]) 03:57, 8 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Mediawiki not working properly when installed under proxied zone ==&lt;br /&gt;
&lt;br /&gt;
Our MediaWiki is set up on a zone that is sitting behind a proxy:   &amp;quot;https://domainname.com/wiki&amp;quot;&lt;br /&gt;
It is installed under /etc/opt/csw/apache2/share/htdocs/mediawiki/.&lt;br /&gt;
&lt;br /&gt;
For some reason, it has problems with the path (&amp;quot;https://domainname.com/wiki/mediawiki&amp;quot;).  We have tried combinations of the following paths in LocalSettings.php, but nothing is working.&lt;br /&gt;
&lt;br /&gt;
$wgScriptPath = &amp;quot;/mediawiki&amp;quot;   or   &amp;quot;/wiki/mediawiki&amp;quot;&lt;br /&gt;
$wgServer = &amp;quot;http://zonename&amp;quot;   or   &amp;quot;https://domainname.com/wiki&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Any advises or suggestions?  Thanks for your help.&lt;br /&gt;
&lt;br /&gt;
MediaWiki 1.18.1&lt;br /&gt;
PHP Version 5.3.10&lt;br /&gt;
MySql Ver 8.41 Distrib 5.0.95, for sun-solaris2.9 on sparc [[User:Sierrawiki|Sierrawiki]] ([[User talk:Sierrawiki|talk]]) 20:32, 5 March 2012 (UTC)&lt;br /&gt;
:$wgServer should definitely have only the protocol and the host. It should not have any of the path (aka not the /wiki ), and it should contain the server name as the outside world sees it. $wgScriptPath needs to point actually to the directory containing the file index.php for your wiki.&lt;br /&gt;
:If /etc/opt/csw/apache2/share/htdocs corresponds for the outside world to something like http://domainname.com/ and your wikis php files (index.php, load.php etc) are in the directory /etc/opt/csw/apache2/share/htdocs/mediawiki then your config would probably look like:&lt;br /&gt;
:&amp;lt;syntaxhighlight lang=&#039;text&#039;&amp;gt;$wgScriptPath = &#039;/mediawiki&#039;;&lt;br /&gt;
$wgServer = &#039;http://domainname.com&#039;;&lt;br /&gt;
// if you wanted both http and https to work, you might try $wgServer = &#039;//domainname.com&#039;; . If using squid caching, that might require some additional set up to make it purge things correctly for both http and https.&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
:I can&#039;t really make suggestions any more specific then that without knowing fully how your wiki is configured. [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 20:47, 5 March 2012 (UTC)&lt;br /&gt;
::Thanks for your help Bawolff.&lt;br /&gt;
::#uname -a&lt;br /&gt;
::SunOS wiki-zone 5.10 Generic_147440-09 sun4u sparc SUNW,SPARC-Enterprise&lt;br /&gt;
::We have created a Solaris zone called &#039;wiki-zone&#039; and configured the proxy so that the url for the zone is &#039;https://domainname.com/wiki/&#039;.  What we are trying to find out is if this type of setup is allowed and if so, what the workaround is.&lt;br /&gt;
::As I mentioned in my original post, we have tried different combinations of:&lt;br /&gt;
::$wgScriptPath = &amp;quot;/mediawiki&amp;quot; or &amp;quot;/wiki/mediawiki&amp;quot;&lt;br /&gt;
::$wgServer = &amp;quot;http://wiki-zone&amp;quot; or &amp;quot;https://domainname.com/wiki&amp;quot;&lt;br /&gt;
::Please let me know if you need any other information.  Thanks. [[User:Sierrawiki|Sierrawiki]] ([[User talk:Sierrawiki|talk]]) 22:41, 5 March 2012 (UTC)&lt;br /&gt;
:::Well basically those configuration variables need to be set in such a way that the following would give an edit page url &amp;lt;code&amp;gt;$wgServer . $wgScriptPath . &#039;/index.php?title=Some_Page&amp;amp;action=edit&#039;&amp;lt;/code&amp;gt; that would, if you directly typed it into your web browser, actually go to the edit page. (That&#039;s a bit of a white lie, the construction of such urls is actually a bit more complicated, but that&#039;s the basic version of how those variables work)&lt;br /&gt;
:::Note, all these variables are for how the web browser sees the url (and not how the web server sees the url), so even if https://domainname.com/wiki maps to some sort of virtual server, as far as the web browser is concerned, the actual server is https://domainname.com and the /wiki part is part of the $wgScriptPath.&lt;br /&gt;
:::(MediaWiki has other variables for internal server names - [[manual:$wgInternalServer]] - but its unlikely you would need those unless you have a caching web proxy in front of your web server you need to purge cached pages out of) [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 23:25, 5 March 2012 (UTC)&lt;br /&gt;
::::Thanks again.&lt;br /&gt;
::::This is the version of Apache we are currently running on the host:&lt;br /&gt;
::::Server version: Apache/2.2.21 (Unix)&lt;br /&gt;
::::Server built:   Jan 13 2012 04:40:42&lt;br /&gt;
::::And this is how the proxy is set up:&lt;br /&gt;
::::&amp;lt;Location /wiki/ &amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt; ProxyPass http://wiki-zone:80/&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt; ProxyPassReverse http://wiki-zone:80/&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;/Location&amp;gt;&lt;br /&gt;
::::With $wgScripPath = &amp;quot;/wiki/mediawiki&amp;quot; and $wgserver = &amp;quot;http://wiki-zone&amp;quot;, the main wiki page looks fine, but it&#039;s not the case for subsequent pages including the login page.  The login page would not come up at all.&lt;br /&gt;
::::Main Page:  https://domainname.com/wiki/mediawiki/index.php&lt;br /&gt;
::::Login Page: https://domainname.com/wiki/mediawiki/index.php/Special:UserLogin&lt;br /&gt;
::::Is this because of the /wiki in the url or /Special:UserLogin at the end of the link?  I&#039;m just trying to see if anyone has done this type of installation and what the workaround is. [[User:Sierrawiki|Sierrawiki]] ([[User talk:Sierrawiki|talk]]) 19:23, 6 March 2012 (UTC)&lt;br /&gt;
:::::&amp;gt;The login page would not come up at all.&lt;br /&gt;
:::::Do you mean it was a total blank page? This could indicate some other issue (Blank page is usually a PHP fatal error if error reporting is disabled. It&#039;d be a good idea to enable error reporting just to rule out this case).&lt;br /&gt;
:::::Generally if the $wgScriptPath related variables are wrong, you&#039;re more likely to get 404 pages and urls constructed incorrectly, the worse case that could possibly happen is a redirect loop.&lt;br /&gt;
:::::https://domainname.com/wiki/mediawiki/index.php/Special:UserLogin generally looks like a correct url. It could be something about your set up interferes with path info stuff. You can try just setting [[manual:$wgUsePathInfo|$wgUsePathInfo]] to false at the bottom of your LocalSettings.php (This changes the url from https://domainname.com/wiki/mediawiki/index.php/Special:UserLogin to https://domainname.com/wiki/mediawiki/index.php?title=Special:UserLogin which works better on some webservers. [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 20:26, 6 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Retrieve password... safe mode problem. ==&lt;br /&gt;
&lt;br /&gt;
Hi, I created a new user account in my MW, but forgot the password. When I try to change it (or when the user himself tries to) the following message appears:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;SAFE MODE Restriction in effect. The fifth parameter is disabled in SAFE MODE&amp;quot;&lt;br /&gt;
&lt;br /&gt;
How can I:&lt;br /&gt;
&lt;br /&gt;
1) delete the fifth parameter OR&lt;br /&gt;
2) disable the safe mode?&lt;br /&gt;
&lt;br /&gt;
Sorry but I only found people asking why they can&#039;t upload files due to safe mode, but nobody having problems with resetting/retrieving passwords. Thanks for your help!! [[User:Si-co|Si-co]] ([[User talk:Si-co|talk]]) 21:41, 5 March 2012 (UTC)&lt;br /&gt;
:We really recommend avoiding using safe mode if possible. It doesn&#039;t actually make anything &amp;quot;safer&amp;quot; but is a giant pain.&lt;br /&gt;
:This particular message seems to be related to sending email. This particular issue has been fixed on the unstable version MediaWiki. The ways around this problem are:&lt;br /&gt;
:*Use MediaWiki 1.19 or higher. This isn&#039;t officially released yet, so you&#039;d need to download from svn, etc. Should be out in a month or 2 though.&lt;br /&gt;
:*Find the file includes/UserMailer.php in your mediawiki install, and make the change described by the diff at [//www.mediawiki.org/wiki/Special:Code/MediaWiki/99411 rev:99411]&lt;br /&gt;
:*Use [[manual:$wgSMTP]] to send mail (may or may not be possible on your set up)&lt;br /&gt;
:*Use one of the alternative methods that don&#039;t require email support to reset the password (there&#039;s a list of methods at [[Manual:Resetting_passwords]])&lt;br /&gt;
:Hope that helps. [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 03:45, 6 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== how the download image files link to the local wikipedia? ==&lt;br /&gt;
&lt;br /&gt;
I mirror a wikipedia in local computer.and I also had download all the images(about 50G) from the &amp;quot;http://zh.wikipedia.org&amp;quot; using Wikix. how the local wikipedia can link the download images? and make the local wikipedia can dispaly the images and being a complex similar with the offical website &amp;quot;http://zh.wikipedia.org&amp;quot;.Thank you! [[User:Jxjadzl|Jxjadzl]] ([[User talk:Jxjadzl|talk]]) 02:08, 6 March 2012 (UTC)&lt;br /&gt;
:I&#039;m not sure if i understand your question - but maybe [[manual:ImportImages.php]] might help you. It takes images from a local directory and makes it so a local mediawiki install can use them.&lt;br /&gt;
:(Also note that zhwikipedia uses images from [//commons.wikimedia.org/wiki/ Commons] in addition to the local images. You can also check out [[manual:$wgForeignFileRepos]] for info on how to make mediawiki dynamically use images from another wiki without downloading all of them all at once). [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 03:34, 6 March 2012 (UTC)&lt;br /&gt;
::yes,you are right!thank you very much. [[User:Jxjadzl|Jxjadzl]] ([[User talk:Jxjadzl|talk]]) 05:54, 6 March 2012 (UTC)&lt;br /&gt;
:Instead of configuring {{wg|ForeignFileRepos}} manually to get images from Wikimedia Commons, you can also set &amp;lt;code&amp;gt;{{wg|UseInstantCommons}} = true;&amp;lt;/code&amp;gt; which does it automatically. [[User:Krinkle|Krinkle]] ([[User talk:Krinkle|talk]]) 05:51, 9 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Show always TOC on 2 or more headings? ==&lt;br /&gt;
&lt;br /&gt;
There is [[Manual:$wgMaxTocLevel|$wgMaxTocLevel]], but is there a min level? I want to force TOCs whenever there are 2 or more headlines without using &amp;lt;nowiki&amp;gt;__FORCETOC__&amp;lt;/nowiki&amp;gt;. [[User:Subfader|Subfader]] ([[User talk:Subfader|talk]]) 11:34, 6 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How can I have a thumbnail without a link to the image page? ==&lt;br /&gt;
&lt;br /&gt;
I can do this to just display an image in it&#039;s orignal size without the image having a link to the image page&amp;lt;nowiki&amp;gt;[[Image:ImageName.png|link=|caption]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
However if I add &amp;quot;thumb&amp;quot; to it, it then has a link to the image page again even though I told it to not have a link like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[Image:ImageName.png|thumb|link=|caption]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
How can I get a thumbnail to NOT link to the image page? [[User:Holygamer|Holygamer]] ([[User talk:Holygamer|talk]]) 16:58, 6 March 2012 (UTC)&lt;br /&gt;
:Use search please! [[Help:Images]] [[User:Subfader|Subfader]] ([[User talk:Subfader|talk]]) 18:04, 6 March 2012 (UTC)&lt;br /&gt;
::I already looked at that page before I posted my question. That page didn&#039;t have a solution. I&#039;ve re-edited my question as it didn&#039;t appear properly before. [[User:Holygamer|Holygamer]] ([[User talk:Holygamer|talk]]) 18:08, 6 March 2012 (UTC)&lt;br /&gt;
:::Works as advertised: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[File:example.jpg|link=|thumb|150px|caption]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; [[User:Subfader|Subfader]] ([[User talk:Subfader|talk]]) 10:13, 7 March 2012 (UTC)&lt;br /&gt;
::::That picture still has a link to the file description page when I hover over the square in the bottom right corner. [[User:Holygamer|Holygamer]] ([[User talk:Holygamer|talk]]) 10:33, 7 March 2012 (UTC)&lt;br /&gt;
:::::The link parameter only affects the link on the image itself. The icon below &#039;&#039;always&#039;&#039; goes to the image description page regardless of where the image links to. That is its purpose, and I don&#039;t know if it&#039;s possible to change that behaviour. [[User:Reach Out to the Truth|Reach Out to the Truth]] ([[User talk:Reach Out to the Truth|talk]]) 14:53, 7 March 2012 (UTC)&lt;br /&gt;
::::::The best you can do &amp;lt;nowiki&amp;gt;[[File:example.jpg|link=|frame|caption]]&amp;lt;/nowiki&amp;gt; - however then the image isn&#039;t scaled. (I suppose alternative is hide the magnification icon with css...) [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 14:59, 7 March 2012 (UTC)&lt;br /&gt;
:::::::It&#039;s an SEO issue. The search engines still see the link in the code even if you hide it with CSS. Even if I don&#039;t have a caption there is still an &amp;quot;enlarge&amp;quot; link. Is there any way to hack the code to remove the enlarge link? [[User:Holygamer|Holygamer]] ([[User talk:Holygamer|talk]]) 15:18, 7 March 2012 (UTC)&lt;br /&gt;
::::::::/me believes all that SEO stuff is a bunch of hocus pocus ;)&lt;br /&gt;
::::::::Note, you can make a template (lets call it template:thumb) that would do something like:&lt;br /&gt;
::::::::&amp;lt;syntaxhighlight lang=&#039;text&#039;&amp;gt;&amp;lt;div class=&amp;quot;thumb tright&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: {{#expr:{{{2}}}+2}}px;&amp;quot; class=&amp;quot;thumbinner&amp;quot;&amp;gt;[[file:{{{1}}}|{{{2}}}px|link=]]&lt;br /&gt;
&amp;lt;div class=&amp;quot;thumbcaption&amp;quot;&amp;gt;&lt;br /&gt;
{{{caption}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
::::::::And then you could call like &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{thumb|Example.png|120|caption=An Example}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, which would make:&lt;br /&gt;
::::::::&amp;lt;div class=&amp;quot;thumb tright&amp;quot;&amp;gt;&lt;br /&gt;
::::::::&amp;lt;div style=&amp;quot;width: {{#expr:{{{2|120}}}+2}}px;&amp;quot; class=&amp;quot;thumbinner&amp;quot;&amp;gt;[[file:{{{1|Example.png}}}|{{{2|120}}}px|link=]]&lt;br /&gt;
::::::::&amp;lt;div class=&amp;quot;thumbcaption&amp;quot;&amp;gt;&lt;br /&gt;
::::::::{{{caption|An Example}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
::::::::&amp;lt;/div&amp;gt;&lt;br /&gt;
::::::::&amp;lt;/div&amp;gt;&lt;br /&gt;
::::::::{{clear}}&lt;br /&gt;
::::::::Officially we discourage people from making custom patches to MW. Things tend to break when people do that, especially on upgrade, and then they blame us ;). However, I will note the relavent code is in the Linker::makeThumbLink2 method (in includes/Linker.php), specifically the $zoomIcon variable. [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 03:10, 8 March 2012 (UTC)&lt;br /&gt;
:::::::::Hi, I tried to make that template but I get the following error message: Expression error: Unrecognised punctuation character &amp;quot;{&amp;quot; [[User:Holygamer|Holygamer]] ([[User talk:Holygamer|talk]]) 11:36, 8 March 2012 (UTC)&lt;br /&gt;
:::::or use CSS: put the image code in a  span with some classname [[User:Subfader|Subfader]] ([[User talk:Subfader|talk]]) 09:07, 8 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Importing non allowed media ==&lt;br /&gt;
&lt;br /&gt;
I&#039;m looking for a method to import files that are not on the allowed file extensions list, like allowing sysops to upload any type of media, there doesn&#039;t seem to be a extension that allows this anywhere, tried hacking a solution into localsettings, but the user class isnt loaded that early (Or Im doing it flat out wrong) [[Special:Contributions/69.171.162.76|69.171.162.76]] ([[User talk:69.171.162.76|talk]]) 23:34, 6 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== WikiEditor problem ==&lt;br /&gt;
&lt;br /&gt;
Hi, i&#039;m from italy, so I have a custom skin &amp;quot;MistyLook&amp;quot; (downloaded from here, but not official skin)&lt;br /&gt;
this skin works fine, but when I edit a page, I can&#039;t see any toolbar.&lt;br /&gt;
&lt;br /&gt;
From preference everything fine, from &amp;quot;versione&amp;quot; it&#039;s all ok, if I use another skin, wikieditor works great, the problem are only with this skin, can everybody help me with that? &lt;br /&gt;
&lt;br /&gt;
http://www.hogwartsexpress.it/wiki this is the page &lt;br /&gt;
&lt;br /&gt;
&amp;quot;Admin&amp;quot; &amp;quot;test&amp;quot; for login [[Special:Contributions/95.238.103.133|95.238.103.133]] ([[User talk:95.238.103.133|talk]]) 05:08, 7 March 2012 (UTC)&lt;br /&gt;
:Short version: The skin isn&#039;t fully compatible with 1.18&lt;br /&gt;
:Long version: The skin hard coded some stuff relating to how js is loaded. However, the way js is loaded has changed over time (especially with RL being introduced). As a result, the skin isn&#039;t properly loading all of MediaWiki&#039;s js, which is breaking some functionality, most noticeably the edit toolbar.&lt;br /&gt;
:You should ask whomever the author of the skin is to update the skin. [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 07:01, 7 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== PHP not working ==&lt;br /&gt;
&lt;br /&gt;
The PHP is not running! It&#039;s instead displaying the source code. What went wrong? How do I fix it? Does my browser (Safari 4.0.3) not support PHP? Or do I need to re-install PHP? Mac OS X 10.6.2 [[Special:Contributions/187.126.116.166|187.126.116.166]] ([[User talk:187.126.116.166|talk]]) 06:39, 7 March 2012 (UTC)&lt;br /&gt;
:Most likely your webserver (apache in all probability) isn&#039;t configured properly. Refer to the install documentation for php [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 06:57, 7 March 2012 (UTC)&lt;br /&gt;
:If you have already set up your wiki, immediately move LocalSettings.php to a location that is not Web-accessible until you get this fixed. [[User:Reach Out to the Truth|Reach Out to the Truth]] ([[User talk:Reach Out to the Truth|talk]]) 14:47, 7 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Permanent deletion? ==&lt;br /&gt;
&lt;br /&gt;
Okay, so here is an example vandalism scene I replayed in a test installation of MediaWiki:&lt;br /&gt;
#127.0.0.1 replaces the Main Page with nonsense&lt;br /&gt;
#Administrator reverts the edit&lt;br /&gt;
#127.0.0.1 replaces the Main Page with nonsense again&lt;br /&gt;
#Administrator reverts the edit&lt;br /&gt;
#Administrator protects the Main Page&lt;br /&gt;
#127.0.0.1 copies off the article about MediaWiki on Wikipedia (a copyrighted source) and pastes it on Test Wiki&lt;br /&gt;
#Administrator deletes the &amp;quot;MediaWiki&amp;quot; page&lt;br /&gt;
#127.0.0.1 pastes Wikipedia&#039;s article about MediaWiki on Test Wiki again&lt;br /&gt;
#Administrator deletes the &amp;quot;MediaWiki&amp;quot; page again&lt;br /&gt;
&lt;br /&gt;
However, the pages with their content, revision entries and so on remain in the database.&lt;br /&gt;
&lt;br /&gt;
Therefore, the database size unnessecarily increases nearly 1MB and, if the full database is available publicly, especially speaking for the copyright violation, anyone can look at the database dump to see the page which violated copyright law.&lt;br /&gt;
&lt;br /&gt;
Will there ever be a way to permanently delete pages along with the regular way to delete pages in MediaWiki (completely remove them from the database, although the permanently-deleted pages cannot be restored) and solve any of the problems with &#039;&#039;deleted pages remaining in the database just so another administrator can restore it&#039;&#039;? --[[Special:Contributions/218.186.15.10|218.186.15.10]] 07:22, 7 March 2012 (UTC)&lt;br /&gt;
:Hi,&lt;br /&gt;
:I think no one should have to care, if the DB is an MB bigger or smaller. If DB size is a problem for you, you should maybe change to a hoster, which offers more ressources there. For permanently deleting pages try the [[Extension:Nuke]], which comes with MediaWiki 1.18 by default. It can delete pages permanently. [[Special:Contributions/88.130.75.113|88.130.75.113]] 12:00, 7 March 2012 (UTC)&lt;br /&gt;
::No it doesn&#039;t. Nuke allows mass deletion of pages created by a specific user. The deletions are done the same way as a normal deletion, it just lets you do a bunch of them at once. [[User:Reach Out to the Truth|Reach Out to the Truth]] ([[User talk:Reach Out to the Truth|talk]]) 14:43, 7 March 2012 (UTC)&lt;br /&gt;
::Telling someone they &amp;quot;shouldn&#039;t care&amp;quot; and &amp;quot;get a better host&amp;quot; in response to a feature request is non productive.&lt;br /&gt;
::I would love to see a way to delete old revisions on a per-article or per-revision basis. Currently, since I don&#039;t care about saving old revisions in my implementation, I run deleteOldRevisions on occasion to throw out the junk. I would prefer a way to do it in a more limited way, and was surprised that mediawiki doesn&#039;t provide one. [[Special:Contributions/209.29.183.172|209.29.183.172]] 18:45, 8 March 2012 (UTC)&lt;br /&gt;
:::Where exactly did I tell him that he shouldn&#039;t care? I told him that in my opinion he should not &#039;&#039;&#039;have&#039;&#039;&#039; to care about the available DB size. This is something completely different. But obviously some guys could misunderstand that; let me make this more clear: Today you can purchase harddisks with some terrabytes in size. Depending on usage, MediaWiki databases can grow quickly up to a few hundred megabytes or more. There it sounds like a joke to tell us that you had to care for &amp;quot;nearly one megabyte&amp;quot;. If you cannot save new data in your database, you won&#039;t be able to run MediaWiki correctly. In the worst case you will even break your system. You need free space just to continue running the system; any changes on pages and such will need even more space. If you have to worry about a single megabyte, you should really change to a hosting package or even to another hoster, where you have more space available. [[Special:Contributions/88.130.66.109|88.130.66.109]] 22:24, 8 March 2012 (UTC)&lt;br /&gt;
:You can use [[manual:RevisionDelete]] to add another level of &amp;quot;deletion&amp;quot; where certain users can&#039;t see the deleted things.&lt;br /&gt;
:You can also try the [[manual:deleteArchivedRevisions.php]] maintenance script. [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 15:02, 7 March 2012 (UTC)&lt;br /&gt;
:You may want to see [{{fullurl:Thread:Project:Support_desk/Permanent_deletion|lqt_oldid=16678}} the original revision of the first post] to see the actual archived revision that remained in the database for technical details, which was removed from the post by [[Special:Contributions/88.130.75.113|88.130.75.113]]&amp;lt;br /&amp;gt;&lt;br /&gt;
:&amp;quot;You can also try the [[Manual:deleteArchivedRevisions.php|deleteArchivedRevisions.php]] maintenance script.&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
:However, some versions of SQL servers also only archive tables with &amp;quot;DELETE FROM&amp;quot; queries instead of permenantly deleting them. [[Special:Contributions/218.186.15.10|218.186.15.10]] 09:05, 9 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== The word &#039;from&#039; causes fatal errors (sometimes)! ==&lt;br /&gt;
&lt;br /&gt;
So I have an installation of MediaWiki.  When editing the content of an article, sometimes the presence of the word &#039;from&#039; will cause the server to throw a 500 error.  If I substitute the instances of that word with something else--say, &#039;DERP&#039;--the article saves and displays no problem.&lt;br /&gt;
&lt;br /&gt;
Anyone have ideas on what causes this, or what I can do to fix it?  I&#039;m on a shared hosting account, so I can&#039;t see the PHP error log--just the one linked to in cpanel.:&amp;lt; [[Special:Contributions/66.66.190.94|66.66.190.94]] ([[User talk:66.66.190.94|talk]]) 09:25, 7 March 2012 (UTC)&lt;br /&gt;
:I recommend contacting your hosting provider. It is unlikely that anyone else could fix this problem. [[User:Reach Out to the Truth|Reach Out to the Truth]] ([[User talk:Reach Out to the Truth|talk]]) 14:36, 7 March 2012 (UTC)&lt;br /&gt;
:Sometimes apache&#039;s mod_security has been known to cause really weird stupid issues like that (however, if that was the case there would be relavent messages in the apache error log). [[User:Bawolff|Bawolff]] ([[User talk:Bawolff|talk]]) 15:03, 7 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Template display not right! ==&lt;br /&gt;
&lt;br /&gt;
hello, i mirror a local wikipedia.all is right.but the Template dispaly not very good, It has not the &amp;quot;display &amp;quot; and &amp;quot;Hidden&amp;quot; button.So all the Template  have displayed.How to solve it? Thank you !&lt;br /&gt;
I have set &amp;quot;$wgUseTidy=true&amp;quot;. [[User:Jxjadzl|Jxjadzl]] ([[User talk:Jxjadzl|talk]]) 03:51, 8 March 2012 (UTC)&lt;br /&gt;
:What is your MediaWiki version and what extensions have you installed? [[User:Jasper Deng|Jasper Deng]] ([[User talk:Jasper Deng|talk]]) 03:54, 8 March 2012 (UTC)&lt;br /&gt;
::mediawiki1.18.&lt;br /&gt;
::&amp;lt;syntaxhighlight lang=&#039;text&#039;&amp;gt;require_once( &amp;quot;$IP/extensions/Renameuser/Renameuser.php&amp;quot; );&lt;br /&gt;
require_once( &amp;quot;$IP/extensions/WikiEditor/WikiEditor.php&amp;quot; );&lt;br /&gt;
require_once( &amp;quot;$IP/extensions/ParserFunctions/ParserFunctions.php&amp;quot; );&lt;br /&gt;
require_once( &amp;quot;$IP/extensions/Cite/Cite.php&amp;quot; );&lt;br /&gt;
require_once( &amp;quot;$IP/extensions/Gadgets/Gadgets.php&amp;quot; );&lt;br /&gt;
require_once( &amp;quot;$IP/extensions/CategoryTree/CategoryTree.php&amp;quot; );&lt;br /&gt;
require_once( &amp;quot;$IP/extensions/Nuke/Nuke.php&amp;quot; );&lt;br /&gt;
require_once( &amp;quot;$IP/extensions/Vector/Vector.php&amp;quot; );&lt;br /&gt;
require_once( &amp;quot;$IP/extensions/Math/Math.php&amp;quot; );&lt;br /&gt;
require_once( &amp;quot;$IP/extensions/ConfirmEdit/ConfirmEdit.php&amp;quot; );&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; [[User:Jxjadzl|Jxjadzl]] ([[User talk:Jxjadzl|talk]]) 05:45, 8 March 2012 (UTC)&lt;br /&gt;
:::OK, nothing should be awry with those. [[User:Jasper Deng|Jasper Deng]] ([[User talk:Jasper Deng|talk]]) 06:05, 8 March 2012 (UTC)&lt;br /&gt;
:Sounds like you&#039;re probably missing the project&#039;s local JavaScript that makes those links work. Take a look at MediaWiki:Common.js. [[User:Reach Out to the Truth|Reach Out to the Truth]] ([[User talk:Reach Out to the Truth|talk]]) 05:45, 8 March 2012 (UTC)&lt;br /&gt;
::where is the Common.js file? I can&#039;t search it in the &amp;quot;var/www/html/w&amp;quot; [[User:Jxjadzl|Jxjadzl]] ([[User talk:Jxjadzl|talk]]) 05:58, 8 March 2012 (UTC)&lt;br /&gt;
:::It&#039;s on your wiki, like [[MediaWiki:Common.js|on this wiki]]. [[User:Jasper Deng|Jasper Deng]] ([[User talk:Jasper Deng|talk]]) 06:04, 8 March 2012 (UTC)&lt;br /&gt;
::::yes, i can see.so? after i should do what? [[User:Jxjadzl|Jxjadzl]] ([[User talk:Jxjadzl|talk]]) 06:33, 8 March 2012 (UTC)&lt;br /&gt;
:::http://127.0.0.1/w/index.php/MediaWiki:Common.js? [[User:Jxjadzl|Jxjadzl]] ([[User talk:Jxjadzl|talk]]) 06:20, 8 March 2012 (UTC)&lt;br /&gt;
::::Yes, that&#039;s the page. Locate the relevant part on Wikipedia&#039;s version, and copy it to yours. The comments should help guide you.&lt;br /&gt;
::::Or just copy the whole thing. [[User:Reach Out to the Truth|Reach Out to the Truth]] ([[User talk:Reach Out to the Truth|talk]]) 17:26, 8 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Tag hook: recursiveTagParse() - TOC not loaded ==&lt;br /&gt;
&lt;br /&gt;
I&#039;m using tags like&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;foo&amp;gt;&lt;br /&gt;
== Heading 1 ==&lt;br /&gt;
Text&lt;br /&gt;
&lt;br /&gt;
== Heading 2 ==&lt;br /&gt;
Text&lt;br /&gt;
&lt;br /&gt;
== Heading 3 ==&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;/foo&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
To create a div around the content:&lt;br /&gt;
&amp;lt;pre&amp;gt;function efMoreMarkup( &amp;amp;$parser ) {&lt;br /&gt;
      $parser-&amp;gt;setHook( &#039;foo&#039;, &#039;efFoo&#039; );&lt;br /&gt;
      return true;&lt;br /&gt;
}&lt;br /&gt;
function efFoo( $input , $args , $parser )	{&lt;br /&gt;
      $input = $parser-&amp;gt; recursiveTagParse( $input );&lt;br /&gt;
      return &#039;&amp;lt;div class=&amp;quot;foo&amp;quot;&amp;gt;&#039; . $input . &#039;&amp;lt;/div&amp;gt;&#039;;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But then tag doesn&#039;t work and the TOC is not loaded (forcing it via &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;__TOC__&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; doesn&#039;t help). Is there a solution to it so the tag doesn&#039;t need to be set below each heading? [MW 1.18.0] [[User:Subfader|Subfader]] ([[User talk:Subfader|talk]]) 15:19, 8 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [RESOLVED] Cannot Login or Register. Enable Cookies ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve been getting this error today when I tried working on my Wiki. I just installed MediaWiki about a week ago and have been edited every single day with no issues at all... until today. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;Darksiders Wiki uses cookies to log in users. You have cookies disabled. Please enable them and try again.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
How do I assure that cookies are enabled? I did some basic research online, and I was told to edit the session.save_path... I don&#039;t have that. I have no idea where to find my php directory that has these files. I&#039;ve looked everywhere and it&#039;s quite frustrating. [[User:Mases|Mases]] ([[User talk:Mases|talk]]) 20:13, 8 March 2012 (UTC)&lt;br /&gt;
:I have fixed this error. It turns out that my PHP&#039;s session folder wasn&#039;t writable. The issue was that I couldn&#039;t see this folder via FTP and I needed to login via root SSH access to fix it. All is good now. [[User:Mases|Mases]] ([[User talk:Mases|talk]]) 07:27, 9 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to customize list numbering ==&lt;br /&gt;
&lt;br /&gt;
I want to have a numbered list, but on the next level, I want letters instead of numbers.  How do I do that?&lt;br /&gt;
&lt;br /&gt;
#Basketball&lt;br /&gt;
## Blazers&lt;br /&gt;
### Lamarcus&lt;br /&gt;
### Felton&lt;br /&gt;
## Lakers&lt;br /&gt;
## Clippers&lt;br /&gt;
#Football&lt;br /&gt;
## Broncos&lt;br /&gt;
## Cowboys&lt;br /&gt;
## Cardinals&lt;br /&gt;
&lt;br /&gt;
Here is what I want:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Basketball&lt;br /&gt;
   a. Blazers&lt;br /&gt;
      1. Lamarcus&lt;br /&gt;
      2. Felton&lt;br /&gt;
   b. Lakers&lt;br /&gt;
   c. Clippers&lt;br /&gt;
2. Football&lt;br /&gt;
   a. Broncos&lt;br /&gt;
   b. Cowboys&lt;br /&gt;
   c. Cardinals [[Special:Contributions/67.139.76.194|67.139.76.194]] ([[User talk:67.139.76.194|talk]]) 21:25, 8 March 2012 (UTC)&lt;br /&gt;
:Use CSS list-style-type for ol-tags [[User:Subfader|Subfader]] ([[User talk:Subfader|talk]]) 10:14, 9 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== erros with wiki page, appears to be some sort of spam like attack ==&lt;br /&gt;
&lt;br /&gt;
please check out this link and advise on what is happening&lt;br /&gt;
&lt;br /&gt;
http://lohere.net/kulkapedia/samuel/I_Nyoman_Masriadi&lt;br /&gt;
&lt;br /&gt;
this is the original wiki page : http://en.wikipedia.org/wiki/Nyoman_Masriadi [[User:Roeshini|Roeshini]] ([[User talk:Roeshini|talk]]) 08:39, 9 March 2012 (UTC)&lt;br /&gt;
:None of your links are working (also &amp;quot;static&amp;quot; links like to the RecentChanges page), because they miss the base URL. Having a look at the Recent Changes page for example you have spam in that page at places, where it cannot be put, if the attacker was just using the web interface. &lt;br /&gt;
:This is not only a spam attack, where people create (or edit) pages to add spam. Your wiki seems to have been hacked.&lt;br /&gt;
:You should disable access from the web and check the situation. Then you must close the whole through which the attacker came in. This whole can also be some other software on the server (it must not necessarily be MediaWiki). Server logs (Apache Logs/FTP Logs) might be helpful to find out what went on. Having a look at the symptoms I guess that someone is able to manipulate the files on your server, e.g. the PHP files. A common place where you might find malicious code is in LocalSettings.php, maybe in some obscure way like decode(base64(...)). But it can be placed basically anywhere. [[Special:Contributions/88.130.104.171|88.130.104.171]] 11:29, 9 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Warning and Fatal error when running web update for 1.18 ==&lt;br /&gt;
&lt;br /&gt;
We are currently runnning MW 1.14.0 and we are trying to upgrade to 1.18.&lt;br /&gt;
&lt;br /&gt;
When I go to do the web updater I get the following errors&lt;br /&gt;
&lt;br /&gt;
Warning: call_user_func(Installer::overrideConfig) [function.call-user-func]: First argument is expected to be a valid callback in D:\xampp\htdocs\XXXXXXXX\includes\WebStart.php on line 101&lt;br /&gt;
&lt;br /&gt;
Fatal error: Class &#039;WebInstaller&#039; not found in D:\xampp\htdocs\XXXXXXXX\mw-config\index.php on line 23 [[Special:Contributions/64.206.79.221|64.206.79.221]] ([[User talk:64.206.79.221|talk]]) 16:22, 9 March 2012 (UTC)&lt;br /&gt;
:Try installing version 1.18 into a new folder, copy your extensions/, images/ and skins/ folder and your LocalSettings.php there and then try again. When updating to 1.18 there sometimes are problems with leftovers from older versions. [[Special:Contributions/88.130.104.171|88.130.104.171]] 18:59, 9 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 1.18.1 archive corrupt ==&lt;br /&gt;
&lt;br /&gt;
tar -xzvf mediawiki-1.18.1.tar.gz&lt;br /&gt;
...&lt;br /&gt;
mediawiki-1.18.1/extensions/ParserFunctions/funcsParserTests.txt&lt;br /&gt;
mediawiki-1.18.1/extensions/ParserFunctions/ParserFunctions.php&lt;br /&gt;
mediawiki-1.18.1/extensions/ParserFunctions/COPYING&lt;br /&gt;
mediawiki-1.18.1/extensions/ParserFunctions/ParserFunctions.i18n.magic.php&lt;br /&gt;
mediawiki-1.18.1/extensions/Gadgets/&lt;br /&gt;
mediawiki-1.18.1/extensions/Gadgets/Gadgets_body.php&lt;br /&gt;
mediawiki-1.18.1/extensions/Gadgets/install.settings&lt;br /&gt;
mediawiki-1.18.1/extensions/Gadgets/Gadgets.alias.php&lt;br /&gt;
&lt;br /&gt;
gzip: stdin: unexpected end of file&lt;br /&gt;
mediawiki-1.18.1/extensions/Gadgets/ApiQueryGadgetCategories.php&lt;br /&gt;
mediawiki-1.18.1/extensions/Gadgets/Gadgets.i18n.php&lt;br /&gt;
tar: Unexpected EOF in archive&lt;br /&gt;
tar: Unexpected EOF in archive&lt;br /&gt;
tar: Error is not recoverable: exiting now&lt;br /&gt;
&lt;br /&gt;
Downloaded it twice. Linux. [[Special:Contributions/216.82.241.35|216.82.241.35]] ([[User talk:216.82.241.35|talk]]) 18:48, 9 March 2012 (UTC)&lt;br /&gt;
:Hmm, works for me. If you can&#039;t get it to work, you can still [https://svn.wikimedia.org/viewvc/mediawiki/branches/REL1_18/extensions/ParserFunctions/ download the files from here]. [[Special:Contributions/88.130.104.171|88.130.104.171]] 18:57, 9 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== What document is $WgLogo ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;I Need to edit the picture for my wiki&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;But where is $WgLogo?&#039;&#039; [[Special:Contributions/82.34.175.220|82.34.175.220]] ([[User talk:82.34.175.220|talk]]) 19:20, 9 March 2012 (UTC)&lt;br /&gt;
:In [[Manual:LocalSettings.php|LocalSettings.php]]. If it isn&#039;t in LocalSettings.php, you need to add in manually to the bottom. See [[Manual:$wgLogo]] and [[Manual:FAQ#How_do_I_change_the_logo.3F|How do I change the logo?]] for more information. [[User:MrBlueSky|MrBlueSky]] ([[User talk:MrBlueSky|talk]]) 00:09, 10 March 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Thread:Project:Current_issues/What_document_is_$WgLogo/reply&amp;diff=508551</id>
		<title>Thread:Project:Current issues/What document is $WgLogo/reply</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Thread:Project:Current_issues/What_document_is_$WgLogo/reply&amp;diff=508551"/>
		<updated>2012-03-10T00:09:19Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: Reply to What document is $WgLogo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In [[Manual:LocalSettings.php|LocalSettings.php]]. If it isn&#039;t in LocalSettings.php, you need to add in manually to the bottom. See [[Manual:$wgLogo]] and [[Manual:FAQ#How_do_I_change_the_logo.3F|How do I change the logo?]] for more information.&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Manual_talk:LocalSettings.php&amp;diff=508016</id>
		<title>Manual talk:LocalSettings.php</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Manual_talk:LocalSettings.php&amp;diff=508016"/>
		<updated>2012-03-08T11:34:00Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: /* Update outdated information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
{{TalkFromMeta}}&lt;br /&gt;
== Basic question *HOW* to edit!? ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s assumed here, in the documentation of LocalSettings.php, that the readers knows&lt;br /&gt;
where this file is.&lt;br /&gt;
&lt;br /&gt;
It would be kinda helpful if the documentation told me that.&lt;br /&gt;
&lt;br /&gt;
You might think that &amp;quot;gee, if you need to edit LocalSettings then surely&lt;br /&gt;
you know where it was installed.&amp;quot;  But that is not the case.  In my case&lt;br /&gt;
(just as one example) I have had a mediawiki installed for me on a hosted&lt;br /&gt;
server.&lt;br /&gt;
&lt;br /&gt;
Now the first thing I want to do is change $wgLogo. It&#039;s proving&lt;br /&gt;
hard to do...&lt;br /&gt;
&lt;br /&gt;
:How to change $wgLogo:&lt;br /&gt;
:# you have to edit the file LocalSettings.php which will be in the main directory of you wiki-installation&lt;br /&gt;
:#* always good to do: copy the original LocalSettings.php to LocalSettings.php.backup (just in case)&lt;br /&gt;
:#* change the value of $wgLogo&lt;br /&gt;
:# activate the changes (just hitting the refresh-button doesn&#039;t help always. Probably depending on the browser settings...)&lt;br /&gt;
:#* hit the refresh-button in you browser. You might also have to delete the cache to make the changes visible!&lt;br /&gt;
&lt;br /&gt;
I have a question: I&#039;m on my wiki. How can i reach the file and what i need to do to edit it? -20eric06&lt;br /&gt;
&lt;br /&gt;
:[[LocalSettings.php]] is not editable from the wiki (probably because this would create massive security risks). To edit this kind of file, you need a way to edit files on your server&#039;s [[w:File system|file system]]. Evidently, the authors of the [[LocalSettings.php]] help assume the reader is the same person who [[Help:Installation|installed MediaWiki]] on a given server. If you have the skills to get through [[Help:Installation]], then you have the skills to edit any of the setup files such as [[LocalSettings.php]]. Obviously this assumption fails for the potentially large class of MediaWiki sysops who hired a [[w:Web hosting service|Web hosting service]] to install MediaWiki for them. If you hired someone else to install MediaWiki for you, then you are left with no obvious way to get at [[LocalSettings.php]], that is if you rely on the MediaWiki documentation as your only information source. &lt;br /&gt;
:The situation is not entirely hopeless, because every [[w:Web hosting service|Web hosting service]] must provide some way for the customer to change files on the server. To find out the method(s) you can use, contact your [[w:Web hosting service|Web hosting service]] or look on their Web site for documentation. The details will vary from one service to another, but every hosting service customer needs to change files on the server, somehow, so any competent service will tell you how they let you do this. Here are some methods your service might use:&lt;br /&gt;
:*[[w:Web content management system|Web content management system]]&lt;br /&gt;
:*[[w:Unix shell|Unix shell]] login, via [[w:TELNET|telnet]], [[w:SSH|ssh]], etc., and then you use a [[w:Text editor|text editor]] running on the server (such as the newbie-hostile [[w:Vi|vi]] or [[w:Emacs|emacs]]) to edit files there. This method might be common for servers running a [[w:LAMP (software bundle)|LAMP software bundle]].&lt;br /&gt;
:*The service might let you download files via [[w:FTP|ftp]] (or [[w:Rsync|rsync]], [[w:FileZilla|FileZilla]], etc.), edit them locally with some editor such as [[w:Notepad|Notepad]], and upload them back to the server.&lt;br /&gt;
:*The service might charge you a fee and edit files on their server for you.&lt;br /&gt;
:Note: something like my explanation above probably belongs in a help page here aimed at MediaWiki sysops who had a Web hosting service install MediaWiki for them. &amp;amp;mdash; [[User:Teratornis|Teratornis]] 17:39, 7 September 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
::If you hire a [[w:Web hosting service|Web hosting service]] to install MediaWiki for you, you might benefit from also [[Wiki_on_a_stick|installing MediaWiki on your own Windows computer]], so you can experiment with customizing it. It would probably be cheaper to prototype with your own MediaWiki install, where you won&#039;t be getting billed by the hour; then when you know exactly what to change, you can contact your [[w:Web hosting service|Web hosting service]] to see about making the same changes on their server. If you learn what is going on behind the wiki interface, things like [[LocalSettings.php]] will make more sense. [[User:Teratornis|Teratornis]] 20:27, 7 September 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
==help==&lt;br /&gt;
How can i get to &amp;quot;&#039;&#039;&#039;My LocalSettings.php&#039;&#039;&#039;&amp;quot;?--[[w:User:the editor1]]&lt;br /&gt;
&lt;br /&gt;
== Location and rights ==&lt;br /&gt;
&lt;br /&gt;
I have two LocalSettings.php -files, one located at ./ and another at ./includes/. Which one&#039;s the one to edit? Furthermore, what rights should the file have? At the moment, no changes I make result in any changes. The mode is at 660 (I don&#039;t have the rights to change the mode). Thanks for any answers [[User:193.229.103.232|193.229.103.232]] 09:25, 16 May 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Help ==&lt;br /&gt;
How do I edit LocalSettings.php? My Wiki&#039;s address is &amp;lt;nowiki&amp;gt;http://smashbros.elwiki.com/&amp;lt;/nowiki&amp;gt; (there&#039;s no &amp;quot;wiki&amp;quot; in articles, so an article would be at smashbros.elwiki.com/Main_Page). The question is: where is that file? --[[w:User:Smiddle|Smiddle]] [[User:213.64.166.76|213.64.166.76]]&lt;br /&gt;
:You should ask ElWiki themselves. There&#039;s an e-mail address on their front page, elwiki AT Zone-MR DOT NET; alternatively there may be some kind of support tool when you&#039;re logged into the site. I don&#039;t know, I&#039;m afraid; I&#039;m not registered on that site. [[User:RichF|RichF]] 16:34, 21 August 2006 (UTC)&lt;br /&gt;
::I tried to enter smashbros.elwiki.com/LocalSettings.php, and I get the following message:&lt;br /&gt;
:::&#039;&#039;&amp;quot;This file is part of MediaWiki and is not a valid entry point&amp;quot;&#039;&#039;&lt;br /&gt;
::I try to edit it, smashbros.elwiki.com/LocalSettings.php&amp;amp;action=edit, and I&#039;m only editing a regular article called &#039;&#039;LocalSettings.php&#039;&#039;. &lt;br /&gt;
::&#039;&#039;&#039;Edit:&#039;&#039;&#039; I tried /includes/LocalSettings.php, and it redirects me to an article called &#039;&#039;403.shtml&#039;&#039;. I can just say &#039;&#039;&#039;&#039;&#039;one thing:&#039;&#039;&#039;&#039;&#039; I&#039;M A NOOB --[[w:User:Smiddle|Smiddle]] 19:43, 1 September 2006 (UTC)&lt;br /&gt;
:::LocalSettings.php is a file on the filesystem that you need to edit. It&#039;s not a wiki article, or something you can edit through the wiki site itself. You need to be able to modify the file on the server itself. I don&#039;t know if ElWiki allow you to edit LocalSettings.php, and if they do, I don&#039;t know how. You will need to e-mail the people who run the site. Sorry. [[User:RichF|RichF]] 19:49, 1 September 2006 (UTC)&lt;br /&gt;
::::oh snap. I&#039;ll try that then. --[[w:User:Smiddle|Smiddle]] 19:52, 2 September 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Found Localsettings.php but cannot edit ==&lt;br /&gt;
&lt;br /&gt;
I found locasettings.php at /wikis/config it was one of only three files in the folder. However, I am unable to edit it as it says it &amp;quot;Could not load LocalSettings.php. File not found&amp;quot;. So I don&#039;t know where to go from there... I have created some wikis with no issue, however I can not change the source for the logo nor ad adsense code. Please help!!&lt;br /&gt;
&lt;br /&gt;
``` Grant Beehler&lt;br /&gt;
&lt;br /&gt;
Contact directly at [mailto:grant@grantbeehler.net Grant@GrantBeehler.net]&lt;br /&gt;
&lt;br /&gt;
== Where is this file? ==&lt;br /&gt;
&lt;br /&gt;
I believe that if I find the [[LocalSettings.php]] file, I can translate all of the namespaces (currently in English) into my language wikipedia.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, no matter what I try, I cannot seem to locate this file.&lt;br /&gt;
&lt;br /&gt;
I notice that many other people have asked this same question, but I have not found any answer.  &lt;br /&gt;
&lt;br /&gt;
:See my comments above in [[Talk:LocalSettings.php#Basic_question_.2AHOW.2A_to_edit.21.3F|Basic question *HOW* to edit!?]]. It sounds like you don&#039;t have access to the [[w:File system|file system]] on the [[w:Server|server]] that hosts your [[w:MediaWiki|MediaWiki software]]. If you did, and if your server runs a [[w:Unix-like|Unix-like]] [[w:Operating system|OS]] (which I believe is true for all the language Wikipedias), you could probably find your [[LocalSettings.php]] with a &amp;lt;code&amp;gt;[[w:Find|find]]&amp;lt;/code&amp;gt; command like this:&lt;br /&gt;
:*&amp;lt;code&amp;gt;find / -iname &#039;LocalSettings.php&#039; -print&amp;lt;/code&amp;gt;&lt;br /&gt;
:If you need to prototype some complicated MediaWiki setup, you may be better off [[Manual:Wiki on a stick|installing your own MediaWiki]] to practice with, and then when you know exactly what you want to change, contact your [[w:Web hosting service|Web hosting service]] (which in this case sounds like it would be the system administrators for your language Wikipedia, that is, the people who have file system access to the servers rather than merely administrator access through the wiki interface). &amp;amp;mdash; [[User:Teratornis|Teratornis]] 03:42, 8 September 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
What do I have to do?  The rest of the interface is mostly translated, only the namespaces are still in English.  Thanks for anyone who can help.  [[User:Codex Sinaiticus|Codex Sinaiticus]] 07:10, 27 August 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Translated text, including namespace names, can be found in the &amp;lt;code&amp;gt;languages/Language*.php&amp;lt;/code&amp;gt; files. Usually, if Wikipedia has been translated into a particular language, the namespaces will have been done at the same time. Which language are you translating into? [[User:RichF|RichF]] 22:06, 29 August 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I am the one who did the interface translation into Amharic myself, by modifying the Mediawiki files on that wikipedia over the past year as admin.  But there is no way I can change the namespaces myself, that I know of. &lt;br /&gt;
::*Not via the wiki interface. You, or the people who run the server(s) that host the wikipedia you are describing, have to edit the [[LocalSettings.php]] file via the server&#039;s [[w:File system|file system]]. [[User:Teratornis|Teratornis]] 03:42, 8 September 2006 (UTC)&lt;br /&gt;
::On a related note, on the preferences, &amp;quot;amharic&amp;quot; (am) shows up as a choice for the interface only on the Amharic wikipedia.. It would be amazingly cool if this choice could be added with all the other languages for the other wikipedias, so that the Amharic interface I have designed could be used with any language wikipedia. Most of the small languages that are already available for interface on all the wikipedias in the preference section, are not even translated at all yet, and end up being English by default.  Can you put a &amp;quot;bug&amp;quot; in some developer&#039;s ear about that?  Thanks [[User:Codex Sinaiticus|Codex Sinaiticus]] 15:30, 31 August 2006 (UTC)&lt;br /&gt;
:::Below is an excerpt from &amp;lt;code&amp;gt;languages/LanguageFr.php&amp;lt;/code&amp;gt;, which is the French translation. This part of the file is providing French text for the namespaces. I haven&#039;t done a translation myself, but looking at this file, it does seem to be possible, and editing the &amp;lt;code&amp;gt;LanguageXx.php&amp;lt;/code&amp;gt; file seems to be the way to do it. [[User:RichF|RichF]] 19:52, 1 September 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/* private */ $wgNamespaceNamesFr = array(&lt;br /&gt;
        NS_MEDIA                        =&amp;gt; &amp;quot;Media&amp;quot;,&lt;br /&gt;
        NS_SPECIAL                      =&amp;gt; &amp;quot;Special&amp;quot;,&lt;br /&gt;
        NS_MAIN                         =&amp;gt; &amp;quot;&amp;quot;,&lt;br /&gt;
        NS_TALK                         =&amp;gt; &amp;quot;Discuter&amp;quot;,&lt;br /&gt;
        NS_USER                         =&amp;gt; &amp;quot;Utilisateur&amp;quot;,&lt;br /&gt;
...several more lines like these...&lt;br /&gt;
        NS_HELP_TALK            =&amp;gt; &amp;quot;Discussion_Aide&amp;quot;,&lt;br /&gt;
        NS_CATEGORY                     =&amp;gt; &amp;quot;Catégorie&amp;quot;,&lt;br /&gt;
        NS_CATEGORY_TALK        =&amp;gt; &amp;quot;Discussion_Catégorie&amp;quot;&lt;br /&gt;
) + $wgNamespaceNamesEn;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
!!!H E L P!!!&lt;br /&gt;
&lt;br /&gt;
Is it me or is this question simply *not* getting answered?  Or maybe I&#039;m in the Twilight Zone!!! I&#039;m running *my own* MediaWiki install on *my own* Linux box and have access to everthing;  everything, that is, EXCEPT &#039;LocalSettings.php&#039;!!!  Why?  Because I can&#039;t find it either!!! I installed MediaWiki into username/public_html/wiki like a good boy.  This is the &#039;main directory&#039; referred to above.  And it&#039;s *not* there!!!  Did the find / -iname &#039;LocalSettings.php&#039; -print thing too.  Negatory maximus...  Can someone please tell me where this @!#$ file is? I&#039;m not too proud for a &#039;LocalSettings.php For Dummies&#039;!!!&lt;br /&gt;
&lt;br /&gt;
: The LocalSettings.php file is created by the installer. Run the installer: visit your wiki with your browser (at &amp;lt;nowiki&amp;gt;http://localhost/wiki&amp;lt;/nowiki&amp;gt; or whatever) and follow the instructions. When you are through, the last step is to move the freshly generated LocalSSettings.php to the right location, to make it go live. You can edit it before or after moving, as you like. -- [[User:Duesentrieb|Duesentrieb]] [[User talk:Duesentrieb|⇌]] 22:14, 9 May 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[User:KenPem|KenPem]] -- I&#039;m also running MW on my own Linux box, and there&#039;s no tract of this file. Very odd, as I assume (please correct me if wrong) that the Wiki won&#039;t work without it. Should I just create one?&lt;br /&gt;
{{EndTalkFromMeta}}&lt;br /&gt;
&lt;br /&gt;
== Editing LocalSettings.php ==&lt;br /&gt;
&lt;br /&gt;
Can it only be edited by the site owner or can Sysops edit this as well, I ask because I am a Sysop on a wiki that seems to have been deserted by its creator [[User:62.136.176.133|62.136.176.133]] 20:48, 15 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
: It&#039;s a file. You need direct access to the files on the webserver to edit it. -- [[User:Duesentrieb|Duesentrieb]] [[User talk:Duesentrieb|⇌]] 21:56, 16 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
I downloaded a MediaWiki and started one on a webhost (with FTP and everything if that helps). I successfully installed it and I want to access LocalSettings.php, but there are no instructions on how to access it to edit it. I went to the file manager and went to it, but it says &amp;quot;This file is part of MediaWiki and is not a valid entry point.&amp;quot; Can someone help me access it? I want to change the logo. Thanks, [[Special:Contributions/24.121.73.22|24.121.73.22]] 00:33, 11 December 2007 (UTC)&lt;br /&gt;
:Uh, help? [[Special:Contributions/24.121.73.22|24.121.73.22]] 03:03, 13 December 2007 (UTC)&lt;br /&gt;
:: A good place to get help is [[Project:Support desk]].&lt;br /&gt;
:: Anyway... it&#039;s a file, you would edit it like any file - how that is, depends entirely on how you generally access files, i.e. what exactly &amp;quot;FTP and everything&amp;quot; means (FTP is old and sucks, SSH would be good, but is not available for typical cheap-o webspace).&lt;br /&gt;
:: Anyway, if you get &amp;quot;This file is part of MediaWiki and is not a valid entry point&amp;quot; you are trying to view the file through the web server, executing the php. Which is not what you want. You probably want to download it, modify it, and then upload it again. How this is to be done, depends on whatever your &amp;quot;file manager&amp;quot; is. Ask your hosting people. -- [[User:Duesentrieb|Duesentrieb]] [[User talk:Duesentrieb|⇌]] 14:04, 13 December 2007 (UTC)&lt;br /&gt;
:::Thank you. [[Special:Contributions/24.121.73.22|24.121.73.22]] 09:09, 16 December 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have a problem. I want to open up access for uploading files to my wiki. But I do not have to edit LocalSettings.php. If someone can send me to e-mail armi1984@mail.ru LocalSettings.php where I can see what needs to be changed and how. Thank you.[[Special:Contributions/80.250.159.240|80.250.159.240]] 20:20, 16 January 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Back It Up ==&lt;br /&gt;
Make sure you back this file up. I recently had a power failure while uploading a modified version resulting in a 0 byte LocalSettings.php both local and remote. The only way I could find to restore the file was to reinstall the wiki and try to remember what had been changed. {{unsigned|87.243.197.20|21:26, 5 November 2007}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{TalkFromMeta}}&lt;br /&gt;
==Latex Equations==&lt;br /&gt;
I believe there are some missing steps in the Latex equations enabling instructions in this page. &lt;br /&gt;
&lt;br /&gt;
I have miktex intalled and latex is in the path. I edited LocalSettings as explained but I still receive the message: Failed to parse (Missing texvc executable; please see math/README to configure.)&lt;br /&gt;
&lt;br /&gt;
I have seen the file but still could not make it work. I think I should have texvc executable in the math directory, but I could not make &amp;quot;Make&amp;quot; works.  Is there any texvc.exe already compiled for windows?&lt;br /&gt;
--[[User:Fredguth|Fredguth]] 18:59, 7 July 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Thumbnails==&lt;br /&gt;
&lt;br /&gt;
Isn&#039;t &#039;&#039;$wgUseImageResize = true;&#039;&#039; also required for thumbnails?  Is ImageMagick required or can MediaWiki&#039;s internal thumbnailer also be used? [[User:203.117.95.42|203.117.95.42]] 06:43, 22 Jul 2004 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Language==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The wgEmergencyContact variable is the e-mail address of the user to contact if something goes wrong. This e-mail address is used to send internal bug reports to. As an administrator, you want to include your e-mail address here.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Linking to an external file ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Is it possible to Link to a file on an external device? Like file:\\\myserver.org\MyDocs\Letter.doc ?&lt;br /&gt;
&lt;br /&gt;
(Newbie) 09 Jun 2005&lt;br /&gt;
&lt;br /&gt;
yes -add file: protocol to the supported list in localSettings.php (the list definition may need to be copied from defaultSettings.php - never edit defaultSettings.php!) - bk&lt;br /&gt;
&lt;br /&gt;
== One user-db for multi mediaWiki&#039;s? ==&lt;br /&gt;
&lt;br /&gt;
Hello, I will install multi mediaWiki&#039;s on my homepage, but i don&#039;t like that, the user must be regisrie/login of all my wiki&#039;s.&lt;br /&gt;
How can/must be chance the LocalSettings.php to use one &#039;user&#039;-DB?&lt;br /&gt;
&lt;br /&gt;
I know/think must use&lt;br /&gt;
:* a one mySQL-IP (???.???.???.???)&lt;br /&gt;
:* a one mySQL-DataBase-Name (DB????)&lt;br /&gt;
:* a one mySQL-DataBase-Tabel for the user-name/-password (&#039;user&#039;)&lt;br /&gt;
:* and for all wikis must set a prefix (&#039;en_????&#039;, &#039;de_????&#039;, and so....)&lt;br /&gt;
&lt;br /&gt;
Ok, but now? what must chance for all wikis? to use the &#039;user&#039;-tabel in all wikis?&lt;br /&gt;
How chance the prefix for &#039;user&#039;-DB from &#039;en_user&#039;, &#039;de_user&#039;, ..... -&amp;gt; TO -&amp;gt; &#039;user&#039; without a prefix for the &#039;user&#039;-DB ?&lt;br /&gt;
&lt;br /&gt;
Please can you write me onto my page discussion-page.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
--[[User:FireDragon|FireDragon]] 21:03, 10 Jun 2005 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;OK, I have found [[m:Single login/IMSoP]]&amp;lt;/s&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Now I have tempted to set the $wgSharedDB var in the LocalSettings.php, but I&#039;ve got a mistake: ...(SQL query hidden)... Function &amp;quot;User::idFromName&amp;quot;. MySQL ... Table &#039;db2000.de_user&#039; doesn&#039;t exist (localhost)&amp;quot;.&amp;lt;/s&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Thats right, because I have rename the tabel &#039;de_user&#039; to &#039;user&#039;&amp;lt;/s&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;In the DefaultSettings.php is: &amp;gt; $wgSharedDB = null; &amp;lt; and I write in the LocalSettings.php &amp;gt; $wgSharedDB = &amp;quot;user&amp;quot; or $wgSharedDB = array(&#039;user&#039;)&amp;lt;/s&amp;gt;&lt;br /&gt;
&amp;lt;s&amp;gt;Please can anybody help me? I don&#039;t understand the var setting --[[User:FireDragon|FireDragon]] 10:46, 12 Jun 2005 (UTC)&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: &#039;&#039;&#039;&#039;&#039;Oki, I think I have found a Bug for this problem! see more on my user-page or Bug2396 at[[bugzilla:2396]]&#039;&#039;&#039;&#039;&#039; --[[User:FireDragon|FireDragon]] 21:05, 12 Jun 2005 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Installation Error ==&lt;br /&gt;
&lt;br /&gt;
I am a total newbie trying to implement my first installation of MediaWiki.  When I run the installer by pointing to the config folder I almost get an installation.  But, I get the following output and have no idea where to go frem here or even if I am posting this at the right place in the right way.  Here is the output and I am hoping someone can help me complete this installation:&lt;br /&gt;
&lt;br /&gt;
# PHP 4.3.11: ok&lt;br /&gt;
# Warning: PHP&#039;s register_globals option is enabled. MediaWiki will work correctly, but this setting increases your exposure to potential security vulnerabilities in PHP-based software running on your server. You should disable it if you are able.&lt;br /&gt;
# PHP server API is apache; ok, using pretty URLs (index.php/Page_Title)&lt;br /&gt;
# Have XML / Latin1-UTF-8 conversion support.&lt;br /&gt;
# PHP is configured with no memory_limit.&lt;br /&gt;
# Have zlib support; enabling output compression.&lt;br /&gt;
# Turck MMCache not installed, can&#039;t use object caching functions&lt;br /&gt;
# Found ImageMagick: /usr/bin/convert; image thumbnailing will be enabled if you enable uploads.&lt;br /&gt;
# Found GD graphics library built-in.&lt;br /&gt;
# Installation directory: /mounted-storage/home5/sub004/sc12824-RFHO/www/freeflow/FFWiki&lt;br /&gt;
# Script URI path: /FFWiki&lt;br /&gt;
&lt;br /&gt;
Fatal error: Undefined class name &#039;title&#039; in /mounted-storage/home5/sub004/sc12824-RFHO/www/freeflow/FFWiki/includes/Setup.php on line 370&lt;br /&gt;
&lt;br /&gt;
== Logo ==&lt;br /&gt;
&lt;br /&gt;
The Logo section says to use the &amp;lt;em&amp;gt;relative&amp;lt;/em&amp;gt; URL, however I had to use the &amp;lt;em&amp;gt;full canonical&amp;lt;/em&amp;gt; URL... What gives?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;WHY&amp;gt; did you have to use the full URL? Maybe you were having the same problem I was... I think:&lt;br /&gt;
 $wgLogo = &amp;quot;$wgStylePath/common/images/wiki.png&amp;quot;;&lt;br /&gt;
Should be: &lt;br /&gt;
 $wgLogo = &amp;quot;{$wgStylePath}/common/images/wiki.png&amp;quot;; &lt;br /&gt;
and you need to define $wgStylePath not as &amp;quot;/var/www/html/wiki/skins/&amp;quot; (or whatever, that&#039;s the path from / on my machine), but as the URL path (and thanks to YOUR clue, whoever you are, I found that): &lt;br /&gt;
 $wgStylePath = &amp;quot;/wiki/skins/&amp;quot;&lt;br /&gt;
This works like a charm for me, so I&#039;m going to edit the Manual:LocalSettings.php so others with no previous knowledge of mediawiki setup will not be lead astray the way I was. Cheers! &lt;br /&gt;
&lt;br /&gt;
-[[User:Tzf|Tzf]] 02:02, 2 November 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: Well, [[User:Tzf|Tzf]], I&#039;m glad it works so well for &amp;lt;u&amp;gt;you&amp;lt;/u&amp;gt;. Though I&#039;ve been a wiki admin for quite a while, I never needed more than the old wikimedia interfaces before. Now my duties in developing a new wiki involve working with LocalSettings.php, and that setting sure screwed me up. I&#039;m not touching the article because I know that I don&#039;t know enough to do it. Ever call in to tech support with a problem and hear &amp;quot;Well, it works all right on my machine&amp;quot;? -- [[User:Thnidu|Thnidu]] 19:02, 22 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
After a couple of hours of tinkering with the LocalSettings.php file, resizing my logo.png to below 135 x 135 px, and reloading several times, I finally found out that I had done everything done correctly the second attempt. I just hadn&#039;t cleared by browser cache so it looked like I continued to fail. LFMF, and clear that cache. [[User:Greggem|Greggem]] 00:31, 30 July 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Renaming site:Changing $wgsitename ==&lt;br /&gt;
I need to change $wgSitename var in the LocalSettings.php since is started with &amp;quot;MyWiki&amp;quot;, but i created documents such as &amp;quot;MyWikipedia&amp;quot;.  If I change $wgSitename to &amp;quot;MyWikipedia&amp;quot;, then all the articles starting with &amp;quot;MyWikipedia&amp;quot; disappear.  I want to move the &amp;quot;MyWikipedia&amp;quot; to it&#039;s own name space - essentially the sitename.  Help... :-)  I have a bunch of documents with the namespace of &amp;quot;MyWikipedia:&amp;quot; that want to use as the site/project name.  I&#039;m using MediaWiki 1.5.5.  -Mitch 21:20, 12 January 2006 (UTC)&lt;br /&gt;
* I have a similar problem but maybe a bit trickier. My site&#039;s in German, I&#039;d like to change the site&#039;s name to something that contains an Umlaut. Doing this in LocalSettings.php I end up with funny characters on the screen, as described elsewhere. (If anybody has a solution to this I&#039;d be very happy.) Additionally, part of the pages disappear as Mitch describes. My approach would be to create a database dump and then reinstall the wiki with a new name, then import the dump. I havent tried it yet because I&#039;d like to find a more elegant way to do this. Any hints? --[[User:84.151.189.28|84.151.189.28]] 02:40, 21 January 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== rebuildMessages.php ==&lt;br /&gt;
Is there a possibility to use rebuildMessages.php with the browser? Changing messages was easier before... --[[User:Edi Goetschel|Edi Goetschel]] 22:33, 11 November 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
:If done it with a re-installation of the Wiki... a bit clunky. --[[User:Edi Goetschel|Edi Goetschel]] 22:52, 11 November 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Enabling subpages==&lt;br /&gt;
This article isn&#039;t very specific about what should userd change in order to enable the subpages.&lt;br /&gt;
&lt;br /&gt;
Should I copy paste the syntax $wgNamespacesWithSubpages[NS_MAIN] = 1; into LocalSettings.php? --[[User:T-man|T-man]] 21:03, 15 November 2006 (UTC)&lt;br /&gt;
*Yes, that&#039;s the right way, T-man.  See [[Sub-page#Administration]] for the list of namespace name abbreviations to use when adding lines similar to the one below in your &amp;lt;code&amp;gt;LocalSettings.php&amp;lt;/code&amp;gt; file.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$wgNamespacesWithSubpages[NS_MAIN] = true;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;mdash;&amp;amp;nbsp;[[User:MrDolomite|MrDolomite]] | [[User talk:MrDolomite|Talk]] 21:16, 15 November 2006 (UTC)&lt;br /&gt;
{{EndTalkFromMeta}}&lt;br /&gt;
&lt;br /&gt;
=== Enabling subpages for all namespaces ===&lt;br /&gt;
&lt;br /&gt;
Is this correct:&lt;br /&gt;
 # Enable subpages in all namespaces&lt;br /&gt;
 $wgNamespacesWithSubpages = array_fill(0, 200, true);&lt;br /&gt;
&lt;br /&gt;
== I can&#039;t enable image uploads!! ==&lt;br /&gt;
&lt;br /&gt;
I&#039;m a total newbie at MediaWiki, and I want to allow me and my users to upload images. But it seems like I messed up my installation. I tried editing localsettings.php, but the following shows up:&lt;br /&gt;
&lt;br /&gt;
To enable image uploads, make sure the &#039;images&#039; directory ## is writable, then set this to true: $wgEnableUploads = true;Error, Setup.php must be included from the file scope, after DefaultSettings.php&lt;br /&gt;
&lt;br /&gt;
Please help me with this...&lt;br /&gt;
&lt;br /&gt;
This error message occurs when &amp;quot;require_once( &amp;quot;$IP/includes/DefaultSettings.php&amp;quot; );&amp;quot; is not found.  You may have commented or modified that line. The line should follow the &amp;quot;set include path&amp;quot; instruction and come before any changes in the default settings.  Add all changes at the end of LocalSettings.php so that they can override what comes before (Defaults in this case). &lt;br /&gt;
[[User:Pendare|Pendare]] 06:02, 26 June 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
:To enable uploads add a line containing $wgEnableUploads = true; to the end of the LocalSettings.php file.[[User:Pendare|Pendare]] 06:02, 26 June 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Should I save Localsetting.php as utf8 encoding ?==&lt;br /&gt;
If I want to use some ExtraNamespaces in Chinese, I have to save Localsetting.php with utf8 encoding. But sometimes some error will occur, for example, the setting in common.css page will be desable and some functions will become unstable.&lt;br /&gt;
&lt;br /&gt;
When I save it with other encoding, like big5 encoding, the ExtraNamespaces in Chinese will be unable. &lt;br /&gt;
&lt;br /&gt;
Now, I save Localsetting.php in English and insert a line like followed:&lt;br /&gt;
 require_once( &amp;quot;$IP/extensions/ExtraNamespace.php&amp;quot; ); &lt;br /&gt;
The ExtraNamespace.php is a utf8 encoding file and the content of the file is the setting involved with ExtraNamespaces. Then all problems I&#039;ve met will be solved.&lt;br /&gt;
&lt;br /&gt;
Can I do it by this way? or I should not use any ExtraNamespaces in Chinese. But I&#039;ve tried to set all ExtraNamespaces in English and change the file .\languages\messages\MessagesZh_tw.php, but I always failed. Perhaps I don&#039;t know how to edit the MessagesZh_tw.php. any ideas? --[[User:Roc michael|Roc michael]] 16:12, 13 July 2007 (UTC)&lt;br /&gt;
* Mediawiki 1.9.2 and 1.9.3 in Chinese interface&lt;br /&gt;
* OS windows server 2003&lt;br /&gt;
* The AppServ Open Project - 2.5.7 for Windows&lt;br /&gt;
** Apache Web Server Version 2.2.3&lt;br /&gt;
** PHP Script Language Version 5.1.6&lt;br /&gt;
** MySQL Database Version 5.0.24a&lt;br /&gt;
** phpMyAdmin Database Manager Version 2.9.0.2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DON&#039;T USE NOTEPAD TO EDIT LOCALSETTINGS!!!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== $wgNamespacesWithSubpages[NS_MAIN] = 1; ==&lt;br /&gt;
&lt;br /&gt;
With mediawiki-1.9.3 it is :&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$wgNamespacesWithSubpages = array(&lt;br /&gt;
      NS_MAIN             =&amp;gt; true,&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Activation on eo:WP&lt;br /&gt;
Please activate subpages in Esperanto Wikipedia mainspace.  Thx [[User:ArnoLagrange|ArnoLagrange]] (sysop and bureaucrat @ eo:WP ) 09:05, 17 November 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Please ask it on [[bugzilla:]] [[User:SPQRobin|SPQRobin]] 12:05, 17 November 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
::After a request on [[User talk:SPQRobin|my talk page]], I submitted [[bugzilla:12338|bug 12338]]. [[User:SPQRobin|SPQRobin]] 12:26, 18 December 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Questions. Please message me on my userpage if you have the answers ==&lt;br /&gt;
# My first question was answered in the question directly above.&lt;br /&gt;
# How do you make it so that redirects are &#039;&#039;italicized&#039;&#039;?&lt;br /&gt;
# &amp;lt;s&amp;gt;If the extra namespaces is set like this:&amp;lt;br&amp;gt;$wgExtraNamespaces = array(100 =&amp;gt; &amp;quot;Portal&amp;quot;, 101 =&amp;gt; &amp;quot;Portal_talk&amp;quot;);&amp;lt;br&amp;gt;Then how do you figure out the code for the default, given namespaces?&amp;lt;/s&amp;gt; - This is impossible as there are no breaks in the numbers: [[Manual:Namespace]].&lt;br /&gt;
# &amp;lt;s&amp;gt;If I did add extra namespaces and I already had pages with that prefix would they be deleted? Like if I have a map called &amp;quot;Map:Krivoi Rog&amp;quot; and I add the &amp;quot;Map:&amp;quot; namespace will this page be deleted?&amp;lt;/s&amp;gt; - Answered and merged into article.&lt;br /&gt;
&lt;br /&gt;
[[User:PatPeter|PatPeter]] 21:17, 9 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== wgSpamRegex ==&lt;br /&gt;
&lt;br /&gt;
This page of the manual ought to have a link to [[Manual:$wgSpamRegex]], which is yet another setting in the LocalSettings.php file.&lt;br /&gt;
(I would have already added it myself if the page wasn&#039;t locked).&lt;br /&gt;
--[[User:DavidCary|DavidCary]] 23:08, 15 December 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Problem After Editing LocalSettings.php==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strike&amp;gt;On several occasions, I have have tried editing &#039;&#039;&#039;LocalSettings.php&#039;&#039;&#039; by adding &amp;quot;require_once&amp;quot; extensions toward the end (but before the &#039;&#039;&#039;&amp;gt;?&#039;&#039;&#039; characters).  This was after uploading the correct php files to the correct directory.  After saving, my wiki cannot load.  There&#039;s no error message--there&#039;s just nothing there.  It&#039;s blank.  If I delete the line I added, the wiki comes back just fine.  I&#039;ve edited other variables and it&#039;s fine.  Let me know if you have any suggestions for this issue.  Thanks.&amp;lt;/code&amp;gt; [[User:Corsulian|Corsulian]] 01:01, 28 December 2007 (UTC)&lt;br /&gt;
:Make sure that you are getting the correct variations of the Cite and ParserFunctions extension for your PHP version. I think Cite is fine, but the current version of ParserFunctions requires PHP 5 in order to run (and since you&#039;re running MediaWiki 1.6.10, I&#039;m assuming you only have PHP 4). Try getting the other version of it and see if that works. And as for your logo, try changing $wgLogo to an absolute path to the image. --[[User:Skizzerz|Skizzerz]] &amp;lt;sup&amp;gt;[[User talk:Skizzerz|talk]]&amp;lt;/sup&amp;gt; 15:14, 28 December 2007 (UTC)&lt;br /&gt;
::Thank you.  It does appear that I am stuck with PHP 4.  I&#039;ll see if that changes things.  As for the image, I am currently using the [http://www.corsulian.com/wiki/index.php/Image:Corsulian%27s_Wiki.png absolute path].  I&#039;m a little concerned that I can&#039;t find any reference to these issues from anyone else.  I&#039;m hoping that I&#039;m not missing some enormous step in my configuration somewhere--I installed the wiki through one of those automated &amp;quot;here&#039;s a bunch of free programs you can use&amp;quot; modules through the admin panel that my host provides.  [[User:Corsulian|Corsulian]] 16:25, 28 December 2007 (UTC)&lt;br /&gt;
::: Ok, you&#039;re setting the wrong path to the logo, which is why it&#039;s not appearing. Try &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;$wgLogo = &amp;quot;http://www.corsulian.com/wiki/images/4/4b/Corsulian%27s_Wiki.png&amp;quot;;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; instead (you were linking it to the image &#039;&#039;page&#039;&#039;, not the image itself). --[[User:Skizzerz|Skizzerz]] &amp;lt;sup&amp;gt;[[User talk:Skizzerz|talk]]&amp;lt;/sup&amp;gt; 16:57, 28 December 2007 (UTC)&lt;br /&gt;
:::: Thank you--fantastic.  The logo is fixed and the ParserFunctions extension is installed.  I was expecting it to fix a few issues I had with the NavBox template but no such luck--I&#039;ll look into that more.  I haven&#039;t found a PHP4/5 differentiation with the Cite extension yet--the &amp;quot;blank&amp;quot; problem remains at least for now.  I&#039;ll continue looking into it--please, anyone, let me know in the meantime if you have specific experience with Cite.php and PHP4.  I&#039;ll look to the Cite.php discussion page for more details otherwise. [[User:Corsulian|Corsulian]] 21:40, 28 December 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Specific Details===&lt;br /&gt;
*MediaWiki 1.6.10&lt;br /&gt;
*The two specific php lines I tried using:&lt;br /&gt;
**require_once( &amp;quot;/extensions/Cite/Cite.php&amp;quot; );&lt;br /&gt;
&amp;lt;strike&amp;gt;**require_once( &amp;quot;$IP/extensions/ParserFunctions/ParserFunctions.php&amp;quot; );&amp;lt;/code&amp;gt;&lt;br /&gt;
===Other, Possibly Related, Issues===&lt;br /&gt;
&amp;lt;strike&amp;gt;*Unable to get my changed upper-left logo to appear.  It is 135 pixels square and uploaded to the wiki itself with the path reflected in the LocalSettings.php.  No logo at all is currently visible.&amp;lt;/code&amp;gt;&lt;br /&gt;
===What has worked?===&lt;br /&gt;
&amp;lt;strike&amp;gt;*I can upload files just fine.&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Changes not taking effect ==&lt;br /&gt;
&lt;br /&gt;
After editing and saving localsettings.php, none of my changes take effect.  Am I missing some obvious (and unspecified!) step, such as stopping services before editing, or running a script after editing?  If so, which service(s) need to be stopped and/or what script needs to be run? [[User:Bastun|Bastun]] 10:23, 10 January 2008 (UTC)&lt;br /&gt;
: No. All changes should take effect right away. Make sure you are not editing an unused copy, and that you put your changes near the end of the file. -- [[User:Duesentrieb|Duesentrieb]] [[User talk:Duesentrieb|⇌]] 14:05, 12 January 2008 (UTC)&lt;br /&gt;
:: Details of the issue are discussed at [[Project:Support_desk#Changes_not_taking_effect_after_editing_Localsettings.php|Project:Support_desk]] --[[User:Zven|Zven]] 18:42, 12 January 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Need a fresh copy created with Wiki ==&lt;br /&gt;
We need a default copy of [[Manual:LocalSettings.php|LocalSettings.php]] placed at [[Manual:LocalSettings.php/Default]]. So that if users screw up something it it, they can easily revert. -[[User:PatPeter|Pat]][[User talk:PatPeter|Peter]], &amp;lt;span style=&amp;quot;white-space: nowrap&amp;quot;&amp;gt;[[Image:Tournesol.png|20px]]&#039;&#039;&#039;&#039;&#039;[[Project:Support desk/Support team|&amp;lt;span style=&amp;quot;color: #006400&amp;quot;&amp;gt;MediaWiki Support Team&amp;lt;/span&amp;gt;]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/span&amp;gt; 19:56, 25 February 2008 (UTC)&lt;br /&gt;
: But the &amp;quot;defaults&amp;quot; depend on all the values the user enters into the installation form.&lt;br /&gt;
: The &amp;quot;real&amp;quot; defaults are in DefaultSettings.php. What is in LocalSettings.php really &#039;&#039;are&#039;&#039; local settings. So there is no default. -- [[User:Duesentrieb|Duesentrieb]] [[User talk:Duesentrieb|⇌]] 22:00, 25 February 2008 (UTC)&lt;br /&gt;
::Alright then let me rephrase what I meant, since I thought what you said would be assumed. We need a copy of LocalSettings that gives all the defaults, and where things like email and whatnot are concerned have &amp;lt;code&amp;gt;## this is a setting of your choosing.&amp;lt;/code&amp;gt; or whatnot. -[[User:PatPeter|Pat]][[User talk:PatPeter|Peter]], &amp;lt;span style=&amp;quot;white-space: nowrap&amp;quot;&amp;gt;[[Image:Tournesol.png|20px]]&#039;&#039;&#039;&#039;&#039;[[Project:Support desk/Support team|&amp;lt;span style=&amp;quot;color: #006400&amp;quot;&amp;gt;MediaWiki Support Team&amp;lt;/span&amp;gt;]]&#039;&#039;&#039;&#039;&#039;&amp;lt;/span&amp;gt; 02:10, 26 February 2008 (UTC)&lt;br /&gt;
: If we destroy the [[Manual:LocalSettings.php|LocalSettings.php]] file, is the Mediawiki projet recreate it ? [[User:Phd0|Phd0]] 06:55, 21 January 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Editing LocalSettings.php has created an error I can&#039;t get rid of. ==&lt;br /&gt;
&lt;br /&gt;
I recently edited LocalSettings.php.  After saving the changes, I tried to access my wiki, but it gave me an error.&lt;br /&gt;
After receiving the error, I took out the aforementioned change.  Now my wiki gives me a completely different error:&lt;br /&gt;
Warning: Cannot modify header information - headers already sent by (output started at /etc/mediawiki1.10/LocalSettings.php:2) in&lt;br /&gt;
/usr/share/mediawiki1.10/includes/WebResponse.php on line 10 whenever I try to save a page.  The wiki will also display the&lt;br /&gt;
same error on any of the wiki pages, at the top, where the header would be.  The pages are still visible, except when someone&lt;br /&gt;
tries to edit a page.&lt;br /&gt;
&lt;br /&gt;
A &amp;quot;default&amp;quot; copy of LocalSettings.php would be apreciated.  I know there is no default exactly, but I just need something&lt;br /&gt;
that I can compare to my copy of LocalSettings, so I can see what is different and fix it.  I realize that site names and&lt;br /&gt;
such would have to be different, but that&#039;s not what I need to see, I just need something that has all the same variables&lt;br /&gt;
and variable assignments as LocalSettings would when first installed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
===Solution===&lt;br /&gt;
# Probably there&#039;s some empty line or character before the &amp;lt;?php begins, or there&#039;s content behind the ?&amp;gt; --[[User:TheDevilOnLine|TheDevilOnLine]] 14:10, 8 May 2008 (UTC)&lt;br /&gt;
#* Remove all content (including spaces and empty lines) before the &amp;lt;?php (the &amp;lt; should be the first character in the document)&lt;br /&gt;
#* Remove the ?&amp;gt; and everything after it (if there&#039;s a ?&amp;gt; in your document)&lt;br /&gt;
# Also file was saved in encoding &amp;quot;UTF-8 with signature&amp;quot; --[[User:RazbakovAleksey|RazbakovAleksey]] 10:44, 4 March 2010 (UTC)&lt;br /&gt;
#* Open file in extended editor (like Notepad 2), chage encoding to &amp;quot;UTF-8&amp;quot; and save the file&lt;br /&gt;
&lt;br /&gt;
== Securing this file ==&lt;br /&gt;
&lt;br /&gt;
Nowhere can I find instructions on the generally accepted way to secure LocalSettings.php. This file sits in my root directory and contains plaintext passwords. Do I just chmod 700? Is that the only level of security provided? It seems like an awfully big risk. If someone does know a generally recommended way to secure this file, it should be listed both on this page and on [[Manual:Installing MediaWiki]]. — [[User:Epastore|Epastore]] 15:37, 28 May 2008 (UTC)&lt;br /&gt;
: The php/web user needs to be able to access the password in order to contact that database. So, it can not be secured against access by that user. Encrpyting it in some way would just be obfuscation, since the means for decrypting would have to be available to that user too.&lt;br /&gt;
: Since access by other users is prevented by the 700 access mode, I don&#039;t see a problem here. A second line of defense would be telling the database server to only accept connections from localhost or at least only the local lan. This is standard procedure and would prevent anattacker from accessing your database even if the password should be leaked.&lt;br /&gt;
: I don&#039;t know, and can&#039;t think of, any other way for web applications to secure the passwords they used for accessing the databse. Its the same for a normal multiuser system: your database password sits in ~/.my.cnf as plain text and is protected against access by others only by the file&#039;s mode. -- [[User:Duesentrieb|Duesentrieb]] [[User talk:Duesentrieb|⇌]] 16:08, 28 May 2008 (UTC)&lt;br /&gt;
::So is that what you do, just change the posix permissions? I am looking for some sort of generally accepted practice. What does Wikimedia do?&lt;br /&gt;
::Relying only on posix permissions seems to mean that if the server happens to have a hole (such as a newly discovered hole in php or apache for which there is not yet a patch), then my site could be effectively rooted. The most common exploits I see are &amp;quot;escalated privileges,&amp;quot; i.e., breaking posix permissions.&lt;br /&gt;
::And shouldn&#039;t this security practice be documented somewhere? The default installation leaves the database password open to anyone who can browse to that file, does it not? Or does the .php suffix act as a basic level of security?&lt;br /&gt;
::As for the user needing the permission... it also means that anyone with ftp to the mediawiki directory can see the database password. Sometimes people are given ftp without being given full reign over the database, are they not?&lt;br /&gt;
::These are genuine questions... I am a newbie and would love to be proven wrong about any of the above. :) — [[User:Epastore|Epastore]] 21:36, 28 May 2008 (UTC)&lt;br /&gt;
:::&amp;lt;p&amp;gt;One thing that you can do is create and use a limited database user. Add a single purpose user that only has access to the wiki database and grant it select, insert, update and delete permissions. I&#039;m going over to add a note about this to [[Manual:Config_script]] so that it&#039;s at least listed somewhere accessible. — [[User:ivolucien|IvoLucien]] 20:05, 31 May 2008&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Blank wiki main page - subtly corrupted LocalSettings.php ==&lt;br /&gt;
&lt;br /&gt;
Originally this entry would been about a &amp;quot;Wiki has a problem&amp;quot; message, but I quickly realized that I had changed the mysql password that MediaWiki needed. After updating the database password in LocalSettings.php, my MediaWiki started coming up completely blank. The web server didn&#039;t log any errors, so kept looking and I finally found this in phperror.log:&lt;br /&gt;
&lt;br /&gt;
[31-May-2008 18:51:33] PHP Warning:  Unexpected character in input:  &#039;\&#039; (ASCII=92) state=1 in C:\www\wiki\LocalSettings.php on line 3&amp;lt;br/&amp;gt;&lt;br /&gt;
[31-May-2008 18:51:33] PHP Warning:  Unexpected character in input:  &#039;\&#039; (ASCII=92) state=1 in C:\www\wiki\LocalSettings.php on line 4&amp;lt;br/&amp;gt;&lt;br /&gt;
[31-May-2008 18:51:33] PHP Parse error:  syntax error, unexpected T_STRING in C:\www\wiki\LocalSettings.php on line 4&lt;br /&gt;
&lt;br /&gt;
The strange thing is that the file looked fine, no stray characters. It turns out that the Visual Grep editor that I&#039;d used to edit the password had somehow corrupted the line endings. Opening it in a clean text editor (not notepad, metapad in my case) and saving over top of the file fixed it. I found references online to this sort of thing happening on Macs as well.&lt;br /&gt;
&lt;br /&gt;
Or perhaps the file had gone stale and needed to be aired out. Regardless, good luck! - [[user:ivolucien|IvoLucien]] - 31-May-2008 19:36:44&lt;br /&gt;
&lt;br /&gt;
== How do I get my domain name to work? ==&lt;br /&gt;
&lt;br /&gt;
I have an add on domain set up in my cpanel to point to the wiki directory inside my root directory. What do I need to do for newusconstitutionwiki.org to open when the domain name is typed. When I type in newusconstitutionwiki.org I get the following error:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The requested URL /constitutionwiki/index.php5 was not found on this server.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
That is the correct name (constitutionwiki) for the directory I have the mediawiki files in!&lt;br /&gt;
&lt;br /&gt;
This is the path I see in the address bar:&lt;br /&gt;
http://newusconstitutionwiki.org/constitutionwiki/index.php5?title=Main_Page&lt;br /&gt;
&lt;br /&gt;
The index.php5 file is there so what gives?&lt;br /&gt;
&lt;br /&gt;
I have done searches and can&#039;t find anything that addresses this situation.&lt;br /&gt;
&lt;br /&gt;
I am totally new to mediawiki!!&lt;br /&gt;
== How to use interwiki images?==&lt;br /&gt;
I want to use images on commons in my site. Is this possible. If yes how I can do that?&lt;br /&gt;
-[[User:Redgwan|Redgwan]] 08:16, 23 August 2009 (UTC)&lt;br /&gt;
: You should use [[Manual:Image_Administration#Foreign_Repositories]]. --[[User:Arseny1992|Arseny1992]] 03:24, 28 November 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== The Comment #UPO ==&lt;br /&gt;
&lt;br /&gt;
Can anybody tell my what thet Comment want&#039;s to point out? I found it in multiple locations in the LocalSettings.php for example:&lt;br /&gt;
 $wgEnableUserEmail  = true; # UPO&lt;br /&gt;
I couldn&#039;t make sense of it. (and it probably is not important, since it is a comment) --[[Special:Contributions/153.96.161.212|153.96.161.212]] 16:13, 4 November 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
: It actually says what it means in the file: &#039;&#039;“UPO means: this is also a user preference option”&#039;&#039; --[[User:Ucc|ucc]] 11:17, 11 November 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== MyWiki ==&lt;br /&gt;
&lt;br /&gt;
:What can I do to fix [http://joongiglobal.com/wiki/index.php?title=Main_Page this]? I copied alot of the DefaultSettings.php into LocalSettings is that bad? [[Special:Contributions/173.32.219.141|173.32.219.141]] 21:23, 12 January 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;lt;LocalSettings snipped&amp;gt;&#039;&#039;&lt;br /&gt;
:Install [[Extension:ParserFunctions]] -- [[User:Bryan|Bryan]] (&amp;lt;small&amp;gt;[[User talk:Bryan|talk]]|[[:commons:User:Bryan|commons]]&amp;lt;/small&amp;gt;) 22:02, 12 January 2010 (UTC)&lt;br /&gt;
::Thank you Bryan it worked. :)[[Special:Contributions/173.32.219.141|173.32.219.141]] 10:10, 13 January 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== What type of text editor to use? ==&lt;br /&gt;
&lt;br /&gt;
It says, &amp;quot;Don&#039;t edit this file with [[Notepad]] or other [[text editor]] that adds byte order marks to files, or you will break your wiki.&amp;quot; What is a better text editor to use? [[Metapad]]? [[User:Tisane|Tisane]] 02:40, 24 February 2010 (UTC)&lt;br /&gt;
:In reference to [http://www.mediawiki.org/w/index.php?title=Manual%3ALocalSettings.php&amp;amp;action=historysubmit&amp;amp;diff=306034&amp;amp;oldid=305406 this edit], I understand the concern about advertising any particular software, but it would be a useful service to site administrators to provide some guidance as to what text editors are safe. Of course, we can&#039;t include a bunch of software names on the LocalSettings.php page, but maybe a link could be provided to a list of suitable and unsuitable text editors? [[User:Tisane|Tisane]] 22:46, 1 March 2010 (UTC)&lt;br /&gt;
::I wish they were more specific about what the problem is. I&#039;ve used Notepad to edit LocalSettings.php for use on both windows and linux installations and have never had it create a problem. --[[User:Jerry Fallon|Jerry Fallon]] 22:32, 13 October 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== GNU Licence ==&lt;br /&gt;
&lt;br /&gt;
A wiki i am setting up wishes to go under a GNU License, in order to prevent similar wikis at Wikia from stealing content. Is this advisable? if so, what settings do i need to set in order to run a GNU-licensed wiki?  thanks [[User:Bud0011|Bud0011]] 18:29, 24 February 2010 (UTC).&lt;br /&gt;
&lt;br /&gt;
== Activating the code ==&lt;br /&gt;
&lt;br /&gt;
How do you activate the code once you have configured it so that it works on wikis? Is there also a way to use this on non-wikimedia wikis, such as WiiBrew? [[User:Keyboard mouse|Keyboard mouse]] 01:02, 18 June 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== I want to remove the square brackets on edit links ==&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to set my edit links to be denoted with CSS styling (which I have done:&lt;br /&gt;
span.editsection {&lt;br /&gt;
        -moz-border-radius: 2em;&lt;br /&gt;
        -webkit-border-radius: 2em;&lt;br /&gt;
        border-radius: 2em;&lt;br /&gt;
        border: 1px solid white;&lt;br /&gt;
}&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
However the square brackets in the [edit] links makes this look terrible. I want them gone. I don&#039;t see a preference for this, and I cannot easily find where in what file adds these in. Any clues? [[Special:Contributions/69.30.57.81|69.30.57.81]] 19:05, 1 July 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== $wgGroupPermission BEFORE OR AFTER extension calls? ==&lt;br /&gt;
&lt;br /&gt;
Hope I&#039;m i the right place to ask this. Would like to know what the correct order is between $wgGroupPermission and extension require/include_once calls? Should the permission be granted before the extension is loaded? Or vice cersa?&amp;lt;BR&amp;gt;&lt;br /&gt;
:Which of these two is correct:&amp;lt;BR&amp;gt;&lt;br /&gt;
::&#039;&#039;$wgGroupPermissions[&#039;group&#039;         ][&#039;function&#039;  ] = true;&#039;&#039;&amp;lt;BR&amp;gt;&lt;br /&gt;
::&#039;&#039;require_once(&amp;quot;$IP/extensions/Folder/File.php&amp;quot;);&#039;&#039;&amp;lt;BR&amp;gt;&lt;br /&gt;
:&#039;&#039;&#039;OR&#039;&#039;&#039;&amp;lt;BR&amp;gt;&lt;br /&gt;
::&#039;&#039;require_once(&amp;quot;$IP/extensions/Folder/File.php&amp;quot;);&#039;&#039;&amp;lt;BR&amp;gt;&lt;br /&gt;
::&#039;&#039;$wgGroupPermissions[&#039;group&#039;         ][&#039;function&#039;  ] = true;&#039;&#039;&amp;lt;BR&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;OR&#039;&#039;&#039; does it matter? I have been testing both orders and either seems to work but some extension authors insist one order while another author wants it the opposite. &#039;Put mine first&#039;, &#039;Put this last&#039;. I just want to know how the MW core system wants. And if every author wants their stuff last what then? &#039;&#039;&#039;&#039;&#039;Confused&#039;&#039;&#039;&#039;&#039; 06:16, 11 March 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
&lt;br /&gt;
The comment signs in the default localsettings.php are # or ##, is there any reason for this? It seems to me // or  /*...*/ works too, but can this make any problems? --[[User:Lastwebpage|Lastwebpage]] 14:50, 22 April 2011 (UTC)&lt;br /&gt;
:Comments in PHP are delimited by &amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;//&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;/* ... */&amp;lt;/code&amp;gt;, there should be no difference with any of these three methods. [[User:IAlex|&amp;lt;b&amp;gt;&amp;lt;font color=&amp;quot;#66A7CC&amp;quot;&amp;gt;i&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;#9966CC&amp;quot;&amp;gt;Alex&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;]] 15:13, 22 April 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Help==&lt;br /&gt;
&lt;br /&gt;
I&#039;m working on setting up a wiki for a website and need to know a few things. I am not the person who installed the wiki, but I need access to the localsettings.php. Is there a way that by setting up a wiki-family? that I can gain the ability to edit this? A commonsettings.php? Also, the common.css files are not accessible to me either, although I have b&#039;crat access on the wiki. Must this be changed in the localsettings.php so I can customize our skin?&lt;br /&gt;
Bonzi - 17:49, 2 July 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Terms of Use ==&lt;br /&gt;
I try to find out since months how to add the &amp;quot;; additional terms may apply. See Terms of Use for details.&amp;quot; phrase. What I have to do to get this text too?&lt;br /&gt;
--[[Special:Contributions/213.47.162.108|213.47.162.108]] 12:15, 2 November 2011 (UTC)&lt;br /&gt;
:Edit MediaWiki:Copyright on your wiki and add it to the existing text. [[User:Reach Out to the Truth|Reach Out to the Truth]] 19:37, 3 November 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Thanks for your advice, but it doesn&#039;t work for me. MediaWiki&#039;s MediaWiki:Copyright has a different text too. --[[Special:Contributions/213.47.162.108|213.47.162.108]] 22:36, 3 November 2011 (UTC)&lt;br /&gt;
:::Yes, it has different text on this wiki. That&#039;s because Wikimedia sites override that message with a completely different message. The message isn&#039;t used on this wiki, but by default it is. If your wiki is public, can you post a link so I can take a look? [[User:Reach Out to the Truth|Reach Out to the Truth]] 20:26, 4 November 2011 (UTC)&lt;br /&gt;
:::: Ok, my bad. The text is changed, but I can&#039;t define the reference to $2. I have to use two links (like MediaWiki)--[[Special:Contributions/213.47.162.108|213.47.162.108]] 15:32, 5 November 2011 (UTC)&lt;br /&gt;
:::::$1 is replaced by a link to {{wg|RightsPage}} or {{wg|RightsUrl}} with the text of {{wg|RightsText}}. $2 is not replaced by anything. So yes, you need to put the link in the message manually. [[User:Reach Out to the Truth|Reach Out to the Truth]] 15:49, 5 November 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Update outdated information ==&lt;br /&gt;
&lt;br /&gt;
The page is currently protected so that I cannot change it myself. It says:&lt;br /&gt;
: &#039;&#039;Do not place extensions before the require_once( &amp;quot;includes/DefaultSettings.php&amp;quot; ); line; that will blank the extension setup function arrays, causing no extensions to be installed, and probably making your wiki inaccessible.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
However, this is only right for MediaWiki 1.16 and older. Since MW 1.17, DefaultSettings.php no longer has to be included in LocalSettings.php instead.&lt;br /&gt;
&lt;br /&gt;
It would be great, if someone could update that!&lt;br /&gt;
&lt;br /&gt;
:{{done}} Thanks! [[User:MrBlueSky|MrBlueSky]] 22:27, 13 January 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
There&#039;s also a broken link. Change the link from [http://www.wikia.com/wiki/Forum:LocalSettings.php? http://www.wikia.com/wiki/Forum:LocalSettings.php?] to http://community.wikia.com/wiki/Forum%3ALocalSettings.php%3F. —[[Special:Contributions/71.197.220.208|71.197.220.208]] 06:43, 8 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:{{done}} Thank you! [[User:MrBlueSky|MrBlueSky]] ([[User talk:MrBlueSky|talk]]) 11:33, 8 March 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Manual:LocalSettings.php&amp;diff=508015</id>
		<title>Manual:LocalSettings.php</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Manual:LocalSettings.php&amp;diff=508015"/>
		<updated>2012-03-08T11:33:16Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: see talk&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{BOMWarning}}&lt;br /&gt;
&lt;br /&gt;
{{MW file|LocalSettings.php|/|NotInSVN=created during installation}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;&amp;lt;code&amp;gt;LocalSettings.php&amp;lt;/code&amp;gt;&#039;&#039;&#039; file provides local [[Manual:Configuration settings|configuration settings]] (based on the &amp;lt;code&amp;gt;&#039;&#039;&#039;DefaultSettings.php&#039;&#039;&#039;&amp;lt;/code&amp;gt; file) of a [[MediaWiki]] installation. You should take your time to review the settings in this file. The file is usually generated by the web-based MediaWiki installer but you might want to tweak some of the parameters, possibly in concert with Apache settings.   For MediaWiki installations configured as a [[wiki farm]], a file named &amp;lt;code&amp;gt;[[Manual:CommonSettings.php|CommonSettings.php]]&amp;lt;/code&amp;gt; may be used instead.&lt;br /&gt;
&lt;br /&gt;
Changing a setting usually means changing the value of a [[w:PHP|PHP]] variable. You might want to make yourself familiar with the PHP syntax first before going ahead. As a rule of thumb, keep in mind that PHP variables are accessed by prepending a &amp;quot;$&amp;quot; character before the variable name; many variables are simply set to either &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;false&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Your changes will take effect immediately after saving the file: there is no need to manually &amp;quot;restart&amp;quot; anything.  In some cases you may need to clear your browser&#039;s cache to see changes.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;default&#039;&#039; values of many more settings are set in &amp;lt;tt&amp;gt;includes/DefaultSettings.php&amp;lt;/tt&amp;gt;, &#039;&#039;which should not be edited;&#039;&#039; if the variable you want to change is not already mentioned in your &amp;lt;tt&amp;gt;LocalSettings.php&amp;lt;/tt&amp;gt;, copy the appropriate line from &amp;lt;tt&amp;gt;DefaultSettings&amp;lt;/tt&amp;gt; and modify it appropriately. Within &amp;lt;tt&amp;gt;LocalSettings.php&amp;lt;/tt&amp;gt; you could add new lines at the end. All such lines should certainly appear below the line which says &#039;&amp;lt;tt&amp;gt;require_once( &amp;quot;includes/DefaultSettings.php&amp;quot; );&amp;lt;/tt&amp;gt;&#039; &lt;br /&gt;
&lt;br /&gt;
Within the file, there can also be several lines such as &#039;&amp;lt;tt&amp;gt;require_once( &amp;quot;extensions/&#039;&#039;extension&#039;&#039;.php&amp;quot; );&amp;lt;/tt&amp;gt;&#039;, which link to other [[Extension:Contents|extensions]] enabled on the wiki. Those extensions may require setting the values of more variables in &amp;lt;tt&amp;gt;LocalSettings.php&amp;lt;/tt&amp;gt;; check the extension&#039;s documentation for further instructions. A list of extensions is available at [[Extension Matrix]].&lt;br /&gt;
&lt;br /&gt;
:{{caution}}&lt;br /&gt;
:In &#039;&#039;&#039;MediaWiki 1.16 and earlier&#039;&#039;&#039; it is important to not place extensions before the &amp;lt;tt&amp;gt;require_once( &amp;quot;includes/DefaultSettings.php&amp;quot; );&amp;lt;/tt&amp;gt; line; that will blank the extension setup function arrays, causing no extensions to be installed, and probably making your wiki inaccessible. Since 1.17 it&#039;s no longer necessary for LocalSettings.php to include DefaultSettings.php.&lt;br /&gt;
&lt;br /&gt;
Your version of &amp;lt;tt&amp;gt;LocalSettings.php&amp;lt;/tt&amp;gt; may not end with a closing PHP tag of &#039;&#039;&#039;&amp;lt;tt&amp;gt;?&amp;amp;gt;&amp;lt;/tt&amp;gt;&#039;&#039;&#039;. This is done on purpose, as it prevents people from accidentally adding new information &#039;&#039;after&#039;&#039; this tag. PHP will function just fine without a closing tag.&lt;br /&gt;
&lt;br /&gt;
See the [[Manual:Configuration settings|configuration settings index]] and the comments included in the settings files for help on what all the variables do. A short listing of the most important variables, as well as the most requested features, is listed below.&lt;br /&gt;
&lt;br /&gt;
If you have a wiki on a MediaWiki [[w:wiki farm|wiki farm]] you may not have write-access (perhaps not even read-access) to the file LocalSettings.php (see e.g.[http://community.wikia.com/wiki/Forum%3ALocalSettings.php%3F]). The wiki farm company may or may not be willing to make changes you desire. Perhaps it wants to keep most settings the same on all wikis of the wiki farm.&lt;br /&gt;
&lt;br /&gt;
{{note|1=Before 1.17, this file was automatically generated by the installer script and placed in the &#039;config&#039; folder. As of 1.17, this file is no longer written to your webserver for security reasons. It is now offered as a download, which you must then upload to your server for your wiki to begin working. For a more complete explanation, see [http://www.mediawiki.org/w/index.php?title=New-installer_issues&amp;amp;diff=334526&amp;amp;oldid=333913 this explanation].}}&lt;br /&gt;
&lt;br /&gt;
==Standard settings==&lt;br /&gt;
===Include path===&lt;br /&gt;
The &#039;&#039;&#039;[[Manual:$IP|$IP]]&#039;&#039;&#039; (include path) variable holds the local file path to the base installation of your wiki. Make sure you refer to the fully qualified file path. Do not include a slash at the end of the path.&lt;br /&gt;
&lt;br /&gt;
The [[Manual:Configuration settings|DefaultSettings.php]] file gets loaded from the directory designated by the IP variable.&lt;br /&gt;
&lt;br /&gt;
===Site name===&lt;br /&gt;
The &#039;&#039;&#039;[[Manual:$wgSitename|$wgSitename]]&#039;&#039;&#039; variable holds the name of your wiki setup. This name gets included many times throughout the system. For instance, the [[:w:Wikipedia|Wikipedia]] tagline &amp;quot;&#039;From Wikipedia, the free encyclopedia.&amp;quot;&#039; makes use of this setting.&lt;br /&gt;
&lt;br /&gt;
===Site language===&lt;br /&gt;
The &#039;&#039;&#039;[[Manual:$wgLanguageCode|$wgLanguageCode]]&#039;&#039;&#039; variable controls the language of your wiki&#039;s interface. While users can switch the language they see in their [[Special:Preferences|preferences]], this variable sets the default language that all anonymous users and most registered users see. &lt;br /&gt;
&lt;br /&gt;
===Declination of site name===&lt;br /&gt;
Some translations of interface are ready for inflection of site name. You can set proper forms of word in variables &#039;&#039;&#039;[[Manual:$wgGrammarForms|$wgGrammarForms]]&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
===Script path===&lt;br /&gt;
&#039;&#039;&#039;[[Manual:$wgScriptPath|$wgScriptPath]]&#039;&#039;&#039; is the URL path prefix to access the main MediaWiki script that is the central acting piece of code of MediaWiki. This setting should correspond to the [[Apache configuration|Apache settings]], especially if you are using Apache&#039;s [[w:Rewrite_engine|rewrite]] rules.&lt;br /&gt;
&lt;br /&gt;
===Server name===&lt;br /&gt;
&#039;&#039;&#039;[[Manual:$wgServer|$wgServer]]&#039;&#039;&#039; can be used optionally to overwrite the automatic detection. When the wiki is accessed from either the localhost where it runs, from an intranet or from the internet, e-mail notifications and a few other computed messages would be usually delivered with the different URLs. Using &amp;lt;code&amp;gt;$wgServer&amp;lt;/code&amp;gt; overwrites the detection and the server name will be constant.&lt;br /&gt;
&lt;br /&gt;
If www.example.com is the server address of your wiki as seen from the internet, add a line such as&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;$wgServer = &#039;http://www.example.com&#039;;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The [[m:Help:Magic words#Page names and related info|magic word]] variable &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{SERVER}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; can be used on wiki pages; it equals the value of &amp;lt;code&amp;gt;$wgServer&amp;lt;/code&amp;gt;; however, on a wiki, such as those in the WikiMedia family, where relative urls are used, it will not fully expand, for example here it displays {{SERVER}}, which can neither be clicked nor copy-pasted into the address bar as it is.&lt;br /&gt;
&lt;br /&gt;
===Script name===&lt;br /&gt;
&#039;&#039;&#039;[[Manual:$wgScript|$wgScript]]&#039;&#039;&#039; is the name of the main (index) MediaWiki PHP script, named &amp;lt;tt&amp;gt;index.php&amp;lt;/tt&amp;gt; by default. Changing the script name is probably not a good idea. However, if you feel the urge to do so, this is the place to make your changes. Make sure you know what you are doing.&lt;br /&gt;
&lt;br /&gt;
===Redirect script name===&lt;br /&gt;
The &#039;&#039;&#039;[[Manual:$wgRedirectScript|$wgRedirectScript]]&#039;&#039;&#039; variable specifies the URL path to the &#039;&#039;redirect script&#039;&#039; which handles redirects in MediaWiki. This setting is similar to wgScript as you can configure the exact name of the script. As mentioned above, this is probably not a good idea unless you really know what you are doing.&lt;br /&gt;
&lt;br /&gt;
===Article path===&lt;br /&gt;
&#039;&#039;&#039;[[Manual:$wgArticlePath|$wgArticlePath]]&#039;&#039;&#039; is the path to use when accessing a page in MediaWiki. The path should contain the path to the main script (usually making use of &amp;lt;code&amp;gt;$wgScript&amp;lt;/code&amp;gt;) and use the &amp;lt;tt&amp;gt;$1&amp;lt;/tt&amp;gt; placeholder for the article name.&lt;br /&gt;
&lt;br /&gt;
If you are using Apache rewrite rules to create pretty and short URLs, you probably need to adjust &amp;lt;code&amp;gt;$wgArticlePath&amp;lt;/code&amp;gt; to address the right path. Note that wgArticlePath is used to construct URLs from within MediaWiki. If you make a mistake here, internal links will show up incorrectly while you still may be able to access the main page by specifying the correct URL manually. See [[Manual:Short URL]] for more information on URL configuration.&lt;br /&gt;
&lt;br /&gt;
Typical values are: &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| &amp;quot;&amp;lt;tt&amp;gt;$wgScript/$1&amp;lt;/tt&amp;gt;&amp;quot;&lt;br /&gt;
| pass the article name with separator &amp;quot;/&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;quot;&amp;lt;tt&amp;gt;$wgScript?title=$1&amp;lt;/tt&amp;gt;&amp;quot;&lt;br /&gt;
| pass the article name as a parameter (old style)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;quot;&amp;lt;tt&amp;gt;/mypath/$1&amp;lt;/tt&amp;gt;&amp;quot;&lt;br /&gt;
| custom path. Use Apache rewrite rules to convert &amp;quot;mypath&amp;quot; to the proper path accessing the main script&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Stylesheet location===&lt;br /&gt;
Use the &#039;&#039;&#039;[[Manual:$wgStylePath|$wgStylePath]]&#039;&#039;&#039; variable to set the URL path to the place where the stylesheets (CSS) for the MediaWiki installation are located. The &#039;&#039;&#039;[[Manual:$wgStyleDirectory|$wgStyleDirectory]]&#039;&#039;&#039; variable should point the same place, but note that this is a local file system path for use in internal scripts accessing the file system.&lt;br /&gt;
&lt;br /&gt;
===Upload location===&lt;br /&gt;
The upload directory is the place where files uploaded by the users are stored. The &#039;&#039;&#039;[[Manual:$wgUploadPath|$wgUploadPath]]&#039;&#039;&#039; variable specifies the URL path, the &#039;&#039;&#039;[[Manual:$wgUploadDirectory|$wgUploadDirectory]]&#039;&#039;&#039; points to the local file system path.&lt;br /&gt;
&lt;br /&gt;
===Logo===&lt;br /&gt;
The &#039;&#039;&#039;[[Manual:$wgLogo|$wgLogo]]&#039;&#039;&#039; variable specifies which graphical logo is displayed in the top left corner of all mediawiki pages. &lt;br /&gt;
&lt;br /&gt;
Add the following two lines to &amp;lt;code&amp;gt;LocalSettings.php&amp;lt;/code&amp;gt; (below the &amp;quot;require&amp;quot; statements):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$wgStylePath   = &amp;quot;/wiki/skins/&amp;quot;;  &lt;br /&gt;
$wgLogo        = &amp;quot;{$wgStylePath}/common/images/wiki.png&amp;quot;;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This replaces the default logo in the /wiki/skins/common/images/ directory. &lt;br /&gt;
&lt;br /&gt;
The logo must be web accessible. The value of this variable is passed to the web browser, which uses it to fetch the logo. If in doubt, a good way to pick what to put here is navigate to the logo in your web browser (for example, this wiki the url of the logo is http://upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png ), and put the full url as the value of this variable.&lt;br /&gt;
&lt;br /&gt;
Some people just replace the skins/common/images/wiki.png file with their logo. This is not recommended, as the customized logo would be overwritten on upgrade.&lt;br /&gt;
&lt;br /&gt;
===Contact info===&lt;br /&gt;
The &#039;&#039;&#039;[[Manual:$wgEmergencyContact|$wgEmergencyContact]]&#039;&#039;&#039; variable is the e-mail address of the user to contact when things happen. This e-mail address is used to send internal bug reports to. As an administrator, you want to include your e-mail address here.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;[[Manual:$wgPasswordSender|$wgPasswordSender]]&#039;&#039;&#039; variable is the e-mail address where e-mail gets sent &#039;&#039;from&#039;&#039;, when passwords are sent out to users who have forgotten their passwords. Choose an address people can reply to in case of trouble or confusion.&lt;br /&gt;
&lt;br /&gt;
===Database settings===&lt;br /&gt;
MediaWiki needs access to the database (currently either [[:w:MySQL|MySQL]] or [[:w:PostgreSQL|PostgreSQL]]) to store pages, modifications, user information, and a lot more things.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;[[Manual:$wgDBserver|$wgDBserver]]&#039;&#039;&#039; contains the hostname where the database is hosted on. In most cases this will be just &amp;quot;localhost&amp;quot; as the database is run on the same system, but for distributed installations, you need to fill in the fully qualified domain name of the computer running the database.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[Manual:$wgDBname|$wgDBname]]&#039;&#039;&#039; is the &#039;&#039;database name&#039;&#039; of the database to be used by MediaWiki. A single MySQL or PostgreSQL installation can store more than one database and you can even run many MediaWiki installations on a single server. Make sure you have stated the correct database name here and use different database names for different wiki installations on the same database server.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;[[Manual:$wgDBuser|$wgDBuser]]&#039;&#039;&#039; and &#039;&#039;&#039;[[Manual:$wgDBpassword|$wgDBpassword]]&#039;&#039;&#039; variables contain the login name and password to be used by MediaWiki to access the database. Make sure the specified user has the proper access rights to be able to manipulate the wiki&#039;s table on the database server.&lt;br /&gt;
&lt;br /&gt;
===Security===&lt;br /&gt;
Keep in mind that the LocalSettings.php [[w:File system permissions|permissions]] should not allow other users to view this file as it contains security-related data, including your database user password. [[w:chmod|chmod]] 700 or otherwise set the permissions to something that provides security from public access. The database user only needs to have SELECT, INSERT, UPDATE and DELETE permissions for the database. See also [[Manual:AdminSettings.php#Security|AdminSettings.php]] (until MediaWiki 1.16) which defines settings for a MySql user that has superuser database permissions to run the maintenance scripts.&lt;br /&gt;
&lt;br /&gt;
===User rights===&lt;br /&gt;
The &#039;&#039;&#039;[[Manual:$wgGroupPermissions|$wgGroupPermissions]]&#039;&#039;&#039; is an associative array, controlling permissions for creating and editing pages for your different user groups. In this array, custom permission levels can be created, and permission levels for the different user groups can be set. See [[Help:User rights]] for more information about the different permissions and user groups available.&lt;br /&gt;
&lt;br /&gt;
===Force capital links===&lt;br /&gt;
By default, no page name can start with a lowercase [[:w:Latin alphabet|Roman letter]]: in an attempt to do so the first letter is converted to uppercase; if a link target, included page, image or category is specified with a name starting with a lowercase letter, the actual target etc. is the page starting with the corresponding capital.&lt;br /&gt;
&lt;br /&gt;
Alternatively page names &#039;&#039;can&#039;&#039; start with a lowercase letter, in addition to the possibilities of starting with a capital, a digit, etc. For that you must adjust the &#039;&#039;&#039;[[Manual:$wgCapitalLinks|$wgCapitalLinks]]&#039;&#039;&#039; variable. Setting it to &#039;&#039;&#039;false&#039;&#039;&#039; allows lowercase characters, &#039;&#039;&#039;true&#039;&#039;&#039; chooses the default behaviour.&lt;br /&gt;
&lt;br /&gt;
===Enabling subpages===&lt;br /&gt;
On localsettings.php, [[Help:Subpages|subpages]] are enabled on a per-namespace basis using the &#039;&#039;&#039;[[Manual:$wgNamespacesWithSubpages|$wgNamespacesWithSubpages]]&#039;&#039;&#039; variable. For example, to enable subpages in the main namespace:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;$wgNamespacesWithSubpages[NS_MAIN] = 1;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Image uploads===&lt;br /&gt;
Before users are allowed to upload files to the MediaWiki system, you have to enable that feature. Make sure the Upload Directory is properly configured and writeable by the Apache web server process. Then set the &#039;&#039;&#039;[[Manual:$wgEnableUploads|$wgEnableUploads]]&#039;&#039;&#039; variable to &#039;&#039;&#039;true&#039;&#039;&#039; to allow uploading in the web user interface.&lt;br /&gt;
&lt;br /&gt;
i.e. Here&#039;s some example code from &#039;&#039;includes/DefaultSettings.php&#039;&#039; to put in &#039;&#039;LocalSettings.php&#039;&#039;.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$wgUploadPath       = &amp;quot;$wgScriptPath/uploads&amp;quot;;      ## Wiki 1.5 defaults to /images, but allows more than just images&lt;br /&gt;
$wgUploadDirectory  = &amp;quot;$IP/uploads&amp;quot;;                ## Wiki 1.5 defaults to /images, but allows more than just images&lt;br /&gt;
&lt;br /&gt;
## To enable image uploads, make sure the above &#039;$wgUploadPath&#039; directory is writable by Apache User or group.&lt;br /&gt;
## &#039;&#039;(i.e.  chmod og+w uploads images)&#039;&#039;  then the following should be true:&lt;br /&gt;
$wgEnableUploads       = true;&lt;br /&gt;
&lt;br /&gt;
$wgUseImageResize      = true;&lt;br /&gt;
$wgUseImageMagick      = true;&lt;br /&gt;
$wgImageMagickConvertCommand = &amp;quot;/usr/bin/convert&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
## If you want to use image uploads under safe mode, create the directories images/archive, images/thumb and&lt;br /&gt;
## images/temp, and make them all writable. Then uncomment this, if it&#039;s not already uncommented:&lt;br /&gt;
$wgHashedUploadDirectory = false;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
If you want to be able to resize images on the fly to support thumbnails, MediaWiki needs a working [[:w:ImageMagick|ImageMagick]] installation. Set the &#039;&#039;&#039;[[Manual:$wgUseImageResize|$wgUseImageResize]]&#039;&#039;&#039; and &#039;&#039;&#039;[[Manual:$wgUseImageMagick|$wgUseImageMagick]]&#039;&#039;&#039; variables to &#039;&#039;&#039;true&#039;&#039;&#039; once you have installed and tested ImageMagick on your system. Make sure the &#039;&#039;&#039;[[Manual:$wgImageMagickConvertCommand|$wgImageMagickConvertCommand]]&#039;&#039;&#039; variable points to the proper location of the &amp;lt;tt&amp;gt;convert&amp;lt;/tt&amp;gt; command of your installation, that the command is executable by the web server process, and &#039;&#039;&#039;[[Manual:$wgMaxShellMemory|$wgMaxShellMemory]]&#039;&#039;&#039; is large enough. See [[Manual:Image Administration#Image thumbnailing]] for detailed information and trouble-shooting.&lt;br /&gt;
&lt;br /&gt;
Also, you may want to modify the list of accepted extensions, which is stored within the &#039;&#039;&#039;[[Manual:$wgFileExtensions|$wgFileExtensions]]&#039;&#039;&#039; array:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$wgFileExtensions = array(&#039;png&#039;,&#039;jpg&#039;,&#039;jpeg&#039;,&#039;ogg&#039;,&#039;doc&#039;,&#039;xls&#039;,&#039;ppt&#039;,&#039;mp3&#039;,&#039;sxc&#039;,&#039;pdf&#039;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In case you run into trouble with ImageMagick, and obtain the following error message:&lt;br /&gt;
:&amp;lt;tt&amp;gt;Fatal error: mime_magic could not be initialized, magic file is not available in includes/MimeMagic.php on line 506&amp;lt;/tt&amp;gt;&lt;br /&gt;
Try adding the following line to LocalSettings.php:&lt;br /&gt;
 [[Manual:$wgMimeDetectorCommand|$wgMimeDetectorCommand]] = &amp;quot;file -bi&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
{{note|Read the [[Manual:Security#Upload_security|upload security]] section in the [[Manual:Security#Upload_security|Manual:Security]].&amp;lt;br/&amp;gt;&lt;br /&gt;
Further information is available in [[Manual:Configuring file uploads]], [[Manual:Mime type detection]], and [[Manual:Image Administration#Image thumbnailing]]. &amp;lt;!-- should be synced or merged! --&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
===LaTeX inline equations===&lt;br /&gt;
In order to render [[m:Help:Formula|mathematical formulae]] in [[:w:LaTeX|LaTeX]], you need a working LaTeX installation on your system. Set the &#039;&#039;&#039;[[Manual:$wgUseTeX|$wgUseTeX]]&#039;&#039;&#039; variable to &#039;&#039;&#039;true&#039;&#039;&#039; to enable that feature. Also make sure the &#039;&#039;&#039;[[Manual:$wgMathPath|$wgMathPath]]&#039;&#039;&#039;, &#039;&#039;&#039;[[Manual:$wgMathDirectory|$wgMathDirectory]]&#039;&#039;&#039; and  &#039;&#039;&#039;[[Manual:$wgTmpDirectory|$wgTmpDirectory]]&#039;&#039;&#039; are set properly, but you might want to go with the default values unless you have a very good reason to change it.&lt;br /&gt;
&lt;br /&gt;
===Interwiki support===&lt;br /&gt;
[[w:InterWiki|InterWiki]] support is built into MediaWiki but you need to configure the prefix to be used for your internal links. This prefix is usually the same as [[Manual:$wgSitename|$wgSitename]], but in case you need to change that, you set the &#039;&#039;&#039;[[Manual:$wgLocalInterwiki|$wgLocalInterwiki]]&#039;&#039;&#039; variable to the preferred name.&lt;br /&gt;
&lt;br /&gt;
===Language of user interface===&lt;br /&gt;
MediaWiki allows for a variety of localized user interfaces languages instead of the english default. If you want to run your wiki in a non-English language, set the &#039;&#039;&#039;[[Manual:$wgLanguageCode|$wgLanguageCode]]&#039;&#039;&#039; variable to the proper [[Special:SiteMatrix|language code]] (e.g. &amp;quot;de&amp;quot; for German, &amp;quot;es&amp;quot; for Spanish, etc.)&lt;br /&gt;
&lt;br /&gt;
You may use any of the languages found in the directory language. E.g., if you find MessagesEs.php, you can use &amp;quot;&#039;&#039;&#039;&amp;lt;code&amp;gt;es&amp;lt;/code&amp;gt;&#039;&#039;&#039;&amp;quot; for Spanish. Do not use &amp;quot;&amp;lt;code&amp;gt;Es&amp;lt;/code&amp;gt;&amp;quot; with a capital letter. Although it seems to work, not all texts are translated.&lt;br /&gt;
&lt;br /&gt;
Note: After changing the language code, you will need to run a php script to make it work.&lt;br /&gt;
With your command line tool, go to your wiki directory, open the &amp;quot;maintenance&amp;quot; folder, and type &amp;quot;&amp;lt;code&amp;gt;php rebuildMessages.php --rebuild&amp;lt;/code&amp;gt;&amp;quot;. Please note that on Windows, the PHP folder might not be included in the PATH environment variable.&lt;br /&gt;
&lt;br /&gt;
Not all languages are supported. See [[localisation statistics|here]] for a list of the localisation statistics of {{CURRENTVERSION}}. See [[betawiki:Translating:Statistics|translatewiki.net]] for the statistics per released version.&lt;br /&gt;
&lt;br /&gt;
===Setting copyright for the site===&lt;br /&gt;
* &#039;&#039;&#039;[[Manual:$wgRightsPage|$wgRightsPage]]&#039;&#039;&#039; is the page on the wiki that covers the copyrights that it falls under. Usually, this will be [[Project:Copyrights]].&lt;br /&gt;
* &#039;&#039;&#039;[[Manual:$wgRightsUrl|$wgRightsUrl]]&#039;&#039;&#039; is the page describing full details of your license. (For the GNU FDL, for example, this would be &amp;lt;code&amp;gt;http://www.gnu.org/licenses/fdl.html&amp;lt;/code&amp;gt;.) &lt;br /&gt;
* &#039;&#039;&#039;[[Manual:$wgRightsText|$wgRightsText]]&#039;&#039;&#039; is the text in the footer that follows &amp;quot;Content is available under&amp;quot;. It will be linked to the page specified in &amp;lt;code&amp;gt;$wgRightsPage&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &#039;&#039;&#039;[[Manual:$wgRightsIcon|$wgRightsIcon]]&#039;&#039;&#039; is the URL of the image placed at the left of the footer.&lt;br /&gt;
*:Note: If &amp;lt;code&amp;gt;$wgRightsPage&amp;lt;/code&amp;gt; is non-empty, the link in the copyright/license notice will link to that page on your site. If &amp;lt;code&amp;gt;$wgRightsPage&amp;lt;/code&amp;gt; is empty then the copyright/license notice will link to &amp;lt;code&amp;gt;$wgRightsUrl&amp;lt;/code&amp;gt; instead.&lt;br /&gt;
&lt;br /&gt;
To modify the copyright statements of the site, add something like this to LocalSettings.php:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$wgRightsPage = &amp;quot;YourWiki:Copyright&amp;quot;; &lt;br /&gt;
$wgRightsText = &amp;quot;copyright YourWiki&amp;quot;;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
Afterwards, edit [[MediaWiki:Copyright]] to provide an appropriate message, using &amp;lt;code&amp;gt;&amp;quot;$1&amp;quot;&amp;lt;/code&amp;gt; to indicate the position where the link to your copyright page will be. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example: setting a [[w:Creative Commons|Creative Commons]] license&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To set a Creative Commons license do the following:&lt;br /&gt;
&lt;br /&gt;
* Choose your license: http://creativecommons.org/text/publish-website&lt;br /&gt;
* Examine the returned HTML code, e.g.:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a rel=&amp;quot;license&amp;quot; href=&amp;quot;http://creativecommons.org/licenses/by-nc-sa/3.0/&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;img alt=&amp;quot;Creative Commons License&amp;quot; border=&amp;quot;0&amp;quot; src=&amp;quot;http://creativecommons.org/images/public/somerights30.png&amp;quot; /&amp;gt;&lt;br /&gt;
 &amp;lt;/a&amp;gt;&lt;br /&gt;
 This work is licensed under a&lt;br /&gt;
 &amp;lt;a rel=&amp;quot;license&amp;quot; href=&amp;quot;http://creativecommons.org/licenses/by-nc-sa/3.0/&amp;quot;&amp;gt;&lt;br /&gt;
 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License&amp;lt;/a&amp;gt;.&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
* For &amp;lt;code&amp;gt;$wgRightsURL&amp;lt;/code&amp;gt; enter the href info from the first anchor:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;$wgRightsUrl = &amp;quot;http://creativecommons.org/licenses/by-nc-sa/3.0/&amp;quot;;&amp;lt;/source&amp;gt;&lt;br /&gt;
* For &amp;lt;code&amp;gt;$wgRightsText&amp;lt;/code&amp;gt; enter the text the second anchor links from (add the &amp;quot;a&amp;quot; to the Wiki variable for a more grammatically correct version)&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;$wgRightsText = &amp;quot;a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License&amp;quot;;&amp;lt;/source&amp;gt;&lt;br /&gt;
* For &amp;lt;code&amp;gt;$wgRightsIcon&amp;lt;/code&amp;gt; enter the src info from the img link in the first anchor. You want to copy the badge to your own site instead of using the one from the Creative Commons site.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;$wgRightsIcon = &amp;quot;http://creativecommons.org/images/public/somerights30.png&amp;quot;;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* For using RDF metadata about copyright add one or both of the following lines to your LocalSettings.php&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$wgEnableCreativeCommonsRdf = true;&lt;br /&gt;
$wgEnableDublinCoreRdf = true;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Custom namespaces===&lt;br /&gt;
By declaring the &#039;&#039;&#039;[[Manual:$wgExtraNamespaces|$wgExtraNamespaces]]&#039;&#039;&#039; array, and modifying the &#039;&#039;&#039;[[Manual:$wgNamespacesWithSubpages|$wgNamespacesWithSubpages]]&#039;&#039;&#039;, and &#039;&#039;&#039;[[Manual:$wgNamespacesToBeSearchedDefault|$wgNamespacesToBeSearchedDefault]]&#039;&#039;&#039; arrays, extra namespaces can be added to a MediaWiki installation; and by declaring the &#039;&#039;&#039;[[manual:$wgNamespaceAliases|$wgNamespaceAliases]]&#039;&#039;&#039; array namespace aliases can be added. &#039;&#039;&#039;Take heed&#039;&#039;&#039; not to have any pages already titled in that namespace, for instance in you had a page called &amp;quot;Technical:Support&amp;quot; and you created the Technical: namespace, then that page would not only be lost, but you cannot remove it from Special:Allpages. To fix this delete the namespace, move &amp;quot;Technical:Support&amp;quot; to &amp;quot;Support&amp;quot; in mainspace, delete the redirect, reinsert the namespace, and move it back to &amp;quot;Technical:Support&amp;quot;. See [[Manual:Using custom namespaces|Custom namespaces]] for more information as to how to do so.&lt;br /&gt;
&lt;br /&gt;
===Skins===&lt;br /&gt;
The default skin of the site can be modified via the &#039;&#039;&#039;[[Manual:$wgDefaultSkin|$wgDefaultSkin]]&#039;&#039;&#039; variable.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Manual:Wiki family|Wiki families]] can share the same {{PAGENAME}}.&lt;br /&gt;
*[[Extension:Configure]] provides a way to set configuration settings from a special page.&lt;br /&gt;
*[[Manual:Securing_database_passwords]] - a guide to securing your database passwords and LocalSettings.php file.&lt;br /&gt;
&lt;br /&gt;
[[Category:MediaWiki configuration| ]]&lt;br /&gt;
&lt;br /&gt;
{{languages|Manual:LocalSettings.php}}&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Manual:Installation_guide&amp;diff=501205</id>
		<title>Manual:Installation guide</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Manual:Installation_guide&amp;diff=501205"/>
		<updated>2012-02-19T01:32:25Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: Undo revision 501204 by Mavera6 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MediaWiki Introduction}}{{InstallationNav}}&lt;br /&gt;
Welcome to the &#039;&#039;&#039;[[MediaWiki]] installation guide&#039;&#039;&#039; which provides instructions on how to manually install and configure MediaWiki on a web server. Note that some users may find MediaWiki [[software bundles]] a convenient alternative to manual installation.&lt;br /&gt;
&lt;br /&gt;
The first part of this guide gives broad general instructions, while the last section contains a list of appendices that give more detailed installation notes for specific system configurations and other less common uses of the software.&lt;br /&gt;
&lt;br /&gt;
== Upgrade guide ==&lt;br /&gt;
If you are already running MediaWiki, see the [[Manual:Upgrading|Upgrade guide]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:.4em .4em .4em .4em; float:right;&amp;quot;&lt;br /&gt;
| style=&amp;quot;max-width:375px; text-align:left; padding: .4em .4em .4em 1em; font-size:105%; background-color:#EEEEEE;&amp;quot; | [[File:Gnome-system-software-installer.svg|40px|Requirements]] &amp;lt;span style=&amp;quot;font-size:140%; margin-left:10px;&amp;quot;&amp;gt;&#039;&#039;&#039;&amp;lt;sub&amp;gt;Requirements&amp;lt;/sub&amp;gt;&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding:0 .4em .24em .4em; font-size:95%; max-width:375px;&amp;quot; |&lt;br /&gt;
* [[Download]] MediaWiki (current stable version is {{MW stable release number}})&lt;br /&gt;
* &#039;&#039;&#039;Web server&#039;&#039;&#039; such as [http://httpd.apache.org Apache] or [http://www.microsoft.com/iis IIS]&lt;br /&gt;
** Local or command line access is needed for running maintenance scripts&lt;br /&gt;
* &#039;&#039;&#039;[http://www.php.net PHP]&#039;&#039;&#039; version 5.2.3 or later. PHP 5.3.1 is incompatible with MediaWiki due to [http://bugs.php.net/bug.php?id=50394 a bug].&amp;lt;br /&amp;gt;Due to a security issue with PHP it is strongly advised to use PHP 5.2.17+ or PHP 5.3.5+ ([http://lists.wikimedia.org/pipermail/mediawiki-announce/2011-January/000094.html see here for more details]).&lt;br /&gt;
** with [http://php.net/pcre Perl Compatible Regular Expressions]&lt;br /&gt;
** with [http://php.net/spl Standard PHP Library]&lt;br /&gt;
* &#039;&#039;&#039;Database Server&#039;&#039;&#039;&lt;br /&gt;
** [http://www.mysql.com MySQL] 4.0 or later (*)&lt;br /&gt;
** or [http://www.postgresql.org PostgreSQL] 8.1 or later &lt;br /&gt;
*** Requires PL/pgSQL (contained in contribs)&lt;br /&gt;
*** Full-Text searching (Native in &amp;gt;=8.3, requires tsearch2 extension &amp;lt;=8.2)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;For [[Manual:image thumbnailing|image thumbnailing]] and [[Texvc|TeX]]-support, additional programs are required.&lt;br /&gt;
 &lt;br /&gt;
(*) – Even though it may not be officially supported yet, [[w:MariaDB|MariaDB]], a [[w:GPL|GPL]] fork of the MySQL code by Monty Widenius, the founder of MySQL, is an alternative and can also be used by MediaWiki. [http://downloads.askmonty.org/mariadb/repositories/ Debian/Ubuntu repos].&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Quick installation guide ==&lt;br /&gt;
For experienced users, here is the quick version of the installation instructions.  Most users will want to read the more detailed version, [[#Main installation guide|below]].&lt;br /&gt;
&lt;br /&gt;
# Check that your system meets the [[Manual:Installation requirements|minimum requirements]] &lt;br /&gt;
&lt;br /&gt;
# [[Download|Download MediaWiki]] &amp;lt;small&amp;gt;{{MW stable release link|(direct link to latest version)}}&amp;lt;/small&amp;gt; and extract the archive to a web-accessible folder on your server.&lt;br /&gt;
# Point your browser to the directory where MediaWiki was extracted (e.g., &amp;lt;tt&amp;gt;http://[domain]/mediawiki/index.php&amp;lt;/tt&amp;gt;. If installed on a local machine, replace &#039;&#039;[domain]&#039;&#039; with &#039;&#039;&#039;localhost&#039;&#039;&#039;. If installed on a remote server, replace &#039;&#039;[domain]&#039;&#039; with your server&#039;s domain name (eg: www.myserver.com).&lt;br /&gt;
# [[Manual:Config script|Follow the on-screen instructions]] to complete the process.&lt;br /&gt;
&lt;br /&gt;
These instructions are deliberately brief.  There is a lot that could go wrong, so if in doubt, you are advised to read the full instructions below.&lt;br /&gt;
&lt;br /&gt;
== Main installation guide ==&lt;br /&gt;
* Before installation&lt;br /&gt;
** [[Manual:What is MediaWiki?|Read what MediaWiki is]]&lt;br /&gt;
** [[Manual:MediaWiki feature list|Check the MediaWiki feature list]]&lt;br /&gt;
** [[Manual:Installation requirements|Installation requirements]] - Check these before going any further!&lt;br /&gt;
* [[Manual:Installing MediaWiki|Installing MediaWiki]]&lt;br /&gt;
* Configuring MediaWiki&lt;br /&gt;
** [[Manual:Config script|Initial configuration]] (using the configuration script)&lt;br /&gt;
** [[Manual:Configuring MediaWiki|Further configuration]] &lt;br /&gt;
** [[Manual:Extensions|Installing extensions]]&lt;br /&gt;
&lt;br /&gt;
== Alternative to manual installation ==&lt;br /&gt;
Some users may prefer to skip manual installation by using a pre-integrated MediaWiki [[Software appliances|software appliance]].&lt;br /&gt;
&lt;br /&gt;
== Appendices ==&lt;br /&gt;
=== Advanced uses ===&lt;br /&gt;
The following pages give instructions about how to install/configure MediaWiki for other, less common purposes.&lt;br /&gt;
* [[Download from SVN|Installing from Subversion]]&lt;br /&gt;
* [[Manual:Wiki on a stick|Installing MediaWiki on a memory stick]]&lt;br /&gt;
&lt;br /&gt;
=== Advanced configuration ===&lt;br /&gt;
The following pages cover some of the more advanced configuration options:&lt;br /&gt;
* [[Manual:Configuration|Advanced configuration]]&lt;br /&gt;
* [[Manual:Administrators|Wiki administration]]&lt;br /&gt;
&lt;br /&gt;
=== MediaWiki Help ===&lt;br /&gt;
The following page explains how to get a copy of the MediaWiki help pages on your own wiki&lt;br /&gt;
* [[Project:PD help/Copying|Copying help pages]]&lt;br /&gt;
&lt;br /&gt;
==Installation assistance==&lt;br /&gt;
*FAQ: [[FAQ#Installation and configuration]]&lt;br /&gt;
*[[MediaWiki on IRC|IRC (#mediawiki)]]&lt;br /&gt;
*&#039;&#039;&#039;[https://lists.wikimedia.org/mailman/listinfo/mediawiki-l mediawiki-l]&#039;&#039;&#039; (Mailing List) is the high-traffic mailing list to ask for support.&lt;br /&gt;
*&#039;&#039;&#039;[http://www.mwusers.com MediaWiki Users]&#039;&#039;&#039; (Forum) is a user-to-user MediaWiki support forum&lt;br /&gt;
&lt;br /&gt;
=== System-specific instructions  ===&lt;br /&gt;
The following pages give more detailed installation instructions aimed at specific systems:&lt;br /&gt;
&lt;br /&gt;
* [[Manual:Running MediaWiki on FreeBSD|FreeBSD]]&lt;br /&gt;
* [[Manual:Running MediaWiki on Linux|GNU/Linux]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Debian GNU/Linux|Debian]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Fedora|Fedora]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Gentoo Linux|Gentoo]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Mandriva|Mandriva]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Red Hat Linux|Red Hat Enterprise Linux]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Slackware Linux|Slackware]]&lt;br /&gt;
** [[Manual:Running MediaWiki on SuSE Linux 9.3|SuSE 9.3]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Ubuntu|Ubuntu]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Damnsmalllinux|Damnsmalllinux]]&lt;br /&gt;
* [[Manual:Running MediaWiki on Mac OS X|Mac OS X]]&lt;br /&gt;
* [[Manual:Running MediaWiki on NetWare|NetWare]]&lt;br /&gt;
* [[Manual:Running MediaWiki on Solaris|Solaris]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Solaris 10|Solaris 10]]&lt;br /&gt;
** [[Manual:Running MediaWiki on Solaris 9|Solaris 9]]&lt;br /&gt;
* [[Manual:Running MediaWiki on Windows|Windows]]&lt;br /&gt;
** [[Manual:Installing MediaWiki on Windows XP|Windows XP]]&lt;br /&gt;
** [[Manual:Installing MediaWiki on Windows Server 2003|Windows Server 2003]]&lt;br /&gt;
** [[Manual:Installing MediaWiki on Windows Server 2008|Windows Server 2008]]&lt;br /&gt;
** [[Manual:Newcomers guide to installing on Windows|Newcomers guide]]&lt;br /&gt;
** [[Manual:Streamlined Windows Install Guide|Streamlined Guide]]&lt;br /&gt;
** [[Manual:Simple Windows Apache Installation|Simple Windows Apache Installation]]&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;plainlinks&amp;quot;&amp;gt;&lt;br /&gt;
* MediaWiki ships with an installation script which allows web-based configuration&lt;br /&gt;
* MediaWiki can share the database of another web-based application, e.g. phpBB etc.&lt;br /&gt;
* Knowledge of PHP is required in order to customize the software&lt;br /&gt;
* PHP 5 support has been required since MediaWiki 1.7 – if you are using an older version of PHP and cannot upgrade then you should use MediaWiki {{MW ancient release number}} &amp;lt;small&amp;gt;([http://download.wikimedia.org/mediawiki/1.6/mediawiki-{{MW ancient release number}}.tar.gz download])&amp;lt;/small&amp;gt;.  Note that this version is &#039;&#039;no longer supported&#039;&#039;.&lt;br /&gt;
* MySQL 4 support has been required since MediaWiki 1.6 – if you are using an older version of MySQL and cannot upgrade then you should use MediaWiki 1.5.8 &amp;lt;small&amp;gt;([http://prdownloads.sourceforge.net/wikipedia/mediawiki-1.5.8.tar.gz?download download])&amp;lt;/small&amp;gt;.  Note that this version is &#039;&#039;no longer supported&#039;&#039;.&lt;br /&gt;
* Some users find it helpful to install an additional software package such as [http://www.phpmyadmin.net phpMyAdmin] (MySQL) or [http://phppgadmin.sourceforge.net/ phpPgAdmin] (Postgres) to help administer the database server.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Software bundles|MediaWiki software bundles]]&lt;br /&gt;
* [[Manual:Before installing|Before installing]]&lt;br /&gt;
* [[Manual:Upgrading|Upgrading]]&lt;br /&gt;
* [[Manual:Uninstallation|Uninstallation]]&lt;br /&gt;
* [[Manual:FAQ|FAQ]]&lt;br /&gt;
&lt;br /&gt;
{{Languages|Manual:Installation guide}}&lt;br /&gt;
[[Category:Installation|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=API:Action_API&amp;diff=501132</id>
		<title>API:Action API</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=API:Action_API&amp;diff=501132"/>
		<updated>2012-02-18T18:18:54Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: Undo revision 501118 by 216.131.127.86 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;background: #f0f0e0; border: 2px solid #aaa; padding: 4px 4px 4px 15px; width:80%; margin:0 auto&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
MediaWiki has three outward-facing interfaces:&lt;br /&gt;
* the &#039;&#039;&#039;MediaWiki API&#039;&#039;&#039;, which provides convenient access to wiki features, data and meta-data. Read this article for an overview of the API.&lt;br /&gt;
* the &#039;&#039;&#039;[[Special:Export]]&#039;&#039;&#039; page, which provides bulk export of wiki content as XML. Read the [[m:Help:Export|Export help article on meta.wikimedia.org]] for more information.&lt;br /&gt;
* the &#039;&#039;&#039;standard web-based interface&#039;&#039;&#039; (which you are likely using right now). Read [[Manual:Parameters to index.php]] for information on using the web-based interface.&lt;br /&gt;
&lt;br /&gt;
You may also be looking for the internal &#039;&#039;&#039;[[Manual:Developing_extensions|extension interface]]&#039;&#039;&#039;, which allows PHP developers to add new functionality to a MediaWiki installation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{API Intro}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This is an introductory overview. See the menu bar on the right for more detailed sub-topics.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you want to monitor a MediaWiki installation, or [[w:Wikipedia:Creating_a_bot|create a bot]] to automatically maintain one, you can use the MediaWiki web service API. The web service API provides direct, high-level access to the data contained in MediaWiki databases. [[API:Client_code|Client programs]] can log in to a wiki, get data, and post changes automatically by making HTTP requests to the web service. Supported clients include [[w:Wikipedia:Creating_a_bot|bots]], thin web-based JavaScript clients such as [[:en:Wikipedia:Tools/Navigation popups|Navigation popups]] and [[:fr:User:EDUCA33E/LiveRC/Documentation|LiveRC]], end-user applications such as [[:en:User:Henna/VF|Vandal Fighter]], and other web sites ([http://toolserver.org/ Toolserver]&#039;s utilities).&lt;br /&gt;
&lt;br /&gt;
On new MediaWiki installations, the web service is enabled by default, but an administrator can [[API:Restricting_API_usage#Disabling_the_entire_API|disable it]].&lt;br /&gt;
&lt;br /&gt;
== A simple example ==&lt;br /&gt;
&lt;br /&gt;
This URL tells English Wikipedia&#039;s web service API to send you the content of the main page:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
http://en.wikipedia.org/w/api.php?format=xml&amp;amp;action=query&amp;amp;titles=Main%20Page&amp;amp;prop=revisions&amp;amp;rvprop=content&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use any programming language to make an HTTP GET request for that URL (or just visit that link in your browser), and you&#039;ll get an XML document which includes the current wiki markup for the page titled &amp;quot;Main Page&amp;quot;. This is the web service API in action.&lt;br /&gt;
&lt;br /&gt;
Let&#039;s pick that URL apart to show how it works.&lt;br /&gt;
&lt;br /&gt;
=== The endpoint ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;http://en.wikipedia.org/w/api.php&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is the &#039;&#039;endpoint&#039;&#039;. It&#039;s like the home page of the Mediawiki web service API. This URL is the base URL for English Wikipedia&#039;s API, just as &amp;lt;code&amp;gt;http://en.wikipedia.org/wiki/&amp;lt;/code&amp;gt; is the base URL for its web site.&lt;br /&gt;
&lt;br /&gt;
If you&#039;re writing a program to use English Wikipedia, every URL you construct will begin with this base URL. If you&#039;re using a different MediaWiki installation, you&#039;ll need to find its endpoint and use that instead. All [[Wikimedia]] wikis have endpoints that follow this pattern:&lt;br /&gt;
&lt;br /&gt;
 http://en.wikipedia.org/w/api.php      # English Wikipedia API&lt;br /&gt;
 http://nl.wikipedia.org/w/api.php      # Dutch Wikipedia API&lt;br /&gt;
 http://commons.wikimedia.org/w/api.php # Wikimedia Commons API&lt;br /&gt;
&lt;br /&gt;
Now let&#039;s move on to the parameters in the query string of the URL.&lt;br /&gt;
&lt;br /&gt;
=== The format ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;format=xml&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This tells the Wikimedia web service API that we want data to be returned in XML format. The API supports many [[API:Data_formats|output formats]], including [[w:JSON|JSON]], [[w:WDDX|WDDX]], [[w:XML|XML]], [[w:YAML|YAML]] and [http://php.net/manual/en/function.serialize.php PHP&#039;s native serialization format].&lt;br /&gt;
&lt;br /&gt;
=== The action ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;action=query&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is the &#039;action&#039;. The MediaWiki web service API supports over fifty actions, and they&#039;re all documented in the [http://en.wikipedia.org/w/api.php API reference]. In this case, we&#039;re using &amp;quot;query&amp;quot; to tell the API that we want to get some data.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;query&amp;quot; action is one of the API&#039;s most important actions, and it has [[API:Query|extensive documentation of its own]]. What follows is just an explanation of a single example.&lt;br /&gt;
&lt;br /&gt;
=== Action-specific parameters ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;titles=Main%20Page&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The rest of the example URL contains parameters used by the &amp;quot;query&amp;quot; action. Here, we&#039;re telling the web service API that we want information about the Wiki page called &amp;quot;Main Page&amp;quot;. (The %20 comes from [[w:Percent-encoding|percent-encoding]] a space.) You can ask for more than one page at a time: see the [[API:Query|query documentation]] for details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;prop=revisions&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This parameter tells the web service API that we are interested in a particular revision of the page. Since we&#039;re not specifying any revision information, the API will give us information about the latest revision--the main page of Wikipedia as it stands right now.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;rvprop=content&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, this parameter tells the web service API that we want the content of the latest revision of the page. If we passed in &amp;lt;code&amp;gt;rvprop=content|user&amp;lt;/code&amp;gt; instead, we&#039;d get the latest page content &#039;&#039;and&#039;&#039; the name of the user who made the most recent revision.&lt;br /&gt;
&lt;br /&gt;
Again, this is just one example. Queries are explained in more detail [[API:Query|here]], and [http://en.wikipedia.org/w/api.php the API reference] lists all the possible actions, all the possible values for &amp;lt;code&amp;gt;rvprop&amp;lt;/code&amp;gt;, and so on.&lt;br /&gt;
&lt;br /&gt;
[[File:The MediaWiki Web API and How to use it - San Francisco Wikipedia Hackathon 2012.ogv|thumb|400px|An introduction to the API by [[User:Catrope|Roan Kattouw]] at the [[San Francisco Hackathon January 2012]]]]&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
Before you start using the MediaWiki web service API, be sure to read these documents:&lt;br /&gt;
&lt;br /&gt;
* The [[API:FAQ|FAQ]].&lt;br /&gt;
* The page about [[API:Data formats|input and output formats]]&lt;br /&gt;
* The page about [[API:Errors and warnings|errors and warnings]]&lt;br /&gt;
* Any policies that apply to the wiki you want to access, such as (for Wikimedia Foundation wikis) our [[wmf:Terms of Use|terms of use]]. These terms apply to you when you access or edit using the web service API, just as they do when you use your web browser.&lt;br /&gt;
&lt;br /&gt;
Beyond that point, what you need to read depends on what you want to do. The right-hand menu links to detailed, task-specific documentation, and some more general guidelines are given below.&lt;br /&gt;
&lt;br /&gt;
== Identifying your client ==&lt;br /&gt;
&lt;br /&gt;
When you make HTTP requests to the MediaWiki web service API, be sure to specify a &amp;lt;code&amp;gt;User-Agent&amp;lt;/code&amp;gt; header that properly identifies your client. Don&#039;t use the default &amp;lt;code&amp;gt;User-Agent&amp;lt;/code&amp;gt; provided by your client library, but make up a custom header that includes the name and the version number of your client: something like &amp;quot;MyCuteBot/0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
On Wikimedia wikis, if you don&#039;t supply a &amp;lt;code&amp;gt;User-Agent&amp;lt;/code&amp;gt; header, or you supply an empty or generic one, your request will fail with an HTTP 403 error. See [[meta:User-Agent policy|our User-Agent policy]]. Other MediaWiki installations may have similar policies.&lt;br /&gt;
&lt;br /&gt;
If you are calling the API from browser-based JavaScript, you won&#039;t be able to influence the &amp;lt;code&amp;gt;User-Agent&amp;lt;/code&amp;gt; header: the browser will use its own. There is currently no other mechanism for a browser-based client to identify itself.&lt;br /&gt;
&lt;br /&gt;
== Logging in ==&lt;br /&gt;
&lt;br /&gt;
Your client will probably need to log in to MediaWiki, possibly via its own user account.  See [[API:Login|the login manual page]] for details.&lt;br /&gt;
&lt;br /&gt;
== Making your requests cacheable ==&lt;br /&gt;
&lt;br /&gt;
If your requests obtain data that can be cached for a while, you should take steps to cache it, so you don&#039;t request the same data over and over again. Some clients may be able to cache data themselves, but for others (particularly JavaScript clients), this is not possible.&lt;br /&gt;
&lt;br /&gt;
Per the HTTP specification, POST requests cannot be cached. Therefore, whenever you&#039;re reading data from the web service API, you should use GET requests, not POST.&lt;br /&gt;
&lt;br /&gt;
Also note that a request cannot be served from cache unless the URL is &#039;&#039;&#039;exactly the same&#039;&#039;&#039;. If you make a request for &amp;lt;code&amp;gt;api.php?....titles=Foo|Bar|Hello&amp;lt;/code&amp;gt;, and cache the result, then a request for &amp;lt;code&amp;gt;api.php?....titles=Hello|Bar|Hello|Foo&amp;lt;/code&amp;gt; will not go through the cache--even though MediaWiki returns the same data!&lt;br /&gt;
&lt;br /&gt;
You should take care to normalize the URLs you send to the MediaWiki web service, so that slightly different user input won&#039;t cause you to waste time on unnecessary HTTP requests. You can normalize a list of page titles by &#039;&#039;&#039;removing duplicates&#039;&#039;&#039; and &#039;&#039;&#039;sorting the titles alphabetically&#039;&#039;&#039;. Similar techniques will work for other kinds of data.&lt;br /&gt;
&lt;br /&gt;
== Useful links ==&lt;br /&gt;
&lt;br /&gt;
The menu bar on the right side of this page links to more detailed, task-specific documentation. Here are some links having to do with the API as a whole:&lt;br /&gt;
&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Special:ApiSandbox The API sandbox] on English Wikipedia makes it easy to try out different actions interactively.&lt;br /&gt;
* [http://en.wikipedia.org/w/api.php The API reference] contains automatically-generated descriptions of all actions and parameters.&lt;br /&gt;
* [https://www.ibm.com/developerworks/xml/library/x-phpwikipedia/index.html Hook into Wikipedia information using PHP and the MediaWiki API] (IBM developerWorks article, 17 May 2011)&lt;br /&gt;
* [[API/Tutorial|The API tutorial]] leads you through hands-on exercises and includes a training video.&lt;br /&gt;
* Mailing list for notifications and questions: &#039;&#039;&#039;[[mail:mediawiki-api|API mailing list]]&#039;&#039;&#039;&lt;br /&gt;
** Low-traffic mailing list for announcements only (all posts to this list are posted to mediawiki-api as well): &#039;&#039;&#039;[[mail:mediawiki-api-announce|mediawiki-api-announce]]&#039;&#039;&#039;&lt;br /&gt;
* View and report API bugs: &#039;&#039;&#039;[http://bugzilla.wikimedia.org/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=REOPENED&amp;amp;component=API&amp;amp;order=bugs.delta_ts Bugzilla]&#039;&#039;&#039; (&#039;&#039;When [https://bugzilla.wikimedia.org/enter_bug.cgi?product=MediaWiki&amp;amp;component=API reporting new bugs], don&#039;t forget to set Component=API&#039;&#039;)&lt;br /&gt;
* [http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/api/ Browse the API source code in SVN]&lt;br /&gt;
* [[Manual:Database layout|The current MediaWiki database schema]]&lt;br /&gt;
* [http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/maintenance/tables.sql?view=markup Browse the current database schema in SVN]&lt;br /&gt;
&lt;br /&gt;
== Archived links ==&lt;br /&gt;
* [[API:Wikimania 2006 API discussion|2006 API discussion]]&lt;br /&gt;
&lt;br /&gt;
[[Category:MediaWiki Development|API]]&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Help:Namespaces&amp;diff=498962</id>
		<title>Help:Namespaces</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Help:Namespaces&amp;diff=498962"/>
		<updated>2012-02-13T23:39:12Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: Undo revision 498961 by 198.228.195.214 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PD Help Page}}&lt;br /&gt;
Pages on a MediaWiki wiki are grouped into collections called &amp;quot;&#039;&#039;&#039;namespaces&#039;&#039;&#039;&amp;quot;, which differentiate between the purpose of the pages at a high level.  Pages in certain namespaces can also have special properties or behave differently when they interact with other pages.  &lt;br /&gt;
&lt;br /&gt;
Namespaces are indicated in page titles by prefixing the page name with &amp;quot;&amp;lt;tt&amp;gt;namespace:&amp;lt;/tt&amp;gt;&amp;quot;, so the prefix &amp;quot;&amp;lt;tt&amp;gt;{{NAMESPACE}}:&amp;lt;/tt&amp;gt;&amp;quot; in this page&#039;s title (&amp;quot;{{FULLPAGENAME}}&amp;quot;) indicates that this page is in the {{NAMESPACE}} namespace. Note, however, that colons and prefixes can also appear in page titles &#039;&#039;without&#039;&#039; indicating a namespace: The page [[Foo:{{PAGENAME}}]] is a page located in the [[#0: (Main)|mainspace]] because the namespace &amp;quot;Foo&amp;quot; does not exist.  Similarly the page [[{{NAMESPACE}}:Foo:{{PAGENAME}}]] is in the &amp;quot;{{NAMESPACE}}&amp;quot; namespace.&lt;br /&gt;
&lt;br /&gt;
==Standard namespaces==&lt;br /&gt;
&lt;br /&gt;
The standard MediaWiki installation has sixteen namespaces which can contain user-generated content; there are also two special namespaces which contain pages created &#039;on the fly&#039; by the MediaWiki software.  The standard namespaces are organised in pairs, with each pair containing a &#039;subject namespace&#039; and a &#039;discussion namespace&#039;.  The namespaces are numbered from zero such that all subject namespaces have even indices, and all talk namespaces have odd indices.&lt;br /&gt;
&lt;br /&gt;
===={{ns:-2}}====&lt;br /&gt;
&lt;br /&gt;
This namespace is an alias used for direct linking to media files: the link [[{{ns:-2}}:Wiki.png]] links to just the image rather than the image description page, which would be [[:{{ns:6}}:Wiki.png]].&lt;br /&gt;
&lt;br /&gt;
===={{ns:-1}}====&lt;br /&gt;
&lt;br /&gt;
This namespace is used to group [[Help:Special pages|special pages]], reports and interfaces that are generated &#039;on demand&#039; by MediaWiki and which are not directly editable.  It is not possible to create pages in this namespace except by modifying or extending the MediaWiki software.&lt;br /&gt;
&lt;br /&gt;
====(Main)====&lt;br /&gt;
&lt;br /&gt;
The &#039;namespace that has no prefix separated by a colon. Commonly called the &amp;quot;main namespace&amp;quot; or &amp;quot;mainspace&amp;quot;.  This namespace typically contains the bulk of the {{mediawiki|$wgContentNamespaces|content pages}} in a wiki. This namespace generally has no special properties.&lt;br /&gt;
&lt;br /&gt;
===={{ns:1}}====&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Talk&amp;quot; namespace is the discussion namespace attached to the mainspace.  It has no special properties.&lt;br /&gt;
&lt;br /&gt;
===={{ns:2}}====&lt;br /&gt;
&lt;br /&gt;
Each user has a corresponding page in the {{ns:2}} namespace, which is linked to from edit histories, watchlists, recent changes, etc; wherever an individual user is uniquely identified. This page, and subpages of it, can be used by users to record information about themselves or to test and draft new content.  Pages of the form &amp;quot;&amp;lt;tt style=&amp;quot;whitespace:nowrap&amp;quot;&amp;gt;{{ns:2}}:&#039;&#039;UserName&#039;&#039;/Foo&#039;&#039;&#039;.js&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;quot; or &amp;quot;&amp;lt;tt style=&amp;quot;whitespace:nowrap&amp;quot;&amp;gt;{{ns:2}}:&#039;&#039;UserName&#039;&#039;/Foo&#039;&#039;&#039;.css&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;quot; can only be edited by the user themselves or by [[Help:Sysops and permissions|administrators]].&lt;br /&gt;
&lt;br /&gt;
===={{ns:3}}====&lt;br /&gt;
&lt;br /&gt;
This namespace is the talkspace associated with the {{ns:2}} namespace. Pages in this namespace are mainly used to leave messages for particular users or inform them of discussions that may be of interest to them. To facilitate this, when a page  [[{{ns:3}}:UserName]] is edited, whenever the user &#039;UserName&#039; loads a page, a notice is displayed at the top of the page informing them of the edit:&lt;br /&gt;
&amp;lt;div class=&amp;quot;usermessage plainlinks&amp;quot;&amp;gt;You have [[{{ns:3}}:UserName|&amp;lt;span style=&amp;quot;color:#002bb8&amp;quot;&amp;gt;{{MediaWiki:newmessageslink}}&amp;lt;/span&amp;gt;]] ([{{fullurl:{{ns:3}}:UserName&amp;amp;diff=cur}} &amp;lt;span style=&amp;quot;color:#002bb8&amp;quot;&amp;gt;{{MediaWiki:newmessagesdifflink}}&amp;lt;/span&amp;gt;]).&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This notice continues to appear until the user loads their user talk page to read the message.&lt;br /&gt;
&lt;br /&gt;
===={{ns:4}}====&lt;br /&gt;
&lt;br /&gt;
This namespace is normally used for meta-discussions related to the operation and development of the wiki. It has no special properties.&lt;br /&gt;
&lt;br /&gt;
===={{ns:5}}====&lt;br /&gt;
&lt;br /&gt;
This is a talk namespace that is normally used for discussions related to the associated subject pages.  It has no special properties.&lt;br /&gt;
&lt;br /&gt;
===={{ns:6}}====&lt;br /&gt;
[[Image:Wiki.png|right]]&lt;br /&gt;
The {{ns:6}} namespace is used to store metadata for images, videos, sound files and other media accessed via the {{ns:-2}} namespace.  Each file has a corresponding page in the {{ns:6}} namespace which is often used to hold licensing data.  Linking &#039;&#039;directly&#039;&#039; to a page in this namespace instead includes the media file inline in the page: &amp;lt;tt style=&amp;quot;white-space:nowrap&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;{{ns:6}}&amp;lt;nowiki&amp;gt;:Wiki.png|right]]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; produces the image to the right.  See [[Help:Images]] for more details of this link syntax.  To create an [[Help:Links|internal link]] to the file page, you need to add a colon to the front of the namespace: &amp;lt;tt style=&amp;quot;white-space:nowrap&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;[[:&amp;lt;/nowiki&amp;gt;{{ns:6}}&amp;lt;nowiki&amp;gt;:Wiki.png|right]]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; produces [[:{{ns:6}}:Wiki.png]].&lt;br /&gt;
The standard MediaWiki installation has alias &amp;quot;Image&amp;quot; for {{ns:6}} namespace - See [[Help:Namespaces#Namespace aliases|Namespace aliases]].&lt;br /&gt;
&lt;br /&gt;
===={{ns:7}}====&lt;br /&gt;
&lt;br /&gt;
This is a talk namespace that is normally used for discussions related to the associated media files.  It has no special properties.&lt;br /&gt;
&lt;br /&gt;
===={{ns:8}}====&lt;br /&gt;
&lt;br /&gt;
The MediaWiki namespace is used to hold system messages and other important content. For instance, the page [[{{ns:8}}:Edit]] (or [[{{ns:8}}:Vector-view-edit]] in the default &amp;quot;Vector&amp;quot; skin) contains the text that fills the &amp;quot;{{MediaWiki:Edit}}&amp;quot; tab at the top of every page.  If that page exists, it overrides the default content, which is &amp;quot;edit this page&amp;quot;. Similarly, [[{{ns:8}}:Common.css]] is the system message which holds the [[wikipedia:Cascading Style Sheets|CSS]] code that is loaded for all users for each page. It has the special property that the entire namespace is fully protected and can only be edited by administrators.&lt;br /&gt;
&lt;br /&gt;
===={{ns:9}}====&lt;br /&gt;
&lt;br /&gt;
This is a talk namespace that is normally used for discussions related to the associated system messages.  It has no special properties.&lt;br /&gt;
&lt;br /&gt;
===={{ns:10}}====&lt;br /&gt;
&lt;br /&gt;
The {{ns:10}} namespace is used to hold [[Help:Templates|templates]], blocks of text or wikicode that are intended to be transcluded into several other pages.  To facilitate this it has the special property that it is the &#039;&#039;default&#039;&#039; namespace for transclusions: the wikicode &amp;lt;tt style=&amp;quot;white-space:nowrap&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;{{Foo}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; is equivalent to &amp;lt;tt style=&amp;quot;white-space:nowrap&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;{{ns:10}}:&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;Foo}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===={{ns:11}}====&lt;br /&gt;
&lt;br /&gt;
This is a talk namespace that is normally used for discussions related to the associated template pages.  It has no special properties.&lt;br /&gt;
&lt;br /&gt;
===={{ns:12}}====&lt;br /&gt;
&lt;br /&gt;
The {{ns:12}} namespace is usually used to hold help files, instructions and &#039;how-to&#039; guides.  It has no special properties.&lt;br /&gt;
&lt;br /&gt;
====13: {{ns:13}}====&lt;br /&gt;
&lt;br /&gt;
This is a talk namespace that is normally used for discussions related to the associated help pages.  It has no special properties.&lt;br /&gt;
&lt;br /&gt;
===={{ns:14}}====&lt;br /&gt;
&lt;br /&gt;
The {{ns:14}} namespace contains [[Help:Categories|categories]], dynamic lists of other pages.  To facilitate this, linking &#039;&#039;directly&#039;&#039; to a category page does not output an inline link, but instead includes the page into the associated category page.  So the code &amp;lt;tt style=&amp;quot;white-space:nowrap&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;{{ns:14}}&amp;lt;nowiki&amp;gt;:Help]]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; causes a category link to appear at the bottom of the page (at the bottom in the box marked &amp;quot;{{MediaWiki:Pagecategories}}&amp;quot;). Clicking on that link takes you to the category page, where this page is visible in the category list.  To create an inline link to a category page, you need to add a colon to the front of the namespace: &amp;lt;tt style=&amp;quot;white-space:nowrap&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;[[:&amp;lt;/nowiki&amp;gt;{{ns:14}}&amp;lt;nowiki&amp;gt;:Help]]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; produces [[:{{ns:14}}:Help]].  See [[Help:Categories]] for more details on category link syntax.&lt;br /&gt;
&lt;br /&gt;
===={{ns:15}}====&lt;br /&gt;
&lt;br /&gt;
This is a talk namespace that is normally used for discussions related to the associated category pages.  It has no special properties.&lt;br /&gt;
&lt;br /&gt;
==Localisation==&lt;br /&gt;
Namespace names and aliases can be localized in TranslateWiki.net, using the special page [[translatewiki:Special:AdvancedTranslate|AdvancedTranslate]]. To get started, visit [[translatewiki:Special:FirstSteps]].&lt;br /&gt;
&lt;br /&gt;
===Renaming namespaces===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=0 style=float:right&lt;br /&gt;
|-&lt;br /&gt;
!{{hl2}}|Canonical name&lt;br /&gt;
!{{hl2}}|Localized name&lt;br /&gt;
|-&lt;br /&gt;
| Media          || {{ns:-2}}&lt;br /&gt;
|-&lt;br /&gt;
| Special        || {{ns:-1}}&lt;br /&gt;
|-&lt;br /&gt;
|(Main)          || {{ns:0}}&lt;br /&gt;
|-&lt;br /&gt;
| Talk           || {{ns:1}}&lt;br /&gt;
|-&lt;br /&gt;
| User           || {{ns:2}}&lt;br /&gt;
|-&lt;br /&gt;
| User talk      || {{ns:3}}&lt;br /&gt;
|-&lt;br /&gt;
| Project        || {{ns:4}}&lt;br /&gt;
|-&lt;br /&gt;
| Project talk   || {{ns:5}}&lt;br /&gt;
|-&lt;br /&gt;
| File           || {{ns:6}}&lt;br /&gt;
|-&lt;br /&gt;
| File talk      || {{ns:7}}&lt;br /&gt;
|-&lt;br /&gt;
| MediaWiki      || {{ns:8}}&lt;br /&gt;
|-&lt;br /&gt;
| MediaWiki talk || {{ns:9}}&lt;br /&gt;
|-&lt;br /&gt;
| Template       || {{ns:10}}&lt;br /&gt;
|-&lt;br /&gt;
| Template talk  || {{ns:11}}&lt;br /&gt;
|-&lt;br /&gt;
| Help           || {{ns:12}}&lt;br /&gt;
|-&lt;br /&gt;
| Help talk      || {{ns:13}}&lt;br /&gt;
|-&lt;br /&gt;
| Category       || {{ns:14}}&lt;br /&gt;
|-&lt;br /&gt;
| Category talk  || {{ns:15}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Namespace names can be translated into languages other than English and individual namespaces can be renamed, as set by a wiki&#039;s system admins.  These names are known as the &#039;localized&#039; namespace names. However, all namespaces have a &#039;canonical name&#039;, the original English name which will work on any installation of MediaWiki. So linking to [[User:Foo]] will always locate the user page for the user foo, whether the wiki is in French (where the localized name would be [[:Utilisateur:Foo]]), Russian ([[:Участник:Foo]]), or Hindi ([[:सदस्य:Foo]]). The canonical namespace names are given in the table to the right along with their localized names on this wiki.&lt;br /&gt;
&lt;br /&gt;
===Namespace aliases===&lt;br /&gt;
On some wikis there are also namespace &#039;&#039;aliases&#039;&#039;: alternative names that will also be resolved to the localised names.  For instance, a wiki might define &amp;quot;T&amp;quot; as an alias for {{ns:10}}, such that typing [[T:Foo]] is equivalent to [[{{ns:10}}:Foo]], saving a few characters and seconds. An actual example would be on the [[wikipedia:|English Wikipedia]], where &amp;quot;WP&amp;quot; is an alias for {{ns:4}}, which is the namespace &amp;quot;Wikipedia&amp;quot;. By default, &amp;quot;Image&amp;quot; is an alias for {{ns:6}}, so &amp;lt;tt style=&amp;quot;white-space:nowrap;&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;[[Image:Wiki.png]]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; is equivalent to &amp;lt;tt style=&amp;quot;white-space:nowrap;&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;{{ns:6}}&amp;lt;nowiki&amp;gt;:Wiki.png]]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Custom namespaces===&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;See {{mediawiki|Manual:Using custom namespaces}} for more information&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Some wikis may wish to organise their content in ways that do not fit into this standard set of namespaces.  A wiki may define additional namespaces to facilitate this; these namespaces behave exactly like normal namespaces, and generally have indices greater than or equal to 100.  These custom namespaces generally have no special properties.&lt;br /&gt;
&lt;br /&gt;
==Identifying namespaces==&lt;br /&gt;
&lt;br /&gt;
There are a number of ways by which the namespace of a particular page can be identified:&lt;br /&gt;
&lt;br /&gt;
;Magic words&lt;br /&gt;
&lt;br /&gt;
The [[Help:Magic word|magic word]] &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{NAMESPACE}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; returns the value of the namespace the page is in.&lt;br /&gt;
&lt;br /&gt;
;JavaScript&lt;br /&gt;
&lt;br /&gt;
The JavaScript variable &amp;lt;tt&amp;gt;wgCanonicalNamespace&amp;lt;/tt&amp;gt; contains the full namespace name.  The variable &amp;lt;tt&amp;gt;wgNamespaceNumber&amp;lt;/tt&amp;gt; contains the numerical index of the namespace.&lt;br /&gt;
&lt;br /&gt;
;CSS&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;body&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; tag of the HTML page output is given two CSS classes that vary by namespace: A class &amp;lt;tt&amp;gt;ns-#&amp;lt;/tt&amp;gt;, where # is the index of the namespace, and &amp;lt;tt&amp;gt;ns-XXX&amp;lt;/tt&amp;gt;, where XXX is &amp;quot;&amp;lt;tt&amp;gt;subject&amp;lt;/tt&amp;gt;&amp;quot; for all {{mediawiki|Manual:Namespace#Subject and talk namespaces|subject namespaces}}, &amp;quot;&amp;lt;tt&amp;gt;special&amp;lt;/tt&amp;gt;&amp;quot; for pages in the {{ns:-1}} namespace, and &amp;quot;&amp;lt;tt&amp;gt;talk&amp;lt;/tt&amp;gt;&amp;quot; for {{mediawiki|Manual:Namespace#Subject and talk namespaces|talk namespaces}}. So CSS code such as the following can be used to change the appearance of an object based on its namespace:&lt;br /&gt;
&amp;lt;source lang=css&amp;gt;&lt;br /&gt;
.ns-subject a &lt;br /&gt;
{   /* Almost all links on subject pages to be green. */&lt;br /&gt;
    color: #00FF00;&lt;br /&gt;
}&lt;br /&gt;
.ns-talk a &lt;br /&gt;
{      /* Links on talk pages to be blue. */&lt;br /&gt;
    color: #0000FF;&lt;br /&gt;
}&lt;br /&gt;
.ns-3 a &lt;br /&gt;
{         /* and links on user talk pages to be red */&lt;br /&gt;
    color: #FF0000;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;API&lt;br /&gt;
&lt;br /&gt;
You can get a complete list of all the namespaces used on this wiki from the API:&lt;br /&gt;
&lt;br /&gt;
:http://www.mediawiki.org/w/api.php?action=query&amp;amp;meta=siteinfo&amp;amp;siprop=namespaces&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{mediawiki|Manual:Namespace}}&lt;br /&gt;
* {{mediawiki|Manual:Using custom namespaces}}&lt;br /&gt;
&lt;br /&gt;
{{Languages}}&lt;br /&gt;
[[Category:Help|Namespaces]]&lt;br /&gt;
[[Category:Namespace|Namespaces]]&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Manual:Hooks/SiteNoticeBefore&amp;diff=498915</id>
		<title>Manual:Hooks/SiteNoticeBefore</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Manual:Hooks/SiteNoticeBefore&amp;diff=498915"/>
		<updated>2012-02-13T21:30:46Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: called from Skin.php&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MediaWikiHook|name=SiteNoticeBefore|version=1.7.0|args=&amp;amp;$siteNotice|source=Skin.php|summary=Used to modify the [[Manual:Interface/Sitenotice|sitenotice]] before it has been created from $wgSiteNotice. Return false to suppress site notice.}}&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;br /&gt;
&lt;br /&gt;
* $siteNotice: Empty string, ignored.&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Manual:Hooks/SiteNoticeAfter&amp;diff=498913</id>
		<title>Manual:Hooks/SiteNoticeAfter</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Manual:Hooks/SiteNoticeAfter&amp;diff=498913"/>
		<updated>2012-02-13T21:29:53Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: called from Skin.php&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MediaWikiHook|name=SiteNoticeAfter|version=1.7.0|args=&amp;amp;$siteNotice|source=Skin.php|summary=Used to modify the site notice after it has been created from $wgSiteNotice}}&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;br /&gt;
&lt;br /&gt;
* $siteNotice: String with HTML for [[Manual:Interface/Sitenotice|sitenotice]].&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Manual:Load.php&amp;diff=498358</id>
		<title>Manual:Load.php</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Manual:Load.php&amp;diff=498358"/>
		<updated>2012-02-13T00:34:30Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MW file|load.php|/}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;load.php&#039;&#039;&#039; is a script for the front-end to hook into for loading [[ResourceLoader]] modules.&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;br /&gt;
First it checks the PHP version, which must be 5.2.3. or higher, and it includes [[Manual:WebStart.php|WebStart.php]]. Next, it creates a [http://svn.wikimedia.org/doc/classResourceLoader.html &amp;lt;code&amp;gt;ResourceLoader&amp;lt;/code&amp;gt; object] and calls its &amp;lt;code&amp;gt;respond()&amp;lt;/code&amp;gt; method, which outputs the specified resource content, including a content-type header.&lt;br /&gt;
&lt;br /&gt;
{{Languages}}&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Extension:GraphViz/v0.9&amp;diff=498313</id>
		<title>Extension:GraphViz/v0.9</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Extension:GraphViz/v0.9&amp;diff=498313"/>
		<updated>2012-02-12T21:59:39Z</updated>

		<summary type="html">&lt;p&gt;MrBlueSky: /* Graphviz */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Extension&lt;br /&gt;
|name      = GraphViz&lt;br /&gt;
|status    = beta&lt;br /&gt;
|type      = tag&lt;br /&gt;
|author  = [[meta:User:Coffman|Coffman]], [[User:Matthewpearson|Matthew Pearson]], [[User:hummel-riegel|Thomas Hummel]], [mailto:gregory.szorc@gmail.com Gregory Szorc] and others&lt;br /&gt;
|image     = GraphViz_Logo.png&lt;br /&gt;
|version   = 0.9&lt;br /&gt;
|update    = 2010-11-01&lt;br /&gt;
|mediawiki =&lt;br /&gt;
|php       = needed&lt;br /&gt;
|download  = {{WikimediaDownload|GraphViz}}&lt;br /&gt;
|readme    =&lt;br /&gt;
|changelog =&lt;br /&gt;
|description = Render Graphs online&lt;br /&gt;
|parameters= some&lt;br /&gt;
|rights    =&lt;br /&gt;
|license   = FDL&lt;br /&gt;
|example   = http://www.graphviz.org/Gallery.php&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;GraphViz&#039;&#039;&#039; is a MediaWiki extension that lets you create and display graphs as inline images on wiki pages, using the open-source Graphviz and Mscgen applications:&lt;br /&gt;
* [[w:Graphviz|Graphviz]] is a program that allows the creation of numerous types of graphs, using the [[w:DOT language|DOT]] language. &lt;br /&gt;
* [[w:Mscgen|Mscgen]] is a small program that parses [[w:Message Sequence Chart|Message Sequence Chart]] descriptions. Unlike Graphviz, this program does no clever layout operations or spline routing, as this is not needed.&lt;br /&gt;
&lt;br /&gt;
Automatic graph drawing has many important applications in software engineering, database and web design, networking, and in visual interfaces for many other domains.&lt;br /&gt;
&lt;br /&gt;
Additionally, this extension supports multiple graphs on one page, wiki-links in graphs, and automatic pruning of old images.&lt;br /&gt;
&lt;br /&gt;
== Contributions and history ==&lt;br /&gt;
* In 2004 the user [[meta:User:Coffman|Coffman]] created an extension to MediaWiki in response to a basic need: rendering graphs online. He found the utility Graphviz in use on another wiki application, and thought about adapting it for MediaWiki (the wiki he actually used). Exploring the Graphviz tool, he discovered an incredible tool for making graphs.&lt;br /&gt;
* Later on, many people improved the extension on their own or provided little bug fixes as snippets on the discussion page. This led to several functional solutions for different use cases, and to a bit of chaos.&lt;br /&gt;
* In 2006 Gregory Szorc independently created [http://web.archive.org/web/20071217001132/http://opensource.case.edu/svn/MediaWikiHacks/extensions/Graphviz/trunk/Graphviz.php his own GraphViz extension], this one called &amp;quot;Graphviz&amp;quot; (small &amp;quot;v&amp;quot;), that included some helpful features like autopruning.&lt;br /&gt;
* Also in 2006, Ruud Schramp created the [[Extension:MscGen|MscGen]] extension, adapting the code from the GraphViz extension to work with MscGen.&lt;br /&gt;
* In 2008 Matthew Pearson created the extension [[Extension:GraphVizAndMSCGen|GraphVizAndMSCGen]], combining the code from the GraphViz with the [[Extension:MscGen|MscGen]] extension.&lt;br /&gt;
* In 2010 [[User:hummel-riegel|Thomas Hummel]] merged these and other versions, along with his own fixes, to try to create a working solution for several OSes in one file.&lt;br /&gt;
* In 2011 [[User:Jeroen De Dauw|Jeroen De Dauw]] uploaded the resulting code onto [http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/GraphViz/ MediaWiki SVN].&lt;br /&gt;
&lt;br /&gt;
== Install Instructions ==&lt;br /&gt;
=== Graphviz ===&lt;br /&gt;
# First, you need at least one of the external tools &amp;quot;Graphviz&amp;quot; or &amp;quot;MscGen&amp;quot; that renders your graph.&lt;br /&gt;
## Windows: Get your copy here: http://www.graphviz.org/Download.php or here http://www.mcternan.me.uk/mscgen/&lt;br /&gt;
## Unix: Same links as for windows but normally it should be preinstalled (at least graphviz - search for dot) or can be found in the package manager.&lt;br /&gt;
## Ubuntu/Debian: sudo aptitude install graphviz-dev&lt;br /&gt;
# Then obtain the Graphviz extension code [[Special:ExtensionDistributor/GraphViz|by downloading a snapshot]] or [http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/GraphViz/ getting it from SVN], and then put it in your MediaWiki &amp;quot;/extensions/GraphViz&amp;quot; directory.&lt;br /&gt;
## Ubuntu 10.10 comes with an earlier version of the GraphViz extension pre-installed - this is a very old version, though, so you&#039;d be better off replacing it.&lt;br /&gt;
# Add these lines to [[Manual:LocalSettings.php|LocalSettings.php]]:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
include(&amp;quot;extensions/GraphViz/GraphViz.php&amp;quot;); //includes the extension&amp;lt;br /&amp;gt;&lt;br /&gt;
$wgGraphVizSettings-&amp;gt;execPath = &amp;quot;/path/to/graphviz/&amp;quot;; //Path to the Graphviz Installation&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
:&#039;&#039;&#039;&#039;&#039;Windows Default&#039;&#039;&#039;: &amp;quot;C:/Program Files/Graphviz/bin/&amp;quot;  (without dot.exe) or &amp;quot;C:\\Program Files\\Graphviz\\bin\\&amp;quot;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
:&#039;&#039;&#039;&#039;&#039;Other Platform&#039;&#039;&#039; : &amp;quot;/usr/bin/&amp;quot;  or &amp;quot;/usr/local/bin/&amp;quot; (where the dot binary is)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Make sure that write permissions for the &amp;quot;$IP/images&amp;quot; directory are granted.&lt;br /&gt;
* Make sure that internet users get read/execute access on your executables if you use server installations. (Especially under Windows.)&lt;br /&gt;
&lt;br /&gt;
=== MscGen ===&lt;br /&gt;
The same procedure as with Graphviz - the path to MscGen has to be provided in LocalSettings.php:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;$wgGraphVizSettings-&amp;gt;mscgenPath = &amp;quot;/usr/bin/&amp;quot;;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Differences from previous versions ===&lt;br /&gt;
* The variable $dotCommand that points only to the dot executable is replaced (like in [[Extension:GraphVizAndMSCGen]]) with $execPath and $mscgenPath that let you choose between several renderers.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
There are some additional configuration parameters that help you to define a basic behaviour of the extension. If you don&#039;t use these parameters they contain a default value that leads to a (hopefully) good usage of the extension.&lt;br /&gt;
For each parameter add the line &amp;lt;code&amp;gt;$wgGraphVizSettings-&amp;gt;&#039;&#039;ParameterName&#039;&#039;&amp;lt;/code&amp;gt; in your LocalSettings.php after the &amp;lt;code&amp;gt;include(&amp;quot;extensions/Graphviz.php&amp;quot;);&amp;lt;/code&amp;gt;-line.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; &lt;br /&gt;
! Parameter !! Default Value !! Values !! Description&lt;br /&gt;
|-&lt;br /&gt;
| execPath || &amp;quot;C:/Program Files/ATT/Graphviz/bin/&amp;quot; || || (Windows) Path to the GraphViz executables with the dot.exe, circo.exe, fpdp.exe, neato.exe, twopi.exe&lt;br /&gt;
|-&lt;br /&gt;
| execPath || &amp;quot;/usr/bin/dot&amp;quot; || ||(Unix/linux) Path to the Graphviz executables (mainly it points to /usr/bin/ or to /usr/local/bin/) or you use $DOT_PATH&lt;br /&gt;
|-&lt;br /&gt;
| mscgenPath || -none- || ||Path to the MscGen-Installation&lt;br /&gt;
|-&lt;br /&gt;
| outputType || png || see [[#Renderers]] ||Which image format do you want to produce?&lt;br /&gt;
|-&lt;br /&gt;
| imageFormatting || true || true, false || Do you want to define position, border or thumb for the image (not fully supported see [[#Formatting|here]])&lt;br /&gt;
|-&lt;br /&gt;
| named || named || named, md5, sha1 || How are the images and imagemaps named on your drive? (see [[#Naming of the Images]])&lt;br /&gt;
|-&lt;br /&gt;
| info || false || true, false ||Adds information about the parameters given, e.g. renderers used, for use on the wiki-page. Probably most useful for debugging.&lt;br /&gt;
|-&lt;br /&gt;
| install || false || true, false || Gets you an errormessage if something fails, but maybe ruins your wiki&#039;s look. This message is in English, always. (not well implemented actually)&lt;br /&gt;
|-&lt;br /&gt;
| pruneEnabled || false || true, false || Do you want an automated pruning procedure each time you render a new graph?&lt;br /&gt;
|-&lt;br /&gt;
| pruneStrategy || filenumber || filenumber, filesize || Do you want to prune if there are too many files or if they need too much disc space&lt;br /&gt;
|-&lt;br /&gt;
| pruneAmount || 10000 || positive number || Defines the maximum files/filesize you accept for pruneStrategy&lt;br /&gt;
|-&lt;br /&gt;
| pruneValue || 0.5 || 0&amp;lt; number &amp;lt;=1 || Defines how many files are being pruned (0.5 = 50%)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
You don&#039;t need to set these values if everything works fine for you. They are used in the LocalSettings.php only for the default behaviour of all graphs in this wiki. Some parameters can be set for each individual graph (see [[#Renderer]] or [[#Image-Types]]).&lt;br /&gt;
&lt;br /&gt;
=== Naming of the Images ===&lt;br /&gt;
There are several ways to name the graphs. Each of them has some benefits and some problems. You set the Naming-Scheme by setting $wgGraphVizSettings-&amp;gt;named in the LocalSettings.php (See [[#Configuration]]).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; &lt;br /&gt;
! Naming Type !! Description !! Pros/Cons !! Example&lt;br /&gt;
|-&lt;br /&gt;
| named || The storagename is the name of the wikipage and the name of the graph || + human&amp;amp;nbsp;readable&amp;lt;br/&amp;gt;+ no cleanup necessary&amp;lt;br/&amp;gt;- two graphs need separate names || Graphviz_Sample---digraph+NAME.png&lt;br /&gt;
|-&lt;br /&gt;
| md5 || name of your graph is based on a md5 hash of its source ||  + don&#039;t worry about graphnames&amp;lt;br/&amp;gt;+ pretty fast hash&amp;lt;br/&amp;gt;- permanent cleanup necesary (manually or scripted)&amp;lt;br/&amp;gt;md5 is buggy - possibility that 2 graphs have the same hash but are not the same|| Graphviz_Sample---0a1e0c6bb9c6d3af6486d8f3de657f0f.png&lt;br /&gt;
|-&lt;br /&gt;
| sha1 || name of your graph is based on a SHA1 hash of its source || + don&#039;t worry about graphnames&amp;lt;br/&amp;gt; + no hash-bug as md5&amp;lt;br/&amp;gt; - permanent cleanup necessary (manually or scripted)&amp;lt;br/&amp;gt; - not so fast as md5 || Graphviz_Sample---a3862ef7e7f889778f0259657b07ba985197ef88.png&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Drawing Graphs ==&lt;br /&gt;
Basically you only need to write your Graph in the [[w:DOT language|dot language]] (or any other supported language) and put it into &amp;lt;code&amp;gt;&amp;lt;graphviz&amp;gt;dot-commands&amp;lt;/graphviz&amp;gt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;lt;mscgen&amp;gt;mscgen-commands&amp;lt;/mscgen&amp;gt;&amp;lt;/code&amp;gt;.&amp;lt;br/&amp;gt;&lt;br /&gt;
See the [[#Examples]] for some basic graphs - you don&#039;t even need the &amp;quot;border&amp;quot; or &amp;quot;frame&amp;quot;-tags.&lt;br /&gt;
&lt;br /&gt;
=== Mscgen ===&lt;br /&gt;
Keep in mind that mscgen uses a language _similar_ to dot but it isn&#039;t really dot. So you have to write your own code for graphviz and mscgen to display the same graph. (Furthermore the goals of graphviz and mscgen are not the same)&lt;br /&gt;
&lt;br /&gt;
Another limitation when using Mscgen is that you can&#039;t use multiple graphs on one page (if you don&#039;t use hashed storage-names).&lt;br /&gt;
&lt;br /&gt;
=== Multiple Graphs ===&lt;br /&gt;
This extension supports multiple graphs on one wiki page.&lt;br /&gt;
&lt;br /&gt;
If you name the pictures by the graph names (named=&#039;named&#039;), you just have to give the graphs different names. That means that the following two graphs can be put together on on page.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
! First Graph !! Second Graph&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;graphviz&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
graph NAME &amp;lt;nowiki&amp;gt;{&amp;lt;/nowiki&amp;gt;...&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;}&amp;lt;/nowiki&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;/graphviz&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
||&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;graphviz&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
graph ANOTHERNAME {...&amp;lt;br/&amp;gt;&lt;br /&gt;
}&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;/graphviz&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
This doesn&#039;t work for Mscgen graphs, because custom names aren&#039;t supported. But you can put one Mscgen graph and multiple Graphviz graphs on one page.&lt;br /&gt;
&lt;br /&gt;
If your pictures are named with md5- or sha1-hashes then you can have multiple graphs of each type (Graphviz and/or Mscgen) on your page. Keep in mind that you should clean up your image-directory from time to time, because the hash changes when the code has been modified. (See [[#Naming of the images]])&lt;br /&gt;
&lt;br /&gt;
=== Wiki-links ===&lt;br /&gt;
In dot you can define an URL for each node. This is normally done before defining the graph. See [[#Example3]] for an example with Wiki-links.&lt;br /&gt;
&lt;br /&gt;
In case you need an external URL, write:&lt;br /&gt;
:&amp;lt;code&amp;gt;Mollusca [URL=&amp;quot;http://www.mollusca.animal&amp;quot;];&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And for an internal link in your wiki, write:&lt;br /&gt;
:&amp;lt;code&amp;gt;Mollusca [URL=&amp;quot;Mollusca&amp;quot;];&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
That&#039;s all.&lt;br /&gt;
&lt;br /&gt;
=== Wiki styling ===&lt;br /&gt;
In case you want to put some kind of structure into your page you can use some image attributes as for any other image (in the style of regular MediaWiki syntax), like here: [[w:Extended_image_syntax]]).&lt;br /&gt;
&lt;br /&gt;
The attributes are used like HTML attributes (e.g. &amp;lt;code&amp;gt;&amp;lt;graphviz caption=&amp;quot;Hello World&amp;quot;&amp;gt;...dot...&amp;lt;/graphviz&amp;gt;&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Attribute !! Description !! Value&lt;br /&gt;
|-&lt;br /&gt;
| caption || Adds a caption to the graph (if bordered or thumbed) || some string&lt;br /&gt;
|-&lt;br /&gt;
| alt || Alternative text for graph (if not set caption is used and at least a default string) || some string&lt;br /&gt;
|-&lt;br /&gt;
| border || Adds a border around the graph || frame, border&lt;br /&gt;
|-&lt;br /&gt;
| location || Defines the position of the graph || left, middle, center, right, none&lt;br /&gt;
|-&lt;br /&gt;
| alignment || Vertical alignment to the text || baseline, middle, sub, super, text-top, text-bottom, top, bottom&lt;br /&gt;
|-&lt;br /&gt;
| type || Several changes in design || frame, framed, thumb, thumbmail, frameless&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Please bear in mind that these features are not fully identical to MediaWiki&#039;s image attributes.&lt;br /&gt;
Differences/inconsistences are:&lt;br /&gt;
* In case of thumbed images the image-map isn&#039;t scaled down, so it won&#039;t fit anymore&lt;br /&gt;
* In case of thumbed images, they do not link to an image-page with a further description of the license and the picture in a higher resolution - we only add a (+)-sign to the caption with the direct link to the image.&lt;br /&gt;
* a framed and centered image will have a border with a width of 100%&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alternative:&#039;&#039;&#039; You could link to your images directly if you want to. So you could put the graph into &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div style=&amp;quot;visibility:none;&amp;quot;&amp;gt;&amp;lt;graphviz&amp;gt;...&amp;lt;/graphviz&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; and put the image of the graph anywhere into your page (or in any other page) via the &amp;quot;img&amp;quot; tag.&lt;br /&gt;
* If you use the named=&#039;named&#039;-setting the graph names won&#039;t change and can be used easily.&lt;br /&gt;
* You have to allow linking to external images (since the images are not in the db) (and you can restrict it to your domain for security)&lt;br /&gt;
* you cannot use imagemaps that easily&lt;br /&gt;
&lt;br /&gt;
=== Renderer ===&lt;br /&gt;
This extension can handle two applications for graph-drawing: Graphviz and Mscgen.&lt;br /&gt;
Graphviz comes with several rendering engines and Mscgen has its own. For Graphviz, different renderers are ideal depending on the use case. More information on the renderers for each application can be found on their respective websites.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Renderer !! Description &lt;br /&gt;
|-&lt;br /&gt;
| dot || typical hierachical layout with a &amp;quot;start&amp;quot; and an &amp;quot;end&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| neato || &amp;quot;spring model&amp;quot; layout&lt;br /&gt;
|-&lt;br /&gt;
| fdp || like neato but better for larger graphs&lt;br /&gt;
|-&lt;br /&gt;
| sfdp || fdp multiscale version&lt;br /&gt;
|-&lt;br /&gt;
| circo || circular layout like for telecommunication networks&lt;br /&gt;
|-&lt;br /&gt;
| twopi || radial layout with &amp;quot;start&amp;quot; in the middle&lt;br /&gt;
|-&lt;br /&gt;
| mscgen || message sequence charts&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
You can define a renderer as the default (see [[#Configuration]]), or set it in an individual graph with an attribute (-&amp;gt; &amp;lt;code&amp;gt;&amp;lt;graphviz renderer=&#039;neato&#039;&amp;gt;...dot...&amp;lt;/graphviz&amp;gt;&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
=== Image types ===&lt;br /&gt;
Graphviz and Mscgen can produce a huge amount of different image types (see more on their websites). The GraphViz extension supports only some of them:&lt;br /&gt;
* Graphviz: bmp, gif, jpg, jpeg, png, svg, svgz&lt;br /&gt;
* Mscgen: png, svg&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; To display vector-graphics you have to configure your wiki installation properly (-&amp;gt; [[SVG]])&lt;br /&gt;
&lt;br /&gt;
You can define an image type as default (-&amp;gt; [[#Configuration]]) or add it to the individual graph with an attribute (-&amp;gt; &amp;lt;code&amp;gt;&amp;lt;graphviz outputType=&#039;jpg&#039;&amp;gt;...dot...&amp;lt;/graphviz&amp;gt;&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
For a start you can try these Examples:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1&#039;&#039;&#039;&lt;br /&gt;
[[Image:Graphviz_Example1.png|thumb|&amp;quot;Hello World&amp;quot; graph for example no. 1]]&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 &amp;lt;graphviz border=&#039;frame&#039; format=&#039;png&#039;&amp;gt;&lt;br /&gt;
  digraph example1 {Hello-&amp;gt;World!}&lt;br /&gt;
 &amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2&#039;&#039;&#039;&lt;br /&gt;
[[Image:Graphviz_Example2.png|thumb|Example No. 2 rendered with neato]]&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 &amp;lt;graphviz renderer=&#039;neato&#039; caption=&#039;Hello Neato&#039;&amp;gt;&lt;br /&gt;
 graph EXAMPLE2 {&lt;br /&gt;
    run -- intr;&lt;br /&gt;
    intr -- runbl;&lt;br /&gt;
    runbl -- run;&lt;br /&gt;
    run -- kernel;&lt;br /&gt;
    kernel -- zombie;&lt;br /&gt;
    kernel -- sleep;&lt;br /&gt;
    kernel -- runmem;&lt;br /&gt;
    sleep -- swap;&lt;br /&gt;
    swap -- runswap;&lt;br /&gt;
    runswap -- new;&lt;br /&gt;
    runswap -- runmem;&lt;br /&gt;
    new -- runmem;&lt;br /&gt;
    sleep -- runmem;&lt;br /&gt;
 }&lt;br /&gt;
 &amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 3&#039;&#039;&#039;&lt;br /&gt;
[[Image:Graphviz_Example3.png|thumb|A more complex graph as defined by Example No. 3 (original imagemap contains (Wiki-)Links)]]&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 &amp;lt;graphviz caption=&#039;Hello SVG and PNG&#039; alt=&#039;phylogenetic tree&#039; format=&#039;png&#039;&amp;gt;&lt;br /&gt;
 digraph G {&lt;br /&gt;
 		node [shape=plaintext];&lt;br /&gt;
 		Mollusca [URL=&amp;quot;Mollusca&amp;quot;];&lt;br /&gt;
 		Neomeniomorpha [URL=&amp;quot;Neomeniomorpha&amp;quot;];&lt;br /&gt;
 		X1 [shape=point,label=&amp;quot;&amp;quot;];&lt;br /&gt;
 		Caudofoveata [URL=&amp;quot;Caudofoveata&amp;quot;];&lt;br /&gt;
 		Testaria [URL=&amp;quot;Testaria&amp;quot;];&lt;br /&gt;
 		Polyplacophora [URL=&amp;quot;Polyplacophora&amp;quot;];&lt;br /&gt;
 		Conchifera [URL=&amp;quot;Conchifera&amp;quot;];&lt;br /&gt;
 		Tryblidiida [URL=&amp;quot;Tryblidiida&amp;quot;];&lt;br /&gt;
 		Ganglioneura [URL=&amp;quot;Ganglioneura&amp;quot;];&lt;br /&gt;
 		Bivalvia [URL=&amp;quot;Bivalvia&amp;quot;];&lt;br /&gt;
 		X2 [shape=point,label=&amp;quot;&amp;quot;];&lt;br /&gt;
 		X3 [shape=point,label=&amp;quot;&amp;quot;];&lt;br /&gt;
 		Scaphopoda [URL=&amp;quot;Scaphopoda&amp;quot;];&lt;br /&gt;
 		Cephalopoda [URL=&amp;quot;Cephalopoda&amp;quot;];&lt;br /&gt;
 		Gastropoda [URL=&amp;quot;Gastropoda&amp;quot;];&lt;br /&gt;
 		Mollusca-&amp;gt;X1-&amp;gt;Testaria-&amp;gt;Conchifera-&amp;gt;Ganglioneura-&amp;gt;X2-&amp;gt;Gastropoda&lt;br /&gt;
 		Mollusca-&amp;gt;Neomeniomorpha&lt;br /&gt;
 		X1-&amp;gt;Caudofoveata&lt;br /&gt;
 		Testaria-&amp;gt;Polyplacophora&lt;br /&gt;
 		Conchifera-&amp;gt;Tryblidiida&lt;br /&gt;
 		Ganglioneura -&amp;gt;Bivalvia&lt;br /&gt;
 		X2-&amp;gt;X3-&amp;gt;Cephalopoda&lt;br /&gt;
 		X3-&amp;gt;Scaphopoda&lt;br /&gt;
 }&lt;br /&gt;
 &amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can see many more examples of images created with Graphviz in [http://www.flickr.com/photos/kentbye/sets/72157601523153827/ this Flickr gallery].&lt;br /&gt;
&lt;br /&gt;
== Tutorials/online samples ==&lt;br /&gt;
See here for examples of this extension in use on other wikis:&lt;br /&gt;
* http://www.wikischool.de/wiki/WikiSchool:Graphviz&lt;br /&gt;
* http://wiki.zum.de/Hilfe:Graphviz&lt;br /&gt;
* http://www.wickle.com/wikis/index.php/Graphviz_extension (old)&lt;br /&gt;
* http://www.EcoReality.org/wiki/Test:Graphviz ([https://mailman.research.att.com/pipermail/graphviz-interest/2005q1/002225.html comments]) (maintained very well)&lt;br /&gt;
* http://www.nerux.org/wiki/Graphviz and http://www.nerux.org/wiki/Accueil&lt;br /&gt;
&lt;br /&gt;
== Pruning ==&lt;br /&gt;
Each time we create a new graph we&#039;re going to check the Image-Path for pruning. There are several options on how to prune. Configure pruning with the adequate parameters in LocalSettings.php (see [[#Configuration]]).&lt;br /&gt;
&lt;br /&gt;
With the default settings you don&#039;t need any pruning, because each graph is saved accoring to its name. If you update the Graph the image-file will be replaced so there will be no unnecessary file. Reasons for pruning can be: limited storage space for images, renamed or removed graphs, graphs named with a hash.&lt;br /&gt;
&lt;br /&gt;
However the best solution for pruning would be to clean up the images manually from time to time, or do it automatically with a cronjob. This saves much CPU load.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
Since I&#039;m not a very experienced developer it would be nice if some &amp;quot;experts&amp;quot; could review the code or improve it on some edges.&amp;lt;br /&amp;gt;&lt;br /&gt;
I&#039;m also happy if you&#039;d notify me about bugs or problems you have (e.g. on the Discussion page).&lt;br /&gt;
&lt;br /&gt;
=== Important points ===&lt;br /&gt;
* Check for Security Leaks&lt;br /&gt;
** especially there has been mentioned: This [former] plugin does not properly sanitize user input when generating the &amp;quot;named&amp;quot; version of the files. This can lead to clobbered files and/or more serious vulnerabilities. --[[m:User:Andy753421|Andy753421]] 04:54, 27 July 2010 (UTC)&lt;br /&gt;
** See [[Security for developers]] for specific types of vulnerabilities&lt;br /&gt;
* Sometimes there is an error of preg_replace: &amp;quot;Unknown modifier &#039;\&#039; on line 434&amp;quot; - I can&#039;t find the mistake.&lt;br /&gt;
** &#039;&#039;&#039;NOTE&#039;&#039;&#039;: You need to change the string &amp;lt;code&amp;gt;&#039;/(\w+)\s([_:%#/\w]+)\s(\d+,\d+)\s(\d+,\d+)/&#039;&amp;lt;/code&amp;gt; by &amp;lt;code&amp;gt;&#039;/(\w+)\s([_:%#\/\w]+)\s(\d+,\d+)\s(\d+,\d+)/&#039;&amp;lt;/code&amp;gt; to correct this error&lt;br /&gt;
&lt;br /&gt;
=== Things that should be done ===&lt;br /&gt;
* What to do with graphs that are too large? e.g. for the GET-request? Maybe some attribute in the &amp;lt;graphviz&amp;gt;-Tag that this is partial code and that it waits? Or at least shortening some commands, links, ...?&lt;br /&gt;
* using popen()/proc_open() instead of shell_exec() for php save-mode if possible&lt;br /&gt;
&lt;br /&gt;
=== Nice to have features ===&lt;br /&gt;
* add uploadDir to variables&lt;br /&gt;
* On my local installation a graph is rerendered very often (each hour or so) even if nothing has changed on the page. (Is this only my fault?)&lt;br /&gt;
** Can we reduce CPU load by preventing Graphviz from creating a new image if the page hasn&#039;t changed?&lt;br /&gt;
** Can I then prune all images that are older than an hour? Or do proper installations use a cache that maybe lasts a week or so?&lt;br /&gt;
* Error when setting $wgGraphVizSettings-&amp;gt;install=true on ubuntu.&lt;br /&gt;
* Generate Graphs without extra tools (directly in the browser): Canvas?, [http://www.sweeting.org/mark/blog/2005/07/12/base64-encoded-images-embedded-in-html Base 64 Encoding] see [[Extension_talk:GraphViz#Do away with serverfiles| also]], [[Extension:Graph]], ...&lt;br /&gt;
* custom shapes for nodes in Graphviz aren&#039;t supported yet (http://www.graphviz.org/Documentation/html/shapehowto.html)&lt;br /&gt;
* improve pruning&lt;br /&gt;
** save pruning settings (maybe settings-file in graphviz-folder or images folder, because of write access?)&lt;br /&gt;
*** don&#039;t prune for each graph but only check date of last pruning&lt;br /&gt;
** remove files older than some date&lt;br /&gt;
* use the image formatting with wiki syntax with the help of MW-Renderer, so that it doesn&#039;t stay hardcoded&lt;br /&gt;
* put the generated graphs into the wiki-database, so that they can be handled like normal pictures&lt;br /&gt;
&lt;br /&gt;
== Alternatives ==&lt;br /&gt;
If you don&#039;t like this extension there are some others that I find remarkable (although I tried to put the main functionality of all of them into this extension - so thank them for their ideas also).&lt;br /&gt;
* The [http://web.archive.org/web/20071217001132/http://opensource.case.edu/svn/MediaWikiHacks/extensions/Graphviz/trunk/Graphviz.php Extension by Gregory Szorc] is absolutely well coded and supports auto-pruning.&lt;br /&gt;
* [[User_talk:hummel-riegel#GraphViz-Version by Bytesmiths|GraphViz-Version by Bytesmiths]]&lt;br /&gt;
* [[Extension:Graph]] This Extension lets you draw ASCII-Art, SVG, and Graphviz-Images without(?) the use of the Graphviz-Tool&lt;br /&gt;
* [[Extension:FreeMind]] uses the FreeMind-Tool to draw graphs&lt;br /&gt;
* [[Extension:Semantic_Graph]] also uses the FreeMind-Tool to draw (as an alternative to the [[#Projects based on this extension]]&lt;br /&gt;
* [[Extension:GraphVizAndMSCGen]] built upon the old graphviz-source&lt;br /&gt;
&lt;br /&gt;
== Projects that rely on this extension ==&lt;br /&gt;
* The &amp;quot;Semantic Result Formats&amp;quot; extension is used in conjunction with the Semantic MediaWiki extension, that bundles a number of further result formats for SMW&#039;s inline queries.&lt;br /&gt;
** [[Extension:Semantic Result Formats/graph_format]] (displays connections between pages (as graph)&lt;br /&gt;
** [[Extension:Semantic Result Formats/process_format]] (displays process graphs)&lt;br /&gt;
* [[Extension:Collaboration_Diagram]] (renders and visualizes a bipartite graph of any article and its editors)&lt;/div&gt;</summary>
		<author><name>MrBlueSky</name></author>
	</entry>
</feed>