MediaWiki:Gadget-geonotice-list.js

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button. Firefox: hold down the Shift key while clicking Reload (or press Ctrl-Shift-R). Google Chrome and Safari users can just click the Reload button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*  _____________________________________________________________________________
 * |                                                                             |
 * |                    === 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 = {
  "CorkDublin201811": {
    "begin": "25 October 2018 00:00 UTC",
    "end": "14 November 2018 21:00 UTC",
    "corners": [
      [
        55.5,
        -11.0
      ],
      [
        51.0,
        -5.3
      ]
    ],
    "text": "Interested in having a chat with fellow Wikipedians? Join us in <a href=\"/wiki/Cork_(city)\" title=\"Cork (city)\">Cork, Ireland</a> in collaboration with Dublin2019.  Details at <a href=\"/wiki/Wikipedia:Meetup/Cork/November_2018\" title=\"Wikipedia:Meetup/Cork/November 2018\">Wikipedia:Meetup/Cork/November 2018</a>!"
  },
  "UK20181109": {
    "begin": "8 November 2018 17:00 UTC",
    "end": "21 November 2018 17:00 UTC",
    "country": "GB",
    "text": "Interested in having a chat with fellow Wikipedians? There are forthcoming meetups in: <a href=\"https://meta.wikimedia.org/wiki/Meetup/Oxford/67\" class=\"extiw\" title=\"m:Meetup/Oxford/67\">Oxford, 18 November</a>; and <a rel=\"nofollow\" class=\"external text\" href=\"https://www.eventbrite.co.uk/e/wikimedia-uk-skillshare-writing-a-featured-article-tickets-51714046104\">Wikimedia UK skillshare, 21 November</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."
  },
  "StaffRide18": {
    "begin": "11 November 2018 00:00 UTC",
    "end": "3 December 2018 10:00 UTC",
    "corners": [
      [
        35.81,
        -114.13
      ],
      [
        32.53,
        -121.44
      ]
    ],
    "text": "Join a staff ride-like meetup before the 172nd anniversary of the Battle of San Pasqual. Find out more <a href=\"/wiki/Wikipedia:Meetup/San_Diego/December_2018\" title=\"Wikipedia:Meetup/San Diego/December 2018\">here</a>!"
  }
};