Open main menu

Changes

no edit summary
<noinclude>
This template is used to set a value of type date given the year, month, and day. Month and day are optional parameters. The template will also store all the parts individually to keep track of which parts of the date are '''incomplete'''.
 
The template will store up to four values:
* <code><nowiki>{{{property|}}}</nowiki></code> - the combined date.
* <code><nowiki>{{{property|}}} Year</nowiki></code> - the year part.
* <code><nowiki>{{{property|}}} Month</nowiki></code> - the month part.
* <code><nowiki>{{{property|}}} Day</nowiki></code> - the day part.
'''NOTE:''' As any "set" template, it doesn't print anything on the page, but merely sets the appropriate values.