Difference between revisions of "Template:Extension"
Jump to navigation
Jump to search
>Pathoschild m (+ whitespace in <pre> for legibility in code view) |
|||
| Line 77: | Line 77: | ||
| | | | ||
<nowiki>{{Extension | <nowiki>{{Extension | ||
|name= | |name = | ||
|author= | |author = | ||
|image= | |image = | ||
|version= | |version = | ||
|update= | |update = | ||
|mediawiki= | |mediawiki = | ||
|download= | |download = | ||
|readme= | |readme = | ||
|changelog= | |changelog = | ||
|description= | |description = | ||
|parameters= | |parameters= | ||
|rights= | |rights = | ||
|example= | |example = | ||
}}</nowiki> | }}</nowiki> | ||
|} | |} | ||
</noinclude><includeonly>[[Category:Extensions|{{{name|{{PAGENAME}}}}}]]</includeonly> | </noinclude><includeonly>[[Category:Extensions|{{{name|{{PAGENAME}}}}}]]</includeonly> | ||
Revision as of 00:51, 14 January 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 =
}}
|