MediaWiki:Gadget-geonotice-list.js: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
WikiconCA |
||
Line 84: | Line 84: | ||
end : '1 September 2016 0:00 UTC', |
end : '1 September 2016 0:00 UTC', |
||
country: 'US', |
country: 'US', |
||
text : "Join [https://wikiconference.org/wiki/2016/Main_Page WikiConference North America] in San Diego, California on October 7-10! Scholarship deadline in Aug 23, submission deadline in Aug 31." |
|||
}, |
|||
WikiconCA: |
|||
{ begin : '11 August 2016 0:00 UTC', |
|||
end : '1 September 2016 0:00 UTC', |
|||
country: 'CA', |
|||
text : "Join [https://wikiconference.org/wiki/2016/Main_Page WikiConference North America] in San Diego, California on October 7-10! Scholarship deadline in Aug 23, submission deadline in Aug 31." |
text : "Join [https://wikiconference.org/wiki/2016/Main_Page WikiConference North America] in San Diego, California on October 7-10! Scholarship deadline in Aug 23, submission deadline in Aug 31." |
||
} |
} |
Revision as of 01:29, 12 August 2016
/* _____________________________________________________________________________
* | |
* | === 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
* 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.
*/
window.GeoNotice = {};
window.GeoNotice.notices = {
PhiladelphiaACS2016: {
begin: '10 August 2016',
end: '24 August 2016',
corners: [ [38,-78], [40,-73 ] ],
text: 'Register for the <b>[[Wikipedia:Meetup/Philadelphia/American Chemical Society Notable Chemists and Chemistry|Notable Chemists and Chemistry]]</b> ACS Convention Edit-a-thon, August 24, Philadelphia.'
},
UK20160801: /* 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: '31 July 2016 17:00 UTC', /* yesterday's date - amend only if the ID was altered */
end: '14 August 2016 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/London/109|London, 14 August]]!' /* 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 */
},
ColoradoWikinic: {
begin: '1 August 2016',
end: '7 August 2016',
corners: [ [41.76, -106.65], [36.87, -102.70] ],
text: '[[Wikipedia:Meetup/Colorado/Wiknic/2016|The Great Colorado Wiknic]] is this Sunday, August 7 in Arvada, Colorado! Join other Wikimedians for food, drink and conversation!'
},
Punjab_Editathon_2016: {
begin: '10 July 2016',
end: '8 August 2016',
corners: [ [ 8.0667, 68.11667 ], [ 37.1, 97.41667 ] ],
text: 'Your community needs you. [[Wikipedia:WikiProject India/Events/Punjab Edit-a-thon|Participate in Punjab edit-a-thon]] and get barnstars and other things.'
},
SanDiegodinner:
{ begin : '29 July 2016 0:00 UTC',
end : '5 August 2016 0:00 UTC',
corners : [ [-121.11, 32.18], [-115.52, 35.11] ],
text : "Join the [[Wikipedia:Meetup/San Diego/10|San Diego Wiki-Dinner and Conference Planning Session]] at 7PM on Thursday August 4!"
},
Augustnyc:
{ begin : '29 July 2016 0:00 UTC',
end : '17 August 2016 0:00 UTC',
corners : [ [42,-76], [40,-72] ],
text : "Join the [[Wikipedia:Meetup/NYC|WikiWednesday Salon and Skill-Share NYC]] by Union Square at 7PM on August 17!"
},
WikiconUS:
{ begin : '11 August 2016 0:00 UTC',
end : '1 September 2016 0:00 UTC',
country: 'US',
text : "Join [https://wikiconference.org/wiki/2016/Main_Page WikiConference North America] in San Diego, California on October 7-10! Scholarship deadline in Aug 23, submission deadline in Aug 31."
},
WikiconCA:
{ begin : '11 August 2016 0:00 UTC',
end : '1 September 2016 0:00 UTC',
country: 'CA',
text : "Join [https://wikiconference.org/wiki/2016/Main_Page WikiConference North America] in San Diego, California on October 7-10! Scholarship deadline in Aug 23, submission deadline in Aug 31."
}
/*******************************************
* End of list.
* Edit only above!
*
*******************************************/
};