Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
SolidWiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
MediaWiki Development Services
(section)
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Definition and Core Concepts == === What Is MediaWiki? === MediaWiki is a free, open-source wiki software package written primarily in '''PHP''' and using a relational database backend β most commonly MySQL or MariaDB β to store page content, revision history, user data, and metadata. It renders pages written in a lightweight markup language called '''Wikitext''' into HTML, which is then served to end users through a standard web browser. The platform organises pages into '''namespaces''' β logical groupings such as Main (articles), Talk (discussion), User (personal pages), File (media), Template, and Help β each carrying different default permissions and display behaviours. === Key Terminology === {| class="wikitable sortable" |+ MediaWiki Key Terms ! Term !! Definition |- | '''Namespace''' || A categorisation prefix that determines how a page is treated (e.g., <code>Template:</code>, <code>User:</code>, <code>File:</code>). |- | '''Extension''' || A plugin that adds or modifies MediaWiki functionality without altering core code. |- | '''Skin''' || A theme that controls the visual appearance and layout of the wiki interface. |- | '''Wikitext''' || MediaWiki's native markup language used to format page content. |- | '''Transclusion''' || The embedding of one page's content inside another, typically used with templates. |- | '''Revision history''' || A complete, immutable log of every edit made to a page, stored in the database. |- | '''LocalSettings.php''' || The primary configuration file for a MediaWiki installation. |- | '''Semantic MediaWiki (SMW)''' || An extension that adds structured, queryable properties to wiki pages. |- | '''WikiFarm''' || A server environment hosting multiple separate wikis from a single MediaWiki codebase. |- | '''ResourceLoader''' || MediaWiki's asset delivery framework for CSS and JavaScript modules. |} === Fundamental Principles === MediaWiki is built on several foundational principles that distinguish it from general-purpose content management systems: * '''Revision-based storage''' β every edit is stored with a timestamp and author attribution, enabling rollbacks, comparisons, and audit trails. No edit is ever permanently lost. * '''Namespace architecture''' β a single installation serves multiple types of content with different access rules and display behaviours. * '''Template transclusion''' β a single change to a shared template propagates automatically across hundreds or thousands of pages. * '''Open extensibility''' β the Hooks API allows extensions to modify any part of MediaWiki's behaviour without patching core code.
Summary:
Please note that all contributions to SolidWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
SolidWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
MediaWiki Development Services
(section)
Add topic