Special page that works as a fallback destination for non-JS users who click on map links.
More...
|
static | link ( $lat, $lon, $zoom, $lang='local') |
| Returns a Title for a link to the coordinates provided. More...
|
|
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.
◆ __construct()
Kartographer\SpecialMap::__construct |
( |
|
$name = 'Map' | ) |
|
◆ 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 | $lang | Optional language code. Defaults to 'local' |
- Returns
- Title
The documentation for this class was generated from the following file: