hcard-cheatsheet: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
No edit summary
m ({{hcard-related-pages}})
Line 62: Line 62:
* <code>PHOTO</code> in vCard becomes <code><img class="photo" src="..." alt="Photo of ..." /></code> or <code><object class="photo" data="..." type="...">Photo of ...</object></code>
* <code>PHOTO</code> in vCard becomes <code><img class="photo" src="..." alt="Photo of ..." /></code> or <code><object class="photo" data="..." type="...">Photo of ...</object></code>
* <code>UID</code> in vCard simply becomes another semantic applied to a specific URL (or EMAIL) for an hCard.
* <code>UID</code> in vCard simply becomes another semantic applied to a specific URL (or EMAIL) for an hCard.
{{hcard-related-pages}}

Revision as of 22:15, 26 November 2006

  • 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"
      • 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)

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

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.