Difference between revisions of "Template:Extension"
Jump to navigation
Jump to search
>Patrick~mediawikiwiki (Undo revision 66365 by Special:Contributions/129.96.195.46 (User talk:129.96.195.46)) |
>Patrick~mediawikiwiki ({{DEFAULTSORT:{{{name|{{PAGENAME}}}}}}}Category:Extensions (convenient if there there are more categories)) |
||
| Line 95: | Line 95: | ||
|} | |} | ||
</noinclude><includeonly> | </noinclude><includeonly>{{DEFAULTSORT:{{{name|{{PAGENAME}}}}}}}[[Category:Extensions]]</includeonly> | ||
Revision as of 11:34, 1 February 2007
| {{{name}}} | |
|---|---|
| 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:Extensions.
Usage
|
{{Extension
|name =
|author =
|image =
|version =
|update =
|mediawiki =
|download =
|readme =
|changelog =
|description =
|parameters=
|rights =
|example =
}}
|