MediaWiki:Gadget-geonotice-list.js
/* _____________________________________________________________________________
* | |
* | === 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 = {
"UK20250531": {
"begin": "31 May 2025 12:00 UTC",
"end": "28 June 2025 17:00 UTC",
"country": "GB",
"text": "Interested in having a chat with fellow Wikipedians? There are upcoming meetups in: London, 8 Jun; Brighton, 14 Jun; Oxford, 15 Jun; and Exeter, 28 Jun!",
"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."
},
"NYCjunewikiwed": {
"begin": "4 June 2025 18:50 UTC",
"end": "12 June 2025 00:00 UTC",
"corners": [
[
40.5,
-72.0
],
[
42.0,
-75.0
]
],
"text": "Join Virtual WikiWednesday NYC Salon at 6-8PM on June 11!"
},
"SanDiegoJun2025": {
"begin": "1 June 07:00 UTC",
"end": "21 June 23:00 UTC",
"corners": [
[
35.9925,
-114.1308
],
[
32.5295,
-124.482
]
],
"text": "Everyone is invited to join other Wikimedians at a salon in Carmel Mountain Ranch, San Diego, California."
},
"SanDiegoJul2025": {
"begin": "22 June 07:00 UTC",
"end": "12 July 19:30 UTC",
"corners": [
[
35.9925,
-114.1308
],
[
32.5295,
-124.482
]
],
"text": "Everyone is invited to join other Wikimedians at a salon in Rancho Peñasquitos, San Diego, California."
},
"SanDiegoSep2025": {
"begin": "30 August 07:00 UTC",
"end": "13 September 20:30 UTC",
"corners": [
[
35.9925,
-114.1308
],
[
32.5295,
-124.482
]
],
"text": "Everyone is invited to join other Wikimedians at a salon in University City, San Diego, California."
}
};