Difference between revisions of "Template:Extension/doc"
>Egfrank~mediawikiwiki (→Usage: added license to documentation) |
>Egfrank~mediawikiwiki (→Usage: added hook7-hook10 to documentation) |
||
Line 69: | Line 69: | ||
Note: Many extensions have more than one type, if this applies to yours,replace <code><nowiki>|type=</nowiki></code> with <code><nowiki>|type1=|type2=|type3=...</nowiki></code>. You may define up to six types for an extension. | Note: Many extensions have more than one type, if this applies to yours,replace <code><nowiki>|type=</nowiki></code> with <code><nowiki>|type1=|type2=|type3=...</nowiki></code>. You may define up to six types for an extension. | ||
|- | |- | ||
| <span id="type">'''hook1'''</span><br/>''hook2''<br/>''hook3''<br/>''hook4''<br/>''hook5''<br/>''hook6''<br/> || '''name of each hook used by the extension''' - please see [[Manual:Hooks]] for a list of valid values. | | <span id="type">'''hook1'''</span><br/>''hook2''<br/>''hook3''<br/>''hook4''<br/>''hook5''<br/>''hook6''<br/><span id="type">hook7</span><br/>''hook8''<br/>''hook9''<br/>''hook10''|| '''name of each hook used by the extension''' - please see [[Manual:Hooks]] and [[Extension hook registry]] for a list of valid values. | ||
|- | |- | ||
| author || The extension author's name, if different from their MediaWiki.org username. Free text. If omitted then the 'username' field will be used (if present). | | author || The extension author's name, if different from their MediaWiki.org username. Free text. If omitted then the 'username' field will be used (if present). |
Revision as of 19:33, 10 September 2007
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:All extensions, plus the appropriate status and type categories.
Example
Lua error: callParserFunction: function "#translation" was not found. Extension Release status: unknown |
|
---|---|
Implementation | Lua error: callParserFunction: function "#translation" was not found. |
Description | {{{description}}} |
Author(s) | Sombebody (unknowntalk) |
Latest version | Lua error: callParserFunction: function "#translation" was not found. ({{{update}}}) |
MediaWiki | Lua error: callParserFunction: function "#translation" was not found. |
Database changes | Lua error: callParserFunction: function "#translation" was not found. |
License | Lua error: callParserFunction: function "#translation" was not found. |
Download | {{{download}}} {{{readme}}} {{{changelog}}} |
Example | {{{example}}} |
{{{parameters}}} |
|
{{{rights}}} |
|
Translate the Extension/doc extension if it is available at translatewiki.net |
Lua error: callParserFunction: function "#translation" was not found.
Usage
Using the infoboxExisting extension pagesIf you want to add the infobox to an existing page, copy and paste the following code and add it to the top: {{Extension |name = |status = |type = |author = |username = |image = |version = |update = |mediawiki = |download = |readme = |changelog = |description = |parameters = |rights = |example = }} Create a new extension articleIf you want to create a new extension page, enter the name below and click the button. A new page will be created with the infobox template already in place. |