Diferencia entre revisiones de «Plantilla:Birth date and age/doc»

De Familia Sanchez Arjona
Saltar a: navegación, buscar
m (Usage)
(ISO 8601)
Línea 9: Línea 9:
 
<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}}
  
The template also returns the date, hidden by CSS, in the format needed by [[HCard|hCard microformat]]s. for example:
+
The template also returns the date, hidden by CSS, in the [[ISO 8601]] format needed by [[HCard|hCard microformat]]s. for example:
  
 
:<nowiki>(<span class="bday">1993-02-24</span>)</nowiki>
 
:<nowiki>(<span class="bday">1993-02-24</span>)</nowiki>

Revisión del 16:20 19 abr 2007

Usage

Returns a person's date of birth and his/her age.

Syntax: {{Birth date and age|year of birth|month of birth|day of birth}}

Example:

{{Birth date and age|1993|2|24}} returns (1993-02-24) February 24, 1993 (age 31)

The template also returns 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).