Template:Birth date and age/doc: Difference between revisions
(<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly|Template:Birth date and age}}</noinclude>) |
No edit summary |
||
Line 18: | Line 18: | ||
:<nowiki>{{Birth date and age|1993|2|24}}</nowiki> returns {{Birth date and age|1993|2|24}} | :<nowiki>{{Birth date and age|1993|2|24}}</nowiki> returns {{Birth date and age|1993|2|24}} | ||
An optional perimeter, df, can be set to "yes" to display the day before the month. This is primarily used for articles about people from Europe. | |||
Examples: | |||
:<nowiki>{{Birth date|1993|2|24|df=yes}}</nowiki> returns "{{Birth date|1993|2|24|df=yes}}" | |||
:<nowiki>{{Birth date and age|1993|2|24|df=yes}}</nowiki> returns "{{Birth date and age|1993|2|24|df=yes}}" | |||
The templates also return the date, hidden by CSS, in the [[ISO 8601]] format needed by [[HCard|hCard microformat]]s. for example: | The templates also return the date, hidden by CSS, in the [[ISO 8601]] format needed by [[HCard|hCard microformat]]s. for example: |
Revision as of 19:20, 9 July 2007
Template:Template doc page viewed directly
Usage
These templates ({{Birth date}} and {{Birth date and age}}) return a person's date of birth and optionally his/her age.
Syntax:
- {{Birth date|year of birth|month of birth|day of birth}}
or
- {{Birth date and age|year of birth|month of birth|day of birth}}
Examples:
- {{Birth date|1993|2|24}} returns " February 24, 1993"
- {{Birth date and age|1993|2|24}} returns February 24, 1993
An optional perimeter, df, can be set to "yes" to display the day before the month. This is primarily used for articles about people from Europe.
Examples:
- {{Birth date|1993|2|24|df=yes}} returns " 24 February 1993"
- {{Birth date and age|1993|2|24|df=yes}} returns " 24 February 1993 "
The templates also return the date, hidden by CSS, in the ISO 8601 format needed by hCard microformats. for example:
- (<span class="bday">1993-02-24</span>)
See the microformats project for details.
Note: The template will appear broken when the parameters are left blank (as seen above).