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

    From Nonbinary Wiki
    (rem redundant param of {{template doc page viewed directly}} (default), shortcut {{Bda}} (just created, enjoy), Category:Templates using ParserFunctions, fr:Modèle:Date de naissance et âge)
    Line 1: Line 1:
    {{mergefrom|Hcard-bday|Template_talk:Birth_date_and_age#Edit_request}}
    {{mergefrom|Hcard-bday|Template_talk:Birth_date_and_age#Edit_request}}
    <includeonly>{{template doc page transcluded|Template:Birth date and age}}</includeonly>
    <includeonly>{{template doc page transcluded|Template:Birth date and age}}</includeonly>
    <noinclude>{{template doc page viewed directly|[[Template:Birth date and age]]}}</noinclude>
    <noinclude>{{template doc page viewed directly}}</noinclude>
    <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
    <!--  
        PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE
        YOU CAN EDIT THE TEMPLATE DOCUMENTATION BELOW THIS COMMENT
    -->
    == Usage ==
    == Usage ==


    These templates ('''{{tl|Birth date}}''' and '''{{tl|Birth date and age}}''') return a person's date of birth and optionally his/her age.
    These templates ('''{{tl|Birth date}}''' and '''{{tl|Birth date and age}}''') return a person's date of birth and optionally his/her age. The later also have the shortcut: '''{{tl|Bda}}'''.


    Using this template rather than simply inserting the date into articles allows for the inclusion of hidden [[metadata]] about the date. This metadata can be used by web browsers and other software tools to extract the details, and display them using some other website or mapping tool, index or search them.
    Using this template rather than simply inserting the date into articles allows for the inclusion of hidden [[metadata]] about the date. This metadata can be used by web browsers and other software tools to extract the details, and display them using some other website or mapping tool, index or search them.
    Line 16: Line 19:


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


    Examples:
    Examples:
    Line 38: Line 42:


    '''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).
    ==See also==
    * [[Template:Death date and age]] – similar, for death date (and age at death)
    <includeonly>
    <!-- PLEASE ADD CATEGORIES BELOW THIS LINE, THANKS. -->
    [[Category:Templates using ParserFunctions]]
    <!-- PLEASE ADD INTERWIKIS BELOW THIS LINE, THANKS. -->
    [[fr:Modèle:Date de naissance et âge]]
    </includeonly>

    Revision as of 08:51, 24 September 2007

    Template:Mergefrom

    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. The later also have the shortcut: {{Bda}}.

    Using this template rather than simply inserting the date into articles allows for the inclusion of hidden metadata about the date. This metadata can be used by web browsers and other software tools to extract the details, and display them using some other website or mapping tool, index or search them.

    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}}
    {{Bda|year of birth|month of birth|day of birth}}

    Examples:

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

    An optional parameter, df, can be set (to "y" or "yes" for example) to display the day before the month. This is primarily used in articles about people from parts of the world where the day precedes the month in a date. Conversely the (unimplemented) parameter mf can be set for month first, currently the default behaviour.

    Examples:

    {{Birth date|1993|2|24|df=yes}} returns "(1993-02-24)24 February 1993"
    {{Birth date and age|1993|2|24|df=yes}} returns " (1993-02-24) 24 February 1993 (age 31)"

    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).

    See also