Extension:SpecialTalk
From MediaWiki.org
|
SpecialTalk Release status: stable |
|||
|---|---|---|---|
| Implementation | Skin | ||
| Description | Adds a talk tab to Special Pages | ||
| Author(s) | Ævar Arnfjörð Bjarmason | ||
| MediaWiki | 1.6+ | ||
| PHP | 5.1 | ||
| License | GNU General Public License 2.0 or later | ||
| Download |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes |
||
|
|||
|
Check usage (experimental) |
|||
This extension adds a talk tab to special pages. These talk tabs link into the project: namespace. The target talk pages have the same name as the originating special pages. Unlike "usual" talk pages, unless someone puts a backlink to the special page in a talk page, you woudn't have one, since these talk pages reside in the Project: namespace, and only link to their respective Project: pages.
[edit] Download instructions
You can download this extension via the MediaWiki extension distribution system, or via Wikimedia SVN.
[edit] Installation
Once you have the downloaded source in your wikis extensions/ folder, add:
require_once( "$IP/extensions/SpecialTalk/SpecialTalk.php" );
to your LocalSettings.php file.