プロレス・ウィキア
Advertisement
テンプレートのドキュメンテーション
注意: 上記のテンプレートは部分的または完全に不可視になることがあります。
このドキュメンテーションを編集するにはTemplate:Birth_date_and_age/docにアクセスしてください。(これはどう機能する?)

使用法[]

These templates ({{Birth date}} and {{Birth date and age}}) return a person's date of birth and optionally his/her age. The latter 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|4}} returns "テンプレート:Birth date"
{{Birth date|1993|2|04}} returns "テンプレート:Birth date"
{{Birth date|1993|2|24}} returns "テンプレート:Birth date"
{{Birth date and age|1993|2|4}} returns 1993年2月4日 (1993-02-04) (31歳)
{{Birth date and age|1993|2|04}} returns 1993年2月4日 (1993-02-04) (31歳)
{{Birth date and age|1993|2|24}} returns 1993年2月24日 (1993-02-24) (31歳)

Month First (mf) and Day First (df) Options[]

The default output of this template is to display the month before the day. The majority of readers will see the date displayed this way because they aren't logged in and therefore don't have accounts with a date preference set. This default may not be appropriate articles about people from parts of the world where the day precedes the month in a date. In such articles the optional parameter, "df", can be set (to "y" or "yes" for example) to display the day before the month. Conversely the parameter "mf" can be set for month first, currently the default behaviour.
Advertisement