Extension:BreadCrumbs

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
BreadCrumbs

Release status: stable

Implementation User interface
Description Shows the users path through the wiki.
Author(s) Manuel Schneider
Last version 0.2 (2009-11-10)
MediaWiki > 1.9
License GPL
Download Download snapshot
Subversion [Help]

Browse source code
View code changes

Parameters

$wgBreadCrumbsDelimiter
$wgBreadCrumbsCount
$wgBreadCrumbsShowAnons

Hooks used
ArticleViewHeader

OutputPageParserOutput

Check usage (experimental)

BreadCrumbs extension shows the users path through the wiki.

Note: This extension creates breadcrumbs in the traditional "How did I get here?" sense; use Extension:BreadCrumbs2 for breadcrumbs in the recently popular category-based "Where am I?" sense.

[edit] Installation

  1. Download the latest snapshot and extract it to your extensions directory
  2. Add
    require_once("$IP/extensions/BreadCrumbs/BreadCrumbs.php");
    into your wiki's LocalSettings.php
  3. Installation can now be verified through Special:Version

[edit] Options

By default the following options are set by this extension:

$wgBreadCrumbsDelimiter = ' > '; // delimiter between breadcrumbs
$wgBreadCrumbsCount = 5; // number of breadcrumbs to show
$wgBreadCrumbsShowAnons = true; // showing breadcrumbs to anonymous users

You may change each one of these parameters by including it with a new value into your LocalSettings.php below the initialisation of this extension.

[edit] See also

Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox