MediaWiki:Gadget-geonotice-list.js

Revision as of 15:04, 28 January 2020 by Caleb Cooper (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This content is in the Mediawiki Namespace. This is a system namespace for wiki-wide tuning.

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/*  _____________________________________________________________________________
 * |                                                                             |
 * |                    === 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 = {
  "LA2019-12": {
    "begin": "29 November 2019 00:00 UTC",
    "end": "15 December 2019 23:59 UTC",
    "corners": [
      [
        35.0,
        -114.0
      ],
      [
        32.5,
        -121.0
      ]
    ],
    "text": "You're invited to a <a href=\"/wiki/White_elephant_gift_exchange\" title=\"White elephant gift exchange\">White elephant gift exchange</a> <a href=\"/wiki/Wikipedia:Meetup/Los_Angeles/December_2019\" title=\"Wikipedia:Meetup/Los Angeles/December 2019\"><b>meetup</b></a> at the <a href=\"/wiki/Anaheim_Packing_House\" title=\"Anaheim Packing House\">Anaheim Packing House</a>."
  },
  "CorkIreland2019-12": {
    "begin": "06 December 2019 00:00 UTC",
    "end": "11 December 2019 00: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> for the most recent meetup in a series of regularly scheduled events in Cork.  Details at <a href=\"/wiki/Wikipedia:Meetup/Cork/December_2019\" title=\"Wikipedia:Meetup/Cork/December 2019\">Wikipedia:Meetup/Cork/December 2019</a>!"
  }
};