www.fgks.org   »   [go: up one dir, main page]

Jump to content

Extension:NearbyPages

From mediawiki.org
Revision as of 20:56, 10 April 2020 by Kghbln (talk | contribs) (tweaks)
MediaWiki extensions manual
NearbyPages
Release status: stable
Implementation Parser function
Description Provides Special:Nearby
Latest version (in development)
MediaWiki >= 1.42
Database changes No
License GNU General Public License 2.0 or later
Download
README
  • $wgNearbyPagesNamespaces
  • $wgNearbyRandomButton
  • $wgNearbyRange
  • $wgNearbyPagesWikidataCompatibility
  • $wgNearbyPagesUrl
Quarterly downloads 12 (Ranked 122nd)
Translate the NearbyPages extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

The NearbyPages extension provides location based articles via Special:Nearby special page. It was previously part of Extension:MobileFrontend but decoupled and rewritten with Vue.js.

Installation

  • Download and move the extracted NearbyPages folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/NearbyPages
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'NearbyPages' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.