Template:Birth date and age/doc: Difference between revisions

    From Nonbinary Wiki
    mNo edit summary
    (added microformat details)
    Line 1: Line 1:
    == Usage ==
    == Usage ==


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


    Syntax: <nowiki>{{Birth date and age|year of birth|month of birth|day of birth}}</nowiki>
    Syntax: <nowiki>{{Birth date and age|year of birth|month of birth|day of birth}}</nowiki>
    Line 8: Line 8:


    <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:
    :<nowiki>(<span class="bday">1993-02-24</span>)
    See [[WP:UF|the microformats project]] for details.


    '''Note:''' The template will appear broken when the parameters are left blank (as seen above).
    '''Note:''' The template will appear broken when the parameters are left blank (as seen above).

    Revision as of 14:19, 19 April 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 format needed by hCard microformats. for example:

    <nowiki>(1993-02-24)

    See the microformats project for details.

    Note: The template will appear broken when the parameters are left blank (as seen above).