Extension:Form

(Redirected from Form)
You may be looking for Extension:InputBox, which adds HTML forms to wiki pages.
MediaWiki extensions manual
Form
Release status: experimental
Implementation Special page
Description Form interface for creating new articles according to a template
Author(s)
  • Evan Prodromou
  • Jack Phoenix
Latest version 0.6.0 (2017-11-21)
MediaWiki 1.39+
License GNU General Public License 2.0
Download
Help Help:Extension:Form
Quarterly downloads 9 (Ranked 154th)
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 edit

For help on how to use the Form extension, see Help:Extension:Form.

Install edit

  • Download and place the file(s) in a directory called Form in your extensions/ folder.
  • 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 edit