Cannabis Ruderalis

Content deleted Content added
Pharos (talk | contribs)
add New England Wiknic
Pharos (talk | contribs)
Join the WikiWednesday Salon NYC by Union Square at 7PM on July 19!
Line 84: Line 84:
corners : [ [45.77,-73.33], [40.96,-59.22] ],
corners : [ [45.77,-73.33], [40.96,-59.22] ],
text : 'Join the [[Wikipedia:Meetup/Boston/Wiknic 2017|Annual New England Wiki-Picnic]] on Sunday July 16!'
text : 'Join the [[Wikipedia:Meetup/Boston/Wiknic 2017|Annual New England Wiki-Picnic]] on Sunday July 16!'
},

JulyNYC:
{ begin : '12 July 2017 0:00 UTC',
end : '20 July 2017 0:00 UTC',
corners : [ [42, -76], [40, -72] ],
text : 'Join the [[Wikipedia:Meetup/NYC|WikiWednesday Salon NYC]] by Union Square at 7PM on July 19!'
}
}



Revision as of 01:13, 13 July 2017

/*  _____________________________________________________________________________
 * |                                                                             |
 * |                    === WARNING: GLOBAL GADGET FILE ===                      |
 * |                  Changes to this page affect many users.                    |
 * | Please discuss changes on the talk page or on [[WT:Gadget]] before editing. |
 * |_____________________________________________________________________________|
 *
 * Defines the list of notices to be shown to registered users based on their location
 *
 * Format is:
 *
 * ID: {
 *   begin: 'date',
 *   end: 'date',
 *   corners: [ [ lat, lon ], [ lat, lon ] ],
 *   text: 'message'
 * }
 *
 * There also is an option to use country instead of corners. For example:
 * ID: {
 *   begin: 'date',
 *   end: 'date',
 *   country: 'US',
 *   text: 'message'
 * }
 *
 * See http://dev.maxmind.com/geoip/legacy/codes/iso3166 for full list of country codes
 *
 * - There must be commas between the notices, but not after the last one.
 * - BE SURE TO ESCAPE YOUR APOSTROPHES (put a backslash in front of it, like this: \')! 
 * - Use [[meta:w:en:link|link]] format for internal links, so that they work properly (Note that the gadget does not support HTML URL encoding for special characters such as "%27" for an apostrophe (') )
 * on the other projects where the geonotice is displayed.
 * - Note that if a user is eligible for multiple notices on their watchlist, these will be displayed in reverse order to the listing here.
 * When selecting an ID, try to ensure that it has not been used in the previous 100 days
 */

window.GeoNotice = {};
window.GeoNotice.notices = {

UK20170705: /* 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 */
{
  begin: '4 July 2017 17:00 UTC', /* yesterday's date - amend only if the ID was altered */
  end: '16 July 2017 17:00 UTC', /* set this to date of last meetup shown */
  country: 'GB',
  text: 'Interested in having a chat with fellow Wikipedians? There is a forthcoming meetup in: [[m:Meetup/Oxford/52|Oxford, 16 July]]!' /* try to limit this 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 */
},

LAWiknic2017: 
{ 
        begin : '6 June 2017 00:00 UTC', 
        end: '16 July 2017 00:00 UTC', 
        corners: [ [33, -117.25], [35, -119.25] ], 
        text: "You are invited to the [[Wikipedia:Meetup/LA/6thWiknic|6th Los Angeles Wiknic]] on Saturday, July 15, 2017, from 9:30 AM to 4:00 PM at Pan-Pacific Park in Los Angeles. Come meet and hang out with your fellow LA-area Wikipedians!"
},

SeattleWiknic2017: 
{ 
        begin : '2 July 2017 00:00 UTC', 
        end: '16 July 2017 20:00 UTC', 
        corners: [ [-123,46], [-121,49]  ], 
        text: "Everyone is cordially invited to attend a Wikinic potluck at Gasworks Park on Sunday, July 16. For more information please visit [[Wikipedia:Meetup/Seattle/Wiknic/2017]]"
},

SFBlackWomanGod2017: 
{ 
        begin : '09 July 2017 00:00 UTC', 
        end: '22 July 2017 20:00 UTC', 
        corners: [ [38.74, -123.55], [36.82, -121.40] ], 
        text: "You're invited to [[Wikipedia:Meetup/San Francisco/The Black Woman is God Edit-a-Thon|\'\'The Black Woman is God\'\' Edit-a-Thon]] at SOMArts in San Francisco on Saturday July 22, 1-4 pm!"
},

MissionBayWiknic2017: 
{ 
        begin : '16 July 2017 00:00 UTC', 
        end: '30 July 2017 00:00 UTC', 
        corners: [ [-120.78, 31.29], [-109.09, 36.98] ], 
        text: "Everyone is cordially invited to attend a Wikinic potluck on Vacation Isle, San Diego. Followed by a bonfire hosted by regional bronies. For more information please visit [[Wikipedia:Meetup/San Diego/July 2017 Wiknic]]"
},

BostonWiknic: 
{
   begin: '12 July 2016 0:00 UTC',
   end: '17 July 2016 0:00 UTC',
   corners : [ [45.77,-73.33], [40.96,-59.22] ],
   text : 'Join the [[Wikipedia:Meetup/Boston/Wiknic 2017|Annual New England Wiki-Picnic]] on Sunday July 16!'
},

JulyNYC:
{  begin : '12 July 2017 0:00 UTC',
   end : '20 July 2017 0:00 UTC',
   corners : [ [42, -76], [40, -72] ],
   text : 'Join the [[Wikipedia:Meetup/NYC|WikiWednesday Salon NYC]] by Union Square at 7PM on July 19!'
}

/*******************************************
 *             End of list.
 *           Edit only above!
 *
 *******************************************/
};

Leave a Reply