User:Austin J. Che/Extensions: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 18: Line 18:
* [[/dumpRewrite/]]: Makes it easy to extract a portion of one wiki, rewriting all page titles and links, and importing it into another wiki. This is useful for ''merging'' wikis.
* [[/dumpRewrite/]]: Makes it easy to extract a portion of one wiki, rewriting all page titles and links, and importing it into another wiki. This is useful for ''merging'' wikis.
* [[/history/]]: JavaScript for a user to keep a list of recently viewed pages to jump to.
* [[/history/]]: JavaScript for a user to keep a list of recently viewed pages to jump to.
* [[OpenWetWare:Toggle]]: Toggle visibility of sections. Main code at [[MediaWiki:Common.js]].


Deprecated and unsupported:
Deprecated and unsupported:
* [[/ShowHide/]]
* [[/ShowHide/]] Replaced by toggle functionality


[http://austinche.name/mediawiki/ Download] the source for these extensions. And as always, [[Special:Emailuser/Austin|send me]] any comments or suggestions!
[http://austinche.name/mediawiki/ Download] the source for these extensions. And as always, [[Special:Emailuser/Austin J. Che|send me]] any comments or suggestions!

Latest revision as of 12:26, 31 May 2007

Here are various MediaWiki extensions that I have written for OpenWetWare, but some may likely be useful on other wikis also.

These are not technically extensions but are still mediawiki related software:

  • Dewikify: Makes wiki pages look like static pages.
  • dumpRewrite: Makes it easy to extract a portion of one wiki, rewriting all page titles and links, and importing it into another wiki. This is useful for merging wikis.
  • history: JavaScript for a user to keep a list of recently viewed pages to jump to.
  • OpenWetWare:Toggle: Toggle visibility of sections. Main code at MediaWiki:Common.js.

Deprecated and unsupported:

  • ShowHide Replaced by toggle functionality

Download the source for these extensions. And as always, send me any comments or suggestions!