WikiServer - InterWiki Linking

From The TinkerNet Wiki
Revision as of 23:12, 1 June 2020 by Tinker (talk | contribs) (Created page with "* [https://www.mediawiki.org/wiki/Extension:Interwiki Extension:Interwiki] ** on MediaWiki 1.34.1, basically add the following to LocalSettings.php: wfLoadExtension( 'Interw...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
wfLoadExtension( 'Interwiki' );

// To grant sysops permissions to edit interwiki data
$wgGroupPermissions['sysop']['interwiki'] = true;

// To create a new user group that may edit interwiki data
// (bureaucrats can add users to this group)
# $wgGroupPermissions['developer']['interwiki'] = true; // delete the comment indicator # as appropriate
  • Manual:Interwiki
    • Browse to Special pages / View and edit interwiki data
    • Select Add an interwiki or language prefix
    • Add in the details for the wiki you want to link to
    • For example:
    • Creates the hooks to link into MY wiki.

Then you can create links like TinkerWiki:IT That will link directly into my wiki.