Extension:WikiDebug

From MediaWiki.org

Jump to: navigation, search

       

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
WikiDebug

Release status: stable

Implementation  Tag
Description A few debugging tools I find useful.
Author(s)  Mark Clements (HappyDogTalk)
Last Version  rev 9
License cc-by-sa 2.5 or later
Download Source is available at my test wiki

check usage (experimental)

This extension contains a small set of tools that I find useful when debugging my extensions, or when making them available to others. I periodically add tools as I find a need, and may consider requests from other people if I find them interesting or useful enough.

[edit] Features

The extension adds the following tags that can be used within your wiki:

  • 'describe_table' allows you to output the structure of a DB table on a wiki page.
  • 'show_source' displays the contents of a named file on a wiki page.
  • 'show_version' displays the Subversion revision number of the specified file.

[edit] Download

For full details, source code and examples see my test wiki.