Kartographer
Extension that adds maps to wiki pages
Loading...
Searching...
No Matches
Kartographer\SpecialMap Class Reference

Special page that works as a fallback destination for non-JS users who click on map links. More...

+ Inheritance diagram for Kartographer\SpecialMap:
+ Collaboration diagram for Kartographer\SpecialMap:

Public Member Functions

 __construct ( $name='Map')
 
 execute ( $par)
 @inheritDoc
 

Static Public Member Functions

static link ( $lat, $lon, $zoom, $lang='local')
 Returns a Title for a link to the coordinates provided.
 

Detailed Description

Special page that works as a fallback destination for non-JS users who click on map links.

It displays a world map with a dot for the given location. URL format: Special:Map/<zoom>/<lat>/<lon> Zoom isn't used anywhere yet.

Constructor & Destructor Documentation

◆ __construct()

Kartographer\SpecialMap::__construct ( $name = 'Map')
Parameters
string$name

Member Function Documentation

◆ link()

static Kartographer\SpecialMap::link ( $lat,
$lon,
$zoom,
$lang = 'local' )
static

Returns a Title for a link to the coordinates provided.

Parameters
float$lat
float$lon
int$zoom
string$langOptional language code. Defaults to 'local'
Returns
Title

The documentation for this class was generated from the following file: