hcard-cheatsheet: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(E.123)
m (sub-headings)
Line 1: Line 1:
<h1>hCard cheetsheet</h1>
==Properties==
*class="'''vcard'''"
*class="'''vcard'''"
**class="''[[adr]]''"
**class="''[[adr]]''"
Line 48: Line 52:
**class="''url''"
**class="''url''"


:Key
==Key==
::'''Single occurrence required'''
:'''Single occurrence required'''
::'''''One or more, required'''''
:'''''One or more, required'''''
::single occurrence optional
:single occurrence optional
::''zero or more occurrence''
:''zero or more occurrence''
::[common list of values]
:[common list of values]
::(data format)
:(data format)
 
----


==Notes==
* <code>URL</code> in vCard becomes  <code><a class="url" href="...">...</a></code> inside the element with <code>class="vcard"</code> in hCard.
* <code>URL</code> in vCard becomes  <code><a class="url" href="...">...</a></code> inside the element with <code>class="vcard"</code> in hCard.
* Similarly, <code>EMAIL</code> in vCard becomes <code><nowiki><a class="email" href="mailto:...">...</a></nowiki></code>
* Similarly, <code>EMAIL</code> in vCard becomes <code><nowiki><a class="email" href="mailto:...">...</a></nowiki></code>

Revision as of 22:47, 26 November 2006

hCard cheetsheet

Properties

  • class="vcard"
    • class="adr"
      • class="type" [work|home|pref|postal|dom|intl]
      • class="post-office-box"
      • class="street-address"
      • class="extended-address"
      • class="region"
      • class="locality"
      • class="postal-code"
      • class="country-name"
    • class="agent"
    • class="bday" (ISO date)
    • class="class" – confidentiality/access classification of the entire hCard
    • class="category"
    • class="email"
      • class="type"
      • class="value"
    • class="fn"
    • class="geo"
      • class="latitude"
    • class="longitude"
    • class="key"
    • class="label"
    • class="logo"
    • class="mailer"
    • class="n"
      • class="honorific-prefix"
      • class="given-name"
      • class="additional-name"
      • class="family-name"
      • class="honorific-suffix"
    • class="nickname"
    • class="note"
    • class="org"
      • class="organization-name"
      • class="organization-unit"
    • class="photo"
    • class="rev" – datetime of the revision of the entire hCard
    • class="role"
    • class="sort-string"
    • class="sound"
    • class="title"
    • class="tel" (Note E.123 for formatting info.)
      • class="type" [home|work|pref|fax|cell|pager]
      • class="value"
    • class="tz" – timezone of the person
    • class="uid" – applies to the entire hCard
    • class="url"

Key

Single occurrence required
One or more, required
single occurrence optional
zero or more occurrence
[common list of values]
(data format)

Notes

  • URL in vCard becomes <a class="url" href="...">...</a> inside the element with class="vcard" in hCard.
  • Similarly, EMAIL in vCard becomes <a class="email" href="mailto:...">...</a>
  • PHOTO in vCard becomes <img class="photo" src="..." alt="Photo of ..." /> or <object class="photo" data="..." type="...">Photo of ...</object>
  • UID in vCard simply becomes another semantic applied to a specific URL (or EMAIL) for an hCard.

Related pages

The hCard specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. These thoughts, issues, and questions are kept in separate pages.