Extension:FormCompletions

Category:Pages to be expanded#FormCompletions Category:Unmaintained extensions#FormCompletions Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
FormCompletions
Release status: unmaintainedCategory:Unmaintained extensions
Author(s) Mark A. Hershberger
Latest version 1.0.0-alpha
MediaWiki Category:Extensions without MediaWiki version
Composer mediawiki/form-completionsCategory:Extensions supporting Composer
License GNU General Public License 3.0 or later
Download Category:Extensions in GitHub version control
  • $FormCompletionsMapPage
  • $FormCompletionsDebug
  • $FormCompletionsAvailableCompletions
  • $FormCompletionsCacheTime
Category:All extensions

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

Installation

  • 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' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions Category:Extensions in GitHub version control Category:Extensions supporting Composer Category:Extensions with invalid or missing type Category:Extensions without MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Pages to be expanded Category:Unmaintained extensions