Difference between revisions of "Template:Extension/doc"
Jump to navigation
Jump to search
>Mattflaschen (→Infobox parameters: clarify that NoCats usually doesn't have to be changed) |
|||
| Line 71: | Line 71: | ||
|tags = {{{tags}}} | |tags = {{{tags}}} | ||
|rights = {{{rights}}} | |rights = {{{rights}}} | ||
| | |examp | ||
Revision as of 05:38, 13 January 2013
Template:Documentation subpage Template:Timw
This template should be added to all extension pages on this wiki (but only the main page). It will add a useful infobox (see below) and will automatically add the extension to Category:All extensions, along with the appropriate status and implementation type categories.
Usage
|
Copy and paste: {{Extension|templatemode =
|name =
|status =
|type1 =
|type2 =
|hook1 =
|hook2 =
|username =
|author =
|description =
|image =
|imagesize =
|version =
|update =
|mediawiki =
|php =
|needs-updatephp =
|schema-registry =
|license =
|download =
|readme =
|changelog =
|parameters =
|tags =
|rights =
|example =
|compatibility =
|bugzilla =
}}
For help with parameter values, see below. |
{{Extension|templatemode=nocats | name = {{{name}}} | status = {{{status}}} | type1 = {{{type1}}} | type2 = {{{type2}}} | hook1 = hook1 | hook2 = hook2 | username = SomeUser | author = SomeAuthor | image = Placeholder.png | version = {{{version}}} | update = {{{update}}} | mediawiki = {{{mediawiki}}} | php = {{{php}}} | needs-updatephp = {{{needs-updatephp}}} | schema-registry = {{{schema-registry}}} | license = {{{license}}} | download = {{{download}}} | readme = {{{readme}}} | changelog = {{{changelog}}} | description = {{{description}}} | parameters = {{{parameters}}} | tags = {{{tags}}} | rights = {{{rights}}} | examp |