|
|
@ -18,7 +18,7 @@ no warnings "experimental::signatures"; |
|
|
|
my $coords_regex = qr/^\s*(-?\s*\d+)\s*,\s*(-?\s*\d+)\s*$/; |
|
|
|
my $coords_regex = qr/^\s*(-?\s*\d+)\s*,\s*(-?\s*\d+)\s*$/; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
my $api_url = "https://wiki.tensor.green/w/api.php"; |
|
|
|
my $api_url; |
|
|
|
my $region_template_name = "MapRegion"; |
|
|
|
my $region_template_name = "MapRegion"; |
|
|
|
my $subregion_template_name = "MapSubregion"; |
|
|
|
my $subregion_template_name = "MapSubregion"; |
|
|
|
my $location_template_name = "MapLocation"; |
|
|
|
my $location_template_name = "MapLocation"; |
|
|
|