Difference between revisions of "Template:Extension/doc"
Jump to navigation
Jump to search
→Content parameters: added ajax type
>Egfrank~mediawikiwiki (→Content parameters: sorted impl subtypes alphabetically, copy edit) |
>Egfrank~mediawikiwiki (→Content parameters: added ajax type) |
||
Line 109: | Line 109: | ||
** [[: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:Special page extensions|special]] | ** [[: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. | |||