Template:Hcard
From NANOG Wiki
This template is a watered-down version of hCard, a lightweight implementation of the the vCard standard (RFC2426) in semantic XHTML. If you want to add some or all of this contact info to your person page, just add the following wiki code to the page, entering your data for FILLINTHIS. Make sure to end each parameter with | (pipe) character. This will automatically populate the info on your page and add it to the category.
{{hcard|
hcard_name=FILLTHIS|
hcard_org=FILLTHIS|
hcard_url=FILLTHIS|
hcard_email=FILLTHIS|
hcard_adr=FILLTHIS|
hcard_tel=FILLTHIS|
}}
If there's a reasonable, NANOG-related item missing from this template then please suggest it on the Talk page. If you're having any trouble, you can ask for help of the NANOG Wiki Maintainers.
Example
The following
{{hcard|
hcard_name=Bill Smith|
hcard_org=Bill's Bait and Sushi|
hcard_url=[http://www.bbs.nonesuch/|
hcard_email=bill@bbs.nonesuch|
hcard_adr=3rd Shack on the left<br>Beachside, Atlantis|
hcard_tel=+1.888.555.1212<br>INOC:0*42<br>sip:bill@bbs.nonesuch|
}}
will produce this:
| Bill Smith | |
| Organization: | Bill's Bait and Sushi |
| URL: | [http://www.bbs.nonesuch/ |
| email: | bill@bbs.nonesuch |
| Post: | 3rd Shack on the left Beachside, Atlantis |
| Voice: | +1.888.555.1212 INOC:0*42 sip:bill@bbs.nonesuch |