Difference between revisions of "Template:Extension"
Jump to navigation
Jump to search
>GunterS (Added example) |
>80686 (added changelog) |
||
| Line 25: | Line 25: | ||
}} | }} | ||
|- | |- | ||
| style="vertical-align: top" | '''Download:''' || {{{download<includeonly>|''no link''</includeonly>}}}{{#if:{{{readme|}}}|<br />{{{readme}}}}} | | style="vertical-align: top" | '''Download:''' || {{{download<includeonly>|''no link''</includeonly>}}}{{#if:{{{readme|}}}|<br />{{{readme}}}}}{{#if:{{{changelog|}}}|<br />{{{changelog}}}}} | ||
|- | |- | ||
{{#if:{{{parameters<includeonly>|</includeonly>}}}| | {{#if:{{{parameters<includeonly>|</includeonly>}}}| | ||
| Line 66: | Line 66: | ||
|- | |- | ||
| readme || link to the readme file : [http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/Sort/Sort README] or other | | readme || link to the readme file : [http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/Sort/Sort README] or other | ||
|- | |||
| changelog || link to the changelog file : [http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/Sort/Sort CHANGELOG] or other | |||
|- | |- | ||
| '''description''' || '''short description''' | | '''description''' || '''short description''' | ||
| Line 83: | Line 85: | ||
|download= | |download= | ||
|readme= | |readme= | ||
|changelog= | |||
|description= | |description= | ||
|parameters= | |parameters= | ||
Revision as of 11:23, 30 November 2006
| {{{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=
}}
|