Difference between revisions of "Template:Trim date/doc"
Jump to navigation
Jump to search
en>Johnuniq (simulate error message to remove page from Category:Pages with parser function time errors) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 02:47, 2 January 2019
This is a documentation subpage for Template:Trim date. It contains usage information, categories and other content that is not part of the original template page. |
Usage
{{Trim date|1=date}}
Trims all hidden text and microformats from dates output by {{Start date}}, {{Start-date}}, {{End date}}, and {{End-date}}. This template is of interest to template writers only.
For example, {{#time:Y|{{End date|2007|3|30}}}}
produces:
Error: Invalid time.
However, {{#time:Y|{{Trim date|{{End date|2007|3|30}}}}}}
produces:
2007
See also
- {{Start date}}
- {{Start-date}}
- {{End date}}
- {{End-date}}