Template:Extension/doc

Template:Documentation subpage Template:Timw


This template should be added to all extension pages on this wiki (but only the main page). It will add a useful infobox (see below) and will automatically add the extension to Category:All extensions, along with the appropriate status and implementation type categories.

Usage

Copy and paste:

{{Extension|templatemode =
|name            = 
|status          = 
|type1           = 
|type2           = 
|hook1           = 
|hook2           = 
|username        = 
|author          = 
|description     = 
|image           = 
|imagesize       = 
|version         = 
|update          = 
|mediawiki       = 
|php             =
|needs-updatephp =
|schema-registry =
|license         = 
|download        = 
|readme          = 
|changelog       = 
|parameters      = 
|tags            = 
|rights          = 
|example         = 
|compatibility   = 
|bugzilla        =
}}

For help with parameter values, see below.

{{Extension|templatemode=nocats name = {{{name}}} status = {{{status}}} type1 = {{{type1}}} type2 = {{{type2}}} hook1 = hook1 hook2 = hook2 username = SomeUser author = SomeAuthor image = Placeholder.png version = {{{version}}} update = {{{update}}} mediawiki = {{{mediawiki}}} php = {{{php}}} needs-updatephp = {{{needs-updatephp}}} schema-registry = {{{schema-registry}}} license = {{{license}}} download = {{{download}}} readme = {{{readme}}} changelog = {{{changelog}}} description = {{{description}}} parameters = {{{parameters}}} tags = {{{tags}}} rights = {{{rights}}} examp