MediaWiki/extension: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
moved stuff into subpages
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{seed}}
==About==
A '''[[MediaWiki]] extension''' is a type of plug-in module that extends the functionality of a MediaWiki site.
==Pages==
* {{l/sub|dev}}elopment
* {{l/sub|list}} of potentially useful extensions
==Links==
==Links==
* '''Official''': [[mwsite:Manual:Extensions]]
===Reference===
===Development===
* '''Official''': {{l/mw|Manual:Extensions}}
* '''Official''':
** [[mwsite:Manual:Extension registration]]
*** [[mwsite:Manual:Extension.json/Schema]]
==Notes==
==Notes==
* [[wooz:MediaWiki]]: some extensions and MW coding notes
* [[wooz:MediaWiki]]: some extensions and MW coding notes
===Documented(?) Here===
* [[SpamFerret]]
* [[SpecialManPage]]
===Available via MediaWiki===
* documented here:
** [[Semantic MediaWiki]]
* documented on mediawiki.org:
** {{l/mw|Extension:AccessControl}}
** {{l/mw|Extension:Approved Revs}}
** {{l/mw|Extension:FlaggedRevs}}
** {{l/mw|Extension:Page Schemas}}
** {{l/mw|Extension:PhpTags}} implements a simplified/sandboxed PHP syntax for scripting.
** {{l/mw|Extension:Variables}} allows you to define/redefine a variable on a page, use it later in that same page or transcluded templates.
** {{l/mw|Extension:Widgets}} allows you to define raw HTML pages to be transcluded elsewhere.

Latest revision as of 20:48, 1 May 2022

About

A MediaWiki extension is a type of plug-in module that extends the functionality of a MediaWiki site.

Pages

Reference

Notes