Created
March 30, 2016 17:08
-
-
Save jbenner-radham/6f0301d0d8f137ea45b689002e603b3c to your computer and use it in GitHub Desktop.
Microformats hCard -> h-card map.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# hCard to h-card Map | |
--- | |
additional-name: p-additional-name | |
adr: [ p-adr, h-adr ] | |
agent: ~ | |
bday: dt-bday | |
category: p-category | |
class: ~ | |
country-name: p-country-name | |
email: u-email | |
extended-address: p-extended-address | |
family-name: p-family-name | |
fn: p-name | |
geo: [ p-geo, h-geo ] | |
given-name: p-given-name | |
honorific-prefix: p-honorific-prefix | |
honorific-suffix: p-honorific-suffix | |
key: u-key | |
label: p-label | |
locality: p-locality | |
logo: u-logo | |
mailer: ~ | |
n: ~ | |
nickname: p-nickname | |
note: p-note | |
org: p-org | |
photo: u-photo | |
post-office-box: p-post-office-box | |
postal-code: p-postal-code | |
region: p-region | |
rev: dt-rev | |
role: p-role | |
sort-string: p-sort-string | |
sound: ~ | |
street-address: p-street-address | |
tel: p-tel | |
title: p-job-title | |
type: ~ | |
tz: p-tz | |
uid: u-uid | |
url: u-url | |
value: ~ | |
vcard: h-card | |
~: [ dt-anniversary, p-gender-identity, p-sex ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment