Difference between revisions of "events-template"
events-template
Jump to navigation
Jump to search
m (Reverted edits by I MADE THOUSANDS OF ACCOUNTS IN MICROFORMATS WIKI GO TO CHECK OUT THE USER LIST ([[User talk:I MADE THOUSANDS OF ACCOUNTS IN MICROF) |
|||
Line 1: | Line 1: | ||
− | + | <entry-title>Template for events</entry-title> | |
− | + | You can cut & paste the following for [[events]] pages. Delete any unwanted sections, and remove comment mark-up from those you wish to use at latter stage.: | |
− | + | <pre><nowiki> | |
− | + | <entry-title>Microformats Event</entry-title> | |
+ | __TOC__ | ||
+ | One of several microformats [[events]]. | ||
+ | |||
+ | <div class="event-page h-event vevent"> | ||
+ | == details == | ||
+ | ;When | ||
+ | :<time class="dt-start dtstart">2013-mm-dd</time>–<time class="dt-end dtend">2013-mm-dd</time> | ||
+ | ;Where | ||
+ | :<span class="p-location location h-card vcard"><span class="p-name fn p-org org">xxxVenueNamexxx</span>, <span class="adr"><span class="p-street-address street-address">xxxStreetAddressxxx</span>, <span class="p-locality locality">xxxCityxxx</span>, <span class="p-region region">xxxStatexxx</span>, <span class="p-country-name country-name">xxxCountryxxx</span></span></span> | ||
+ | ;What | ||
+ | :<span class="p-name summary">xxEventSummaryxx</span> | ||
+ | ;Presenter | ||
+ | :[xxxUrlxxx xxxNamexxx] | ||
+ | ;Web | ||
+ | :<span class="u-url url">http://eventsiteURL.example.com</span> | ||
− | + | '''[http://h2vx.com/ics/microformats.org/wiki/events/xxxPageURLxxx Add this event to your diary or calendar program]''' http://www.boogdesign.com/images/buttons/microformat_hcalendar.png | |
− | + | == description == | |
+ | <div class="p-description description"> | ||
+ | This is a super-awesome microformats event about the amazing things you can do with microformats! | ||
+ | </div> | ||
− | + | == tags == | |
+ | Use the following tags on related content (blog posts, photos, [http://twitter.com tweets]): | ||
+ | <!-- | ||
+ | Event author: | ||
+ | * replace "EVENTSPECIFICTAG" in the below text with a tag unique to the event, i.e. short name of event + (optional location) + (full-year or sequence number), e.g. BarCampBlock2007, FooCampLondon2007, SHDH22, SXSW2008, microformats-dinner-2013-MM-DD - update MM and DD to the Gregorian month and day of the month accordingly). | ||
+ | * replace "san-francisco" with the city where the event is taking place | ||
+ | * update the Upcoming.org event machine tag, too. | ||
+ | --> | ||
− | + | <kbd class="tags" style="display:block"> | |
+ | <span class="p-category category">'''EVENTSPECIFICTAG'''</span> | ||
+ | <span class="p-category category">microformats</span> | ||
+ | <span class="p-category category">san-francisco</span> | ||
+ | <span class="p-category category">''upcoming:event=00000000''</span> <!-- Add/update this tag when you create the respective upcoming.org event --> | ||
+ | </kbd> | ||
+ | |||
+ | If you use Twitter, mention '''@microformats''' in tweets about the event, and track them on [http://search.twitter.com/search?q=microformats Twitter Search]. | ||
+ | |||
+ | == attendees == | ||
+ | Add yourself alphabetically sorted by family name if you plan on attending or attended. | ||
− | + | * <span class="p-attendee attendee h-card">[[User:YourUserName|Your full name]]</span> | |
+ | * ... | ||
− | + | == photographs == | |
+ | <!-- | ||
− | + | See [http://www.flickr.com/photos/tags/EVENTSPECIFICTAG/ EVENTSPECIFICTAG tag on Flickr]. | |
− | + | [http://www.flickr.com/photos/tantek/1565582389/ http://farm3.static.flickr.com/2282/1565582389_8385db9a08_m.jpg][http://www.flickr.com/photos/tantek/1566469202/ http://farm3.static.flickr.com/2020/1566469202_1ac8e757a8_m.jpg][http://www.flickr.com/photos/tantek/1566468100/ http://farm3.static.flickr.com/2414/1566468100_13f0338089_m.jpg] | |
− | + | Click on yourself and add a note with your name linking to your URL! | |
− | + | *[xxxUrlxxx] | |
+ | --> | ||
+ | * ... | ||
− | + | == notes == | |
+ | Topics discussed, comments, and Q&A. | ||
− | + | * … | |
− | + | == articles and blog posts == | |
+ | Articles and blog posts following up on the meetup. Add a link to your post in the list below. Newest first. | ||
− | + | * ... | |
− | |||
− | + | </div> <!-- End of h-event --> | |
− | + | == related pages== | |
+ | {{events-related-pages}} | ||
− | + | </nowiki></pre> | |
− | + | ==Related pages== | |
− | + | {{events-related-pages}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 11:27, 22 September 2013
<entry-title>Template for events</entry-title>
You can cut & paste the following for Microformats events pages. Delete any unwanted sections, and remove comment mark-up from those you wish to use at latter stage.:
<entry-title>Microformats Event</entry-title> __TOC__ One of several microformats [[events]]. <div class="event-page h-event vevent"> == details == ;When :<time class="dt-start dtstart">2013-mm-dd</time>–<time class="dt-end dtend">2013-mm-dd</time> ;Where :<span class="p-location location h-card vcard"><span class="p-name fn p-org org">xxxVenueNamexxx</span>, <span class="adr"><span class="p-street-address street-address">xxxStreetAddressxxx</span>, <span class="p-locality locality">xxxCityxxx</span>, <span class="p-region region">xxxStatexxx</span>, <span class="p-country-name country-name">xxxCountryxxx</span></span></span> ;What :<span class="p-name summary">xxEventSummaryxx</span> ;Presenter :[xxxUrlxxx xxxNamexxx] ;Web :<span class="u-url url">http://eventsiteURL.example.com</span> '''[http://h2vx.com/ics/microformats.org/wiki/events/xxxPageURLxxx Add this event to your diary or calendar program]''' http://www.boogdesign.com/images/buttons/microformat_hcalendar.png == description == <div class="p-description description"> This is a super-awesome microformats event about the amazing things you can do with microformats! </div> == tags == Use the following tags on related content (blog posts, photos, [http://twitter.com tweets]): <!-- Event author: * replace "EVENTSPECIFICTAG" in the below text with a tag unique to the event, i.e. short name of event + (optional location) + (full-year or sequence number), e.g. BarCampBlock2007, FooCampLondon2007, SHDH22, SXSW2008, microformats-dinner-2013-MM-DD - update MM and DD to the Gregorian month and day of the month accordingly). * replace "san-francisco" with the city where the event is taking place * update the Upcoming.org event machine tag, too. --> <kbd class="tags" style="display:block"> <span class="p-category category">'''EVENTSPECIFICTAG'''</span> <span class="p-category category">microformats</span> <span class="p-category category">san-francisco</span> <span class="p-category category">''upcoming:event=00000000''</span> <!-- Add/update this tag when you create the respective upcoming.org event --> </kbd> If you use Twitter, mention '''@microformats''' in tweets about the event, and track them on [http://search.twitter.com/search?q=microformats Twitter Search]. == attendees == Add yourself alphabetically sorted by family name if you plan on attending or attended. * <span class="p-attendee attendee h-card">[[User:YourUserName|Your full name]]</span> * ... == photographs == <!-- See [http://www.flickr.com/photos/tags/EVENTSPECIFICTAG/ EVENTSPECIFICTAG tag on Flickr]. [http://www.flickr.com/photos/tantek/1565582389/ http://farm3.static.flickr.com/2282/1565582389_8385db9a08_m.jpg][http://www.flickr.com/photos/tantek/1566469202/ http://farm3.static.flickr.com/2020/1566469202_1ac8e757a8_m.jpg][http://www.flickr.com/photos/tantek/1566468100/ http://farm3.static.flickr.com/2414/1566468100_13f0338089_m.jpg] Click on yourself and add a note with your name linking to your URL! *[xxxUrlxxx] --> * ... == notes == Topics discussed, comments, and Q&A. * … == articles and blog posts == Articles and blog posts following up on the meetup. Add a link to your post in the list below. Newest first. * ... </div> <!-- End of h-event --> == related pages== {{events-related-pages}}