Extension:Contactus

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
MediaWiki extensions manual
Contactus
Release status: unknown
Implementation Parser extension
Author(s) Josef Martiňák
Latest version 1.1.1
MediaWiki >= 1.36.0
License MIT License
Download
  • $wgContactusFieldsCard
  • $wgContactusFieldsSpecial
  • $wgContactusFieldsTable
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').

The Contactus extension provides parser functions and a special page to manage and display data from a contacts database.

Installation

  • <translate> Download and place the file(s) in a directory called <tvar name=name>Contactus</tvar> in your <tvar name=ext>extensions/</tvar> folder.</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'Contactus' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>