Difference between revisions of "events-template"
events-template
Jump to navigation
Jump to search
m |
m (Replace <entry-title> with {{DISPLAYTITLE:}}) |
||
(17 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{DISPLAYTITLE:Template for events}} | |
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.: | 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.: | ||
Line 5: | Line 5: | ||
<pre><nowiki> | <pre><nowiki> | ||
− | + | {{DISPLAYTITLE:Microformats Event}} | |
− | {{ | + | __TOC__ |
One of several microformats [[events]]. | One of several microformats [[events]]. | ||
− | + | ||
− | = | + | <div class="event-page h-event vevent"> |
− | |||
− | |||
− | |||
− | |||
== details == | == details == | ||
− | |||
;When | ;When | ||
− | :< | + | :<time class="dt-start dtstart">2013-mm-dd</time>–<time class="dt-end dtend">2013-mm-dd</time> |
;Where | ;Where | ||
− | :<span class="location vcard"><span class="fn org"> | + | :<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 | ;What | ||
− | :<span class="summary"> | + | :<span class="p-name summary">xxEventSummaryxx</span> |
;Presenter | ;Presenter | ||
:[xxxUrlxxx xxxNamexxx] | :[xxxUrlxxx xxxNamexxx] | ||
;Web | ;Web | ||
− | :<span class="url">http://example.com</span> | + | :<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> | </div> | ||
− | |||
− | |||
== tags == | == 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. | ||
--> | --> | ||
− | tags: '''EVENTSPECIFICTAG microformats | + | <kbd class="tags" style="display:block"> |
− | + | <span class="p-category category">'''EVENTSPECIFICTAG'''</span> | |
− | If you Twitter | + | <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 == | == attendees == | ||
Add yourself alphabetically sorted by family name if you plan on attending or attended. | 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 == | == photographs == | ||
− | |||
− | |||
− | |||
− | |||
<!-- | <!-- | ||
Line 68: | Line 67: | ||
== notes == | == notes == | ||
− | + | Topics discussed, comments, and Q&A. | |
− | * | + | |
+ | * … | ||
== articles and blog posts == | == articles and blog posts == | ||
− | Articles and blog posts following up on the meetup. Newest first. | + | 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== | == related pages== |
Latest revision as of 16:21, 18 July 2020
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.:
{{DISPLAYTITLE:Microformats Event}} __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}}