Jump to content

Extension:ConventionExtension: Difference between revisions

From mediawiki.org
Content deleted Content added
Created page with "<!--- ************************************************************** Usage instructions: 1. REMOVE THE TAG line above this box IT WILL PREVENT PROPER DISPLAY OF THE IN..."
 
No edit summary
Line 16: Line 16:
|type1 = <!-- implementation type, see [[Template:Extension]] for details -->
|type1 = <!-- implementation type, see [[Template:Extension]] for details -->
|type2 =
|type2 =
|hook1 = SkinBuildSidebar
|hook1 = <!-- default / custom hooks used, see [[Template:Extension]] for details -->
|hook2 =
|hook2 =
|hook3 = ParserFirstCallInit
|username = <!-- optional, but strongly recommended (this comment must be removed and the parameter must be blank if you want it to auto choose the username) -->
|hook4 = ParserGetVariableValueSwitch
|hook5 = MagicWordwgVariableIDs
|hook6 = UnitTestsList
|username = Chughakshay16
|author = <!-- add only if different from user name -->
|author = <!-- add only if different from user name -->
|description = <!-- brief description of purpose / use case -->
|description =
|image =
|image =
|imagesize =
|imagesize =
|version =
|version =
|update =
|update =
|mediawiki =
|mediawiki =
|php =
|php =
|license = <!-- what license your extension is released under -->
|license =
|download =
|download =
|readme =
|readme =
|changelog =
|changelog =
|parameters = <!-- configuration parameters, for use in LocalSettings.php -->
|parameters = <!--
|tags = <conference>,<page>,<author>,<registration>,<submission>,<account>,<passport>,<organizer>,<location>,<event>
|tags =
|rights = <!-- user rights, for use with $wgGroupPermissions -->
|rights = <!-- user rights, for use with $wgGroupPermissions -->
|example =
|example =

Revision as of 15:15, 21 August 2012


MediaWiki extensions manual
ConventionExtension
Release status: beta
Description Makes your wiki act like a conference management system.
Author(s) (Chughakshay16talk)
Latest version 1.0 (20th August, 2012)
MediaWiki 1.19+
PHP >=5.3
License GPL
Download No link

The MyExtension extension does foo.

Installation

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

Configuration parameters

User rights

See also