Jump to content
 







Main menu
   


Navigation  



Main page
Get MediaWiki
Get extensions
Tech blog
Contribute
 




Support  



User help
FAQ
Technical manual
Support desk
Communication
 




Development  



Developer portal
Code statistics
 




mediawiki.org  



Community portal
Recent changes
Translate content
Random page
Village pump
Sandbox
 




In other languages  



Afrikaans
Alemannisch
Aragonés
العربية
مصرى

Asturianu
Azərbaycanca
تۆرکجه
Boarisch
Беларуская
Беларуская (тарашкевіца)
Български

Brezhoneg
Bosanski
Català
 / Mìng-dĕ̤ng-nḡ
Нохчийн
کوردی
Čeština
Kaszëbsczi
Чӑвашла
Dansk
Deutsch
Zazaki
Ελληνικά
English
Esperanto
Español
Eesti
Euskara
فارسی
Suomi
Français
Frysk
Gaeilge
Galego
Bahasa Hulontalo
/Hak-kâ-ngî
עברית
ि
Hrvatski
Magyar
Հայերեն
Interlingua
Bahasa Indonesia
Igbo
ГӀалгӀай
Íslenska
Italiano





 / کٲشُر
Kurdî
Latina
Lëtzebuergesch
Limburgs
Lietuvių
Latviešu
Malagasy
Македонски


Bahasa Melayu
Malti

Nederlands
Norsk nynorsk
Norsk bokmål
Occitan

Polski
پښتو
Português
Română
Русский
Sicilianu
Scots
سنڌي
Srpskohrvatski / српскохрватски

Simple English
Slovenčina
Slovenščina
Shqip
Српски / srpski
Svenska
ி

Тоҷикӣ

Tagalog
Türkçe
Українська
اردو
Oʻzbekcha / ўзбекча
Vèneto
Tiếng Vit
Winaray

ייִדיש
Yorùbá
 


 / Bân-lâm-gú

 

Edit links
 







Search  









English
 


















Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



Beginning
 


1 Overview  





2 Find or create a task  





3 Set up your development environment  



3.1  Docker  





3.2  Vagrant  





3.3  Local installation  







4 Open a code editor  





5 Change and test the code  





6 Create a patch  





7 Communication tips and guidelines  



7.1  Use Phabricator tasks effectively  





7.2  Compose good questions  





7.3  Follow communication policies and best practices  





7.4  Ask in the right place  





7.5  Be patient  







8 Appendix  



8.1  PHP  





8.2  Database  





8.3  JavaScript and CSS  





8.4  MediaWiki  





8.5  MediaWiki extensions  





8.6  MediaWiki skins  







9 See also  





10 Footnotes  














How to become a MediaWiki hacker










Page
Discussion
 

















Read
View source
View history
 








Tools
   


Actions  



Read
View source
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Create a book
Download as PDF
Printable version
 




In other projects  



Wikimedia Commons
Meta-Wiki
Wikibooks
Wikipedia
Wikiquote
Wikiversity
 
















