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 = {
"UtahWPday2025": {
"begin": "02 January 2025 18:00 UTC",
"end": "01 February 2025 18:00 UTC",
"corners": [
[
38.0,
-109.0
],
[
42.0,
-114.1
]
],
"text": "We invite Utahns, film enthusiasts, Wikipedians, Wikimedians, and the WikiCurious to join us for <a href=\"/wiki/Wikipedia:Meetup/Utah/Wikipedia_Day_2025\" title=\"Wikipedia:Meetup/Utah/Wikipedia Day 2025\">Wikipedia's 24th birthday in Park City</a> during the Sundance Film Festival. Click here for <a href=\"/wiki/Wikipedia:Meetup/Utah/Wikipedia_Day_2025\" title=\"Wikipedia:Meetup/Utah/Wikipedia Day 2025\">details</a> and to <a rel=\"nofollow\" class=\"external text\" href=\"https://www.eventbrite.com/e/2025-utah-wikipedia-day-at-sundance-film-festival-on-feb-1-in-park-city-tickets-1120245076179\">sign up</a>."
},
"SeattleWPday2025": {
"begin": "01 January 2025 08:00 UTC",
"end": "11 January 2025 20:00 UTC",
"corners": [
[
47.0,
-121.9
],
[
48.2,
-123.0
]
],
"text": "Join us at our <a href=\"/wiki/Wikipedia:Meetup/Seattle/Wikipedia_Day_2025\" title=\"Wikipedia:Meetup/Seattle/Wikipedia Day 2025\">Seattle Wikipedia Day</a> edit-a-thon at the <a href=\"/wiki/Capitol_Hill_Branch_Library\" title=\"Capitol Hill Branch Library\">Capitol Hill Branch Library</a> on Saturday, January 11, from 1:00–4:30pm PT for improving <a href=\"/wiki/Wikipedia:WikiProject_Seattle\" title=\"Wikipedia:WikiProject Seattle\">WikiProject Seattle</a> articles."
},
"ChicagoJan2025": {
"begin": "1 January 2025 00:00 UTC",
"end": "19 January 2025 23:59 UTC",
"corners": [
[
41.5006,
-88.3981
],
[
42.491,
-87.2911
]
],
"text": "All Chicago Wikipedians are welcome at our <b><a href=\"/wiki/Wikipedia:Meetup/Chicago/Wikipedia_Day_2025\" title=\"Wikipedia:Meetup/Chicago/Wikipedia Day 2025\">Wikipedia Day meetup</a></b> at Wicker Park Bucktown Library. Join fellow editors for coffee, cake, and fun times as we celebrate the birth of Wikipedia!"
},
"NYCwpday": {
"begin": "11 December 2024 00:00 UTC",
"end": "20 January 2025 00:00 UTC",
"corners": [
[
40.5,
-72.0
],
[
42.0,
-75.0
]
],
"text": "Join <a href=\"/wiki/Wikipedia:Meetup/NYC/Wikipedia_Day_2025\" title=\"Wikipedia:Meetup/NYC/Wikipedia Day 2025\">Wikipedia Day NYC @ Brooklyn Public Library</a> on Sat January 25!"
},
"UK20241215": {
"begin": "19 December 2024 13:00 UTC",
"end": "27 January 2025 20: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/212\" class=\"extiw\" title=\"m:Meetup/London/212\">London, 12 January</a>; <a href=\"/wiki/Wikipedia:Meetup/Exeter/2\" title=\"Wikipedia:Meetup/Exeter/2\">Exeter, 18 January</a>; <a href=\"https://meta.wikimedia.org/wiki/Meetup/Edinburgh/19\" class=\"extiw\" title=\"m:Meetup/Edinburgh/19\">Edinburgh, 25 January</a>; and <a href=\"https://meta.wikimedia.org/wiki/Meetup/Brixton/6\" class=\"extiw\" title=\"m:Meetup/Brixton/6\">Brixton, 27 January</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."
}
};