Changes

Pywikibot 6.4.0
{{module rating|alpha}}

This module allows infoboxes using {{tl|Infobox date field metadata}} to automatically produce machine-readable metadata in form of [[Help:Microformats|microformats]] (see also [[WP:UF|WP Microformats]]) from infobox fields using recognized dates, times, and date ranges. Unrecognized, ambiguous and incomplete values are skipped and some will produce an error tracking category.

== Usage ==

This module is not intended to be used directly other than from its parent template {{tl|Infobox date field metadata}}. See that template for description.

== Parameters ==

* First paramater is always the input string – this should be the infobox's date field value
* {{para|dtstart|yes}} specifies that [[hCalendar]] ([[WP:UF#hCalendar]]) <code>dtstart</code> (event start date) class is to be output if possible
* {{para|dtend|yes}} specifies that hCalendar <code>dtend</code> (event end date) class is to be output if possible
* {{para|trackingCat|yes}} specifies that [[:Category:Articles with automatically detected infobox date metadata]] should be added to every article where metadata was successfully emitted
* {{para|noErrorCats|yes}} specifies that parsing error categories (currently [[:Category:Articles with incomplete date ranges for automatic metadata]]) should not be added by default

== Examples ==
:''See [[Module talk:{{BASEPAGENAME}}/testcases]]''