From mediawiki.org
 


  • Deutsch
  • Deutsch (Sie-Form)
  • English
  • Nederlands
  • Tiếng Việt
  • Türkçe
  • chiTumbuka
  • dansk
  • español
  • français
  • interlingua
  • italiano
  • polski
  • português
  • português do Brasil
  • română
  • svenska
  • čeština
  • Ελληνικά
  • български
  • русский
  • українська
  • فارسی
  • کوردی
  • বাংলা
  • தமிழ்
  • ไทย
  • 中文
  • 日本語
  • 한국어
  • This article is written to help developers learn the basic skills needed to contribute to development of MediaWiki core and MediaWiki extensions.

    Contributing to MediaWiki is often difficult, so if you would like to get involved with Wikimedia development instead, you should contribute to Wikimedia projects that offer mentoring. An alternative without mentoring is to fix a good first bug.

    If you are an experienced developer who is familiar with using MediaWiki already, visit the Developer hub instead.

    For other ways to get involved in the Wikimedia community, see How to contribute .

    Overview

    MediaWiki is the software that powers Wikipedia, its sister projects and thousands of wikis all over the world.

    Most of MediaWiki and extensions are written in the PHP programming language. JavaScript is used for providing interactive interface elements along with jQuery and Vue.js as client JavaScript libraries.

    Some supporting tools are written in other languages, including batch files, shell scripts, makefiles and Python.

    MediaWiki is primarily written for the LAMP platform[1] and runs on most operating systems. MediaWiki primarily uses the MySQLorMariaDB database servers.[2]

    Development happens in an open source style,[3] is largely coordinated online, and supported by the Wikimedia Foundation, though volunteer community developers play a huge part as well.

    Find or create a task

    Before you ever develop a feature or fix a bug in a MediaWiki project, it is important that you do your research about it. This includes:

    1. Search Phabricator if an open or closed Task (Document Types field) already exists. If it doesn't, create one. If this is a very small change, don't create one.
    2. Find and investigate the code that needs to be changed to implement the feature. Comment your findings on the Phabricator Task if they might be helpful to others who implement it or review your changes.
    3. Determine if you can likely add the feature or fix the bug based the code you investigated and the changes needed. If the task is large or complex, you should find something easier and work your way up to eventually be able to handle tasks of that size. If you believe you can complete it, assign yourself to the Task and begin working on it.

    Set up your development environment

    Once you have found something you can work on, the next step to developing MediaWiki or an extension is creating an environment to run MediaWiki, its database, and any other external features so that you can develop and test them.

    You can install and develop MediaWiki on Linux, Windows, or macOS using any of the three solutions below.

    Docker

    Docker is a good option if you want to setup a MediaWiki installation quickly and are not planning on installing many extensions.

    You can also try the mwcli tool which sets up Docker with a few simple commands and provides basic orchestration functionality between MediaWiki, MySQL, ElasticSearch, Memcached, and other types of containers.

    Vagrant

    Vagrant allows you start a MediaWiki instance you can develop as well as allowing you to add and develop any of 250+ extensions - all with a single command.

    This saves you installation and configuration time compared to manually adding extensions in a Docker or local installation, but it runs a bit slower than the other two options.

    Local installation

    Local installation is a good option if you want to set up a simple development environment quickly without using Docker.

    Open a code editor

    The two recommended code editors for editing MediaWiki are VSCode and PhpStorm. VSCode is free and PhpStorm is paid, however, you can acquire a PhpStorm license for free if you are a student by linking your GitHub Education account to your JetBrains account, or by requesting a license granted to Wikimedia.

    To determine which editor you should install and use, know that all-around, PhpStorm has more and more-powerful features than VSCode. However, PhpStorm takes significantly longer to load on start than VSCode as it builds an index of the entire repository whereas VSCode progressively loads. Therefore, VSCode is typically useful for file-viewing sessions or small changes and PhpStorm for larger changes. It makes sense to have both installed for these reasons.

    To develop the MediaWiki codebase that is inside a Docker container you can establish a remote connection to it and open the MediaWiki folder inside it using VSCodeorPhpStorm.

    Change and test the code

    Change the code and view your changes by reloading your MediaWiki browser tab. Make sure to follow Manual:Coding conventions . Write and run tests on your code to make sure it works and is formatted properly.

    Note, you can save time by ensuring your changes will be accepted before taking the time to write tests. Create a patch without needed tests and ask for someone to review it stating that you will add tests after they review it.

    Create a patch

    Finally, to submit your code to be reviewed and added to the repository you are contributing to, follow Gerrit/Tutorial .

    Communication tips and guidelines

    A developer fixes a bug in a MediaWiki extension, including investigation, git commit, getting it reviewed and merged, and closing the Bugzilla ticket (now replaced by Phabricator ).

    Follow these tips to communicate effectively and get help from community members.

    Use Phabricator tasks effectively

    When you plan to work on a Phabricator task:

    Compose good questions

    Follow communication policies and best practices

    Before you send or post your question:

    Ask in the right place

    Be patient

    After you post your question:

    Appendix

    MediaWiki contributors at work in Bangalore, India.

    PHP

    MediaWiki is written in PHP, so you'll need to get familiar with PHP to hack MediaWiki's core.

    Learn PHP
    • PHP tutorial — Available in many different languages. If you have no knowledge of PHP but know how to program in other object-oriented programming languages, PHP will be easy for you to learn.
    • PHP Programming at Wikibooks.
    • PHP at Wikiversity.
    PHP resources
    Stuff to know
    • The script maintenance/eval.php in MediaWiki provides a basic PHP interpreter with MediaWiki objects and classes loaded.
    • Also, the script maintenance/shell.php in MediaWiki is a replacement of maintenance/eval.php based on PsySH, see Manual:Shell.php

    Database

    Many features require some amount of database manipulation, so you'll often need to be familiar with MySQL/MariaDB.

    Learn MySQL/MariaDB
    MySQL/MariaDB resources
    Stuff to know
    • Test your code with MySQL/MariaDB.
      • MediaWiki currently uses MySQL and MariaDB as the primary database back-end. It also supports other DBMSes, such as PostgreSQL and SQLite. However, almost all developers use MySQL/MariaDB and don't test other DBs, which consequently break on a regular basis. You're therefore advised to use MySQL/MariaDB when testing patches, unless you're specifically trying to improve support for another DB. In the latter case, make sure you're careful not to break MySQL/MariaDB (or write queries that are horribly inefficient in it), since MySQL/MariaDB is what everybody else uses.

    JavaScript and CSS

    JavaScript and CSS have become omnipresent in front-end code. You don't have to be familiar with JavaScript, jQuery and CSS to work on MediaWiki, but you might need to, depending on what you choose to work on.

    Learn JavaScript and CSS
    JavaScript and CSS resources

    MediaWiki

    Introduction to MediaWiki core concepts

    The MediaWiki code base is large and some parts are ugly; don't be overwhelmed by it. When you're first starting off, aim to write features or fix bugs which only touch a small region of code.

    MediaWiki basics and must-reads
    MediaWiki resources

    MediaWiki extensions

    Introduction to MediaWiki extensions

    If you choose to work on MediaWiki extensions code, the following links provide more information.

    MediaWiki extensions basics
    MediaWiki extensions resources

    MediaWiki skins

    Manual:How to make a MediaWiki skin is helpful if you choose to work on MediaWiki skins.

    See also

    Footnotes

    1. MediaWiki runs on most platforms that can support PHP, however, the lack of certain utilities or operating system features may limit the functionality or performance of MediaWiki on non-LAMP platforms.
  • MediaWiki has support for DBMS other than MySQL and MariaDB, including PostgreSQL, SQLite
  • Developers are a mix of volunteers and paid staff (or contractors) for various organizations. For a full list of who works on the MediaWiki code, read the Developers article.
  • Browse the source code and revisions of code repositories at https://phabricator.wikimedia.org/diffusion/ or download the source code to your system by using Gerrit.

  • Retrieved from "https://www.mediawiki.org/w/index.php?title=How_to_become_a_MediaWiki_hacker&oldid=6498783"

    Categories: 
    MediaWiki development
    MediaWiki technical documentation
    New contributors
     



    This page was last edited on 1 May 2024, at 22:26.

    Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. See Terms of Use for details.



    Privacy policy

    About mediawiki.org

    Disclaimers

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki