MediaWiki extension MetaMaster

Clone this repo:
  1. 87a0a85 build: Updating eslint-config-wikimedia to 0.27.0 by libraryupgrader · 2 days ago master
  2. 3b6afb0 build: Updating mediawiki/mediawiki-codesniffer to 43.0.0 by libraryupgrader · 5 weeks ago REL1_42
  3. d67e047 build: Updating dependencies by libraryupgrader · 10 weeks ago
  4. 45f30cb build: Updating npm dependencies by libraryupgrader · 2 months ago
  5. 01a00d3 build: Updating npm dependencies by libraryupgrader · 3 months ago

MetaMaster

A parser function that allows adding HTML tags to the page header.

Features

Development on Linux (OS X anyone?)

To take advantage of this automation, use the Makefile: make help. To start, run make install and follow the instructions.

Development on Windows

Since Makefile cannot be used on Windows, do the following:

  • Install nodejs, npm, and PHP composer
  • Change to the extension's directory
  • Run npm install and composer install

Once set up, running npm test and composer test will run automated code checks.