Template:Extension
Revision as of 21:36, 29 November 2006 by >GunterS (Added example)
| {{{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=
|description=
|parameters=
|rights=
|example=
}}
|