CreateBox is a specialized version of Inputbox that focuses on page creation. InputBox was originally created by Erik Möller for the purpose of adding a Create an article box to Wikinews.
This extension is forked from Mediawiki Extension:CreateBox
MediaWiki 1.24.0 or higher
- Command
git clone https://github.com/wiki-chan/CreateBox.gitin $IP/extensions
- Enable the extension by adding this line to your LocalSettings.php:
wfLoadExtension( "CreateBox" );