Jump to content

Extension:NonsaLinks

From mediawiki.org
MediaWiki extensions manual
NonsaLinks
Release status: stable
Author(s) Ostrzyciel
Latest version 0.3.0
MediaWiki >= 1.37.0
PHP >= 7.4
  • $wgNLSeeAlsoAliases
  • $wgNLSeeAlsoNamespaces
Licence GNU General Public License 2.0 or later
Download

The NonsaLinks extension is used on Nonsensapedia and is described as "Nonsensopedia's magic sauce for link parsing and other random awesomeness".

Installation

[edit]
  • Download and place the file(s) in a directory called NonsaLinks in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'NonsaLinks' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.