/SemanticBreadcrumbLinks

Provides in-page navigation by building breadcrumb links from an attributive property filter.

Primary LanguagePHPOtherNOASSERTION

Semantic Breadcrumb Links

Build Status Code Coverage Scrutinizer Quality Score Latest Stable Version Packagist download count

Semantic Breadcrumb Links (a.k.a. SBL) is a Semantic Mediawiki extension to aid in-page navigation by building breadcrumb links from an attributive property filter.

SBL uses a pattern match strategy to filter property usage (e.g. Has parent page) that ascribe the location of a page relative to its parent and provides navigational help by generating a breadcrumb trail.

This video demonstrates the functionality of the Semantic Breadcrumb Links extension.

Requirements

Installation

The recommended way to install Semantic Breadcrumb Links is by using Composer with an entry in MediaWiki's composer.json.

{
	"require": {
		"mediawiki/semantic-breadcrumb-links": "~1.4"
	}
}
  1. From your MediaWiki installation directory, execute composer require mediawiki/semantic-breadcrumb-links:~1.4
  2. Navigate to Special:Version on your wiki and verify that the package have been successfully installed.

Usage

image

This document decribes available settings and features of this extension.

Contribution and support

If you want to contribute work to the project please subscribe to the developers mailing list and have a look at the contribution guideline.

Tests

This extension provides unit and integration tests that are run by a continues integration platform but can also be executed using composer phpunit from the extension base directory.

License

GNU General Public License, version 2 or later.