修改 MediaWiki 的蓝链规则
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
落雨楓 375d359ca6 Change extension url 2 months ago
i18n Create Repo 2 months ago
includes Create Repo 2 months ago
LICENSE Create Repo 2 months ago
README.md Create Repo 2 months ago
extension.json Change extension url 2 months ago

README.md

IsekaiBlueLinkPatch

This extension modifies MediaWiki's red link rules to show blue links for registered users and non-empty categories.

Installation

Add the following line to your LocalSettings.php file:

wfLoadExtension( 'IsekaiBlueLinkPatch' );

Configuration

// Enable blue links for registered users
$wgIsekaiBlueLinkPatchOnUser = true;

// Enable blue links for non-empty categories
$wgIsekaiBlueLinkPatchOnCategory = true;