Difference between revisions of "WikiDebug"

From TestWiki
Jump to: navigation, search
(Added {{ExtensionCheck}})
m (Better link text, to show type of item)
Line 4: Line 4:
  
 
<div style="border: 1px solid #CCCCCC; padding: 0.2em 0.5em 0.5em 0.5em; margin: 1em; float: left;">
 
<div style="border: 1px solid #CCCCCC; padding: 0.2em 0.5em 0.5em 0.5em; margin: 1em; float: left;">
* '''[[/describe_table/]]''' - Displays information about the specified database table.
+
* '''[[/describe_table/|&lt;describe_table&gt;]]''' - Displays information about the specified database table.
* '''[[/show_source/]]''' - Outputs the contents of the specified file.
+
* '''[[/show_source/|&lt;show_source&gt;]]''' - Outputs the contents of the specified file.
* '''[[/show_version/]]''' - Displays the Subversion revision number of the specified file.
+
* '''[[/show_version/|&lt;show_version&gt;]]''' - Displays the Subversion revision number of the specified file.
* '''[[/IfExtensionPresent/]]''' - Parser hook so you can alter page content depending on whether an extension is installed on the wiki.
+
* '''[[/IfExtensionPresent/|<nowiki>{{#IfExtensionPresent: ...}}</nowiki>]]''' - Parser hook so you can alter page content depending on whether an extension is installed on the wiki.
 
</div>
 
</div>
 
<br clear="both" />
 
<br clear="both" />

Revision as of 22:29, 19 October 2011

This extension is currently installed on this wiki. Feel free to experiment with it!
MediaWiki logo.png
This extension is also documented at
Extension:WikiDebug
on MediaWiki.org.

If the pages are not in sync. then this version on my test wiki is always the most up-to-date.

This extension contains a small set of tools that I find useful when debugging my extensions:


Current version: (rev 2439)
The source is available under example 1 of the show_source page.