Difference between revisions of "WikiDebug"

From TestWiki
Jump to: navigation, search
m (Float to stop border overlapping)
m (Remove redundant sentence.)
Line 1: Line 1:
 
[[Image:Tools icon.png|right]]
 
[[Image:Tools icon.png|right]]
This extension contains a small set of tools that I find useful when debugging my extensions.
+
This extension contains a small set of tools that I find useful when debugging my extensions:
  
Currently the extension adds the following tags that can be used within your wiki:
 
 
<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/]]''' - Displays information about the specified database table.

Revision as of 17:29, 13 February 2008

Tools icon.png

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

  • describe_table - Displays information about the specified database table.
  • show_source - Outputs the contents of the specified file.
  • show_version - Displays the Subversion revision number of the specified file.


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