Difference between revisions of "MediaWiki/extension"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
* [[SpecialManPage]] | * [[SpecialManPage]] | ||
===Available via MediaWiki=== | ===Available via MediaWiki=== | ||
− | * [[Semantic MediaWiki]] | + | * documented here: |
− | * {{l/mw|Extension:Approved Revs}} | + | ** [[Semantic MediaWiki]] |
− | * {{l/mw|Extension: | + | * documented on mediawiki.org: |
− | * {{l/mw|Extension:Page Schemas}} | + | ** {{l/mw|Extension:AccessControl}} |
− | * {{l/mw|Extension: | + | ** {{l/mw|Extension:Approved Revs}} |
− | * {{l/mw|Extension: | + | ** {{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. |
Revision as of 15:03, 16 April 2022
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
Links
- Official: mwsite:Manual:Extensions
Development
Notes
- wooz:MediaWiki: some extensions and MW coding notes
Documented(?) Here
Available via MediaWiki
- documented here:
- documented on mediawiki.org:
- Extension:AccessControl
- Extension:Approved Revs
- Extension:FlaggedRevs
- Extension:Page Schemas
- Extension:PhpTags implements a simplified/sandboxed PHP syntax for scripting.
- Extension:Variables allows you to define/redefine a variable on a page, use it later in that same page or transcluded templates.
- Extension:Widgets allows you to define raw HTML pages to be transcluded elsewhere.