Past events 2019
History of OpenStreetMap
<<< Past Events | Past Events 2018 >>>
How to update this table
The above past events box appears in many pages (most notably the Past Events page). Two templates are used for this. Template:PastEvents2 contains the framing, background colors, etc. and Template:PastEvents (this one) contains the dates and events.
Please move past events from Template:Calendar to the end of the table above. This is usually a one-to-one copy, i.e. no modifications of the events are needed.
Support for microformats
This template now generates (invisible) microformats2 tags intended to be machine-readable and that should be parseable with external tools to generate custom calendar formats (for example with pin13.net/mf2 to generate JSON data).
These microformats are recognized in table rows tagged with class="h-event", not recognized elsewhere. Note that there's still no support for microformat profiles because MediaWiki does not permit inserting HTML <link> elements or rel="..." attributes (it only allows custom data-*="..." attributes), the profile is assumed to be as described in "http://microformats.org/wiki/h-event".
- The event type (first column showing an icon, set by the {{Cal}} template) will internally generate a "p-category" property for the event.
- Dates specified in the second column by {{Dm|...}} will internally generate "dt-start" and "dt-end" properties. The year must be specified separately due to legacy usage of the {{Dm}} template because the MediaWiki's #time:parser (used internally to parse the specified dates) assumes that the implied year is the current year. Without this year, no microformats will be emitted for these dates.
- The third column should include its description content within a <span class="p-name">...</span>, excluding the optional small icons for country flags, region/city coast of arms and logos placed after this description.