Difference between revisions of "Template:Hcard-bday/doc"

From blackwiki
Jump to navigation Jump to search
imported>WOSlinker
(remove cat)
imported>Vanisaac
m (→‎Dead: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
 
Line 59: Line 59:
 
lorem {{hcard-bday|Jimi Hendrix|birth date|1942|11|27}} ipsum
 
lorem {{hcard-bday|Jimi Hendrix|birth date|1942|11|27}} ipsum
  
<includeonly>
+
<includeonly>{{Sandbox other||
 
[[Category:Templates generating hCards|{{PAGENAME}}]]
 
[[Category:Templates generating hCards|{{PAGENAME}}]]
 
[[Category:Inline templates|{{PAGENAME}}]]
 
[[Category:Inline templates|{{PAGENAME}}]]
 
<!--Interwikis go here.-->
 
<!--Interwikis go here.-->
</includeonly>
+
}}</includeonly>

Latest revision as of 16:42, 25 April 2020

Purpose

This template creates an inline hCard microformat for a person, with their date of birth (and optionally age, if living), using either {{birth date}} or {{birth date and age}}.

For inline hCards for a building, organisation or place, see {{Hcard-geo}}).

Use

The template has five parameters:

  1. name = the person's name (becomes hCard's "fn" class).
  2. template type = "birth date" or "birth date and age" (emits data formatted in hCard's bday class; do not use the latter for dead people)
  3. birth year = four digits
  4. birth month = two digits
  5. birth day = two digits

Copyable code

Overwrite place-holder text; remove " and age" if subject is dead:

{{hcard-bday|PersonName|birth date and age|YYYY|MM|DD}}

Examples

Living

lorem {{hcard-bday
|Tim Berners-Lee
|birth date and age
|1955
|06
|08
}} ipsum

which may be written in one line, as:

lorem {{hcard-bday|Tim Berners-Lee|birth date and age|1955|06|08}} ipsum

gives:

lorem Tim Berners-Lee, b. (1955-06-08) June 8, 1955 (age 70) ipsum

Dead

For a dead person (or where age is simply not desired)

lorem {{hcard-bday
|Jimi Hendrix
|birth date
|1942
|11
|27
}} ipsum

gives:

lorem Jimi Hendrix, b. (1942-11-27)November 27, 1942 ipsum