Difference between revisions of "Template:Extension"
Jump to navigation
Jump to search
>HappyDog (Updated 'status' field to categorize more usefully, as per Category talk:Extensions. May take a while for changes to filter through...) |
>HappyDog m (Category:Extensions to Category:All extensions, as per Category talk:Extensions) |
||
| Line 47: | Line 47: | ||
<!-- -->{{!}} {{{example}}} | <!-- -->{{!}} {{{example}}} | ||
}} | }} | ||
|}<includeonly>{{DEFAULTSORT:{{{name|{{PAGENAME}}}}}}}[[Category:Extensions]]</includeonly><noinclude> | |}<includeonly>{{DEFAULTSORT:{{{name|{{PAGENAME}}}}}}}[[Category:All Extensions]]</includeonly><noinclude> | ||
== Purpose == | == Purpose == | ||
This template should be added to the main page of all extensions documented on this wiki (and only the main page). It will add a useful infobox using the information supplied (see below) and will automatically add the extension to [[:Category:Extensions]]. | This template should be added to the main page of all extensions documented on this wiki (and only the main page). It will add a useful infobox using the information supplied (see below) and will automatically add the extension to [[:Category:All Extensions]], plus the appropriate [[:Category:Extensions by status|status category]]. | ||
== Usage == | == Usage == | ||
Revision as of 13:35, 13 July 2007
| Extension Release status: unknown | |
|---|---|
| Type: | {{{type}}} |
| Description: | {{{description}}} |
| Author: | {{{author}}} |
| Version: | {{{version}}} |
| MediaWiki: | {{{mediawiki}}} |
| Download: | {{{download}}} |
| Parameters: | {{{parameters}}} |
| Added rights: | {{{rights}}} |
| Example: | {{{example}}} |
Purpose
This template should be added to the main page of all extensions documented on this wiki (and only the main page). It will add a useful infobox using the information supplied (see below) and will automatically add the extension to Category:All Extensions, plus the appropriate status category.
Usage
|
{{Extension
|name =
|status =
|type =
|author =
|image =
|version =
|update =
|mediawiki =
|download =
|readme =
|changelog =
|description =
|parameters=
|rights =
|example =
}}
|