Extension:ViewTable

From mediawiki.org
MediaWiki extensions manual
ViewTable
Release status: unmaintained
Description View database tables
Author(s) Leucostictetalk
MediaWiki 1.24+
License GNU General Public License 3.0 or later
Download

This creates a special page, Special:ViewTable, that allows bureaucrats to view database tables. User Special:ViewTable/all to view all tables (will probably take awhile because of the objectcache.

Installation

  • Download and place the file(s) in a directory called ViewTable in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    require_once "$IP/extensions/ViewTable/ViewTable.php";
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.