MediaWiki:Gadget-geonotice-list.js
Appearance
![]() | Please also see WP:Geonotice
Do not edit this page directly! Use Wikipedia:Geonotice/list.json to configure geonotices. |
![]() | This is the JavaScript for the geonotices. It is loaded as a default gadget from MediaWiki:Gadgets-definition and bot-synchronized from Wikipedia:Geonotice/list.json . Any changes to this page should first be proposed on its talk page or the Village pump.
Please note that changes are visible within minutes. Errors you make here can disrupt the entire encyclopedia, so make sure you know what you are doing. Testing can be done on your personal common.js or skin-specific JS file. |
![]() | This page is loaded as a part of the geonotice-core gadget, a hidden gadget. |
/* _____________________________________________________________________________
* | |
* | === WARNING: GLOBAL GADGET FILE === |
* | Changes to this page affect many users. |
* |_____________________________________________________________________________|
*
* Defines the list of notices to be shown to registered users based on their location.
*
* USE [[Wikipedia:Geonotice/list.json]] TO CONFIGURE YOUR NOTICES. Changes there will be
* synced here by a bot every five minutes. Edits directly to this page will be overriden.
*
* If your changes were not synced, review [[User:MusikBot II/GeonoticeSync/Report]] for errors.
*/
window.GeoNotice = {};
window.GeoNotice.notices = {
"ChicagoMay2025": {
"begin": "30 April 2025 18:00 UTC",
"end": "24 May 2025 18:00 UTC",
"corners": [
[
41.5006,
-88.3981
],
[
42.491,
-87.2911
]
],
"text": "All Chicago editors are welcome at our <b><a href=\"/wiki/Wikipedia:Meetup/Chicago/24_May_2025\" title=\"Wikipedia:Meetup/Chicago/24 May 2025\">May meetup</a></b> at Botanical Cafe. Join your fellow Wikipedians for coffee, conversation, and editing!"
},
"SanDiegoMay2025B": {
"begin": "3 May 19:00 UTC",
"end": "10 May 15:00 UTC",
"corners": [
[
35.9925,
-114.1308
],
[
32.5295,
-124.482
]
],
"text": "Everyone is invited to join other Wikimedians at <b><a href=\"/wiki/Wikipedia:Meetup/San_Diego/10_May_2025\" title=\"Wikipedia:Meetup/San Diego/10 May 2025\">a salon</a></b> in Chula Vista, California."
},
"SantaMonicaAirport2025": {
"begin": "8 May 21:00 UTC",
"end": "11 May 21:00 UTC",
"corners": [
[
35.9925,
-114.1308
],
[
32.5295,
-124.482
]
],
"text": "Everyone is invited to join other Wikimedians at <b><a href=\"/wiki/Wikipedia:Meetup/Los_Angeles/Santa_Monica_Airport_2025\" title=\"Wikipedia:Meetup/Los Angeles/Santa Monica Airport 2025\">a photography meetup</a></b> at Santa Monica Airport."
},
"UK20250508": {
"begin": "08 May 2025 12:00 UTC",
"end": "31 May 2025 17:00 UTC",
"country": "GB",
"text": "Interested in having a chat with fellow Wikipedians? There are upcoming meetups in: <a href=\"https://meta.wikimedia.org/wiki/Meetup/London/216\" class=\"extiw\" title=\"m:Meetup/London/216\">London, 11 May</a>; <a href=\"https://meta.wikimedia.org/wiki/Meetup/Oxford/111\" class=\"extiw\" title=\"m:Meetup/Oxford/111\">Oxford, 18 May</a>; <a href=\"https://meta.wikimedia.org/wiki/Meetup/Aberdeen/2\" class=\"extiw\" title=\"m:Meetup/Aberdeen/2\">Aberdeen, 26 May</a>; and <a href=\"https://meta.wikimedia.org/wiki/Meetup/Edinburgh/21\" class=\"extiw\" title=\"m:Meetup/Edinburgh/21\">Edinburgh, 31 May</a>!",
"comments": "Last 8 chars of ID is date of last amendment in CCYYMMDD format - change this if making major amendment or adding a meetup; leave alone if minor amendment or removing a meetup. Set the 'begin' parameter to yesterday's date - amend only if the ID was altered. Set the 'end' parameter to the date of last meetup shown. Try to limit 'text' to four meetups, no more than one per town/city, and no more than four weeks in advance; shorten month names to three letters if four meetups are shown."
}
};