Extension:FormCompletions

MediaWiki extensions manual
FormCompletions
Release status: unmaintained
Author(s) Mark A. Hershberger
Latest version 1.0.0-alpha
MediaWiki
Composer mediawiki/form-completions
License GNU General Public License 3.0 or later
Download
  • $FormCompletionsMapPage
  • $FormCompletionsDebug
  • $FormCompletionsAvailableCompletions
  • $FormCompletionsCacheTime

The FormCompletions extension provides an extensible AutoCompletion API to MediaWiki, used with the Page Forms extension.

Installation edit

  • Download and place the file(s) in a directory called FormCompletions in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'FormCompletions' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.