Extension:BoilerPlate

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png

Release status: stable

Implementation Example
Description Boiler plate ready to be substituted to create a new extension with the latest standards and structure in place.
Author(s) Krinkletalk
License GPL2+
Download
Check usage and version matrix

The BoilerPlate extension is a blank extension template. It doesn't really do anything on its own. It is intended to provide a boiler template for an actual MediaWiki extension.


Usage [edit]

To use it, you may use the following commands to make a clean directory of just the BoilerPlate without the Git meta-data and other examples.

git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/examples.git mw-extension-examples
cp -R mw-extension-examples/BoilerTemplate ./MyExtension