MediaWiki - Wikipedia
MediaWiki - Wikipedia
MediaWiki
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 1 of 183
:
Screenshot [show]
Developer(s) Wikimedia
Foundation
Repository gerrit.wikimedia
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 2 of 183
:
Repository gerrit.wikimedia
.org/g/mediawiki
/core/ (https://ge
rrit.wikimedia.or
g/g/mediawiki/c
ore/)
Written in PHP[2]
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 3 of 183
:
Available in 459[3]
languages
License GPLv2+[4]
Website mediawiki.org (h
ttps://mediawiki.
org)
MediaWiki is written in the PHP programming language and stores all text
content into a database. The software is optimized to efficiently handle
large projects, which can have terabytes of content and hundreds of
thousands of views per second.[7][8] Because Wikipedia is one of the
world's largest and most visited websites, achieving scalability through
multiple layers of caching and database replication has been a major
concern for developers. Another major aspect of MediaWiki is its
internationalization; its interface is available in more than 400 languages.
[9]
The software has hundreds of configuration settings[10] and more than
1,000 extensions available for enabling various features to be added or
changed.[11]
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 4 of 183
:
Key features
MediaWiki provides a rich core feature set and a mechanism to attach
extensions to provide additional functionality.
Internationalization and
localisation
28:34
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 5 of 183
:
developers. The user interface has been fully or partially translated into
more than 400 languages on translatewiki.net,[9] and can be further
customized by site administrators (the entire interface is editable through
the wiki).
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]
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 6 of 183
:
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.
Rendered
MediaWiki syntax
HTML equivalent output
(the "behind the
(another type of "behind the (seen
scenes" code
scenes" code onscreen
used to add
used to add formatting to text) by a site
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 7 of 183
:
formatting to text) viewer)
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 8 of 183
:
Editing interface
Sometimes while one user is editing, a second user saves an edit to the
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 9 of 183
:
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.
Application programming
interface
MediaWiki has an extensible web API (application programming interface)
that provides direct, high-level access to the data contained in the
MediaWiki databases. Client programs can use the API to log in, get data,
and post changes. The API supports thin web-based JavaScript clients
and end-user applications (such as vandal-fighting tools). The API can be
accessed by the backend of another web site.[26] An extensive Python bot
library, Pywikibot,[27] and a popular semi-automated tool called
AutoWikiBrowser, also interface with the API.[28] The API is accessed via
URLs such as https://en.wikipedia.org/w/api.php?
action=query&list=recentchanges . In this case, the query would be
asking Wikipedia for information relating to the last 10 edits to the site.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 10 of 183
:
One of the perceived advantages of the API is its language independence;
it listens for HTTP connections from clients and can send a response in a
variety of formats, such as XML, serialized PHP, or JSON.[29] Client code
has been developed to provide layers of abstraction to the API.[30]
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 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]
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
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 11 of 183
:
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
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 12 of 183
:
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 larger context, with all
wikis on the same server or each on its own server.[39]
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 13 of 183
:
Content organization
MediaWiki page tabs, using the "Vector 2010" skin. The red coloration
of the "discussion" tab indicates that the article does not yet have a
talk page. As with any other red wikilink, clicking on it prompts the
user to create the page.
Page tabs are displayed at the top of pages. These tabs allow users to
perform actions or view pages that are related to the current page. The
available default actions include viewing, editing, and discussing the
current page. The specific tabs displayed depend on whether the user is
logged into the wiki and whether the user has sysop privileges on the wiki.
For instance, the ability to move a page or add it to one's watchlist is
usually restricted to logged-in users. The site administrator can add or
remove tabs by using JavaScript or installing extensions.[41]
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
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 14 of 183
:
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 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]
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 15 of 183
:
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:
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 16 of 183
:
Customization
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 17 of 183
:
The entire MediaWiki user interface can be edited through the wiki itself by
users with the necessary permissions (typically called "administrators").
This is done through a special namespace with the prefix "MediaWiki:",
where each page title identifies a particular user interface message. Using
an extension,[49] it is also possible for a user to create personal scripts,
and to choose whether certain sitewide scripts should apply to them by
toggling the appropriate options in the user preferences page.
Templates
The "MediaWiki:" namespace was originally also used for creating custom
text blocks that could then be dynamically loaded into other pages using a
special syntax. This content was later moved into its own namespace,
"Template:".
Templates are text blocks that can be dynamically loaded inside another
page whenever that page is requested. The template is a special link in
double curly brackets (for example " {{Disputed|date=October
2018}} "), which calls the template (in this case located at
Template:Disputed) to load in place of the template call.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 18 of 183
:
A related method, called template substitution (called by adding subst:
at the beginning of a template link) inserts the contents of the template
into the target page (like a copy and paste operation), instead of loading
the template contents dynamically whenever the page is loaded. This can
lead to inconsistency when using templates, but may be useful in certain
cases, and in most cases requires fewer server resources (the actual
amount of savings can vary depending on wiki configuration and the
complexity of the template).
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 19 of 183
:
block users and delete pages, and whose edits are hidden by default in the
recent changes log. It is also possible to set up a group of
"autoconfirmed" users that one becomes a member of after making a
certain number of edits and waiting a certain number of days.[55] Some
groups that are enabled by default are bureaucrats and sysops.
Bureaucrats have the power to change other users' rights. Sysops have
power over page protection and deletion and the 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.[56]
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
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 20 of 183
:
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.
Extensions
Text manipulation
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 21 of 183
:
Tim Starling in 2008
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 22 of 183
:
implemented, but this already increased the possibilities for wiki
editors enormously. With time further parser functions were
introduced, finally leading to a framework that allowed the
simple writing of extension functions to add arbitrary
functionalities, like e.g. geo-coding services or widgets. This time
the developers were clearly reacting to the demand of the
community, being forced either to fight the solution of the issue
that the community had (i.e. conditional text), or offer an
improved technical implementation to replace the previous
practice and achieve an overall better performance.
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.[72]
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 23 of 183
:
For footnotes and
academic-related display
Another very popular extension is a citation extension that enables
footnotes to be added to pages using inline references.[73] This extension
has, however, been criticized for being difficult to use and requiring the
user to memorize complex syntax. A gadget called RefToolbar attempts to
make it easier to create citations using common templates. MediaWiki has
some extensions that are well-suited for academia, such as mathematics
extensions[74] and an extension that allows molecules to be rendered in
3D.[75]
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[76] and extensions for inclusion of
Flash Videos,[77] YouTube videos,[78] and RSS feeds.[79] 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.[80]
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 24 of 183
:
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.[81] 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.[82] Anti-
spam extensions have been developed to combat the problem by
introducing CAPTCHAs,[83] blacklisting certain URLs,[84] and allowing bulk
deletion of pages recently added by a particular user.[85]
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 25 of 183
:
Various MediaWiki extensions have also been created to allow for more
complex, faceted search, on both data entered within the wiki and on
metadata such as pages' revision history.[88][89] Semantic MediaWiki is
one such extension.[90][91]
Rich content
The software supports a wide variety of uploaded media files, and allows
image galleries and thumbnails to be generated with relative ease. There is
also support for Exif metadata. MediaWiki operates the Wikimedia
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 26 of 183
:
Commons, one of the largest free content media archives.
Database
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 27 of 183
:
the user name of the article editor (or its IP address the case of an
unregistered user) and a timestamp.[96][97]
In a 4½ year period prior to 2008, the MediaWiki database had 170 schema
versions.[98] Possibly the largest schema change was done in 2005 with
MediaWiki 1.5, when the storage of metadata was separated from that of
content, to improve performance flexibility. When this upgrade was applied
to Wikipedia, the site was locked for editing, and the schema was
converted to the new version in about 22 hours. Some software
enhancement proposals, such as a proposal to allow sections of articles to
be watched via watchlist, have been rejected because the necessary
schema changes would have required excessive Wikipedia downtime.[99]
Performance and
storage
Because it is used to run one of the highest-traffic sites on the Web,
Wikipedia, MediaWiki's performance and scalability have been highly
optimized.[100] MediaWiki supports Squid, load-balanced database
replication, client-side caching, memcached or table-based caching for
frequently accessed processing of query results, a simple static file cache,
feature-reduced operation, revision compression, and a job queue for
database operations. MediaWiki developers have attempted to optimize
the software by avoiding expensive algorithms, database queries, etc.,
caching every result that is expensive and has temporal locality of
reference, and focusing on the hot spots in the code through profiling.[101]
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 28 of 183
:
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.
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.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 29 of 183
:
plaintext signature,[106] 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'.[107]
Security
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 30 of 183
:
MediaWiki developers have enacted security standards, both for core code
and extensions.[111] 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.[112] Many security
issues have had to be patched after a MediaWiki version release,[113] 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.[114]
Support
Support for MediaWiki users consists of:
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 31 of 183
:
administration,[115] including
some free online books.[116]
[117]
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 installations and/or
distributed with MediaWiki software is public domain in the public domain
instead to eliminate legal issues for wikis with other licenses.[118][119]
MediaWiki's development has generally favored the use of open-source
media formats.[120]
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
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 32 of 183
:
or several times a year since 2004.[121]
History
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 33 of 183
:
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 in the PHP scripting language, and
stored all of its 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.[126] 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;[127] 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.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 34 of 183
:
the software, as a play on "Wikimedia".[128] 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").[129]
The old product logo was created by Erik Möller, using a flower
photograph taken by Florence Nibart-Devouard, and was originally
submitted to the logo contest for a new Wikipedia logo, held from July 20
to August 27, 2003.[130][131] The logo came in third place, and was chosen
to represent MediaWiki rather than Wikipedia, with the second place logo
being used for the Wikimedia Foundation.[132] The double square brackets
([[ ]]) symbolize the syntax MediaWiki uses for creating hyperlinks to other
wiki pages; while the sunflower represents the diversity of content on
Wikipedia, its constant growth, and the wilderness.[133]
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 35 of 183
:
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.
[138]
Version history
The first version of MediaWiki, 1.1, was released in December 2003.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 36 of 183
:
that run on MediaWiki include wikiHow and SNPedia. WikiLeaks began as a
MediaWiki-based site, but is no longer a wiki.
Comparison to other
online collaboration
software
Users of online collaboration software are familiar with MediaWiki's
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 37 of 183
:
functions and layout due to its noted use on Wikipedia. A 2006 overview of
social software in academia observed that "Compared to other wikis,
MediaWiki is also fairly aesthetically pleasing, though simple, and has an
easily customized side menu and stylesheet."[143] However, in one
assessment in 2006, Confluence was deemed to be a superior product
due to its very usable API and ability to better support multiple wikis.[75]
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 38 of 183
:
See also
Free and
open-
source
software
portal
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 39 of 183
:
and other wikis offline
PHP – a programming
language that powers
MediaWiki
References
1. "Announcing MediaWiki
1.43.0" (https://lists.wikime
dia.org/hyperkitty/list/wikite
[email protected]/th
read/UYZUOQEWN2NL22
PU42JW7TF6JO56RWW
V/) . December 21, 2024.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 40 of 183
:
V/) . December 21, 2024.
2. Reed, Sam (December 19,
2019). "Announcing
MediaWiki 1.34.0" (https://li
sts.wikimedia.org/pipermai
l/mediawiki-announce/201
9-December/000242.htm
l) . mediawiki-announce
(Mailing list). Archived (http
s://web.archive.org/web/2
0191219203840/https://lis
ts.wikimedia.org/pipermail/
mediawiki-announce/2019-
December/000242.html)
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 41 of 183
:
from the original on
December 19, 2019.
Retrieved December 19,
2019.
3. "Names.php • mediawiki" (
https://github.com/wikimed
ia/mediawiki/blob/33440f2
3c6deab2c1fab0a9ca7ead
30d64a3ea2e/languages/
data/Names.php) .
github.com. April 8, 2021.
Archived (https://web.archi
ve.org/web/20210715001
937/https://github.com/wik
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 42 of 183
:
937/https://github.com/wik
imedia/mediawiki/blob/334
40f23c6deab2c1fab0a9ca
7ead30d64a3ea2e/langua
ges/data/Names.php)
from the original on July 15,
2021. Retrieved May 19,
2021.
4. "Copyright" (https://www.
mediawiki.org/wiki/Copyrig
ht) . mediawiki.org.
Archived (https://web.archi
ve.org/web/20150919145
522/https://www.mediawik
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 43 of 183
:
522/https://www.mediawik
i.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_97
80596519797) . O'Reilly
Media. ISBN 978-0-596-
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 44 of 183
:
Media. ISBN 978-0-596-
51979-7. Retrieved
April 23, 2010.
7. "What is MediaWiki?" (http
s://www.mediawiki.org/wik
i/Manual:What_is_MediaWi
ki%3F) . MediaWiki.
January 9, 2021. Archived
(https://web.archive.org/we
b/20180722205421/http
s://www.mediawiki.org/wik
i/Manual:What_is_MediaWi
ki%3F) from the original
on July 22, 2018.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 45 of 183
:
on July 22, 2018.
Retrieved March 27, 2021.
8. Česky.
"Wikipedia:Statistics –
Wikipedia, the free
encyclopedia" (https://en.w
ikipedia.org/w/index.php?tit
le=Wikipedia:Statistics&old
id=352738565) .
Wikipedia. Archived (http
s://web.archive.org/web/2
0210828200519/https://e
n.wikipedia.org/w/index.ph
p?title=Wikipedia:Statistic
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 46 of 183
:
p?title=Wikipedia:Statistic
s&oldid=352738565)
from the original on August
28, 2021. Retrieved
May 30, 2010.
9. "Message group statistics:
MediaWiki core" (https://tra
nslatewiki.net/wiki/Special:
MessageGroupStats?group
=core&messages=&suppre
ssempty=1&x=D#sortable:
3=desc) . translatewiki.net.
August 20, 2023. Archived
(https://web.archive.org/we
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 47 of 183
:
(https://web.archive.org/we
b/20230820231524/http
s://translatewiki.net/wiki/Sp
ecial:MessageGroupStats?
group=core&messages=&s
uppressempty=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
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 48 of 183
:
configuration settings" (htt
ps://www.mediawiki.org/wi
ki/Category:MediaWiki_con
figuration_settings) .
MediaWiki. September 11,
2016. Archived (https://we
b.archive.org/web/2014111
0154304/https://www.med
iawiki.org/wiki/Category:Me
diaWiki_configuration_setti
ngs) from the original on
November 10, 2014.
Retrieved September 11,
2016.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 49 of 183
:
2016.
11. "Extension Matrix" (https://
www.mediawiki.org/wiki/Ca
tegory:All_extensions) .
MediaWiki. Archived (http
s://web.archive.org/web/2
0160911222500/https://w
ww.mediawiki.org/wiki/Cate
gory:All_extensions) from
the original on September
11, 2016. Retrieved
September 6, 2017.
12. Lerner, Reuven M.
(February 23, 2006),
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 50 of 183
:
(February 23, 2006),
Installing and Customizing
MediaWiki (https://web.arc
hive.org/web/2010040601
0012/https://www.linuxjour
nal.com/article/8754?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
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 51 of 183
:
Deploying PHP applications
on IBM DB2 in the cloud:
MediaWiki as a case study (
https://portal.acm.org/citati
on.cfm?id=1723069) ,
Proceedings of the 2009
Conference of the Center
for Advanced Studies on
Collaborative Research,
pp. 304–305,
doi:10.1145/1723028.1723
069 (https://doi.org/10.114
5%2F1723028.1723069) ,
S2CID 27463043 (https://
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 52 of 183
:
S2CID 27463043 (https://
api.semanticscholar.org/Co
rpusID:27463043)
14. "Manual:$wgEnableUpload
s" (https://www.mediawiki.
org/wiki/Manual:%24wgEn
ableUploads) . MediaWiki.
Archived (https://web.archi
ve.org/web/20100625234
102/https://www.mediawik
i.org/wiki/Manual:%24wgE
nableUploads) from the
original on June 25, 2010.
Retrieved May 30, 2010.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 53 of 183
:
15. "Manual:$wgLogo" (https://
www.mediawiki.org/wiki/Ma
nual:%24wgLogo) .
MediaWiki. December 12,
2009. Archived (https://we
b.archive.org/web/201006
25234904/https://www.m
ediawiki.org/wiki/Manual:%
24wgLogo) from the
original on June 25, 2010.
Retrieved May 30, 2010.
16. "Manual:LocalSettings.php
" (https://www.mediawiki.or
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 54 of 183
:
g/wiki/LocalSettings.php) .
MediaWiki. March 29,
2007. Archived (https://we
b.archive.org/web/201006
25233619/https://www.me
diawiki.org/wiki/LocalSettin
gs.php) from the original
on June 25, 2010.
Retrieved May 30, 2010.
17. "Extension:AbuseFilter" (htt
ps://www.mediawiki.org/wi
ki/Extension:AbuseFilter) .
MediaWiki. Archived (http
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 55 of 183
:
s://web.archive.org/web/2
0100625224424/https://w
ww.mediawiki.org/wiki/Exte
nsion:AbuseFilter) from
the original on June 25,
2010. Retrieved May 30,
2010.
18. Cacycle. "wikEd" (https://e
n.wikipedia.org/wiki/User:C
acycle/wikEd) . Archived (h
ttps://web.archive.org/web/
20071123151215/https://e
n.wikipedia.org/wiki/User:C
acycle/wikEd) from the
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 56 of 183
:
acycle/wikEd) from the
original on November 23,
2007.
19. "Manual:Installation guide"
(https://www.mediawiki.or
g/wiki/Manual:Installation_
guide) . MediaWiki.
Archived (https://web.archi
ve.org/web/20100625235
352/https://www.mediawik
i.org/wiki/Manual:Installatio
n_guide) from the original
on June 25, 2010.
Retrieved May 30, 2010.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 57 of 183
:
Retrieved May 30, 2010.
20. "Manual:Extending wiki
markup" (https://www.medi
awiki.org/wiki/Manual:Exten
ding_wiki_markup) .
MediaWiki. Archived (http
s://web.archive.org/web/2
0110501083425/https://w
ww.mediawiki.org/wiki/Man
ual:Extending_wiki_marku
p) from the original on
May 1, 2011. Retrieved
May 30, 2010.
21. "HTML to Wiki Converter –
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 58 of 183
:
21. "HTML to Wiki Converter –
tables" (https://tools.wmfla
bs.org/magnustools/html2
wiki.php) . WMF Labs.
March 29, 2008. Archived
(https://web.archive.org/we
b/20140713040132/http
s://tools.wmflabs.org/magn
ustools/html2wiki.php)
from the original on July
13, 2014. Retrieved
June 12, 2014.
22. "Markup spec" (https://ww
w.mediawiki.org/wiki/Marku
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 59 of 183
:
w.mediawiki.org/wiki/Marku
p_spec) . MediaWiki.
Archived (https://web.archi
ve.org/web/20071219052
149/https://www.mediawik
i.org/wiki/Markup_spec)
from the original on
December 19, 2007.
Retrieved May 30, 2010.
23. "Extricating Meaning from
Wikimedia Article Archives"
(https://www.cs.rmit.edu.a
u/adcs2010/proceedings/p
df/paper%204.pdf) (PDF).
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 60 of 183
:
df/paper%204.pdf) (PDF).
Archived (https://web.archi
ve.org/web/20110310023
318/https://www.cs.rmit.ed
u.au/adcs2010/proceeding
s/pdf/paper%204.pdf)
(PDF) from the original on
March 10, 2011. Retrieved
January 2, 2011.
24. Jakes, David (August 15,
2006), Wild about Wikis (h
ttps://web.archive.org/web/
20100502052101/https://
www.techlearning.com/arti
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 61 of 183
:
cle/6164) , Tech &
Learning, archived from the
original (https://www.techle
arning.com/article/6164)
on May 2, 2010, retrieved
April 23, 2010
25. Foley, Brian & Chang, Tae
(2008), Wiki as a
professional development
tool (https://www.csun.ed
u/~bfoley/AERA_Wiki.pdf)
(PDF), Technology and
Teacher Education,
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 62 of 183
:
archived (https://web.archi
ve.org/web/20110430024
752/https://www.csun.edu/
~bfoley/AERA_Wiki.pdf)
(PDF) from the original on
April 30, 2011, retrieved
April 23, 2010
26. "API" (https://www.mediawi
ki.org/wiki/API) .
MediaWiki. May 17, 2010.
Archived (https://web.archi
ve.org/web/20100527004
158/https://www.mediawik
i.org/wiki/API) from the
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 63 of 183
:
i.org/wiki/API) from the
original on May 27, 2010.
Retrieved May 30, 2010.
27. "Pywikibot – MediaWiki" (ht
tps://www.mediawiki.org/wi
ki/Manual:Pywikibot) .
mediawiki.org. Archived (ht
tps://web.archive.org/web/
20180309072418/https://
www.mediawiki.org/wiki/Ma
nual:Pywikibot) from the
original on March 9, 2018.
Retrieved March 16, 2018.
28. Česky.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 64 of 183
:
28. Česky.
"Wikipedia:AutoWikiBrowse
r – Wikipedia, the free
encyclopedia" (https://en.w
ikipedia.org/wiki/Wikipedia:
AutoWikiBrowser) .
En.wikipedia.org. Archived
(https://web.archive.org/we
b/20100420235103/http
s://en.wikipedia.org/wiki/Wi
kipedia:AutoWikiBrowser)
from the original on April
20, 2010. Retrieved
May 30, 2010.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 65 of 183
:
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.arch
ive.org/web/20110109004
041/https://smartech.gatec
h.edu/dspace/handle/185
3/28426) , Georgia
Institute of Technology,
archived from the original (
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 66 of 183
:
archived from the original (
https://smartech.gatech.ed
u/dspace/handle/1853/28
426) on January 9, 2011,
retrieved April 23, 2010
30. "API:Client code" (https://w
ww.mediawiki.org/wiki/API:
Client_code) . MediaWiki.
May 24, 2010. Archived (ht
tps://web.archive.org/web/
20100626072508/https://
www.mediawiki.org/wiki/AP
I:Client_code) from the
original on June 26, 2010.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 67 of 183
:
original on June 26, 2010.
Retrieved May 30, 2010.
31. "Tags – Wikipedia, the free
encyclopedia" (https://en.w
ikipedia.org/wiki/Special:Ta
gs) . En.wikipedia.org.
Archived (https://web.archi
ve.org/web/20100304112
922/https://en.wikipedia.or
g/wiki/Special:Tags) from
the original on March 4,
2010. Retrieved May 30,
2010.
32. "Manual:Tags" (https://ww
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 68 of 183
:
32. "Manual:Tags" (https://ww
w.mediawiki.org/wiki/Manu
al:Tags) . MediaWiki.
August 31, 2009. Archived
(https://web.archive.org/we
b/20100625224408/http
s://www.mediawiki.org/wik
i/Manual:Tags) from the
original on June 25, 2010.
Retrieved May 30, 2010.
33. "Wikipedia:Huggle –
Wikipedia, the free
encyclopedia" (https://en.w
ikipedia.org/wiki/Wikipedia:
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 69 of 183
:
Huggle) . En.wikipedia.org.
Archived (https://web.archi
ve.org/web/201103311725
21/https://en.wikipedia.org/
wiki/Wikipedia:Huggle)
from the original on March
31, 2011. Retrieved May 30,
2010.
34. "IRC/Channels" (https://me
ta.wikimedia.org/wiki/IRC/C
hannels#Raw_feeds) .
Meta-Wiki. Archived (http
s://web.archive.org/web/2
0100323020404/https://
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 70 of 183
:
0100323020404/https://
meta.wikimedia.org/wiki/IR
C/Channels#Raw_feeds#R
aw_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://ww
w.bbc.co.uk/news/magazin
e-18892510) . BBC News.
Archived (https://web.archi
ve.org/web/20120728024
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 71 of 183
:
ve.org/web/20120728024
625/https://www.bbc.co.u
k/news/magazine-1889251
0) from the original on
July 28, 2012. Retrieved
July 30, 2012.
36. "Manual:Watchlist" (https://
www.mediawiki.org/wiki/Ma
nual:Watchlist) .
MediaWiki. November 24,
2009. Archived (https://we
b.archive.org/web/201105
01081950/https://www.me
diawiki.org/wiki/Manual:Wa
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 72 of 183
:
diawiki.org/wiki/Manual:Wa
tchlist) 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..2
78Y (https://ui.adsabs.harv
ard.edu/abs/2006Natur.44
0..278Y) ,
doi:10.1038/440278a (http
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 73 of 183
:
doi:10.1038/440278a (http
s://doi.org/10.1038%2F44
0278a) , PMID 16541049 (
https://pubmed.ncbi.nlm.ni
h.gov/16541049)
38. "Manual:Interwiki" (https://
www.mediawiki.org/wiki/Ma
nual:Interwiki) . MediaWiki.
Archived (https://web.archi
ve.org/web/201012031126
31/https://www.mediawiki.o
rg/wiki/Manual:Interwiki)
from the original on
December 3, 2010.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 74 of 183
:
December 3, 2010.
Retrieved May 30, 2010.
39. "Interlanguage links" (http
s://www.mediawiki.org/wik
i/Interlanguage_links) .
MediaWiki. Archived (http
s://web.archive.org/web/2
0210312133505/https://w
ww.mediawiki.org/wiki/Inter
language_links) from the
original on March 12, 2021.
Retrieved March 17, 2021.
40. Pintscher, Lydia
(September 23, 2013).
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 75 of 183
:
(September 23, 2013).
"Wikidata is Here!" (https://
commons.wikimedia.org/wi
ki/Commons:Village_pump/
Archive/2013/10#Wikidata
_is_here.21) .
Commons:Village pump.
Archived (https://web.archi
ve.org/web/20211206060
438/https://commons.wiki
media.org/wiki/Commons:V
illage_pump/Archive/2013/
10#Wikidata_is_here.21)
from the original on
December 6, 2021.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 76 of 183
:
December 6, 2021.
Retrieved March 17, 2021.
41. "Help:Navigation" (https://
www.mediawiki.org/wiki/He
lp:Navigation#Page_Tabs) .
MediaWiki. May 21, 2010.
Archived (https://web.archi
ve.org/web/20100527004
218/https://www.mediawik
i.org/wiki/Help:Navigation#
Page_Tabs#Page_Tabs)
from the original on May
27, 2010. Retrieved
May 30, 2010.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 77 of 183
:
May 30, 2010.
42. Carl Challborn & Teresa
Reimann (December
2004), Wiki products: a
comparison (https://cde.at
habascau.ca/softeval/repor
ts/R470412.pdf) (PDF),
Athabasca University,
archived (https://web.archi
ve.org/web/20101223221
302/https://cde.athabasca
u.ca/softeval/reports/R470
412.pdf) (PDF) from the
original on December 23,
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 78 of 183
:
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/
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 79 of 183
:
(https://archive.org/details/
multistakeholder00malc) .
Terminus Press. pp. 188 (ht
tps://archive.org/details/mu
ltistakeholder00malc/page/
n216) , 280. ISBN 978-0-
9805084-0-6.
45. Ebersbach, Anja; Glaser,
Markus; Heigl, Richard;
Dueck, Gunter (2006).
Wiki (https://archive.org/de
tails/wikiwebcollabora00eb
er_531) . Springer. pp. 55 (
https://archive.org/details/
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 80 of 183
:
https://archive.org/details/
wikiwebcollabora00eber_5
31/page/n68) , 80–82,
109, 120–121, 156.
ISBN 978-3-540-25995-
4.
46. "Help:Categories" (https://
www.mediawiki.org/wiki/He
lp:Categories) . MediaWiki.
Archived (https://web.archi
ve.org/web/20100625220
958/https://www.mediawik
i.org/wiki/Help:Categories)
from the original on June
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 81 of 183
:
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 (http
s://arxiv.org/abs/cs.IR/060
4036) .
48. Lupin.
"Wikipedia:Tools/Navigatio
n popups" (https://en.wikip
edia.org/wiki/Wikipedia:Too
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 82 of 183
:
edia.org/wiki/Wikipedia:Too
ls/Navigation_popups) .
Archived (https://web.archi
ve.org/web/20060718164
504/https://en.wikipedia.or
g/wiki/Wikipedia%3ATools/
Navigation_popups) from
the original on July 18,
2006.
49. "Extension:Gadgets" (http
s://www.mediawiki.org/wik
i/Extension:Gadgets) .
MediaWiki. March 30,
2010. Archived (https://we
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 83 of 183
:
b.archive.org/web/201006
25220327/https://www.me
diawiki.org/wiki/Extension:
Gadgets) from the original
on June 25, 2010.
Retrieved May 30, 2010.
50. Česky (May 16, 2010).
"Template:Welcome –
Wikipedia, the free
encyclopedia" (https://en.w
ikipedia.org/wiki/Template:
Welcome) .
En.wikipedia.org. Archived
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 84 of 183
:
(https://web.archive.org/we
b/20110506003930/http
s://en.wikipedia.org/wiki/Te
mplate:Welcome) from the
original on May 6, 2011.
Retrieved May 30, 2010.
51. 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
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 85 of 183
:
Computer supported
cooperative work (https://p
ortal.acm.org/citation.cfm?i
d=1460563.1460573) ,
Proceedings of the ACM,
pp. 47–56,
doi:10.1145/1460563.1460
573 (https://doi.org/10.114
5%2F1460563.1460573) ,
ISBN 9781605580074,
S2CID 7164949 (https://ap
i.semanticscholar.org/Corp
usID:7164949)
52. Česky.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 86 of 183
:
52. Česky.
"Wikipedia:Barnstars –
Wikipedia, the free
encyclopedia" (https://en.w
ikipedia.org/wiki/Wikipedia:
Barnstars) .
En.wikipedia.org. Archived
(https://web.archive.org/we
b/20090624134612/http
s://en.wikipedia.org/wiki/Wi
kipedia:Barnstars) from
the original on June 24,
2009. Retrieved May 30,
2010.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 87 of 183
:
2010.
53. Česky. "Template:Test –
Wikipedia, the free
encyclopedia" (https://en.w
ikipedia.org/wiki/Template:
Test) . En.wikipedia.org.
Archived (https://web.archi
ve.org/web/200911110144
42/https://en.wikipedia.or
g/wiki/Template:Test) from
the original on November
11, 2009. Retrieved
May 30, 2010.
54. "Template:Test5 –
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 88 of 183
:
54. "Template:Test5 –
Wikipedia, the free
encyclopedia" (https://en.w
ikipedia.org/wiki/Template:
Test5) . En.wikipedia.org.
June 19, 2008. Archived (h
ttps://web.archive.org/web/
20090424005115/https://
en.wikipedia.org/wiki/Templ
ate:Test5) from the
original on April 24, 2009.
Retrieved May 30, 2010.
55. "Manual:User rights
management" (https://ww
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 89 of 183
:
w.mediawiki.org/wiki/Manu
al:User_rights_managemen
t#Automatically_promote_u
sers) . MediaWiki. Archived
(https://web.archive.org/we
b/20100625222112/http
s://www.mediawiki.org/wik
i/Manual%3AUser_rights_
management#Automaticall
y_promote_users#Automati
cally_promote_users) from
the original on June 25,
2010. Retrieved May 30,
2010.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 90 of 183
:
2010.
56. H Zielke; W Boemke; M
Kastrup; C Melzer
(November 21, 2007),
Operating Procedures in
Clinical Practice (https://w
ww.scata.org.uk/abstracts/
2007_london/DelegateBoo
kletSCATALondon2007.pd
f) (PDF), Royal College of
Anaesthetists, archived (htt
ps://web.archive.org/web/2
0110515020030/https://w
ww.scata.org.uk/abstracts/
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 91 of 183
:
ww.scata.org.uk/abstracts/
2007_london/DelegateBoo
kletSCATALondon2007.pd
f) (PDF) from the original
on May 15, 2011, retrieved
April 25, 2010
57. "Security issues with
authorization extensions" (
https://www.mediawiki.org/
wiki/Security_issues_with_a
uthorization_extensions) .
MediaWiki. Archived (http
s://web.archive.org/web/2
0100626074354/https://w
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 92 of 183
:
0100626074354/https://w
ww.mediawiki.org/wiki/Sec
urity_issues_with_authoriza
tion_extensions) from the
original on June 26, 2010.
Retrieved May 30, 2010.
58. "Manual:Hooks/ArticleSave
Complete" (https://www.me
diawiki.org/wiki/Manual:Ho
oks/ArticleSaveComplete) .
MediaWiki. May 26, 2010.
Archived (https://web.archi
ve.org/web/201411101459
05/https://www.mediawiki.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 93 of 183
:
05/https://www.mediawiki.
org/wiki/Manual:Hooks/Arti
cleSaveComplete) from
the original on November
10, 2014. Retrieved
May 30, 2010.
59. "Extension:Recent Activity
Notify" (https://www.media
wiki.org/wiki/Extension:Rec
ent_Activity_Notify) .
MediaWiki. Archived (http
s://web.archive.org/web/2
0140927110023/https://w
ww.mediawiki.org/wiki/Exte
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 94 of 183
:
nsion:Recent_Activity_Notif
y) from the original on
September 27, 2014.
Retrieved May 30, 2010.
60. "Manual:Tag extensions" (h
ttps://www.mediawiki.org/w
iki/Manual:Tag_extension
s) . MediaWiki. May 21,
2010. Archived (https://we
b.archive.org/web/2014101
2211540/https://www.medi
awiki.org/wiki/Manual:Tag_
extensions) from the
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 95 of 183
:
original on October 12,
2014. Retrieved May 30,
2010.
61. "Manual:Parser functions" (
https://www.mediawiki.org/
wiki/Manual:Parser_functio
ns) . MediaWiki. March 22,
2010. Archived (https://we
b.archive.org/web/2014101
8103626/https://www.med
iawiki.org/wiki/Manual:Pars
er_functions) from the
original on October 18,
2014. Retrieved May 30,
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 96 of 183
:
2014. Retrieved May 30,
2010.
62. "Manual:Special pages" (ht
tps://www.mediawiki.org/wi
ki/Manual:Special_pages) .
MediaWiki. Archived (http
s://web.archive.org/web/2
0141110162401/https://ww
w.mediawiki.org/wiki/Manu
al:Special_pages) from the
original on November 10,
2014. Retrieved May 30,
2010.
63. "Manual:Skins" (https://ww
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 97 of 183
:
63. "Manual:Skins" (https://ww
w.mediawiki.org/wiki/Skin)
. MediaWiki. May 14, 2010.
Archived (https://web.archi
ve.org/web/20141125085
917/https://www.mediawiki.
org/wiki/Skin) from the
original on November 25,
2014. Retrieved May 30,
2010.
64. "Manual:Integration with
S3" (https://www.mediawik
i.org/wiki/Manual:Integratio
n_with_S3) . MediaWiki.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 98 of 183
:
n_with_S3) . MediaWiki.
March 22, 2010. Archived (
https://web.archive.org/we
b/20141127084520/http
s://www.mediawiki.org/wik
i/Manual:Integration_with_
S3) from the original on
November 27, 2014.
Retrieved May 30, 2010.
65. "Extension:ParserFunctions
" (https://www.mediawiki.or
g/wiki/Extension:ParserFun
ctions) . MediaWiki.
December 25, 2009.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 99 of 183
:
December 25, 2009.
Archived (https://web.archi
ve.org/web/20100625222
930/https://www.mediawik
i.org/wiki/Extension%3APa
rserFunctions) from the
original on June 25, 2010.
Retrieved May 30, 2010.
66. "Wikipedia:Miscellany for
deletion/Template:Qif –
Wikipedia, the free
encyclopedia" (https://en.w
ikipedia.org/wiki/Wikipedia:
Miscellany_for_deletion/Te
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 100 of 183
:
Miscellany_for_deletion/Te
mplate:Qif) .
En.wikipedia.org. Archived
(https://web.archive.org/we
b/20150225125827/http
s://en.wikipedia.org/wiki/Wi
kipedia:Miscellany_for_dele
tion/Template:Qif) from
the original on February 25,
2015. Retrieved May 30,
2010.
67. M Schindler; D Vrandecic
(2009), Introducing new
features to Wikipedia (http
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 101 of 183
:
features to Wikipedia (http
s://www.researchgate.net/
publication/224219255) ,
Proceedings of WebSci,
archived (https://web.archi
ve.org/web/20180624093
211/https://www.researchg
ate.net/publication/224219
255_Introducing_New_Fea
tures_to_Wikipedia_Case_S
tudies_for_Web_Science)
from the original on June
24, 2018, retrieved
June 24, 2018
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 102 of 183
:
68. "Category:String
manipulation templates –
Wikipedia, the free
encyclopedia" (https://en.w
ikipedia.org/wiki/Category:
String_manipulation_templ
ates) . En.wikipedia.org.
May 15, 2010. Archived (ht
tps://web.archive.org/web/
20110506003940/https://
en.wikipedia.org/wiki/Categ
ory:String_manipulation_te
mplates) from the original
on May 6, 2011. Retrieved
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 103 of 183
:
on May 6, 2011. Retrieved
May 30, 2010.
69. "Bug 6455 – Enable
StringFunctions on WMF
wikis" (https://bugzilla.wiki
media.org/show_bug.cgi?id
=6455) .
bugzilla.wikimedia.org.
Archived (https://web.archi
ve.org/web/20120122061
250/https://bugzilla.wikime
dia.org/show_bug.cgi?id=6
455) from the original on
January 22, 2012.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 104 of 183
:
January 22, 2012.
Retrieved October 9, 2010.
70. "Extension:StringFunctions
" (https://www.mediawiki.or
g/wiki/Extension:StringFun
ctions) . MediaWiki.
Archived (https://web.archi
ve.org/web/20100625221
030/https://www.mediawik
i.org/wiki/Extension:StringF
unctions) from the original
on June 25, 2010.
Retrieved May 30, 2010.
71. "r51497 – Code Review" (h
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 105 of 183
:
71. "r51497 – Code Review" (h
ttps://www.mediawiki.org/w
iki/Special:Code/MediaWik
i/51497) . MediaWiki.
Archived (https://web.archi
ve.org/web/201411272051
57/https://www.mediawiki.
org/wiki/Special:Code/Med
iaWiki/51497) from the
original on November 27,
2014. Retrieved May 30,
2010.
72. "Lua performance" (https://
en.wikipedia.org/wiki/User:
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 106 of 183
:
en.wikipedia.org/wiki/User:
Dragons_flight/Lua_perfor
mance) . Archived (https://
web.archive.org/web/2018
0824045534/https://en.wi
kipedia.org/wiki/User:Drag
ons_flight/Lua_performanc
e) from the original on
August 24, 2018. Retrieved
December 27, 2018.
73. "Extension:Cite" (https://w
ww.mediawiki.org/wiki/Exte
nsion:Cite) . MediaWiki.
May 3, 2010. Archived (htt
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 107 of 183
:
May 3, 2010. Archived (htt
ps://web.archive.org/web/2
0141020220333/https://w
ww.mediawiki.org/wiki/Exte
nsion:Cite) from the
original on October 20,
2014. Retrieved May 30,
2010.
74. "Category:Math
extensions" (https://www.m
ediawiki.org/wiki/Category:
Math_extensions) .
MediaWiki. December 26,
2009. Archived (https://we
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 108 of 183
:
b.archive.org/web/201105
01083222/https://www.me
diawiki.org/wiki/Category:
Math_extensions) from the
original on May 1, 2011.
Retrieved May 30, 2010.
75. Marieke Guy (January
2007), Wikido: Exploiting
the Potential of Wikis (http
s://www.ariadne.ac.uk/issu
e50/wikido-rpt/) , Ariadne,
archived (https://web.archi
ve.org/web/20100407170
018/https://www.ariadne.a
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 109 of 183
:
018/https://www.ariadne.a
c.uk/issue50/wikido-rpt/)
from the original on April 7,
2010, retrieved April 23,
2010
76. "Extension:CategorySugge
st" (https://www.mediawiki.
org/wiki/Extension:Categor
ySuggest) . MediaWiki.
Archived (https://web.archi
ve.org/web/20140926005
855/https://www.mediawik
i.org/wiki/Extension:Catego
rySuggest) from the
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 110 of 183
:
rySuggest) from the
original on September 26,
2014. Retrieved May 30,
2010.
77. "Category:Flash Video
extensions" (https://www.m
ediawiki.org/wiki/Category:
Flash_Video_extensions) .
MediaWiki. Archived (http
s://web.archive.org/web/2
0140915080226/https://w
ww.mediawiki.org/wiki/Cate
gory:Flash_Video_extension
s) from the original on
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 111 of 183
:
s) from the original on
September 15, 2014.
Retrieved May 30, 2010.
78. "Category:YouTube
extensions" (https://www.m
ediawiki.org/wiki/Category:
YouTube_extensions) .
MediaWiki. September 16,
2008. Archived (https://we
b.archive.org/web/201105
01083939/https://www.me
diawiki.org/wiki/Category:Y
ouTube_extensions) from
the original on May 1, 2011.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 112 of 183
:
the original on May 1, 2011.
Retrieved May 30, 2010.
79. "Category:RSS extensions"
(https://www.mediawiki.or
g/wiki/Category:RSS_exten
sions) . MediaWiki.
Archived (https://web.archi
ve.org/web/20101203095
104/https://www.mediawik
i.org/wiki/Category:RSS_ex
tensions) from the original
on December 3, 2010.
Retrieved May 30, 2010.
80. M Dale; A Stern; M
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 113 of 183
:
80. M Dale; A Stern; M
Deckert; W Sack (2009),
System demonstration:
Metavid.org: a social
website and open archive
of congressional video (htt
ps://portal.acm.org/citatio
n.cfm?id=1556176.155623
2) , Proceedings of the
10th Annual International
Conference on Digital
Government Research:
Social Networks: Making
Connections between
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 114 of 183
:
Citizens, Data and
Government, pp. 309–310,
ISBN 978-1-60558-535-2
81. "Wiki spam" (https://meta.
wikimedia.org/wiki/Wiki_Sp
am) . Meta-Wiki. Archived (
https://web.archive.org/we
b/20141107131454/http
s://meta.wikimedia.org/wik
i/Wiki_Spam) from the
original on November 7,
2014. Retrieved May 30,
2010.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 115 of 183
:
82. Goldman, Eric, Wikipedia's
Labor Squeeze and its
Consequences, vol. 8,
Journal on
Telecommunications and
High Technology Law
83. "Extension:ConfirmEdit" (ht
tps://www.mediawiki.org/wi
ki/Extension:ConfirmEdit) .
MediaWiki. May 5, 2010.
Archived (https://web.archi
ve.org/web/20141020204
041/https://www.mediawik
i.org/wiki/Extension:Confir
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 116 of 183
:
i.org/wiki/Extension:Confir
mEdit) from the original on
October 20, 2014.
Retrieved May 30, 2010.
84. "Extension:SpamBlacklist" (
https://www.mediawiki.org/
wiki/Extension:SpamBlackli
st) . MediaWiki. March 24,
2010. Archived (https://we
b.archive.org/web/201410
20220337/https://www.me
diawiki.org/wiki/Extension:
SpamBlacklist) from the
original on October 20,
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 117 of 183
:
original on October 20,
2014. Retrieved May 30,
2010.
85. "Extension:Nuke" (https://w
ww.mediawiki.org/wiki/Exte
nsion:Nuke) . MediaWiki.
May 19, 2010. Archived (ht
tps://web.archive.org/web/
20141020204031/https://
www.mediawiki.org/wiki/Ext
ension:Nuke) from the
original on October 20,
2014. Retrieved May 30,
2010.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 118 of 183
:
2010.
86. Lucene-search MediaWiki
extension (https://www.me
diawiki.org/wiki/Extension:L
ucene-search) Archived (h
ttps://web.archive.org/web/
20120602042925/https://
www.mediawiki.org/wiki/Ext
ension:Lucene-search)
June 2, 2012, at the
Wayback Machine,
mediawiki.org
87. SphinxSearch MediaWiki
extension (https://www.me
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 119 of 183
:
extension (https://www.me
diawiki.org/wiki/Extension:
SphinxSearch) Archived (h
ttps://web.archive.org/web/
20141022092204/https://
www.mediawiki.org/wiki/Ext
ension:SphinxSearch)
October 22, 2014, at the
Wayback Machine,
mediawiki.org
88. Masanori Arita & Kazuhiro
Suwa (September 17,
2008), "Search extension
transforms Wiki into a
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 120 of 183
:
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://ww
w.ncbi.nlm.nih.gov/pmc/arti
cles/PMC2556319) ,
PMID 18822113 (https://pu
bmed.ncbi.nlm.nih.gov/188
22113)
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 121 of 183
:
89. Finn Arup Nielsen (October
15, 2009). "Lost in
localization: a solution with
neuroinformatics 2.0?".
NeuroImage. 48 (1): 11–3.
doi:10.1016/J.NEUROIMAG
E.2009.05.073 (https://doi.
org/10.1016%2FJ.NEUROI
MAGE.2009.05.073) .
ISSN 1053-8119 (https://s
earch.worldcat.org/issn/10
53-8119) .
PMID 19497377 (https://p
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 122 of 183
:
ubmed.ncbi.nlm.nih.gov/19
497377) .
Wikidata Q21011200.
90. Eric Ras; Jörg Rech;
Sebastian Weber (August 1,
2008), Collaborative
Authoring of Learning
Elements for Adaptive
Learning Spaces (https://a
h2008.l3s.uni-hannover.d
e/files/resourcesmodule/@
random4875cb58f07c9/12
15679368__Proc_AH200
8_WS3_Authoring_of_Adap
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 123 of 183
:
8_WS3_Authoring_of_Adap
tive_and_Adaptable_Hyper
media.pdf#page=67)
(PDF), Fifth International
Conference on Adaptive
Hypermedia and Adaptive
Web-Based Systems,
archived (https://web.archi
ve.org/web/20110503215
922/https://ah2008.l3s.uni
-hannover.de/files/resourc
esmodule/@random4875c
b58f07c9/1215679368__P
roc_AH2008_WS3_Authori
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 124 of 183
:
roc_AH2008_WS3_Authori
ng_of_Adaptive_and_Adapt
able_Hypermedia.pdf#pag
e=67#page=67) (PDF)
from the original on May 3,
2011, retrieved April 23,
2010
91. Hartung, Michael; et al. "A
Platform for Collaborative
Management of Semantic
Grid Metadata". Intelligent
distributed computing,
systems and applications.
p. 123.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 125 of 183
:
p. 123.
92. "Extension:VisualEditor" (ht
tps://www.mediawiki.org/wi
ki/Extension:VisualEditor) .
MediaWiki. Archived (http
s://web.archive.org/web/2
0210221063745/https://w
ww.mediawiki.org/wiki/Exte
nsion:VisualEditor) from
the original on February 21,
2021. Retrieved March 15,
2021.
93. "Category:WYSIWYG
extensions" (https://www.m
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 126 of 183
:
extensions" (https://www.m
ediawiki.org/wiki/Category:
WYSIWYG_extensions) .
MediaWiki. April 10, 2008.
Archived (https://web.archi
ve.org/web/20110501083
632/https://www.mediawik
i.org/wiki/Category:WYSIW
YG_extensions) from the
original on May 1, 2011.
Retrieved May 30, 2010.
94. "Manual:Installation
requirements" (https://ww
w.mediawiki.org/wiki/Manu
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 127 of 183
:
al:Installation_requirement
s) . MediaWiki. Archived (ht
tps://web.archive.org/web/
20210308104956/https://
www.mediawiki.org/wiki/Ma
nual:Installation_requireme
nts) from the original on
March 8, 2021. Retrieved
March 14, 2021.
95. "Manual:Page table" (http
s://www.mediawiki.org/wik
i/Manual:Page_table) .
MediaWiki. May 15, 2010.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 128 of 183
:
Archived (https://web.archi
ve.org/web/201411250511
02/https://www.mediawiki.
org/wiki/Manual:Page_tabl
e) from the original on
November 25, 2014.
Retrieved May 30, 2010.
96. "Manual:Revision table" (htt
ps://www.mediawiki.org/wi
ki/Manual:Revision_table) .
MediaWiki. Archived (http
s://web.archive.org/web/2
0141124224756/https://w
ww.mediawiki.org/wiki/Man
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 129 of 183
:
ww.mediawiki.org/wiki/Man
ual:Revision_table) from
the original on November
24, 2014. Retrieved
May 30, 2010.
97. 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.ed
u/viewdoc/summary?doi=1
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 130 of 183
:
u/viewdoc/summary?doi=1
0.1.1.107.1424)
98. Curino, Carlo A.; Tanca,
Letizia; Zaniolo, Carlo
(2008), Information
Systems Integration and
Evolution: Ontologies at
Rescue (https://yellowston
e.cs.ucla.edu/schema-evol
ution/documents/curino-S
TSM08-CR.pdf) (PDF),
Workshop on Semantic,
archived (https://web.archi
ve.org/web/20091222052
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 131 of 183
:
ve.org/web/20091222052
156/https://yellowstone.cs.
ucla.edu/schema-evolutio
n/documents/curino-STSM
08-CR.pdf) (PDF) from
the original on December
22, 2009, retrieved
April 23, 2010
99. T Dumitras; P Narasimhan
(2009), No downtime for
data conversions:
Rethinking hot upgrades (h
ttps://web.archive.org/web/
20100616022532/https://
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 132 of 183
:
20100616022532/https://
www.pdl.cmu.edu/PDL-FT
P/stray/CMU-PDL-09-106.
pdf) (PDF), archived from
the original (https://www.p
dl.cmu.edu/PDL-FTP/stray/
CMU-PDL-09-106.pdf)
(PDF) on June 16, 2010,
retrieved April 29, 2010
100. "Wikipedia and MediaWiki"
(https://www.youtube.com/
watch?v=DWef69ItVrU) .
Presentation MediaWiki
development (video). April
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 133 of 183
:
28, 2006. Archived (http
s://web.archive.org/web/2
0110414151917/https://ww
w.youtube.com/watch?v=D
Wef69ItVrU) from the
original on April 14, 2011.
Retrieved September 23,
2009.
101. Bergsma, Mark, Wikimedia
Architecture (https://www.
haute-disponibilite.net/wp-
content/uploads/2008/06/
wikimedia-architecture.pdf)
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 134 of 183
:
(PDF), archived (https://we
b.archive.org/web/201603
05000935/https://www.ha
ute-disponibilite.net/wp-co
ntent/uploads/2008/06/wi
kimedia-architecture.pdf)
(PDF) from the original on
March 5, 2016, retrieved
October 21, 2015
102. "Manual:What is" (https://w
ww.mediawiki.org/wiki/Man
ual:What_is_MediaWiki%3
F) . MediaWiki. Archived (h
ttps://web.archive.org/web/
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 135 of 183
:
ttps://web.archive.org/web/
20180722205421/https://
www.mediawiki.org/wiki/Ma
nual:What_is_MediaWiki%
3F) from the original on
July 22, 2018. Retrieved
May 30, 2010.
103. "Extension:StructuredDiscu
ssions" (https://www.media
wiki.org/wiki/Extension:Stru
cturedDiscussions) .
MediaWiki. Archived (http
s://web.archive.org/web/2
0181227181448/https://w
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 136 of 183
:
0181227181448/https://w
ww.mediawiki.org/wiki/Exte
nsion:StructuredDiscussion
s) from the original on
December 27, 2018.
Retrieved December 27,
2018.
104. "Extension:Wikilog" (http
s://www.mediawiki.org/wik
i/Extension:Wikilog) .
MediaWiki. November 27,
2009. Archived (https://we
b.archive.org/web/201409
22080626/https://www.m
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 137 of 183
:
22080626/https://www.m
ediawiki.org/wiki/Extension:
Wikilog) from the original
on September 22, 2014.
Retrieved May 30, 2010.
105. "Help:Signatures" (https://
www.mediawiki.org/wiki/He
lp:Signatures) . MediaWiki.
Archived (https://web.archi
ve.org/web/200811151433
42/https://www.mediawiki.
org/wiki/Help:Signatures)
from the original on
November 15, 2008.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 138 of 183
:
November 15, 2008.
Retrieved May 30, 2010.
106. 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.ed
u/viewdoc/summary?doi=1
0.1.1.133.1456)
107. Cubric, Marija (2007),
Analysis of the use of Wiki-
based collaborations in
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 139 of 183
:
based collaborations in
enhancing student learning
(https://web.archive.org/we
b/20110515005430/http
s://uhra.herts.ac.uk/dspac
e/handle/2299/3672) ,
University of Hertfordshire,
p. 11, archived from the
original (https://uhra.herts.
ac.uk/dspace/handle/229
9/3672) on May 15, 2011,
retrieved April 24, 2010
108. Albertsen, Johannes &
Bouvin, Niels Olof (2008),
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 140 of 183
:
Bouvin, Niels Olof (2008),
User defined structural
searches in mediawiki (http
s://portal.acm.org/citation.c
fm?id=1379099) ,
Proceedings of the
nineteenth ACM
conference on Hypertext
and hypermedia,
ISBN 978-1-59593-985-2
109. "Extension:Semantic
MediaWiki – WikiApiary" (ht
tps://wikiapiary.com/wiki/Ex
tension:Semantic_MediaWi
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 141 of 183
:
ki) . Archived (https://web.
archive.org/web/20181026
002750/https://wikiapiary.
com/wiki/Extension:Semant
ic_Mediawiki) from the
original on October 26,
2018. Retrieved
October 12, 2019.
110. T Dumitraş; P Narasimhan
(2009), Toward upgrades-
as-a-service in distributed
systems (https://portal.ac
m.org/citation.cfm?id=165
7019) , Proceedings of the
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 142 of 183
:
7019) , Proceedings of the
10th ACM/IFIP/USENIX
International Conference
on Middleware, pp. 1–2
111. "Security for developers" (h
ttps://www.mediawiki.org/w
iki/Security_for_developer
s) . MediaWiki. Archived (ht
tps://web.archive.org/web/
20141125053458/https://
www.mediawiki.org/wiki/Se
curity_for_developers)
from the original on
November 25, 2014.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 143 of 183
:
November 25, 2014.
Retrieved May 30, 2010.
112. Perrin, Chad (April 30,
2008), Five security tips
from MediaWiki's lead
developer (https://blogs.te
chrepublic.com/security/?p
=451) , Tech Republic
113. "News" (https://www.media
wiki.org/wiki/News) .
MediaWiki. Archived (http
s://web.archive.org/web/2
0141006102554/https://w
ww.mediawiki.org/wiki/New
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 144 of 183
:
ww.mediawiki.org/wiki/New
s) from the original on
October 6, 2014. Retrieved
May 30, 2010.
114. "Manual:Security" (https://
www.mediawiki.org/wiki/Ma
nual:Security) . MediaWiki.
March 22, 2010. Archived (
https://web.archive.org/we
b/20141110162807/http
s://www.mediawiki.org/wik
i/Manual:Security) from
the original on November
10, 2014. Retrieved
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 145 of 183
:
10, 2014. Retrieved
May 30, 2010.
115. Books about MediaWiki (htt
ps://www.mediawiki.org/wi
ki/Books_about_MediaWik
i) Archived (https://web.ar
chive.org/web/201812271
81503/https://www.media
wiki.org/wiki/Books_about_
MediaWiki) December 27,
2018, at the Wayback
Machine, mediawiki.org
116. MediaWiki Administrator's
Handbook (https://en.wikib
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 146 of 183
:
Handbook (https://en.wikib
ooks.org/wiki/MediaWiki_A
dministrator%27s_Handbo
ok) . Wikibooks. Archived (
https://web.archive.org/we
b/20141020055454/http
s://en.wikibooks.org/wiki/M
ediaWiki_Administrator%27
s_Handbook) from the
original on October 20,
2014. Retrieved
October 20, 2014.
117. MediaWiki User Guide (http
s://en.wikibooks.org/wiki/M
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 147 of 183
:
s://en.wikibooks.org/wiki/M
ediaWiki_User_Guide) ,
Wikibooks, archived (http
s://web.archive.org/web/2
0141020060147/https://e
n.wikibooks.org/wiki/Media
Wiki_User_Guide) from the
original on October 20,
2014, retrieved October 20,
2014
118. "MediaWiki.org
Project:Copyrights" (http
s://www.mediawiki.org/w/in
dex.php?title=Project:Copy
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 148 of 183
:
dex.php?title=Project:Copy
rights&oldid=6078039) .
Archived (https://web.archi
ve.org/web/20230823141
546/https://www.mediawik
i.org/w/index.php?title=Proj
ect:Copyrights&oldid=607
8039) from the original on
August 23, 2023.
Retrieved August 23,
2023.
119. "Project:PD help" (https://w
ww.mediawiki.org/w/index.
php?title=Project:PD_hel
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 149 of 183
:
p&oldid=320349) .
MediaWiki. Archived (http
s://web.archive.org/web/2
0201029184538/https://w
ww.mediawiki.org/w/index.
php?title=Project:PD_hel
p&oldid=320349) from
the original on October 29,
2020. Retrieved May 30,
2010.
120. Rafe Needleman
(November 19, 2008),
Wikipedia gears up for
flood of video and photo
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 150 of 183
:
flood of video and photo
files (https://news.cnet.co
m/8301-17939_109-10103
177-2.html) , C-Net,
archived (https://web.archi
ve.org/web/2009080608
0149/https://news.cnet.co
m/8301-17939_109-10103
177-2.html) from the
original on August 6, 2009,
retrieved April 23, 2010
121. "Events" (https://www.medi
awiki.org/wiki/Events) .
Mediawiki.org. Archived (ht
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 151 of 183
:
Mediawiki.org. Archived (ht
tps://web.archive.org/web/
20181227181546/https://
www.mediawiki.org/wiki/Ev
ents) from the original on
December 27, 2018.
Retrieved December 27,
2018.
122. "Development policy" (http
s://www.mediawiki.org/w/in
dex.php?title=Development
_policy&oldid=740327) .
MediaWiki. July 19, 2013.
Archived (https://web.archi
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 152 of 183
:
Archived (https://web.archi
ve.org/web/20170510130
737/https://www.mediawik
i.org/w/index.php?title=Dev
elopment_policy&oldid=74
0327) from the original on
May 10, 2017. Retrieved
August 4, 2013.
123. "Summer of Code" (https://
www.mediawiki.org/w/inde
x.php?title=Summer_of_Co
de&oldid=663742) .
MediaWiki. March 26,
2013. Archived (https://we
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 153 of 183
:
2013. Archived (https://we
b.archive.org/web/201705
10130220/https://www.me
diawiki.org/w/index.php?titl
e=Summer_of_Code&oldid
=663742) from the
original on May 10, 2017.
Retrieved August 4, 2013.
124. "Wikimedia" (https://www.o
penhub.net/orgs/wikimedi
a) . Open Hub. Archived (ht
tps://web.archive.org/web/
20170914173356/https://
www.openhub.net/orgs/wik
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 154 of 183
:
www.openhub.net/orgs/wik
imedia) 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.
125. "Version lifecycle" (https://
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 155 of 183
:
www.mediawiki.org/w/inde
x.php?title=Version_lifecycl
e&oldid=2870502) .
MediaWiki. September 5,
2018. Archived (https://we
b.archive.org/web/202006
17015450/https://www.me
diawiki.org/w/index.php?titl
e=Version_lifecycle&oldid=
2870502) from the
original on June 17, 2020.
Retrieved October 21,
2018.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 156 of 183
:
126. Bartlett, Manning
(November 14, 2001).
"Magnus's new script..." (ht
tps://lists.wikimedia.org/pip
ermail/wikipedia-l/2001-No
vember/000881.html)
Wikimedia Lists. Wikimedia
Foundation. Archived (http
s://web.archive.org/web/2
0191002043502/https://li
sts.wikimedia.org/pipermai
l/wikipedia-l/2001-Novemb
er/000881.html) from the
original on October 2,
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 157 of 183
:
original on October 2,
2019. Retrieved October 2,
2019.
127. Manske, Magnus
(November 14, 2001).
"Magnus's new script..." (ht
tps://lists.wikimedia.org/pip
ermail/wikipedia-l/2001-No
vember/000882.html)
Wikimedia Lists. Wikimedia
Foundation. Archived (http
s://web.archive.org/web/2
0191002043502/https://li
sts.wikimedia.org/pipermai
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 158 of 183
:
sts.wikimedia.org/pipermai
l/wikipedia-l/2001-Novemb
er/000882.html) from the
original on October 2,
2019. Retrieved October 2,
2019.
128. Mayer, Daniel (July 19,
2003). "Phase IV,
Wikibooks.org/.com and
WikimediaFoundation.org/.
com (was Wikis and
uniformity)" (https://lists.wi
kimedia.org/pipermail/wikip
edia-l/2003-July/011021.h
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 159 of 183
:
edia-l/2003-July/011021.h
tml) . Wikipedia-L mailing
list. Archived (https://web.a
rchive.org/web/201707120
02739/https://lists.wikimed
ia.org/pipermail/wikipedia-
l/2003-July/011021.html)
from the original on July
12, 2017. Retrieved
January 18, 2015.
129. "Differences between
Wikipedia, Wikimedia,
MediaWiki, and wiki" (http
s://www.mediawiki.org/wik
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 160 of 183
:
i/Wikipmediawiki) .
MediaWiki. Archived (http
s://web.archive.org/web/2
0090701102809/https://w
ww.mediawiki.org/wiki/Wiki
pmediawiki) from the
original on July 1, 2009.
Retrieved May 30, 2010.
130. "International logo contest"
(https://meta.wikimedia.or
g/wiki/International_logo_c
ontest) . Meta-Wiki.
Archived (https://web.archi
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 161 of 183
:
ve.org/web/20200509163
823/https://meta.wikimedi
a.org/wiki/International_log
o_contest) from the
original on May 9, 2020.
Retrieved April 9, 2020.
131. "International logo
contest/results" (https://me
ta.wikimedia.org/w/index.p
hp?title=International_logo
_contest/Results&oldid=50
9000) . Meta-wiki.
Wikimedia Foundation.
January 10, 2007. Archived
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 162 of 183
:
January 10, 2007. Archived
(https://web.archive.org/we
b/20151104145339/http
s://meta.wikimedia.org/w/in
dex.php?title=International
_logo_contest%2FResults&
oldid=509000) from the
original on November 4,
2015. Retrieved March 14,
2007.
132. "Historical/Logo history" (ht
tps://meta.wikimedia.org/
w/index.php?title=Meta:His
torical/Logo_history&oldid=
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 163 of 183
:
torical/Logo_history&oldid=
513925) . Meta-wiki.
Wikimedia Foundation.
January 17, 2007. Archived
(https://web.archive.org/we
b/20151104145339/http
s://meta.wikimedia.org/w/in
dex.php?title=Meta%3AHis
torical%2FLogo_history&ol
did=513925) from the
original on November 4,
2015. Retrieved March 14,
2007.
133. Erik Möller (July 26, 2003).
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 164 of 183
:
133. Erik Möller (July 26, 2003).
"File
talk:EloquenceSunflowerNe
w-Small.png – Meta" (http
s://meta.wikimedia.org/w/in
dex.php?title=File_talk:Eloq
uenceSunflowerNew-Small.
png&oldid=9331) . Meta-
wiki. Wikimedia
Foundation. Archived (http
s://web.archive.org/web/2
0160130205926/https://m
eta.wikimedia.org/w/index.
php?title=File_talk:Eloquen
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 165 of 183
:
ceSunflowerNew-Small.pn
g&oldid=9331) from the
original on January 30,
2016. Retrieved February 3,
2013.
134. David Weinberger (2007).
Everything Is
Miscellaneous: The Power
of the New Digital Disorder.
Times Books. p. 99 (http
s://archive.org/details/ever
ythingismisc00davi/page/9
9) . ISBN 978-0-8050-
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 166 of 183
:
8043-8.
135. "MediaWiki history" (http
s://www.mediawiki.org/w/in
dex.php?title=MediaWiki_hi
story&oldid=618636) .
MediaWiki website.
Archived (https://web.archi
ve.org/web/20201027154
036/https://www.mediawik
i.org/w/index.php?title=Me
diaWiki_history&oldid=618
636) from the original on
October 27, 2020.
Retrieved August 4, 2013.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 167 of 183
:
Retrieved August 4, 2013.
136. "MediaWiki
ResourceLoader" (https://w
ww.mediawiki.org/wiki/Res
ourceLoader) .
Mediawiki.org. Archived (ht
tps://web.archive.org/web/
20130308030735/https://
www.mediawiki.org/wiki/Re
sourceLoader) from the
original on March 8, 2013.
Retrieved July 6, 2013.
137. "VisualEditor – MediaWiki"
(https://www.mediawiki.or
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 168 of 183
:
(https://www.mediawiki.or
g/wiki/VisualEditor) .
MediaWiki. Archived (http
s://web.archive.org/web/2
0130927190403/https://w
ww.mediawiki.org/wiki/Visu
alEditor) from the original
on September 27, 2013.
Retrieved September 15,
2013.
138. Sarabadani, Amir (March
31, 2021). "Logo of
MediaWiki has changed" (h
ttps://lists.wikimedia.org/pi
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 169 of 183
:
ttps://lists.wikimedia.org/pi
permail/mediawiki-l/2021-
March/048685.html) .
Wikimedia Foundation.
Archived (https://web.archi
ve.org/web/20210402053
427/https://lists.wikimedia.
org/pipermail/mediawiki-l/2
021-March/048685.html)
from the original on April 2,
2021. Retrieved April 2,
2021.
139. MediaWiki testimonials (htt
ps://www.mediawiki.org/wi
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 170 of 183
:
ps://www.mediawiki.org/wi
ki/MediaWiki_testimonials)
Archived (https://web.archi
ve.org/web/201201112235
11/https://www.mediawiki.o
rg/wiki/MediaWiki_testimon
ials) January 11, 2012, at
the Wayback Machine,
mediawiki.org
140. "The story of Intelpedia: A
model corporate wiki" (http
s://socialmedia.biz/2010/0
7/08/the-story-of-intelpedi
a-a-model-corporate-wik
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 171 of 183
:
a-a-model-corporate-wik
i/) . Socialmedia.biz.
Archived (https://web.archi
ve.org/web/20130916232
246/https://socialmedia.bi
z/2010/07/08/the-story-of
-intelpedia-a-model-corpor
ate-wiki/) from the original
on September 16, 2013.
Retrieved August 16, 2013.
141. A. Maron; M. Maron
(2007). "A stealth
transformation: introducing
wikis to the UN" (https://we
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 172 of 183
:
b.archive.org/web/201105
04030508/https://journal.
km4dev.org/journal/index.p
hp/km4dj/article/view/99/1
59) . Knowledge
Management for
Development Journal.
Archived from the original (
https://journal.km4dev.org/j
ournal/index.php/km4dj/art
icle/view/99/159) on May
4, 2011. Retrieved
October 9, 2010.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 173 of 183
:
142. "LibrePlanet Homepage" (h
ttps://www.libreplanet.org)
. Archived (https://web.arc
hive.org/web/20110318110
137/https://libreplanet.org/)
from the original on March
18, 2011. Retrieved
December 10, 2018.
143. Bryant, Todd (2006),
Social Software in
Academia (https://web.arch
ive.org/web/20091222054
230/https://net.educause.e
du/ir/library/pdf/eqm0627.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 174 of 183
:
du/ir/library/pdf/eqm0627.
pdf) (PDF), Educause
Quarterly, archived from
the original (https://net.edu
cause.edu/ir/library/pdf/EQ
M0627.pdf) (PDF) on
December 22, 2009,
retrieved April 23, 2010
144. Liang, M.; Chu, S.; Siu, F.;
Zhou, A. (December 3–4,
2009), Comparing User
Experiences in Using Twiki
& Mediawiki to Facilitate
Collaborative Learning (htt
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 175 of 183
:
Collaborative Learning (htt
ps://web.archive.org/web/2
0110514030607/https://w
ww.edu.hku.hk/samchu/do
cs/2009_user_experience
s.pdf) (PDF), Proceedings
of the 2009 International
Conference on Knowledge
Management, archived
from the original (https://w
ww.edu.hku.hk/samchu/do
cs/2009_user_experience
s.pdf) (PDF) on May 14,
2011
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 176 of 183
:
2011
145. Schulz, Judith (2009),
Company-Wiki as a
knowledge transfer
instrument for reducing the
shortage of skilled workers
(https://elib.suub.uni-brem
en.de/ip/docs/00010611.p
df) (PDF), Institute of
Technology and Education,
archived (https://web.archi
ve.org/web/20160304092
952/https://elib.suub.uni-b
remen.de/ip/docs/000106
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 177 of 183
:
11.pdf) (PDF) from the
original on March 4, 2016,
retrieved April 25, 2010
146. 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.a
rchive.org/web/201105140
30658/https://www.edu.hk
u.hk/samchu/docs/2009_
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 178 of 183
:
mediawiki.pdf) (PDF),
Proceedings of the 2009
International Conference
on Knowledge
Management, archived
from the original (https://w
ww.edu.hku.hk/samchu/do
cs/2009_mediawiki.pdf)
(PDF) on May 14, 2011,
retrieved April 23, 2010
147. Grecco, Claudio Henrique
dos Santos; Augusto, Silas
Cordeiro; Souza, Jaqueline
Tavares Viana de; Carvalho,
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 179 of 183
:
Tavares Viana de; Carvalho,
Paulo Victor Rodrigues;
Davila, Adriana Loureiro
(July 25, 2021). "A Method
for the evaluation of
knowledge management
systems" (https://www.bjrs.
org.br/revista/index.php/RE
VISTA/article/view/1250) .
Brazilian Journal of
Radiation Sciences. 9 (2B).
doi:10.15392/bjrs.v9i2B.12
50 (https://doi.org/10.1539
2%2Fbjrs.v9i2B.1250) .
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 180 of 183
:
2%2Fbjrs.v9i2B.1250) .
ISSN 2319-0612 (https://s
earch.worldcat.org/issn/23
19-0612) .
S2CID 237733021 (http
s://api.semanticscholar.or
g/CorpusID:237733021) .
Archived (https://web.archi
ve.org/web/202111121146
28/https://www.bjrs.org.br/
revista/index.php/REVISTA/
article/view/1250) from
the original on November
12, 2021. Retrieved
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 181 of 183
:
November 12, 2021.
External links
Retrieved from
"https://en.wikipedia.org/w/index.php?
title=MediaWiki&oldid=1268121535"
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 182 of 183
:
This page was last edited on 8 January
2025, at 06:57 (UTC). •
Content is available under CC BY-SA
4.0 unless otherwise noted.
https://en.m.wikipedia.org/wiki/MediaWiki 8/1/25, 22 23
Page 183 of 183
: