Wiki: install extension LinkAttributes for rel="me" support
Add LinkAttributes Extension
This extension:
- adds optional
rel="me"attribute to editor-specified external links. - allows members of Community Working Group (etc.) to pass Verification on Mastodon.
- clone
cd /var/lib/mediawiki/extensions
git clone https://github.com/stanolacko/LinkAttributes.git
- add line to
LocalSettings.php:
require_once "$IP/extensions/LinkAttributes/LinkAttributes.php";
-
verify
LinkAttributesin extensions list: https://wiki.social.coop/wiki/Special:Version -
add
rel="me"to any link using this syntax:
[http://social.coop/@cwg_member CWG Member Profile|rel=me]
Requirements
-
MediaWiki 1.19 or higher