Extension:Form
You may be looking for Extension:InputBox, which adds HTML forms to wiki pages.
Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions![]() Release status: experimentalCategory:Experimental extensions |
|
---|---|
Implementation | Special pageCategory:Special page extensions |
Description | Form interface for creating new articles according to a template |
Author(s) |
|
Latest version | 0.6.0 (2017-11-21) |
MediaWiki | 1.43+Category:Extensions with manual MediaWiki version |
License | GNU General Public License 2.0 |
Download | Category:Extensions in Wikimedia version control |
Help | Help:Extension:Form |
Quarterly downloads | 3 (Ranked 113rd) |
Translate the Form extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
The Form extension lets users create new articles with a form. Administrators create a form in the MediaWiki namespace, and this form can be used to create a new article using a particular template.
This is a testing version of the extension and it's almost sure to have bugs.
Usage
For help on how to use the Form extension, see Help:Extension:Form.
Install
- Download and move the extracted
Form
folder to yourextensions/
directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Form - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'Form' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
See also
Category:Form extensions
Category:All extensions
Category:Experimental extensions
Category:Extensions in Wikimedia version control
Category:Extensions with manual MediaWiki version
Category:Extensions without a compatibility policy
Category:Extensions without an image
Category:Form extensions
Category:GPL licensed extensions
Category:Special page extensions