hcard-cheatsheet: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
**class="''agent''"
**class="''agent''"
**class="[[hcard-singular-properties#bday|bday]]" (ISO date)
**class="[[hcard-singular-properties#bday|bday]]" (ISO date)
**class="[[hcard-singular-properties#class|class]]" – confidentiality/access classification of the hCard
**class="[[hcard-singular-properties#class|class]]" – confidentiality/access classification of the ''entire'' hCard
**class="''category''"
**class="''category''"
**class="''email''"
**class="''email''"
Line 36: Line 36:
***class="''organization-unit''"
***class="''organization-unit''"
**class="''photo''"
**class="''photo''"
**class="[[hcard-singular-properties#rev|rev]]"
**class="[[hcard-singular-properties#rev|rev]]" – datetime of the revision of the ''entire'' hCard
**class="''role''"
**class="''role''"
**class="[[hcard-singular-properties#sort-string|sort-string]]"
**class="[[hcard-singular-properties#sort-string|sort-string]]"
Line 45: Line 45:
***class="value"
***class="value"
**class="[[hcard-singular-properties#tz|tz]]" – timezone of the person
**class="[[hcard-singular-properties#tz|tz]]" – timezone of the person
**class="[[hcard-singular-properties#uid|uid]]" – datetime of the revision of the hCard
**class="[[hcard-singular-properties#uid|uid]]" – applies to the ''entire'' hCard
**class="''url''"
**class="''url''"



Revision as of 22:11, 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.