Extension:PersonalDashboard
Appearance
This page is currently a draft.
|
Release status: experimental |
|
|---|---|
| MediaWiki | 1.45+ |
| License | GPLv3 |
| Download | README |
| Help | Help:Extension:PersonalDashboard |
| Translate the PersonalDashboard extension if it is available at translatewiki.net | |
| Issues | Open tasks · Report a bug |
The PersonalDashboard extension houses code for the Moderator Tools team's experiments in building a dashboard for moderators. Read more about the project at Moderator Tools/Dashboard
Installation
[edit]- Download and move the extracted
PersonalDashboardfolder to yourextensions/directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/PersonalDashboard
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'PersonalDashboard' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
