Extension:ViewTable
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
![]() Release status: unmaintained |
|
---|---|
![]() |
|
Description | View database tables |
Author(s) | Leucostictetalk |
MediaWiki | 1.24+ |
License | GNU General Public License 3.0 or later |
Download | GitHub: Note: |
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 Edit
- Download and place the file(s) in a directory called
ViewTable
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
require_once "$IP/extensions/ViewTable/ViewTable.php";
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.