<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=PasbaSdron</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=PasbaSdron"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/PasbaSdron"/>
	<updated>2026-04-16T12:52:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hcard-cheatsheet&amp;diff=35702</id>
		<title>hcard-cheatsheet</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hcard-cheatsheet&amp;diff=35702"/>
		<updated>2008-12-19T20:37:22Z</updated>

		<summary type="html">&lt;p&gt;PasbaSdron: getvimonboc&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;domcodrone&lt;br /&gt;
paslisitb&lt;br /&gt;
&amp;lt;h1&amp;gt;hCard cheatsheet&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[hcard|hCard]] properties and how to use them.&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;
*{{rfc-2119-intro}}&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;FN&amp;lt;/code&amp;gt; is an abbreviation of &amp;quot;'''formatted name'''&amp;quot;.&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;
* Compare &amp;lt;code&amp;gt;TITLE&amp;lt;/code&amp;gt; of &amp;quot;Wing Commander&amp;quot; with &amp;lt;code&amp;gt;ROLE&amp;lt;/code&amp;gt; of &amp;quot;pilot&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Adr====&lt;br /&gt;
{{adr-note}}&lt;br /&gt;
&lt;br /&gt;
====Geo====&lt;br /&gt;
{{geo-note}}&lt;br /&gt;
&lt;br /&gt;
==Related pages==&lt;br /&gt;
{{hcard-related-pages}}&lt;br /&gt;
*{{cheatsheets}}&lt;/div&gt;</summary>
		<author><name>PasbaSdron</name></author>
	</entry>
</feed>