MediaWiki - Wikipedia
MediaWiki - Wikipedia
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 1 of 37
:
MediaWiki is its internationalization; its Original author(s) Magnus Manske
interface is available in more than 400
Lee Daniel Crocker
languages.[9] The software has
hundreds of configuration settings[10] Developer(s) Wikimedia Foundation
and more than 1,000 extensions Initial release January 25, 2002
available for enabling various features to Stable release 1.43.1[1] / 10 April 2025
be added or changed.[11]
Repository gerrit.wikimedia.org/g
/mediawiki/core/ (https://g
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 2 of 37
:
Installation and configuration
Installation of MediaWiki requires that the user have administrative privileges on a
server running both PHP and a compatible type of SQL database. Some users find that
setting up a virtual host is helpful if the majority of one's site runs under a framework
(such as Zope or Ruby on Rails) that is largely incompatible with MediaWiki.[12] Cloud
hosting can eliminate the need to deploy a new server.[13]
An installation PHP script is accessed via a web browser to initialize the wiki's settings.
It prompts the user for a minimal set of required parameters, leaving further changes,
such as enabling uploads,[14] adding a site logo,[15] and installing extensions, to be
made by modifying configuration settings contained in a file called
LocalSettings.php.[16] Some aspects of MediaWiki can be configured through
special pages or by editing certain pages; for instance, abuse filters can be configured
through a special page,[17] and certain gadgets can be added by creating JavaScript
pages in the MediaWiki namespace.[18] The MediaWiki community publishes a
comprehensive installation guide.[19]
Markup
One of the earliest differences between MediaWiki (and its predecessor, UseModWiki)
and other wiki engines was the use of "free links" instead of CamelCase. When
MediaWiki was created, it was typical for wikis to require text like "WorldWideWeb" to
create a link to a page about the World Wide Web; links in MediaWiki, on the other
hand, are created by surrounding words with double square brackets, and any spaces
between them are left intact, e.g. [[World Wide Web]]. This change was logical for
the purpose of creating an encyclopedia, where accuracy in titles is important.
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 3 of 37
:
MediaWiki syntax
HTML equivalent
(the "behind the scenes" Rendered output
(another type of "behind the scenes"
code (seen onscreen by a site
code
used to add formatting to viewer)
used to add formatting to text)
text)
Editing interface
MediaWiki's default page-editing tools
have been described as somewhat
challenging to learn.[24] A survey of
students assigned to use a MediaWiki-
based wiki found that when they were
asked an open question about main
problems with the wiki, 24% cited
technical problems with formatting, e.g.
"Couldn't figure out how to get an image
in. Can't figure out how to show a link
with words; it inserts a number."[25] Editing interface of MediaWiki 1.44.0-wmf.4
with syntax highlighting, showing the edit
To make editing long pages easier, toolbar of 2017 wikitext editor and some
MediaWiki allows the editing of a examples of wiki syntax
subsection of a page (as identified by its
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 4 of 37
:
header). A registered user can also indicate whether or not an edit is minor. Correcting
spelling, grammar or punctuation are examples of minor edits, whereas adding
paragraphs of new text is an example of a non-minor edit.
Sometimes while one user is editing, a second user saves an edit to the same part of the
page. Then, when the first user attempts to save the page, an edit conflict occurs. The
second user is then given an opportunity to merge their content into the page as it now
exists following the first user's page save.
MediaWiki's user interface has been localized in many different languages. A language
for the wiki content itself can also be set, to be sent in the "Content-Language" HTTP
header and "lang" HTML attribute.
VisualEditor has its own integrated wikitext editing interface known as 2017 wikitext
editor, the older editing interface is known as 2010 wikitext editor.
Tracking edits
Among the features of MediaWiki to assist in tracking edits is a Recent Changes feature
that provides a list of recent edits to the wiki. This list contains basic information about
those edits such as the editing user, the edit summary, the page edited, as well as any
tags (e.g. "possible vandalism")[31] added by customizable abuse filters and other
extensions to aid in combating unhelpful edits.[32] On more active wikis, so many edits
occur that it is hard to track Recent Changes manually. Anti-vandal software, including
user-assisted tools,[33] is sometimes employed on such wikis to process Recent Changes
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 5 of 37
:
items. Server load can be reduced by sending a continuous feed of Recent Changes to an
IRC channel that these tools can monitor, eliminating their need to send requests for a
refreshed Recent Changes feed to the API.[34][35]
Another important tool is watchlisting. Each logged-in user has a watchlist to which the
user can add whatever pages he or she wishes. When an edit is made to one of those
pages, a summary of that edit appears on the watchlist the next time it is refreshed.[36]
As with the recent changes page, recent edits that appear on the watchlist contain
clickable links for easy review of the article history and specific changes made.
There is also the capability to review all edits made by any particular user. In this way, if
an edit is identified as problematic, it is possible to check the user's other edits for
issues.
MediaWiki allows one to link to specific versions of articles. This has been useful to the
scientific community, in that expert peer reviewers could analyse articles, improve them
and provide links to the trusted version of that article.[37]
Navigation
Wikilinks
Navigation through the wiki is largely through internal wikilinks. MediaWiki's wikilinks
implement page existence detection, in which a link is colored blue if the target page
exists on the local wiki and red if it does not. If a user clicks on a red link, they are
prompted to create an article with that title. Page existence detection makes it practical
for users to create "wikified" articles—that is, articles containing links to other pertinent
subjects—without those other articles being yet in existence.
Interwiki links
Interwiki links function much the same way as namespaces. A set of interwiki prefixes
can be configured to cause, for instance, a page title of wikiquote:Jimbo Wales to
direct the user to the Jimbo Wales article on Wikiquote.[38] Unlike internal wikilinks,
interwiki links lack page existence detection functionality, and accordingly there is no
way to tell whether a blue interwiki link is broken or not.
Interlanguage links
Interlanguage links are the small navigation links that show up in the sidebar in most
MediaWiki skins that connect an article with related articles in other languages within
the same Wiki family. This can provide language-specific communities connected by a
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 6 of 37
:
larger context, with all wikis on the same server
or each on its own server.[39]
Content organization
Each page has an associated history page from which the user can access every version
of the page that has ever existed and generate diffs between two versions of his choice.
Users' contributions are displayed not only here, but also via a "user contributions"
option on a sidebar. In a 2004 article, Carl Challborn and Teresa Reimann noted that
"While this feature may be a slight deviation from the collaborative, 'ego-less' spirit of
wiki purists, it can be very useful for educators who need to assess the contribution and
participation of individual student users."[42]
Namespaces
MediaWiki provides many features beyond hyperlinks for structuring content. One of
the earliest such features is namespaces. One of Wikipedia's earliest problems had been
the separation of encyclopedic content from pages pertaining to maintenance and
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 7 of 37
:
communal discussion, as well as personal pages about encyclopedia editors.
Namespaces are prefixes before a page title (such as "User:" or "Talk:") that serve as
descriptors for the page's purpose and allow multiple pages with different functions to
exist under the same title. For instance, a page titled "[[The Terminator]]", in the
default namespace, could describe the 1984 movie starring Arnold Schwarzenegger,
while a page titled "[[User:The Terminator]]" could be a profile describing a user
who chooses this name as a pseudonym. More commonly, each namespace has an
associated "Talk:" namespace, which can be used to discuss its contents, such as
"User talk:" or "Template talk:". The purpose of having discussion pages is to
allow content to be separated from discussion surrounding the content.[43][44]
Namespaces can be viewed as folders that separate different basic types of information
or functionality. Custom namespaces can be added by the site administrators. There are
16 namespaces by default for content, with 2 "pseudo-namespaces" used for dynamically
generated "Special:" pages and links to media files. Each namespace on MediaWiki is
numbered: content page namespaces have even numbers and their associated talk page
namespaces have odd numbers.[45]
Category tags
Users can create new categories and add pages and files to those categories by
appending one or more category tags to the content text. Adding these tags creates links
at the bottom of the page that take the reader to the list of all pages in that category,
making it easy to browse related articles.[46] The use of categorization to organize
content has been described as a combination of:
Subpages
In addition to namespaces, content can be ordered using subpages. This simple feature
provides automatic breadcrumbs of the pattern [[Page title/Subpage title]]
from the page after the slash (in this case, "Subpage title") to the page before the slash
(in this case, "Page title").
Customization
If the feature is enabled, users can customize their stylesheets and configure client-side
JavaScript to be executed with every pageview. On Wikipedia, this has led to a large
number of additional tools and helpers developed through the wiki and shared among
users. For instance, navigation popups is a custom JavaScript tool that shows previews
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 8 of 37
:
of articles when the user hovers over links and
also provides shortcuts for common
maintenance tasks. [48]
Templates are structured documents containing attribute–value pairs. They are defined
with parameters, to which are assigned values when transcluded on an article page. The
name of the parameter is delimited from the value by an equals sign. A class of
templates known as infoboxes is used on Wikipedia to collect and present a subset of
information about its subject, usually on the top (mobile view) or top right-hand corner
(desktop view) of the document.
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 9 of 37
:
Pages in other namespaces can also be transcluded as templates. In particular, a page in
the main namespace can be transcluded by prefixing its title with a colon; for example,
{{:MediaWiki}} transcludes the article "MediaWiki" from the main namespace. Also,
it is possible to mark the portions of a page that should be transcluded in several ways,
the most basic of which are:[50]
Templates have found many different uses. Templates enable users to create complex
table layouts that are used consistently across multiple pages, and where only the
content of the tables gets inserted using template parameters. Templates are frequently
used to identify problems with a Wikipedia article by putting a template in the article.
This template then outputs a graphical box stating that the article content is disputed or
in need of some other attention, and also categorize it so that articles of this nature can
be located. Templates are also used on user pages to send users standard messages
welcoming them to the site,[51] giving them awards for outstanding contributions,[52]
[53] warning them when their behavior is considered inappropriate,[54] notifying them
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 10 of 37
:
blocking of users from editing. MediaWiki's available controls on editing rights have
been deemed sufficient for publishing and maintaining important documents such as a
manual of standard operating procedures in a hospital.[57]
MediaWiki comes with a basic set of features related to restricting access, but its original
and ongoing design is driven by functions that largely relate to content, not content
segregation. As a result, with minimal exceptions (related to specific tools and their
related "Special" pages), page access control has never been a high priority in core
development and developers have stated that users requiring secure user access and
authorization controls should not rely on MediaWiki, since it was never designed for
these kinds of situations. For instance, it is extremely difficult to create a wiki where
only certain users can read and access some pages.[58] Here, wiki engines like Foswiki,
MoinMoin and Confluence provide more flexibility by supporting advanced security
mechanisms like access control lists.
Extensibility
The MediaWiki codebase contains various hooks using callback functions to add
additional PHP code in an extensible way. This allows developers to write extensions
without necessarily needing to modify the core or having to submit their code for review.
Installing an extension typically consists of adding a line to the configuration file,
though in some cases additional changes such as database updates or core patches are
required.
Five main extension points were created to allow developers to add features and
functionalities to MediaWiki. Hooks are run every time a certain event happens; for
instance, the ArticleSaveComplete hook occurs after a save article request has been
processed.[59] This can be used, for example, by an extension that notifies selected users
whenever a page edit occurs on the wiki from new or anonymous users.[60] New tags
can be created to process data with opening and closing tags (<newtag>...
</newtag>).[61] Parser functions can be used to create a new command
({{#if:...|...|...}}).[62] New special pages can be created to perform a specific
function. These pages are dynamically generated. For example, a special page might
show all pages that have one or more links to an external site or it might create a form
providing user submitted feedback.[63] Skins allow users to customize the look and feel
of MediaWiki.[64] A minor extension point allows the use of Amazon S3 to host image
files.[65]
Extensions
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 11 of 37
:
Text manipulation
Among the most popular extensions is a parser
function extension, ParserFunctions, which
allows different content to be rendered based on
the result of conditional statements.[66] These
conditional statements can perform functions
such as evaluating whether a parameter is
empty, comparing strings, evaluating
mathematical expressions, and returning one of
two values depending on whether a page exists. Tim Starling in 2008
It was designed as a replacement for a
notoriously inefficient template called {{Qif}}.
[67] Schindler recounts the history of the ParserFunctions extension as follows:[68]
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 12 of 37
:
warning from Tim Starling that enabling string functions would allow users "to
implement their own parsers in the ugliest, most inefficient programming language
known to man: MediaWiki wikitext with ParserFunctions."[72]
Lua extension
Since 2012 an extension, Scribunto, has existed that allows for the creation of
"modules"—wiki pages written in the scripting language Lua—which can then be run
within templates and standard wiki pages. Scribunto has been installed on Wikipedia
and other Wikimedia sites since 2013 and is used heavily on those sites. Scribunto code
runs significantly faster than corresponding wikitext code using ParserFunctions.[73]
Integration
A generic Widgets extension exists that allows MediaWiki to integrate with virtually
anything. Other examples of extensions that could improve a wiki are category
suggestion extensions[77] and extensions for inclusion of Flash Videos,[78] YouTube
videos,[79] and RSS feeds.[80] Metavid, a site that archives video footage of the U.S.
Senate and House floor proceedings, was created using code extending MediaWiki into
the domain of collaborative video authoring.[81]
Combating linkspam
There are many spambots that search the web for MediaWiki installations and add
linkspam to them, despite the fact that MediaWiki uses the nofollow attribute to
discourage such attempts at search engine optimization.[82] Part of the problem is that
third party republishers, such as mirrors, may not independently implement the
nofollow tag on their websites, so marketers can still get PageRank benefit by inserting
links into pages when those entries appear on third party websites.[83] Anti-spam
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 13 of 37
:
extensions have been developed to combat the problem by introducing CAPTCHAs,[84]
blacklisting certain URLs,[85] and allowing bulk deletion of pages recently added by a
particular user.[86]
Rich content
Various extensions to MediaWiki support rich
content generated through specialized syntax.
These include mathematical formulas using
LaTeX, graphical timelines over mathematical
plotting, musical scores and Egyptian
hieroglyphs.
Database
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 14 of 37
:
MediaWiki can use either the MySQL/MariaDB,
PostgreSQL or SQLite relational database
management system. Support for Oracle
Database and Microsoft SQL Server has been
dropped since MediaWiki 1.34.[95] A MediaWiki
database contains several dozen tables,
including a page table that contains page titles,
page ids, and other metadata;[96] and a
revision table to which is added a new row
every time an edit is made, containing the page
id, a brief textual summary of the change
performed, the user name of the article editor
(or its IP address the case of an unregistered
user) and a timestamp.[97][98]
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 15 of 37
:
MediaWiki code is designed to allow for data to be written to a read-write database and
read from read-only databases, although the read-write database can be used for some
read operations if the read-only databases are not yet up to date. Metadata, such as
article revision history, article relations (links, categories etc.), user accounts and
settings can be stored in core databases and cached; the actual revision text, being more
rarely used, can be stored as append-only blobs in external storage. The software is
suitable for the operation of large-scale wiki farms such as Wikimedia, which had about
800 wikis as of August 2011. However, MediaWiki comes with no built-in GUI to
manage such installations.
Empirical evidence shows most revisions in MediaWiki databases tend to differ only
slightly from previous revisions. Therefore, subsequent revisions of an article can be
concatenated and then compressed, achieving very high data compression ratios of up to
100×.[102]
For more information on the architecture, such as how it stores wikitext and assembles
a page, see External links.
Limitations
The parser serves as the de facto standard for the MediaWiki syntax, as no formal syntax
has been defined. Due to this lack of a formal definition, it has been difficult to create
WYSIWYG editors for MediaWiki, although several WYSIWYG extensions do exist,
including the popular VisualEditor.
It is common for new MediaWiki users to make certain mistakes, such as forgetting to
sign posts with four tildes (~~~~),[106] or manually entering a plaintext signature,[107]
due to unfamiliarity with the idiosyncratic particulars involved in communication on
MediaWiki discussion pages. On the other hand, the format of these discussion pages
has been cited as a strength by one educator, who stated that it provides more fine-grain
capabilities for discussion than traditional threaded discussion forums. For example,
instead of 'replying' to an entire message, the participant in a discussion can create a
hyperlink to a new wiki page on any word from the original page. Discussions are easier
to follow since the content is available via hyperlinked wiki page, rather than a series of
reply messages on a traditional threaded discussion forum. However, except in few
cases, students were not using this capability, possibly because of their familiarity with
the traditional linear discussion style and a lack of guidance on how to make the content
more 'link-rich'.[108]
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 16 of 37
:
MediaWiki by default has little support for the creation of dynamically assembled
documents, or pages that aggregate data from other pages. Some research has been
done on enabling such features directly within MediaWiki.[109] The Semantic
MediaWiki extension provides these features. It is not in use on Wikipedia, but in more
than 1,600 other MediaWiki installations.[110] The Wikibase Repository and Wikibase
Repository client are however implemented in Wikidata and Wikipedia respectively, and
to some extent provides semantic web features, and linking of centrally stored data to
infoboxes in various Wikipedia articles.
Security
MediaWiki developers have enacted security standards, both for core code and
extensions.[112] SQL queries and HTML output are usually done through wrapper
functions that handle validation, escaping, filtering for prevention of cross-site scripting
and SQL injection.[113] Many security issues have had to be patched after a MediaWiki
version release,[114] and accordingly MediaWiki.org states, "The most important
security step you can take is to keep your software up to date" by subscribing to the
announcement mailing list and installing security updates that are announced.[115]
Support
Support for MediaWiki users consists of:
License
MediaWiki is free and open-source and is distributed under the terms of the GNU
General Public License version 2 or any later version. Its documentation, located at its
official website at www.mediawiki.org, is released under the Creative Commons BY-SA
4.0 license, with a set of help pages intended to be freely copied into fresh wiki
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 17 of 37
:
installations and/or distributed with MediaWiki software in the public domain instead
to eliminate legal issues for wikis with other licenses.[119][120] MediaWiki's
development has generally favored the use of open-source media formats.[121]
Development
MediaWiki has an active volunteer community for development and maintenance.
MediaWiki developers are spread around the world, though with a majority in the
United States and Europe. Face-to-face meetings and programming sessions for
MediaWiki developers have been held once or several times a year since 2004.[122]
Anyone can submit patches to the project's Git/Gerrit repository.[123] There are also
paid programmers who primarily develop projects for the Wikimedia Foundation.
MediaWiki developers participate in the Google Summer of Code by facilitating the
assignment of mentors to students wishing to work on MediaWiki core and extension
projects.[124] During the year prior to November 2012, there were about two hundred
developers who had committed changes to the MediaWiki core or extensions.[125] Major
MediaWiki releases are generated approximately every six months by taking snapshots
of the development branch, which is kept continuously in a runnable state;[126] minor
releases, or point releases, are issued as needed to correct bugs (especially security
problems). MediaWiki is developed on a continuous integration development model, in
which software changes are pushed live to Wikimedia sites on regular basis.[126]
MediaWiki also has a public bug tracker, phabricator.wikimedia.org, which runs
Phabricator. The site is also used for feature and enhancement requests.
History
When Wikipedia was launched in January 2001, it ran on
an existing wiki software system, UseModWiki.
UseModWiki is written in the Perl programming
language, and stores all wiki pages in text (.txt) files. This
software soon proved to be limiting, in both functionality
and performance. In mid-2001, Magnus Manske—a
developer and student at the University of Cologne, as
well as a Wikipedia editor—began working on new
software that would replace UseModWiki, specifically
designed for use by Wikipedia. This software was written
Magnus Manske in 2012
in the PHP scripting language, and stored all of its
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 18 of 37
:
information in a MySQL database. The new software was
largely developed by August 24, 2001, and a test wiki for it was established shortly
thereafter.
The first full implementation of this software was the new Meta Wikipedia on November
9, 2001. There was a desire to have it implemented immediately on the English-
language Wikipedia.[127] However, Manske was apprehensive about any potential bugs
harming the nascent website during the period of the final exams he had to complete
immediately prior to Christmas;[128] this led to the launch on the English-language
Wikipedia being delayed until January 25, 2002. The software was then, gradually,
deployed on all the Wikipedia language sites of that time. This software was referred to
as "the PHP script" and as "phase II", with the name "phase I", retroactively given to the
use of UseModWiki.
Increasing usage soon caused load problems to arise again, and soon after, another
rewrite of the software began; this time being done by Lee Daniel Crocker, which
became known as "phase III". This new software was also written in PHP, with a MySQL
backend, and kept the basic interface of the phase II software, but with the added
functionality of a wider scalability. The "phase III" software went live on Wikipedia in
July 2002.
The Wikimedia Foundation was announced on June 20, 2003. In July, Wikipedia
contributor Daniel Mayer suggested the name "MediaWiki" for the software, as a play on
"Wikimedia".[129] The MediaWiki name was gradually phased in, beginning in August
2003. The name has frequently caused confusion due to its (intentional) similarity to
the "Wikimedia" name (which itself is similar to "Wikipedia").[130] The first version of
MediaWiki, 1.1, was released in December 2003.
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 19 of 37
:
Later, Brooke Vibber, the chief technical officer of the Wikimedia Foundation,[135] took
up the role of release manager.[136][101]
The contest of designing a new logo was initiated on June 22, 2020, as the old logo was
a bitmap image and had "high details", leading to problems when rendering at high and
low resolutions, respectively. After two rounds of voting, the new and current
MediaWiki logo designed by Serhio Magpie was selected on October 24, 2020, and
officially adopted on April 1, 2021.[139]
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 20 of 37
:
The Free Software Foundation uses MediaWiki to implement the LibrePlanet site.[143]
A 2009 study at the University of Hong Kong compared TWiki to MediaWiki. The
authors noted that TWiki has been considered as a collaborative tool for the
development of educational papers and technical projects, whereas MediaWiki's most
noted use is on Wikipedia. Although both platforms allow discussion and tracking of
progress, TWiki has a "Report" part that MediaWiki lacks. Students perceived
MediaWiki as being easier to use and more enjoyable than TWiki. When asked whether
they recommended using MediaWiki for knowledge management course group project,
15 out of 16 respondents expressed their preference for MediaWiki giving answers of
great certainty, such as "of course", "for sure".[145] TWiki and MediaWiki both have
flexible plug-in architecture.[146]
A 2009 study that compared students' experience with MediaWiki to that with Google
Docs found that students gave the latter a much higher rating on user-friendly layout.
[147]
See also
List of content management systems Free and open-
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 21 of 37
:
List of wiki software source software
portal
BlueSpice
Semantic MediaWiki
XOWA – for viewing Wikipedia and other wikis offline
PHP – a programming language that powers MediaWiki
References
1. "Security and maintenance release: 1.39.12 / 1.42.6 / 1.43.1" (https://lists.wikimedia.
org/hyperkitty/list/[email protected]/thread/CIXFJVC57OFR
BCCEIDRLZCLFGMYGEYTT/). April 10, 2025.
2. Reed, Sam (December 19, 2019). "Announcing MediaWiki 1.34.0" (https://lists.wikim
edia.org/pipermail/mediawiki-announce/2019-December/000242.html). mediawiki-
announce (Mailing list). Archived (https://web.archive.org/web/20191219203840/http
s://lists.wikimedia.org/pipermail/mediawiki-announce/2019-December/000242.html)
from the original on December 19, 2019. Retrieved December 19, 2019.
3. "Names.php • mediawiki" (https://github.com/wikimedia/mediawiki/blob/33440f23c6
deab2c1fab0a9ca7ead30d64a3ea2e/languages/data/Names.php). github.com. April
8, 2021. Archived (https://web.archive.org/web/20210715001937/https://github.com/
wikimedia/mediawiki/blob/33440f23c6deab2c1fab0a9ca7ead30d64a3ea2e/languag
es/data/Names.php) from the original on July 15, 2021. Retrieved May 19, 2021.
4. "Copyright" (https://www.mediawiki.org/wiki/Copyright). mediawiki.org. Archived (http
s://web.archive.org/web/20150919145522/https://www.mediawiki.org/wiki/Copyright)
from the original on September 19, 2015. Retrieved September 7, 2015.
5. Magnus Manske's announcement of "PHP Wikipedia", wikipedia-l, August 24, 2001
6. Barrett, Daniel J. (October 2008). MediaWiki (https://archive.org/details/isbn_978059
6519797). O'Reilly Media. ISBN 978-0-596-51979-7. Retrieved April 23, 2010.
7. "What is MediaWiki?" (https://www.mediawiki.org/wiki/Manual:What_is_MediaWiki%
3F). MediaWiki. January 9, 2021. Archived (https://web.archive.org/web/201807222
05421/https://www.mediawiki.org/wiki/Manual:What_is_MediaWiki%3F) from the
original on July 22, 2018. Retrieved March 27, 2021.
8. "Wikipedia:Statistics – Wikipedia, the free encyclopedia" (https://en.wikipedia.org/w/i
ndex.php?title=Wikipedia:Statistics&oldid=352738565). Wikipedia. Archived (https://
web.archive.org/web/20210828200519/https://en.wikipedia.org/w/index.php?title=Wi
kipedia:Statistics&oldid=352738565) from the original on August 28, 2021. Retrieved
May 30, 2010.
9. "Message group statistics: MediaWiki core" (https://translatewiki.net/wiki/Special:Me
ssageGroupStats?group=core&messages=&suppressempty=1&x=D#sortable:3=des
c). translatewiki.net. August 20, 2023. Archived (https://web.archive.org/web/202308
20231524/https://translatewiki.net/wiki/Special:MessageGroupStats?group=core&m
essages=&suppressempty=1&x=D) from the original on August 20, 2023. Retrieved
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 22 of 37
:
essages=&suppressempty=1&x=D) from the original on August 20, 2023. Retrieved
August 20, 2023. "488 languages (not including languages that are supported but
have no translations)"
10. "Category:MediaWiki configuration settings" (https://www.mediawiki.org/wiki/Categor
y:MediaWiki_configuration_settings). MediaWiki. September 11, 2016. Archived (htt
ps://web.archive.org/web/20141110154304/https://www.mediawiki.org/wiki/Category:
MediaWiki_configuration_settings) from the original on November 10, 2014.
Retrieved September 11, 2016.
11. "Extension Matrix" (https://www.mediawiki.org/wiki/Category:All_extensions).
MediaWiki. Archived (https://web.archive.org/web/20160911222500/https://www.me
diawiki.org/wiki/Category:All_extensions) from the original on September 11, 2016.
Retrieved September 6, 2017.
12. Lerner, Reuven M. (February 23, 2006), Installing and Customizing MediaWiki (http
s://web.archive.org/web/20100406010012/https://www.linuxjournal.com/article/875
4?page=0,1), Linux Journal, archived from the original (https://www.linuxjournal.co
m/article/8754?page=0,1) on April 6, 2010, retrieved April 23, 2010
13. Petrazickis, Leons (2009), Deploying PHP applications on IBM DB2 in the cloud:
MediaWiki as a case study (https://portal.acm.org/citation.cfm?id=1723069),
Proceedings of the 2009 Conference of the Center for Advanced Studies on
Collaborative Research, pp. 304–305, doi:10.1145/1723028.1723069 (https://doi.or
g/10.1145%2F1723028.1723069), S2CID 27463043 (https://api.semanticscholar.or
g/CorpusID:27463043)
14. "Manual:$wgEnableUploads" (https://www.mediawiki.org/wiki/Manual:$wgEnableUpl
oads). MediaWiki. Archived (https://web.archive.org/web/20100625234102/https://w
ww.mediawiki.org/wiki/Manual:$wgEnableUploads) from the original on June 25,
2010. Retrieved May 30, 2010.
15. "Manual:$wgLogo" (https://www.mediawiki.org/wiki/Manual:$wgLogo). MediaWiki.
December 12, 2009. Archived (https://web.archive.org/web/20100625234904/https://
www.mediawiki.org/wiki/Manual:$wgLogo) from the original on June 25, 2010.
Retrieved May 30, 2010.
16. "Manual:LocalSettings.php" (https://www.mediawiki.org/wiki/LocalSettings.php).
MediaWiki. March 29, 2007. Archived (https://web.archive.org/web/2010062523361
9/https://www.mediawiki.org/wiki/LocalSettings.php) from the original on June 25,
2010. Retrieved May 30, 2010.
17. "Extension:AbuseFilter" (https://www.mediawiki.org/wiki/Extension:AbuseFilter).
MediaWiki. Archived (https://web.archive.org/web/20100625224424/https://www.me
diawiki.org/wiki/Extension:AbuseFilter) from the original on June 25, 2010. Retrieved
May 30, 2010.
18. Cacycle. "wikEd" (https://en.wikipedia.org/wiki/User:Cacycle/wikEd). Archived (http
s://web.archive.org/web/20071123151215/https://en.wikipedia.org/wiki/User:Cacycl
e/wikEd) from the original on November 23, 2007.
19. "Manual:Installation guide" (https://www.mediawiki.org/wiki/Manual:Installation_guid
e). MediaWiki. Archived (https://web.archive.org/web/20100625235352/https://www.
mediawiki.org/wiki/Manual:Installation_guide) from the original on June 25, 2010.
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 23 of 37
:
mediawiki.org/wiki/Manual:Installation_guide) from the original on June 25, 2010.
Retrieved May 30, 2010.
20. "Manual:Extending wiki markup" (https://www.mediawiki.org/wiki/Manual:Extending_
wiki_markup). MediaWiki. Archived (https://web.archive.org/web/20110501083425/ht
tps://www.mediawiki.org/wiki/Manual:Extending_wiki_markup) from the original on
May 1, 2011. Retrieved May 30, 2010.
21. "HTML to Wiki Converter – tables" (https://tools.wmflabs.org/magnustools/html2wiki.
php). WMF Labs. March 29, 2008. Archived (https://web.archive.org/web/20140713
040132/https://tools.wmflabs.org/magnustools/html2wiki.php) from the original on
July 13, 2014. Retrieved June 12, 2014.
22. "Markup spec" (https://www.mediawiki.org/wiki/Markup_spec). MediaWiki. Archived (
https://web.archive.org/web/20071219052149/https://www.mediawiki.org/wiki/Marku
p_spec) from the original on December 19, 2007. Retrieved May 30, 2010.
23. "Extricating Meaning from Wikimedia Article Archives" (https://www.cs.rmit.edu.au/a
dcs2010/proceedings/pdf/paper%204.pdf) (PDF). Archived (https://web.archive.org/
web/20110310023318/https://www.cs.rmit.edu.au/adcs2010/proceedings/pdf/pape
r%204.pdf) (PDF) from the original on March 10, 2011. Retrieved January 2, 2011.
24. Jakes, David (August 15, 2006), Wild about Wikis (https://web.archive.org/web/2010
0502052101/https://www.techlearning.com/article/6164), Tech & Learning, archived
from the original (https://www.techlearning.com/article/6164) on May 2, 2010,
retrieved April 23, 2010
25. Foley, Brian & Chang, Tae (2008), Wiki as a professional development tool (https://w
ww.csun.edu/~bfoley/AERA_Wiki.pdf) (PDF), Technology and Teacher Education,
archived (https://web.archive.org/web/20110430024752/https://www.csun.edu/~bfole
y/AERA_Wiki.pdf) (PDF) from the original on April 30, 2011, retrieved April 23, 2010
26. "API" (https://www.mediawiki.org/wiki/API). MediaWiki. May 17, 2010. Archived (http
s://web.archive.org/web/20100527004158/https://www.mediawiki.org/wiki/API) from
the original on May 27, 2010. Retrieved May 30, 2010.
27. "Pywikibot – MediaWiki" (https://www.mediawiki.org/wiki/Manual:Pywikibot).
mediawiki.org. Archived (https://web.archive.org/web/20180309072418/https://www.
mediawiki.org/wiki/Manual:Pywikibot) from the original on March 9, 2018. Retrieved
March 16, 2018.
28. Česky. "Wikipedia:AutoWikiBrowser – Wikipedia, the free encyclopedia" (https://en.
wikipedia.org/wiki/Wikipedia:AutoWikiBrowser). En.wikipedia.org. Archived (https://w
eb.archive.org/web/20100420235103/https://en.wikipedia.org/wiki/Wikipedia:AutoWi
kiBrowser) from the original on April 20, 2010. Retrieved May 30, 2010.
29. Bartolo, Laura M.; Lowe, Cathy S.; Songar, Poonam; Tandy, Robert J. (May 20,
2009), Facilitating Wiki/Repository Communication with Metadata (https://web.archiv
e.org/web/20110109004041/https://smartech.gatech.edu/dspace/handle/1853/2842
6), Georgia Institute of Technology, archived from the original (https://smartech.gatec
h.edu/dspace/handle/1853/28426) on January 9, 2011, retrieved April 23, 2010
30. "API:Client code" (https://www.mediawiki.org/wiki/API:Client_code). MediaWiki. May
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 24 of 37
:
30. "API:Client code" (https://www.mediawiki.org/wiki/API:Client_code). MediaWiki. May
24, 2010. Archived (https://web.archive.org/web/20100626072508/https://www.medi
awiki.org/wiki/API:Client_code) from the original on June 26, 2010. Retrieved
May 30, 2010.
31. "Tags – Wikipedia, the free encyclopedia" (https://en.wikipedia.org/wiki/Special:Tag
s). En.wikipedia.org. Archived (https://web.archive.org/web/20100304112922/https://
en.wikipedia.org/wiki/Special:Tags) from the original on March 4, 2010. Retrieved
May 30, 2010.
32. "Manual:Tags" (https://www.mediawiki.org/wiki/Manual:Tags). MediaWiki. August 31,
2009. Archived (https://web.archive.org/web/20100625224408/https://www.mediawik
i.org/wiki/Manual:Tags) from the original on June 25, 2010. Retrieved May 30, 2010.
33. "Wikipedia:Huggle – Wikipedia, the free encyclopedia" (https://en.wikipedia.org/wiki/
Wikipedia:Huggle). En.wikipedia.org. Archived (https://web.archive.org/web/2011033
1172521/https://en.wikipedia.org/wiki/Wikipedia:Huggle) from the original on March
31, 2011. Retrieved May 30, 2010.
34. "IRC/Channels" (https://meta.wikimedia.org/wiki/IRC/Channels#Raw_feeds). Meta-
Wiki. Archived (https://web.archive.org/web/20100323020404/https://meta.wikimedi
a.org/wiki/IRC/Channels#Raw_feeds#Raw_feeds) from the original on March 23,
2010. Retrieved May 30, 2010.
35. Daniel Nasaw (July 25, 2012). "Meet the 'bots' that edit Wikipedia" (https://www.bbc.
co.uk/news/magazine-18892510). BBC News. Archived (https://web.archive.org/we
b/20120728024625/https://www.bbc.co.uk/news/magazine-18892510) from the
original on July 28, 2012. Retrieved July 30, 2012.
36. "Manual:Watchlist" (https://www.mediawiki.org/wiki/Manual:Watchlist). MediaWiki.
November 24, 2009. Archived (https://web.archive.org/web/20110501081950/https://
www.mediawiki.org/wiki/Manual:Watchlist) from the original on May 1, 2011.
Retrieved May 30, 2010.
37. Kevin Yager (March 16, 2006), "Wiki ware could harness the Internet for science",
Nature, 440 (7082): 278, Bibcode:2006Natur.440..278Y (https://ui.adsabs.harvard.e
du/abs/2006Natur.440..278Y), doi:10.1038/440278a (https://doi.org/10.1038%2F440
278a), PMID 16541049 (https://pubmed.ncbi.nlm.nih.gov/16541049)
38. "Manual:Interwiki" (https://www.mediawiki.org/wiki/Manual:Interwiki). MediaWiki.
Archived (https://web.archive.org/web/20101203112631/https://www.mediawiki.org/
wiki/Manual:Interwiki) from the original on December 3, 2010. Retrieved May 30,
2010.
39. "Interlanguage links" (https://www.mediawiki.org/wiki/Interlanguage_links).
MediaWiki. Archived (https://web.archive.org/web/20210312133505/https://www.me
diawiki.org/wiki/Interlanguage_links) from the original on March 12, 2021. Retrieved
March 17, 2021.
40. Pintscher, Lydia (September 23, 2013). "Wikidata is Here!" (https://commons.wikime
dia.org/wiki/Commons:Village_pump/Archive/2013/10#Wikidata_is_here.21).
Commons:Village pump. Archived (https://web.archive.org/web/20211206060438/htt
ps://commons.wikimedia.org/wiki/Commons:Village_pump/Archive/2013/10#Wikidat
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 25 of 37
:
ps://commons.wikimedia.org/wiki/Commons:Village_pump/Archive/2013/10#Wikidat
a_is_here.21) from the original on December 6, 2021. Retrieved March 17, 2021.
41. "Help:Navigation" (https://www.mediawiki.org/wiki/Help:Navigation#Page_Tabs).
MediaWiki. May 21, 2010. Archived (https://web.archive.org/web/20100527004218/h
ttps://www.mediawiki.org/wiki/Help:Navigation#Page_Tabs#Page_Tabs) from the
original on May 27, 2010. Retrieved May 30, 2010.
42. Carl Challborn & Teresa Reimann (December 2004), Wiki products: a comparison (h
ttps://cde.athabascau.ca/softeval/reports/R470412.pdf) (PDF), Athabasca University,
archived (https://web.archive.org/web/20101223221302/https://cde.athabascau.ca/s
ofteval/reports/R470412.pdf) (PDF) from the original on December 23, 2010,
retrieved April 23, 2010
43. Newman, Aaron; Steinberg, Adam; Thomas, Jeremy (2008). Enterprise 2. 0
Implementation. McGraw-Hill Professional. p. 185. ISBN 978-0-07-159160-7.
44. Malcolm, Jeremy (2008). Multi-Stakeholder Governance and the Internet
Governance Forum (https://archive.org/details/multistakeholder00malc). Terminus
Press. pp. 188 (https://archive.org/details/multistakeholder00malc/page/n216), 280.
ISBN 978-0-9805084-0-6.
45. Ebersbach, Anja; Glaser, Markus; Heigl, Richard; Dueck, Gunter (2006). Wiki (http
s://archive.org/details/wikiwebcollabora00eber_531). Springer. pp. 55 (https://archiv
e.org/details/wikiwebcollabora00eber_531/page/n68), 80–82, 109, 120–121, 156.
ISBN 978-3-540-25995-4.
46. "Help:Categories" (https://www.mediawiki.org/wiki/Help:Categories). MediaWiki.
Archived (https://web.archive.org/web/20100625220958/https://www.mediawiki.org/
wiki/Help:Categories) from the original on June 25, 2010. Retrieved May 30, 2010.
47. Jakob Voss (April 27, 2006). "Collaborative thesaurus tagging the Wikipedia way".
arXiv:cs.IR/0604036 (https://arxiv.org/abs/cs.IR/0604036).
48. Lupin. "Wikipedia:Tools/Navigation popups" (https://en.wikipedia.org/wiki/Wikipedia:
Tools/Navigation_popups). Archived (https://web.archive.org/web/20060718164504/
https://en.wikipedia.org/wiki/Wikipedia%3ATools/Navigation_popups) from the
original on July 18, 2006.
49. "Extension:Gadgets" (https://www.mediawiki.org/wiki/Extension:Gadgets).
MediaWiki. March 30, 2010. Archived (https://web.archive.org/web/2010062522032
7/https://www.mediawiki.org/wiki/Extension:Gadgets) from the original on June 25,
2010. Retrieved May 30, 2010.
50. Anderson, Mark; Carr, Leslie; Millard, David E. (July 4, 2017). There and Here:
Patterns of Content Transclusion in Wikipedia (https://dl.acm.org/doi/10.1145/30787
14.3078726). 28th ACM Conference on Hypertext and Social Media. Prague, Czech
Republic: ACM. pp. 115–124. doi:10.1145/3078714.3078726 (https://doi.org/10.114
5%2F3078714.3078726). ISBN 978-1-4503-4708-2.
51. Česky (May 16, 2010). "Template:Welcome – Wikipedia, the free encyclopedia" (http
s://en.wikipedia.org/wiki/Template:Welcome). En.wikipedia.org. Archived (https://we
b.archive.org/web/20110506003930/https://en.wikipedia.org/wiki/Template:Welcom
e) from the original on May 6, 2011. Retrieved May 30, 2010.
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 26 of 37
:
e) from the original on May 6, 2011. Retrieved May 30, 2010.
52. T Kriplean; I Beschastnikh; et al. (2008), "Articulations of wikiwork: Uncovering
valued work in wikipedia through barnstars", Proceedings of the 2008 ACM
conference on Computer supported cooperative work (https://portal.acm.org/citation.
cfm?id=1460563.1460573), Proceedings of the ACM, pp. 47–56,
doi:10.1145/1460563.1460573 (https://doi.org/10.1145%2F1460563.1460573),
ISBN 9781605580074, S2CID 7164949 (https://api.semanticscholar.org/CorpusID:7
164949)
53. Česky. "Wikipedia:Barnstars – Wikipedia, the free encyclopedia" (https://en.wikipedi
a.org/wiki/Wikipedia:Barnstars). En.wikipedia.org. Archived (https://web.archive.org/
web/20090624134612/https://en.wikipedia.org/wiki/Wikipedia:Barnstars) from the
original on June 24, 2009. Retrieved May 30, 2010.
54. Česky. "Template:Test – Wikipedia, the free encyclopedia" (https://en.wikipedia.org/
wiki/Template:Test). En.wikipedia.org. Archived (https://web.archive.org/web/200911
11014442/https://en.wikipedia.org/wiki/Template:Test) from the original on November
11, 2009. Retrieved May 30, 2010.
55. "Template:Test5 – Wikipedia, the free encyclopedia" (https://en.wikipedia.org/wiki/Te
mplate:Test5). En.wikipedia.org. June 19, 2008. Archived (https://web.archive.org/w
eb/20090424005115/https://en.wikipedia.org/wiki/Template:Test5) from the original
on April 24, 2009. Retrieved May 30, 2010.
56. "Manual:User rights management" (https://www.mediawiki.org/wiki/Manual:User_rig
hts_management#Automatically_promote_users). MediaWiki. Archived (https://web.
archive.org/web/20100625222112/https://www.mediawiki.org/wiki/Manual%3AUser_
rights_management#Automatically_promote_users#Automatically_promote_users)
from the original on June 25, 2010. Retrieved May 30, 2010.
57. H Zielke; W Boemke; M Kastrup; C Melzer (November 21, 2007), Operating
Procedures in Clinical Practice (https://www.scata.org.uk/abstracts/2007_london/Del
egateBookletSCATALondon2007.pdf) (PDF), Royal College of Anaesthetists,
archived (https://web.archive.org/web/20110515020030/https://www.scata.org.uk/ab
stracts/2007_london/DelegateBookletSCATALondon2007.pdf) (PDF) from the
original on May 15, 2011, retrieved April 25, 2010
58. "Security issues with authorization extensions" (https://www.mediawiki.org/wiki/Secu
rity_issues_with_authorization_extensions). MediaWiki. Archived (https://web.archiv
e.org/web/20100626074354/https://www.mediawiki.org/wiki/Security_issues_with_a
uthorization_extensions) from the original on June 26, 2010. Retrieved May 30,
2010.
59. "Manual:Hooks/ArticleSaveComplete" (https://www.mediawiki.org/wiki/Manual:Hook
s/ArticleSaveComplete). MediaWiki. May 26, 2010. Archived (https://web.archive.or
g/web/20141110145905/https://www.mediawiki.org/wiki/Manual:Hooks/ArticleSaveC
omplete) from the original on November 10, 2014. Retrieved May 30, 2010.
60. "Extension:Recent Activity Notify" (https://www.mediawiki.org/wiki/Extension:Recent
_Activity_Notify). MediaWiki. Archived (https://web.archive.org/web/2014092711002
3/https://www.mediawiki.org/wiki/Extension:Recent_Activity_Notify) from the original
on September 27, 2014. Retrieved May 30, 2010.
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 27 of 37
:
on September 27, 2014. Retrieved May 30, 2010.
61. "Manual:Tag extensions" (https://www.mediawiki.org/wiki/Manual:Tag_extensions).
MediaWiki. May 21, 2010. Archived (https://web.archive.org/web/20141012211540/h
ttps://www.mediawiki.org/wiki/Manual:Tag_extensions) from the original on October
12, 2014. Retrieved May 30, 2010.
62. "Manual:Parser functions" (https://www.mediawiki.org/wiki/Manual:Parser_function
s). MediaWiki. March 22, 2010. Archived (https://web.archive.org/web/20141018103
626/https://www.mediawiki.org/wiki/Manual:Parser_functions) from the original on
October 18, 2014. Retrieved May 30, 2010.
63. "Manual:Special pages" (https://www.mediawiki.org/wiki/Manual:Special_pages).
MediaWiki. Archived (https://web.archive.org/web/20141110162401/https://www.med
iawiki.org/wiki/Manual:Special_pages) from the original on November 10, 2014.
Retrieved May 30, 2010.
64. "Manual:Skins" (https://www.mediawiki.org/wiki/Skin). MediaWiki. May 14, 2010.
Archived (https://web.archive.org/web/20141125085917/https://www.mediawiki.org/
wiki/Skin) from the original on November 25, 2014. Retrieved May 30, 2010.
65. "Manual:Integration with S3" (https://www.mediawiki.org/wiki/Manual:Integration_wit
h_S3). MediaWiki. March 22, 2010. Archived (https://web.archive.org/web/20141127
084520/https://www.mediawiki.org/wiki/Manual:Integration_with_S3) from the
original on November 27, 2014. Retrieved May 30, 2010.
66. "Extension:ParserFunctions" (https://www.mediawiki.org/wiki/Extension:ParserFuncti
ons). MediaWiki. December 25, 2009. Archived (https://web.archive.org/web/201006
25222930/https://www.mediawiki.org/wiki/Extension%3AParserFunctions) from the
original on June 25, 2010. Retrieved May 30, 2010.
67. "Wikipedia:Miscellany for deletion/Template:Qif – Wikipedia, the free encyclopedia" (
https://en.wikipedia.org/wiki/Wikipedia:Miscellany_for_deletion/Template:Qif).
En.wikipedia.org. Archived (https://web.archive.org/web/20150225125827/https://en.
wikipedia.org/wiki/Wikipedia:Miscellany_for_deletion/Template:Qif) from the original
on February 25, 2015. Retrieved May 30, 2010.
68. M Schindler; D Vrandecic (2009), Introducing new features to Wikipedia (https://ww
w.researchgate.net/publication/224219255), Proceedings of WebSci, archived (http
s://web.archive.org/web/20180624093211/https://www.researchgate.net/publication/
224219255_Introducing_New_Features_to_Wikipedia_Case_Studies_for_Web_Sci
ence) from the original on June 24, 2018, retrieved June 24, 2018
69. "Category:String manipulation templates – Wikipedia, the free encyclopedia" (https://
en.wikipedia.org/wiki/Category:String_manipulation_templates). En.wikipedia.org.
May 15, 2010. Archived (https://web.archive.org/web/20110506003940/https://en.wik
ipedia.org/wiki/Category:String_manipulation_templates) from the original on May 6,
2011. Retrieved May 30, 2010.
70. "Bug 6455 – Enable StringFunctions on WMF wikis" (https://bugzilla.wikimedia.org/s
how_bug.cgi?id=6455). bugzilla.wikimedia.org. Archived (https://web.archive.org/we
b/20120122061250/https://bugzilla.wikimedia.org/show_bug.cgi?id=6455) from the
original on January 22, 2012. Retrieved October 9, 2010.
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 28 of 37
:
original on January 22, 2012. Retrieved October 9, 2010.
71. "Extension:StringFunctions" (https://www.mediawiki.org/wiki/Extension:StringFunctio
ns). MediaWiki. Archived (https://web.archive.org/web/20100625221030/https://ww
w.mediawiki.org/wiki/Extension:StringFunctions) from the original on June 25, 2010.
Retrieved May 30, 2010.
72. "r51497 – Code Review" (https://www.mediawiki.org/wiki/Special:Code/MediaWiki/5
1497). MediaWiki. Archived (https://web.archive.org/web/20141127205157/https://w
ww.mediawiki.org/wiki/Special:Code/MediaWiki/51497) from the original on
November 27, 2014. Retrieved May 30, 2010.
73. "Lua performance" (https://en.wikipedia.org/wiki/User:Dragons_flight/Lua_performan
ce). Archived (https://web.archive.org/web/20180824045534/https://en.wikipedia.or
g/wiki/User:Dragons_flight/Lua_performance) from the original on August 24, 2018.
Retrieved December 27, 2018.
74. "Extension:Cite" (https://www.mediawiki.org/wiki/Extension:Cite). MediaWiki. May 3,
2010. Archived (https://web.archive.org/web/20141020220333/https://www.mediawik
i.org/wiki/Extension:Cite) from the original on October 20, 2014. Retrieved May 30,
2010.
75. "Category:Math extensions" (https://www.mediawiki.org/wiki/Category:Math_extensi
ons). MediaWiki. December 26, 2009. Archived (https://web.archive.org/web/201105
01083222/https://www.mediawiki.org/wiki/Category:Math_extensions) from the
original on May 1, 2011. Retrieved May 30, 2010.
76. Marieke Guy (January 2007), Wikido: Exploiting the Potential of Wikis (https://www.a
riadne.ac.uk/issue50/wikido-rpt/), Ariadne, archived (https://web.archive.org/web/20
100407170018/https://www.ariadne.ac.uk/issue50/wikido-rpt/) from the original on
April 7, 2010, retrieved April 23, 2010
77. "Extension:CategorySuggest" (https://www.mediawiki.org/wiki/Extension:CategorySu
ggest). MediaWiki. Archived (https://web.archive.org/web/20140926005855/https://w
ww.mediawiki.org/wiki/Extension:CategorySuggest) from the original on September
26, 2014. Retrieved May 30, 2010.
78. "Category:Flash Video extensions" (https://www.mediawiki.org/wiki/Category:Flash_
Video_extensions). MediaWiki. Archived (https://web.archive.org/web/20140915080
226/https://www.mediawiki.org/wiki/Category:Flash_Video_extensions) from the
original on September 15, 2014. Retrieved May 30, 2010.
79. "Category:YouTube extensions" (https://www.mediawiki.org/wiki/Category:YouTube_
extensions). MediaWiki. September 16, 2008. Archived (https://web.archive.org/we
b/20110501083939/https://www.mediawiki.org/wiki/Category:YouTube_extensions)
from the original on May 1, 2011. Retrieved May 30, 2010.
80. "Category:RSS extensions" (https://www.mediawiki.org/wiki/Category:RSS_extensio
ns). MediaWiki. Archived (https://web.archive.org/web/20101203095104/https://ww
w.mediawiki.org/wiki/Category:RSS_extensions) from the original on December 3,
2010. Retrieved May 30, 2010.
81. M Dale; A Stern; M Deckert; W Sack (2009), System demonstration: Metavid.org: a
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 29 of 37
:
81. M Dale; A Stern; M Deckert; W Sack (2009), System demonstration: Metavid.org: a
social website and open archive of congressional video (https://portal.acm.org/citatio
n.cfm?id=1556176.1556232), Proceedings of the 10th Annual International
Conference on Digital Government Research: Social Networks: Making Connections
between Citizens, Data and Government, pp. 309–310, ISBN 978-1-60558-535-2
82. "Wiki spam" (https://meta.wikimedia.org/wiki/Wiki_Spam). Meta-Wiki. Archived (http
s://web.archive.org/web/20141107131454/https://meta.wikimedia.org/wiki/Wiki_Spa
m) from the original on November 7, 2014. Retrieved May 30, 2010.
83. Goldman, Eric, Wikipedia's Labor Squeeze and its Consequences, vol. 8, Journal on
Telecommunications and High Technology Law
84. "Extension:ConfirmEdit" (https://www.mediawiki.org/wiki/Extension:ConfirmEdit).
MediaWiki. May 5, 2010. Archived (https://web.archive.org/web/20141020204041/htt
ps://www.mediawiki.org/wiki/Extension:ConfirmEdit) from the original on October 20,
2014. Retrieved May 30, 2010.
85. "Extension:SpamBlacklist" (https://www.mediawiki.org/wiki/Extension:SpamBlacklis
t). MediaWiki. March 24, 2010. Archived (https://web.archive.org/web/20141020220
337/https://www.mediawiki.org/wiki/Extension:SpamBlacklist) from the original on
October 20, 2014. Retrieved May 30, 2010.
86. "Extension:Nuke" (https://www.mediawiki.org/wiki/Extension:Nuke). MediaWiki. May
19, 2010. Archived (https://web.archive.org/web/20141020204031/https://www.medi
awiki.org/wiki/Extension:Nuke) from the original on October 20, 2014. Retrieved
May 30, 2010.
87. Lucene-search MediaWiki extension (https://www.mediawiki.org/wiki/Extension:Luce
ne-search) Archived (https://web.archive.org/web/20120602042925/https://www.me
diawiki.org/wiki/Extension:Lucene-search) June 2, 2012, at the Wayback Machine,
mediawiki.org
88. SphinxSearch MediaWiki extension (https://www.mediawiki.org/wiki/Extension:Sphin
xSearch) Archived (https://web.archive.org/web/20141022092204/https://www.medi
awiki.org/wiki/Extension:SphinxSearch) October 22, 2014, at the Wayback Machine,
mediawiki.org
89. Masanori Arita & Kazuhiro Suwa (September 17, 2008), "Search extension
transforms Wiki into a relational system: A case for flavonoid metabolite database",
BioData Min, 1 (1), BioData Mining: 7, doi:10.1186/1756-0381-1-7 (https://doi.org/10.
1186%2F1756-0381-1-7), PMC 2556319 (https://www.ncbi.nlm.nih.gov/pmc/articles/
PMC2556319), PMID 18822113 (https://pubmed.ncbi.nlm.nih.gov/18822113)
90. Finn Arup Nielsen (October 15, 2009). "Lost in localization: a solution with
neuroinformatics 2.0?". NeuroImage. 48 (1): 11–3.
doi:10.1016/J.NEUROIMAGE.2009.05.073 (https://doi.org/10.1016%2FJ.NEUROIM
AGE.2009.05.073). ISSN 1053-8119 (https://search.worldcat.org/issn/1053-8119).
PMID 19497377 (https://pubmed.ncbi.nlm.nih.gov/19497377). Wikidata Q21011200.
91. Eric Ras; Jörg Rech; Sebastian Weber (August 1, 2008), Collaborative Authoring of
Learning Elements for Adaptive Learning Spaces (https://ah2008.l3s.uni-hannover.d
e/files/resourcesmodule/@random4875cb58f07c9/1215679368__Proc_AH2008_W
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 30 of 37
:
e/files/resourcesmodule/@random4875cb58f07c9/1215679368__Proc_AH2008_W
S3_Authoring_of_Adaptive_and_Adaptable_Hypermedia.pdf#page=67) (PDF), Fifth
International Conference on Adaptive Hypermedia and Adaptive Web-Based
Systems, archived (https://web.archive.org/web/20110503215922/https://ah2008.l3s.
uni-hannover.de/files/resourcesmodule/@random4875cb58f07c9/1215679368__Pro
c_AH2008_WS3_Authoring_of_Adaptive_and_Adaptable_Hypermedia.pdf#page=6
7#page=67) (PDF) from the original on May 3, 2011, retrieved April 23, 2010
92. Hartung, Michael; et al. "A Platform for Collaborative Management of Semantic Grid
Metadata". Intelligent distributed computing, systems and applications. p. 123.
93. "Extension:VisualEditor" (https://www.mediawiki.org/wiki/Extension:VisualEditor).
MediaWiki. Archived (https://web.archive.org/web/20210221063745/https://www.me
diawiki.org/wiki/Extension:VisualEditor) from the original on February 21, 2021.
Retrieved March 15, 2021.
94. "Category:WYSIWYG extensions" (https://www.mediawiki.org/wiki/Category:WYSIW
YG_extensions). MediaWiki. April 10, 2008. Archived (https://web.archive.org/web/2
0110501083632/https://www.mediawiki.org/wiki/Category:WYSIWYG_extensions)
from the original on May 1, 2011. Retrieved May 30, 2010.
95. "Manual:Installation requirements" (https://www.mediawiki.org/wiki/Manual:Installatio
n_requirements). MediaWiki. Archived (https://web.archive.org/web/2021030810495
6/https://www.mediawiki.org/wiki/Manual:Installation_requirements) from the original
on March 8, 2021. Retrieved March 14, 2021.
96. "Manual:Page table" (https://www.mediawiki.org/wiki/Manual:Page_table).
MediaWiki. May 15, 2010. Archived (https://web.archive.org/web/20141125051102/h
ttps://www.mediawiki.org/wiki/Manual:Page_table) from the original on November
25, 2014. Retrieved May 30, 2010.
97. "Manual:Revision table" (https://www.mediawiki.org/wiki/Manual:Revision_table).
MediaWiki. Archived (https://web.archive.org/web/20141124224756/https://www.me
diawiki.org/wiki/Manual:Revision_table) from the original on November 24, 2014.
Retrieved May 30, 2010.
98. Ortega, Felipe; González-Barahona, Jesus M.; Robles, Gregorio (2007), The Top-
Ten Wikipedias: A Quantitative Analysis Using WikiXRay,
CiteSeerX 10.1.1.107.1424 (https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.
1.1.107.1424)
99. Curino, Carlo A.; Tanca, Letizia; Zaniolo, Carlo (2008), Information Systems
Integration and Evolution: Ontologies at Rescue (https://yellowstone.cs.ucla.edu/sch
ema-evolution/documents/curino-STSM08-CR.pdf) (PDF), Workshop on Semantic,
archived (https://web.archive.org/web/20091222052156/https://yellowstone.cs.ucla.e
du/schema-evolution/documents/curino-STSM08-CR.pdf) (PDF) from the original on
December 22, 2009, retrieved April 23, 2010
100. T Dumitras; P Narasimhan (2009), No downtime for data conversions: Rethinking
hot upgrades (https://web.archive.org/web/20100616022532/https://www.pdl.cmu.ed
u/PDL-FTP/stray/CMU-PDL-09-106.pdf) (PDF), archived from the original (https://w
ww.pdl.cmu.edu/PDL-FTP/stray/CMU-PDL-09-106.pdf) (PDF) on June 16, 2010,
retrieved April 29, 2010
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 31 of 37
:
retrieved April 29, 2010
101. "Wikipedia and MediaWiki" (https://www.youtube.com/watch?v=DWef69ItVrU).
Presentation MediaWiki development (video). April 28, 2006. Archived (https://web.a
rchive.org/web/20110414151917/https://www.youtube.com/watch?v=DWef69ItVrU)
from the original on April 14, 2011. Retrieved September 23, 2009.
102. Bergsma, Mark, Wikimedia Architecture (https://www.haute-disponibilite.net/wp-cont
ent/uploads/2008/06/wikimedia-architecture.pdf) (PDF), archived (https://web.archiv
e.org/web/20160305000935/https://www.haute-disponibilite.net/wp-content/uploads/
2008/06/wikimedia-architecture.pdf) (PDF) from the original on March 5, 2016,
retrieved October 21, 2015
103. "Manual:What is" (https://www.mediawiki.org/wiki/Manual:What_is_MediaWiki%3F).
MediaWiki. Archived (https://web.archive.org/web/20180722205421/https://www.me
diawiki.org/wiki/Manual:What_is_MediaWiki%3F) from the original on July 22, 2018.
Retrieved May 30, 2010.
104. "Extension:StructuredDiscussions" (https://www.mediawiki.org/wiki/Extension:Struct
uredDiscussions). MediaWiki. Archived (https://web.archive.org/web/201812271814
48/https://www.mediawiki.org/wiki/Extension:StructuredDiscussions) from the
original on December 27, 2018. Retrieved December 27, 2018.
105. "Extension:Wikilog" (https://www.mediawiki.org/wiki/Extension:Wikilog). MediaWiki.
November 27, 2009. Archived (https://web.archive.org/web/20140922080626/https://
www.mediawiki.org/wiki/Extension:Wikilog) from the original on September 22,
2014. Retrieved May 30, 2010.
106. "Help:Signatures" (https://www.mediawiki.org/wiki/Help:Signatures). MediaWiki.
Archived (https://web.archive.org/web/20081115143342/https://www.mediawiki.org/w
iki/Help:Signatures) from the original on November 15, 2008. Retrieved May 30,
2010.
107. N Augar; R Raitman; W Zhou (2004), Teaching and learning online with wikis,
Beyond the comfort zone, pp. 95–104, CiteSeerX 10.1.1.133.1456 (https://citeseerx.
ist.psu.edu/viewdoc/summary?doi=10.1.1.133.1456)
108. Cubric, Marija (2007), Analysis of the use of Wiki-based collaborations in enhancing
student learning (https://web.archive.org/web/20110515005430/https://uhra.herts.ac.
uk/dspace/handle/2299/3672), University of Hertfordshire, p. 11, archived from the
original (https://uhra.herts.ac.uk/dspace/handle/2299/3672) on May 15, 2011,
retrieved April 24, 2010
109. Albertsen, Johannes & Bouvin, Niels Olof (2008), User defined structural searches
in mediawiki (https://portal.acm.org/citation.cfm?id=1379099), Proceedings of the
nineteenth ACM conference on Hypertext and hypermedia, ISBN 978-1-59593-985-
2
110. "Extension:Semantic MediaWiki – WikiApiary" (https://wikiapiary.com/wiki/Extension:
Semantic_MediaWiki). Archived (https://web.archive.org/web/20181026002750/http
s://wikiapiary.com/wiki/Extension:Semantic_Mediawiki) from the original on October
26, 2018. Retrieved October 12, 2019.
111. T Dumitraş; P Narasimhan (2009), Toward upgrades-as-a-service in distributed
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 32 of 37
:
111. T Dumitraş; P Narasimhan (2009), Toward upgrades-as-a-service in distributed
systems (https://portal.acm.org/citation.cfm?id=1657019), Proceedings of the 10th
ACM/IFIP/USENIX International Conference on Middleware, pp. 1–2
112. "Security for developers" (https://www.mediawiki.org/wiki/Security_for_developers).
MediaWiki. Archived (https://web.archive.org/web/20141125053458/https://www.me
diawiki.org/wiki/Security_for_developers) from the original on November 25, 2014.
Retrieved May 30, 2010.
113. Perrin, Chad (April 30, 2008), Five security tips from MediaWiki's lead developer (htt
ps://blogs.techrepublic.com/security/?p=451), Tech Republic
114. "News" (https://www.mediawiki.org/wiki/News). MediaWiki. Archived (https://web.arc
hive.org/web/20141006102554/https://www.mediawiki.org/wiki/News) from the
original on October 6, 2014. Retrieved May 30, 2010.
115. "Manual:Security" (https://www.mediawiki.org/wiki/Manual:Security). MediaWiki.
March 22, 2010. Archived (https://web.archive.org/web/20141110162807/https://ww
w.mediawiki.org/wiki/Manual:Security) from the original on November 10, 2014.
Retrieved May 30, 2010.
116. Books about MediaWiki (https://www.mediawiki.org/wiki/Books_about_MediaWiki)
Archived (https://web.archive.org/web/20181227181503/https://www.mediawiki.org/
wiki/Books_about_MediaWiki) December 27, 2018, at the Wayback Machine,
mediawiki.org
117. MediaWiki Administrator's Handbook (https://en.wikibooks.org/wiki/MediaWiki_Admi
nistrator%27s_Handbook). Wikibooks. Archived (https://web.archive.org/web/20141
020055454/https://en.wikibooks.org/wiki/MediaWiki_Administrator%27s_Handbook)
from the original on October 20, 2014. Retrieved October 20, 2014.
118. MediaWiki User Guide (https://en.wikibooks.org/wiki/MediaWiki_User_Guide),
Wikibooks, archived (https://web.archive.org/web/20141020060147/https://en.wikibo
oks.org/wiki/MediaWiki_User_Guide) from the original on October 20, 2014,
retrieved October 20, 2014
119. "MediaWiki.org Project:Copyrights" (https://www.mediawiki.org/w/index.php?title=Pr
oject:Copyrights&oldid=6078039). Archived (https://web.archive.org/web/202308231
41546/https://www.mediawiki.org/w/index.php?title=Project:Copyrights&oldid=60780
39) from the original on August 23, 2023. Retrieved August 23, 2023.
120. "Project:PD help" (https://www.mediawiki.org/w/index.php?title=Project:PD_help&old
id=320349). MediaWiki. Archived (https://web.archive.org/web/20201029184538/htt
ps://www.mediawiki.org/w/index.php?title=Project:PD_help&oldid=320349) from the
original on October 29, 2020. Retrieved May 30, 2010.
121. Rafe Needleman (November 19, 2008), Wikipedia gears up for flood of video and
photo files (https://news.cnet.com/8301-17939_109-10103177-2.html), C-Net,
archived (https://web.archive.org/web/20090806080149/https://news.cnet.com/8301
-17939_109-10103177-2.html) from the original on August 6, 2009, retrieved
April 23, 2010
122. "Events" (https://www.mediawiki.org/wiki/Events). Mediawiki.org. Archived (https://w
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 33 of 37
:
122. "Events" (https://www.mediawiki.org/wiki/Events). Mediawiki.org. Archived (https://w
eb.archive.org/web/20181227181546/https://www.mediawiki.org/wiki/Events) from
the original on December 27, 2018. Retrieved December 27, 2018.
123. "Development policy" (https://www.mediawiki.org/w/index.php?title=Development_p
olicy&oldid=740327). MediaWiki. July 19, 2013. Archived (https://web.archive.org/we
b/20170510130737/https://www.mediawiki.org/w/index.php?title=Development_polic
y&oldid=740327) from the original on May 10, 2017. Retrieved August 4, 2013.
124. "Summer of Code" (https://www.mediawiki.org/w/index.php?title=Summer_of_Cod
e&oldid=663742). MediaWiki. March 26, 2013. Archived (https://web.archive.org/we
b/20170510130220/https://www.mediawiki.org/w/index.php?title=Summer_of_Cod
e&oldid=663742) from the original on May 10, 2017. Retrieved August 4, 2013.
125. "Wikimedia" (https://www.openhub.net/orgs/wikimedia). Open Hub. Archived (https://
web.archive.org/web/20170914173356/https://www.openhub.net/orgs/wikimedia)
from the original on September 14, 2017. Retrieved November 15, 2012.
Approximate counts (not deduplicated) as of November 4, 2012: 139 for core, 155
for extensions supported by WMF, 190 and 42 for extensions only hosted on WMF's
Git and SVN repositories respectively.
126. "Version lifecycle" (https://www.mediawiki.org/w/index.php?title=Version_lifecycle&ol
did=2870502). MediaWiki. September 5, 2018. Archived (https://web.archive.org/we
b/20200617015450/https://www.mediawiki.org/w/index.php?title=Version_lifecycle&o
ldid=2870502) from the original on June 17, 2020. Retrieved October 21, 2018.
127. Bartlett, Manning (November 14, 2001). "Magnus's new script..." (https://lists.wikime
dia.org/pipermail/wikipedia-l/2001-November/000881.html) Wikimedia Lists.
Wikimedia Foundation. Archived (https://web.archive.org/web/20191002043502/http
s://lists.wikimedia.org/pipermail/wikipedia-l/2001-November/000881.html) from the
original on October 2, 2019. Retrieved October 2, 2019.
128. Manske, Magnus (November 14, 2001). "Magnus's new script..." (https://lists.wikime
dia.org/pipermail/wikipedia-l/2001-November/000882.html) Wikimedia Lists.
Wikimedia Foundation. Archived (https://web.archive.org/web/20191002043502/http
s://lists.wikimedia.org/pipermail/wikipedia-l/2001-November/000882.html) from the
original on October 2, 2019. Retrieved October 2, 2019.
129. Mayer, Daniel (July 19, 2003). "Phase IV, Wikibooks.org/.com and
WikimediaFoundation.org/.com (was Wikis and uniformity)" (https://lists.wikimedia.or
g/pipermail/wikipedia-l/2003-July/011021.html). Wikipedia-L mailing list. Archived (htt
ps://web.archive.org/web/20170712002739/https://lists.wikimedia.org/pipermail/wikip
edia-l/2003-July/011021.html) from the original on July 12, 2017. Retrieved
January 18, 2015.
130. "Differences between Wikipedia, Wikimedia, MediaWiki, and wiki" (https://www.medi
awiki.org/wiki/Wikipmediawiki). MediaWiki. Archived (https://web.archive.org/web/20
090701102809/https://www.mediawiki.org/wiki/Wikipmediawiki) from the original on
July 1, 2009. Retrieved May 30, 2010.
131. "International logo contest" (https://meta.wikimedia.org/wiki/International_logo_conte
st). Meta-Wiki. Archived (https://web.archive.org/web/20200509163823/https://meta.
wikimedia.org/wiki/International_logo_contest) from the original on May 9, 2020.
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 34 of 37
:
wikimedia.org/wiki/International_logo_contest) from the original on May 9, 2020.
Retrieved April 9, 2020.
132. "International logo contest/results" (https://meta.wikimedia.org/w/index.php?title=Inte
rnational_logo_contest/Results&oldid=509000). Meta-wiki. Wikimedia Foundation.
January 10, 2007. Archived (https://web.archive.org/web/20151104145339/https://m
eta.wikimedia.org/w/index.php?title=International_logo_contest%2FResults&oldid=5
09000) from the original on November 4, 2015. Retrieved March 14, 2007.
133. "Historical/Logo history" (https://meta.wikimedia.org/w/index.php?title=Meta:Historic
al/Logo_history&oldid=513925). Meta-wiki. Wikimedia Foundation. January 17,
2007. Archived (https://web.archive.org/web/20151104145339/https://meta.wikimedi
a.org/w/index.php?title=Meta%3AHistorical%2FLogo_history&oldid=513925) from
the original on November 4, 2015. Retrieved March 14, 2007.
134. Erik Möller (July 26, 2003). "File talk:EloquenceSunflowerNew-Small.png – Meta" (ht
tps://meta.wikimedia.org/w/index.php?title=File_talk:EloquenceSunflowerNew-Small.
png&oldid=9331). Meta-wiki. Wikimedia Foundation. Archived (https://web.archive.or
g/web/20160130205926/https://meta.wikimedia.org/w/index.php?title=File_talk:Eloq
uenceSunflowerNew-Small.png&oldid=9331) from the original on January 30, 2016.
Retrieved February 3, 2013.
135. David Weinberger (2007). Everything Is Miscellaneous: The Power of the New
Digital Disorder. Times Books. p. 99 (https://archive.org/details/everythingismisc00d
avi/page/99). ISBN 978-0-8050-8043-8.
136. "MediaWiki history" (https://www.mediawiki.org/w/index.php?title=MediaWiki_histor
y&oldid=618636). MediaWiki website. Archived (https://web.archive.org/web/202010
27154036/https://www.mediawiki.org/w/index.php?title=MediaWiki_history&oldid=61
8636) from the original on October 27, 2020. Retrieved August 4, 2013.
137. "MediaWiki ResourceLoader" (https://www.mediawiki.org/wiki/ResourceLoader).
Mediawiki.org. Archived (https://web.archive.org/web/20130308030735/https://www.
mediawiki.org/wiki/ResourceLoader) from the original on March 8, 2013. Retrieved
July 6, 2013.
138. "VisualEditor – MediaWiki" (https://www.mediawiki.org/wiki/VisualEditor). MediaWiki.
Archived (https://web.archive.org/web/20130927190403/https://www.mediawiki.org/
wiki/VisualEditor) from the original on September 27, 2013. Retrieved September 15,
2013.
139. Sarabadani, Amir (March 31, 2021). "Logo of MediaWiki has changed" (https://lists.
wikimedia.org/pipermail/mediawiki-l/2021-March/048685.html). Wikimedia
Foundation. Archived (https://web.archive.org/web/20210402053427/https://lists.wiki
media.org/pipermail/mediawiki-l/2021-March/048685.html) from the original on April
2, 2021. Retrieved April 2, 2021.
140. MediaWiki testimonials (https://www.mediawiki.org/wiki/MediaWiki_testimonials)
Archived (https://web.archive.org/web/20120111223511/https://www.mediawiki.org/w
iki/MediaWiki_testimonials) January 11, 2012, at the Wayback Machine,
mediawiki.org
141. "The story of Intelpedia: A model corporate wiki" (https://socialmedia.biz/2010/07/08/
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 35 of 37
:
141. "The story of Intelpedia: A model corporate wiki" (https://socialmedia.biz/2010/07/08/
the-story-of-intelpedia-a-model-corporate-wiki/). Socialmedia.biz. Archived (https://w
eb.archive.org/web/20130916232246/https://socialmedia.biz/2010/07/08/the-story-of
-intelpedia-a-model-corporate-wiki/) from the original on September 16, 2013.
Retrieved August 16, 2013.
142. A. Maron; M. Maron (2007). "A stealth transformation: introducing wikis to the UN" (h
ttps://web.archive.org/web/20110504030508/https://journal.km4dev.org/journal/inde
x.php/km4dj/article/view/99/159). Knowledge Management for Development Journal.
Archived from the original (https://journal.km4dev.org/journal/index.php/km4dj/articl
e/view/99/159) on May 4, 2011. Retrieved October 9, 2010.
143. "LibrePlanet Homepage" (https://www.libreplanet.org). Archived (https://web.archive.
org/web/20110318110137/https://libreplanet.org/) from the original on March 18,
2011. Retrieved December 10, 2018.
144. Bryant, Todd (2006), Social Software in Academia (https://web.archive.org/web/2009
1222054230/https://net.educause.edu/ir/library/pdf/eqm0627.pdf) (PDF), Educause
Quarterly, archived from the original (https://net.educause.edu/ir/library/pdf/EQM062
7.pdf) (PDF) on December 22, 2009, retrieved April 23, 2010
145. Liang, M.; Chu, S.; Siu, F.; Zhou, A. (December 3–4, 2009), Comparing User
Experiences in Using Twiki & Mediawiki to Facilitate Collaborative Learning (https://
web.archive.org/web/20110514030607/https://www.edu.hku.hk/samchu/docs/2009_
user_experiences.pdf) (PDF), Proceedings of the 2009 International Conference on
Knowledge Management, archived from the original (https://www.edu.hku.hk/samch
u/docs/2009_user_experiences.pdf) (PDF) on May 14, 2011
146. Schulz, Judith (2009), Company-Wiki as a knowledge transfer instrument for
reducing the shortage of skilled workers (https://elib.suub.uni-bremen.de/ip/docs/000
10611.pdf) (PDF), Institute of Technology and Education, archived (https://web.archi
ve.org/web/20160304092952/https://elib.suub.uni-bremen.de/ip/docs/00010611.pdf)
(PDF) from the original on March 4, 2016, retrieved April 25, 2010
147. Chu, S.; Kennedy, D.; Mak, M. (December 3–4, 2009), MediaWiki and Google Docs
as online collaboration tools for group project co-construction (https://web.archive.or
g/web/20110514030658/https://www.edu.hku.hk/samchu/docs/2009_mediawiki.pdf)
(PDF), Proceedings of the 2009 International Conference on Knowledge
Management, archived from the original (https://www.edu.hku.hk/samchu/docs/2009
_mediawiki.pdf) (PDF) on May 14, 2011, retrieved April 23, 2010
148. Grecco, Claudio Henrique dos Santos; Augusto, Silas Cordeiro; Souza, Jaqueline
Tavares Viana de; Carvalho, Paulo Victor Rodrigues; Davila, Adriana Loureiro (July
25, 2021). "A Method for the evaluation of knowledge management systems" (http
s://www.bjrs.org.br/revista/index.php/REVISTA/article/view/1250). Brazilian Journal
of Radiation Sciences. 9 (2B). doi:10.15392/bjrs.v9i2B.1250 (https://doi.org/10.1539
2%2Fbjrs.v9i2B.1250). ISSN 2319-0612 (https://search.worldcat.org/issn/2319-061
2). S2CID 237733021 (https://api.semanticscholar.org/CorpusID:237733021).
Archived (https://web.archive.org/web/20211112114628/https://www.bjrs.org.br/revist
a/index.php/REVISTA/article/view/1250) from the original on November 12, 2021.
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 36 of 37
:
a/index.php/REVISTA/article/view/1250) from the original on November 12, 2021.
Retrieved November 12, 2021.
External links
MediaWiki homepage (https://mediawiki.org)
https://en.wikipedia.org/wiki/MediaWiki 11/5/25, 14 04
Page 37 of 37
: