<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JdnUri</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JdnUri"/>
	<link rel="alternate" type="text/html" href="http://microformats.org/wiki/Special:Contributions/JdnUri"/>
	<updated>2026-05-14T03:11:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hcard-cheatsheet&amp;diff=17015</id>
		<title>hcard-cheatsheet</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hcard-cheatsheet&amp;diff=17015"/>
		<updated>2007-05-28T11:31:31Z</updated>

		<summary type="html">&lt;p&gt;JdnUri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;hCard cheetsheet&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Profile==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;head profile=&amp;quot;http://www.w3.org/2006/03/hcard&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Properties  (Class Names)==&lt;br /&gt;
&lt;br /&gt;
*'''vcard''' {1}&lt;br /&gt;
**''[[adr]]''*&lt;br /&gt;
***type [work|home|pref|postal|dom|intl]?&lt;br /&gt;
***post-office-box?&lt;br /&gt;
***''street-address''*&lt;br /&gt;
***extended-address?&lt;br /&gt;
***region?&lt;br /&gt;
***locality?&lt;br /&gt;
***postal-code?&lt;br /&gt;
***country-name?&lt;br /&gt;
**''agent''*&lt;br /&gt;
**[[hcard-singular-properties#bday|bday]]? ''([[datetime-design-pattern |ISO date]])''&lt;br /&gt;
**[[hcard-singular-properties#class|class]]? ''confidentiality/access classification of the ''entire'' hCard''&lt;br /&gt;
**''category''*&lt;br /&gt;
**''email''*&lt;br /&gt;
***type?&lt;br /&gt;
***value?&lt;br /&gt;
**'''[[hcard-singular-properties#fn|fn]]''' {1}&lt;br /&gt;
**[[geo]]?&lt;br /&gt;
***latitude?&lt;br /&gt;
***longitude?&lt;br /&gt;
**''key''*&lt;br /&gt;
**''label''*&lt;br /&gt;
**''logo''*&lt;br /&gt;
**''mailer''*&lt;br /&gt;
**[[hcard-singular-properties#n|n]]?&lt;br /&gt;
***''honorific-prefix''*&lt;br /&gt;
***''given-name''*&lt;br /&gt;
***''additional-name''*&lt;br /&gt;
***''family-name''*&lt;br /&gt;
***''honorific-suffix''*&lt;br /&gt;
**''nickname''*&lt;br /&gt;
**''note''*&lt;br /&gt;
**''org''*&lt;br /&gt;
***organization-name?&lt;br /&gt;
***''organization-unit''*&lt;br /&gt;
**''photo''*&lt;br /&gt;
**[[hcard-singular-properties#rev|rev]]? ''datetime of the revision of the ''entire'' hCard''&lt;br /&gt;
**''role''*&lt;br /&gt;
**[[hcard-singular-properties#sort-string|sort-string]]?&lt;br /&gt;
**''sound''*&lt;br /&gt;
**''title''*&lt;br /&gt;
**''tel''* ''(Note [http://en.wikipedia.org/wiki/E.123 E.123] for formatting info.)''&lt;br /&gt;
***type [home|work|pref|fax|cell|pager]?&lt;br /&gt;
***value?&lt;br /&gt;
**[[hcard-singular-properties#tz|tz]]? ''timezone of the person''&lt;br /&gt;
**[[hcard-singular-properties#uid|uid]]?  ''applies to the ''entire'' hCard''&lt;br /&gt;
**''url''*&lt;br /&gt;
&lt;br /&gt;
{{cheatsheet-key}}&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
| pref || preferred&lt;br /&gt;
|- &lt;br /&gt;
| dom || domestic&lt;br /&gt;
|- &lt;br /&gt;
| intl || international&lt;br /&gt;
|- &lt;br /&gt;
| cell || mobile&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
*FAQ: [[hcard-faq#Should_I_use_ADDRESS_for_hCards|&amp;quot;why 'adr'?&amp;quot;]]&lt;br /&gt;
* &amp;lt;code&amp;gt;URL&amp;lt;/code&amp;gt; in vCard becomes  &amp;lt;code&amp;gt;&amp;lt;a class=&amp;quot;url&amp;quot; href=...&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/code&amp;gt; inside the element with class &amp;lt;code&amp;gt;vcard&amp;lt;/code&amp;gt; in hCard.&lt;br /&gt;
* Similarly, &amp;lt;code&amp;gt;EMAIL&amp;lt;/code&amp;gt; in vCard becomes &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;email&amp;quot; href=&amp;quot;mailto:...&amp;quot;&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;PHOTO&amp;lt;/code&amp;gt; in vCard becomes &amp;lt;code&amp;gt;&amp;lt;img class=&amp;quot;photo&amp;quot; src=... alt=&amp;quot;Photo of ...&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;lt;object class=&amp;quot;photo&amp;quot; data=... type=...&amp;gt;Photo of ...&amp;lt;/object&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;UID&amp;lt;/code&amp;gt; in vCard simply becomes another semantic applied to a specific URL (or EMAIL) for an hCard.&lt;br /&gt;
* If an adr-child (e.g ''street-address'') is present it will ONLY be considered part of the hCard data IF it is inside an ''adr''.&lt;br /&gt;
&lt;br /&gt;
====Geo====&lt;br /&gt;
* If latitude is present, so MUST be longitude, and vice versa.&lt;br /&gt;
* Coordinates MAY be combined a single&lt;/div&gt;</summary>
		<author><name>JdnUri</name></author>
	</entry>
</feed>