This is a documentation subpage for Module:Infobox date field metadata. It may contain usage information, categories and other content that is not part of the original module page. |
This module allows infoboxes using {{Infobox date field metadata}} to automatically produce machine-readable metadata in form of microformats (see also 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
editThis module is not intended to be used directly other than from its parent template {{Infobox date field metadata}}. See that template for description.
Parameters
edit- First paramater is always the input string – this should be the infobox's date field value
|dtstart=yes
specifies that hCalendar (WP:UF#hCalendar)dtstart
(event start date) class is to be output if possible|dtend=yes
specifies that hCalendardtend
(event end date) class is to be output if possible|trackingCat=yes
specifies that Category:Articles with automatically detected infobox date metadata should be added to every article where metadata was successfully emitted|noErrorCats=yes
specifies that parsing error categories (currently Category:Articles with incomplete date ranges for automatic metadata) should not be added by default