Help:Magic links

Magic links are a feature of MediaWiki core that create automatic links for three hardcoded external identifiers. As of MediaWiki 1.28, this feature is disabled by default but may be enabled using the $wgEnableMagicLinks configuration parameter.

Examples:

ISBN is hardcoded to link to Special:Booksources (although the content of that special page can be changed by editing MediaWiki:Booksources and MediaWiki:Booksources-text), while the URLs for PMID and RFC can be changed by editing the system messages pubmedurl and rfcurl, respectively.

Alternatives

As of MediaWiki 1.46, for ISBN numbers, there is a parser function for {{#isbn}} that provides the same functionality as the deprecated ISBN magic link.

Because magic links are hardcoded and inflexible, you can also use more straightforward interwiki or links:

Creating local templates similar to Wikipedia's w:Template:ISBN, w:Template:IETF RFC, and w:Template:PMID or Wikiversity's v:Template:ISBN, v:Template:RFC, and v:Template:PMID may be useful.

See also

Category:Link
Category:Link Category:Pages using ISBN magic links Category:Pages using PMID magic links Category:Pages using RFC magic links