Special page that works as a fallback destination for non-JS users who click on map links.
More...
|
| __construct ( $name='Map') |
|
| execute ( $par) |
|
|
static | parseSubpage ( $par) |
| Parses subpage parameter to this special page into zoom / lat /lon. More...
|
|
static | link ( $lat, $lon, $zoom) |
| 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.
◆ link()
static Kartographer\SpecialMap::link |
( |
|
$lat, |
|
|
|
$lon, |
|
|
|
$zoom |
|
) |
| |
|
static |
Returns a Title for a link to the coordinates provided.
- Parameters
-
float | $lat | |
float | $lon | |
int | $zoom | |
- Returns
- Title
◆ parseSubpage()
static Kartographer\SpecialMap::parseSubpage |
( |
|
$par | ) |
|
|
static |
Parses subpage parameter to this special page into zoom / lat /lon.
- Parameters
-
- Returns
- array|bool
The documentation for this class was generated from the following file: