Difference between revisions of "Template:Extension/doc"

...
>Egfrank~mediawikiwiki
(→‎Content parameters: added ajax type)
>Jack Phoenix
(...)
Line 61: Line 61:


== Content parameters ==
== Content parameters ==
This section describes parameters that govern infobox content.  For help with '''templatemode''' and other control parameters, please see  ''{{SeeSection|Control parameters}}''.
This section describes parameters that govern infobox content.  For help with '''templatemode''' and other control parameters, please see  ''[[#Control parameters|Control parameters]]''.


<!-- BEFORE YOU EDIT THIS:
<!-- BEFORE YOU EDIT THIS:
Line 97: Line 97:
** ''[[:Category:Extended syntax extensions|extended syntax]]'' - Extensions that add non-standard wiki syntax (i.e. <em>not</em> [[Manual:Tag extensions|tags]], [[Manual:Parser functions|parser functions]], or [[Manual:Variables|variables]]).
** ''[[:Category:Extended syntax extensions|extended syntax]]'' - Extensions that add non-standard wiki syntax (i.e. <em>not</em> [[Manual:Tag extensions|tags]], [[Manual:Parser functions|parser functions]], or [[Manual:Variables|variables]]).
*:
*:
* [[:Category:User access extensions|'''''access''''']] - catchall for {{SeeManual|user access extensions}}, that is, extensions that create, authenticate, grant permissions, revoke permissions, or monitor the activity of users.  If you have written an access extension, please use one of the following more specific types:
* [[:Category:User access extensions|'''''access''''']] - catchall for [[Manual:User access extensions|user access extensions]], that is, extensions that create, authenticate, grant permissions, revoke permissions, or monitor the activity of users.  If you have written an access extension, please use one of the following more specific types:
** [[:Category:User activity extensions|''user activity'']] - extensions that monitor user activity (logins, logouts, new user creation, etc)
** [[:Category:User activity extensions|''user activity'']] - extensions that monitor user activity (logins, logouts, new user creation, etc)
** [[:Category:User identity extensions|''user identity'']] - extensions that create and delete users, and/or verify the identity of a user
** [[:Category:User identity extensions|''user identity'']] - extensions that create and delete users, and/or verify the identity of a user
Line 103: Line 103:
*:
*:
* [[:Category:User interface extensions|'''''interface''''']] - catchall for uncategorized user interface extensions.
* [[:Category:User interface extensions|'''''interface''''']] - catchall for uncategorized user interface extensions.
** ''[[:Category:Media handling extensions|media]]'' - extensions that permit the embedding of multimedia content on wiki pages by registering a file extension with {{SeeManual|$wgMediaHandlers}}.
** ''[[:Category:Media handling extensions|media]]'' - extensions that permit the embedding of multimedia content on wiki pages by registering a file extension with [[Manual:$wgMediaHandlers|$wgMediaHandlers]].
** ''[[:Category:Personalization extensions|mywiki]]'' - extensions that provide infrastructure so that users may personalize their MediaWiki experience and/or assist in the management of that infrastructure
** ''[[:Category:Personalization extensions|mywiki]]'' - extensions that provide infrastructure so that users may personalize their MediaWiki experience and/or assist in the management of that infrastructure
** [[:Category:Notification extensions|''notify'']] - extensions that email users, broadcast messages and provide other forms of community notification
** [[:Category:Notification extensions|''notify'']] - extensions that email users, broadcast messages and provide other forms of community notification
** ''[[:Category:Page action extensions|''page action'']]'' - extensions that enhance or modify {{SeeManual|page action}}s.  This includes anything that implements an action that reads, writes, searches for, creates, renames, deletes, redirects or discusses a page.  It does not include rights (use ''user rights'') or logs (use ''user activity'').
** ''[[:Category:Page action extensions|''page action'']]'' - extensions that enhance or modify [[Manual:Page action|page action]]s.  This includes anything that implements an action that reads, writes, searches for, creates, renames, deletes, redirects or discusses a page.  It does not include rights (use ''user rights'') or logs (use ''user activity'').
** [[:Category:Search extensions|''search'']] - extensions that search through and select articles for users.
** [[:Category:Search extensions|''search'']] - extensions that search through and select articles for users.
** [[:Category:Skin extensions|''skin'']] - extensions adding [[w:css|css]] or [[w:javascript|javascript]], or implementing hook functions to change the look and feel of mediawiki via the skins framework.
** [[:Category:Skin extensions|''skin'']] - extensions adding [[w:CSS|CSS]] or [[w:JavaScript|JavaScript]], or implementing hook functions to change the look and feel of MediaWiki via the skins framework.
** [[:Category:Ajax extensions|''ajax'']] - extensions that use [[w:Ajax|Ajax]] programming techniques.
** [[:Category:Ajax extensions|''ajax'']] - extensions that use [[w:Ajax|Ajax]] programming techniques.
** [[:Category:Special page extensions|''special'']] - extensions that subclass the {{SeeManual|SpecialPage class}}, use one of its hooks, or patch one or more functions in {{SeeSourceCode|SpecialPage}}. See [[Manual:Special pages]] for more information.
** [[:Category:Special page extensions|''special'']] - extensions that subclass the [[Manual:SpecialPage class|SpecialPage class]], use one of its hooks, or patch one or more functions in [http://svn.wikimedia.org/doc/SpecialPage_8php-source.html SpecialPage.php]. See [[Manual:Special pages]] for more information.




Line 117: Line 117:
* ''[[:Category:Parser function extensions|pfunc]]'' - same as ''parser function''
* ''[[:Category:Parser function extensions|pfunc]]'' - same as ''parser function''


<div style="border: thin solid blue">We are in the process of revising the values of this page.  Types below this point are likely to be deprecated or redefined. We apologize for the inconvenience.  See [[Template_talk:Extension#Type taxonomy]] for more information.</div>
<div style="border: thin solid blue">We are in the process of revising the values of this page.  Types below this point are likely to be deprecated or redefined. We apologize for the inconvenience.  See [[Template talk:Extension#Type taxonomy]] for more information.</div>
* ''[[:Category:Database extensions|database]]'' - adds tables and/or fields to the database backing a MediaWiki installation
* ''[[:Category:Database extensions|database]]'' - adds tables and/or fields to the database backing a MediaWiki installation
* ''[[:Category:Database extensions|db]]'' - same as ''database''
* ''[[:Category:Database extensions|db]]'' - same as ''database''
Line 179: Line 179:




If this is left blank, this template will add the host page to [[:Category:All extensions]] and to one or more additional categories, depending on the values assigned to the {{SeeSection|Content parameters}}.
If this is left blank, this template will add the host page to [[:Category:All extensions]] and to one or more additional categories, depending on the values assigned to the [[#Content parameters|Content parameters]].
|}
|}


Anonymous user