Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 652 Bytes

File metadata and controls

19 lines (15 loc) · 652 Bytes

CreateBox

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

Requirements

MediaWiki 1.24.0 or higher

Installation

  1. Command
   git clone https://github.com/wiki-chan/CreateBox.git

in $IP/extensions

  1. Enable the extension by adding this line to your LocalSettings.php:
   wfLoadExtension( "CreateBox" );