Difference between revisions of "MediaWiki/extension"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 15: | Line 15: | ||
** [[Semantic MediaWiki]]  | ** [[Semantic MediaWiki]]  | ||
* documented on mediawiki.org:  | * documented on mediawiki.org:  | ||
| − | ** {{l/mw|Extension:AccessControl}}  | + | ** {{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}}  | + | ** {{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:FlaggedRevs}}  | ||
| − | ** {{l/mw|Extension:Page Schemas}}  | + | ** {{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: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: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.  | ** {{l/mw|Extension:Widgets}} allows you to define raw HTML pages to be transcluded elsewhere.  | ||
Revision as of 15:31, 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 allows restricting access to specific pages based on internal groups or group lists from user space.
 - 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.
 - Extension:FlaggedRevs
 - 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.
 - 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.