TravelTopics
From Tech
An extension that makes links to namespace NS_TOPIC appear on the sidebar rather the in the articles text. The text of the links is not the linked article's name, but it's top level category.
Depends on the CustomData-Extension.
[edit] Used messages
<?php /** * Internationalisation file for TravelTopics extension. * * @package MediaWiki * @subpackage Extensions */ $TTMessages = array(); $TTMessages['en'] = array( 'tt-traveltopics' => 'Travel topics', ); $TTMessages['de'] = array( 'tt-traveltopics' => 'Reisethemen', ); $TTMessages['fr'] = array( 'tt-traveltopics' => 'Rubriques de voyage', ); $TTMessages['it'] = array( 'tt-traveltopics' => 'Tematiche turistiche', ); ?>

