Difference between revisions of "Template:Extension"
Jump to navigation
Jump to search
>Martin von Wittich m (rv) |
|||
Line 29: | Line 29: | ||
<!-- -->{{!}} style="vertical-align: top" {{!}} '''MediaWiki:''' | <!-- -->{{!}} style="vertical-align: top" {{!}} '''MediaWiki:''' | ||
<!-- -->{{!}} {{{mediawiki}}} | <!-- -->{{!}} {{{mediawiki}}} | ||
}} | }} | ||
|- | |- | ||
| style="vertical-align: top" | '''Download:''' || {{{download<includeonly>|''no link''</includeonly>}}}{{#if:{{{readme|}}}|<br />{{{readme}}}}}{{#if:{{{changelog|}}}|<br />{{{changelog}}}}} | | style="vertical-align: top" | '''Download:''' || {{{download<includeonly>|''no link''</includeonly>}}}{{#if:{{{readme|}}}|<br />{{{readme}}}}}{{#if:{{{changelog|}}}|<br />{{{changelog}}}}} | ||
Line 50: | Line 50: | ||
== 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:Extensions]]. | ||
== Usage == | == Usage == | ||
Line 123: | Line 122: | ||
|example = | |example = | ||
}}</nowiki> | }}</nowiki> | ||
|} | |} | ||
== Create a new extension article == | == Create a new extension article == |
Revision as of 10:39, 7 June 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:Extensions.
Usage
|
{{Extension |name = |status = |type = |author = |image = |version = |update = |mediawiki = |download = |readme = |changelog = |description = |parameters= |rights = |example = }} |