MediaWiki Extension JSBreadCrumbs: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 16: Line 16:
wfLoadExtension( 'JSBreadCrumbs' );
wfLoadExtension( 'JSBreadCrumbs' );
</syntaxhighlight>
</syntaxhighlight>
=Configuration=
To change "Last x Pages Viewed" and the separator ("»"), update <code>JSBreadCrumbs/i18n/en.json</code>.

Revision as of 04:40, 1 January 2024

External

Internal

Installation

Follow https://www.mediawiki.org/wiki/Extension:JSBreadCrumbs instructions.

Untar.

Add to the bottom of LocalSettings.php:

wfLoadExtension( 'JSBreadCrumbs' );

Configuration

To change "Last x Pages Viewed" and the separator ("»"), update JSBreadCrumbs/i18n/en.json.