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