Difference between revisions of "MediaWiki/extension"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(moved stuff into subpages)
 
(9 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}} allows restricting access to specific pages based on internal groups or group lists from user space.
 
** {{l/mw|Extension:Approved Revs}} lets administrators mark a certain revision of a page as "approved". The approved revision is the one displayed when users view the page at its main URL.
 
** {{l/mw|Extension:FlaggedRevs}}
 
** {{l/mw|Extension:Page Schemas}} allows for defining all the schema information about a "class", or data type - for naming, display, data input, and browsing - within a single piece of XML contained within a category page.
 
** {{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

Links

Reference

Notes