No categories assigned

BreadCrumbs

Revision as of 10:56, 10 March 2021 by Mlink-rodrigue (talk | contribs) (Created page with "The breadcrumb navigation is located in the title area of every wiki page. If a page contains sub-pages, the different levels are indicated by connecting arrows. :File:GU...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The breadcrumb navigation is located in the title area of every wiki page. If a page contains sub-pages, the different levels are indicated by connecting arrows.

File:GUi-titlearea-breadcrumb.png


The link to the namespace prefix can link to a main page of the namespace and is then displayed as a redlink until the page is created.

Alternatively, links can be made directly to all pages in the namespace. This can be configured on the server. The following information can be made in the file LocalSettings.php:

$GLOBALS['wgExtensionFunctions'][] = function() {
	$GLOBALS['bsgBlueSpiceCalummaBreadcrumbRootNodeEnabledProviders'] = [
		#"special-allpages"
	];
};

Attachments

Discussions