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)) |
|||
| Line 1: | Line 1: | ||
{| style="width: 272px; float: right; margin: 0 0 .5em .5em; border: 1px solid DimGray; border-collapse: collapse; background-color: PapayaWhip;" | {| style="width: 272px; float: right; margin: 0 0 .5em .5em; border: 1px solid DimGray; border-collapse: collapse; background-color: PapayaWhip;" | ||
|+ ''' | |+ '''This is a [[:Category:Extensions|MediaWiki Extension]]''' | ||
|- style="background-color: SteelBlue; color: GhostWhite; font-size: large;" | |- style="background-color: SteelBlue; color: GhostWhite; font-size: large;" | ||
! colspan="2" style="padding: .5em;" | {{{name}}} | ! colspan="2" style="padding: .5em;" | {{{name}}} | ||
Revision as of 10:28, 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 =
}}
|