Difference between revisions of "Template:Extension"
Jump to navigation
Jump to search
>GunterS (create some borders) |
>HappyDog m (Remove some borders - they make it ugly without adding anything, imho. If you disagree please raise the problem you are trying to solve on the talk page - maybe there is a better solution.) |
||
| Line 1: | Line 1: | ||
<includeonly>{{DEFAULTSORT:{{{name|{{PAGENAME}}}}}}}[[Category:Extensions]]</includeonly><div style="float: right; background-color: white; width: | <includeonly>{{DEFAULTSORT:{{{name|{{PAGENAME}}}}}}}[[Category:Extensions]]</includeonly><div style="float: right; background-color: white; width: 292px;"> | ||
{| class="ext-infobox ext-status-{{{status|unknown}}}" | {| class="ext-infobox ext-status-{{{status|unknown}}}" | ||
|+ '''This is a [[:Category:Extensions|MediaWiki Extension]]''' | |+ '''This is a [[:Category:Extensions|MediaWiki Extension]]''' | ||
|- class="ext-header" | |- class="ext-header" | ||
! colspan="2" style="padding-top: 0.5em | ! colspan="2" style="padding-top: 0.5em;" | [[Image:{{#ifeq: {{{status|}}}|unstable|Crystal Clear app error.png|Crystal Clear action run.png}}|left|40px]] <span style="font-size: 130%;">{{{name|{{PAGENAME}}}}}</span><br> | ||
Release status: {{#switch: {{{status}}}|unstable|experimental|beta|stable={{{status}}}|unknown}} | Release status: {{#switch: {{{status}}}|unstable|experimental|beta|stable={{{status}}}|unknown}} | ||
|- | |- | ||
{{#if:{{{image<includeonly>|</includeonly>}}}| | {{#if:{{{image<includeonly>|</includeonly>}}}| | ||
<!-- -->{{!}} colspan="2" style="text-align: center | <!-- -->{{!}} colspan="2" style="text-align: center;" {{!}} [[Image:{{{image<noinclude>|Placeholder.png</noinclude>}}}|270px]] | ||
}} | }} | ||
|- | |- | ||
| Line 120: | Line 120: | ||
}}</nowiki> | }}</nowiki> | ||
|} | |} | ||
</noinclude><includeonly>[[Category:{{{status|unknown}}} status extensions]]</includeonly> | </noinclude><includeonly>[[Category:{{{status|unknown}}} status extensions]]</includeonly> | ||
Revision as of 13:50, 12 February 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 =
}}
|