<?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=MongeTrelz</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=MongeTrelz"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/MongeTrelz"/>
	<updated>2026-04-06T16:59:47Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hcard-implied-examples&amp;diff=37503</id>
		<title>hcard-implied-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hcard-implied-examples&amp;diff=37503"/>
		<updated>2009-01-08T15:55:16Z</updated>

		<summary type="html">&lt;p&gt;MongeTrelz: http://bukgetert.0lx.net/article-1237.htm&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://bukgetert.0lx.net/article-1237.htm pg rated movie list] [http://flheddin.qsh.eu/oreltza-253.html legend movie wallpaper] [http://caraines.qsh.eu/relace.htm movie bizhat com] [http://sakonze.qsh.eu/mexfevr-1701.html male domination movie] [http://acsitzar.0lx.net/news-showbiz-video-2008-11-18.html showbiz video editing] &lt;br /&gt;
&amp;lt;h1&amp;gt;Implied hCard examples&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example implied [[hcard|hCards]], see [[hcard-implied]] for a description and [[hcard-implied-brainstorming]] for ideas.&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
* [http://ryancannon.com/ Ryan Cannon]&lt;br /&gt;
&lt;br /&gt;
== Instructive Examples ==&lt;br /&gt;
&lt;br /&gt;
=== References to a person within a blog post ===&lt;br /&gt;
&lt;br /&gt;
Blog writers specifically, but other writers on the Web as well frequently link to an individual's homepage by linking that persona's name. One example from [http://www.quirksmode.org/blog/archives/2006/12/24ways_hide_and.html Quirksblog]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Just as last year, &amp;lt;a href=&amp;quot;http://allinthehead.com&amp;quot; class=&amp;quot;external&amp;quot;&amp;gt;Drew McLellan&amp;lt;/a&amp;gt;&lt;br /&gt;
has created his web geek advent calendar 24ways, in which a few web developers of note share&lt;br /&gt;
some tips and tricks to impress your friends. Today my contribution:&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://24ways.org/2006/hide-and-seek-in-the-head&amp;quot; class=&amp;quot;external&amp;quot;&amp;gt;Hide and Seek&lt;br /&gt;
in the Head&amp;lt;/a&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Displaying as:&lt;br /&gt;
&lt;br /&gt;
Just as last year, [http://allinthehead.com Drew McLellan] has created his web geek advent calendar 24ways ...&lt;br /&gt;
&lt;br /&gt;
Changing &amp;quot;Drew McLellan&amp;quot; to an hCard would currently require the at least following additional markup:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Just as last year,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://allinthehead.com&amp;quot; class=&amp;quot;external fn url&amp;quot;&amp;gt;Drew McLellan&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
has created his web geek advent calendar 24ways...&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If not:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Just as last year,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://allinthehead.com&amp;quot; class=&amp;quot;external fn n url&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;Drew&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;sort-string&amp;quot;&amp;gt;M&amp;lt;/span&amp;gt;cLellan&lt;br /&gt;
      &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
has created his web geek advent calendar 24ways...&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
an implied hCard would simplify this construct into a single element with a pre-defined class name.&lt;br /&gt;
&lt;br /&gt;
=== Simple hCards nested in other Microformats ===&lt;br /&gt;
&lt;br /&gt;
==== Citation ====&lt;br /&gt;
&lt;br /&gt;
Brian Suda marked up his citation as&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://suda.co.uk/&amp;quot; rel=&amp;quot;me&amp;quot;&amp;gt;Brian Suda&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Which could be shortened into a single element and two class names, and not require knowledge of Citation and hCard.&lt;br /&gt;
&lt;br /&gt;
==== hReview ====&lt;br /&gt;
&lt;br /&gt;
Many reviewers use a construct similar to [http://www.pacificspirit.com/Restaurants-Vancouver.html David Orchard]:&lt;br /&gt;
&lt;br /&gt;
Reviews ... are by &amp;lt;span class=&amp;quot;reviewer vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;David Orchard&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or  the following invalid construct (from [http://jg.typepad.com/ciel/2006/02/daniel_bouluds_.html Joan], listed on the [[hreview-examples-in-wild|hReview Examples in the wild]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;reviewer fn&amp;quot;&amp;gt;&amp;lt;A HREF=&amp;quot;http://jg.typepad.com/ciel&amp;quot;&amp;gt;Joan Gelfand&amp;lt;/A&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
An implied hCard would simplify the markup and prevent (some) user error.&lt;br /&gt;
&lt;br /&gt;
==== hAtom ====&lt;br /&gt;
&lt;br /&gt;
The Strangelove Wordpress ([http://www.whump.com/sandbox/Strangelove.zip zip]) theme creates the following construct for authors:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;vcard author&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;url fn&amp;quot; href=&amp;quot;http://www.example.com/author&amp;quot;&amp;gt;Nickname&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
While the [http://www.plaintxt.org/themes/sandbox/ Sandbox] theme creates:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;entry-author author vcard&amp;quot;&amp;gt;By&lt;br /&gt;
&amp;lt;a class=&amp;quot;url fn&amp;quot; href=&amp;quot;http://www.example.com/author&amp;quot; title=&amp;quot;View all posts by Nickname&amp;quot;&amp;gt;Nickname&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Implied hCards would simplify hAtom implementations for developers.&lt;/div&gt;</summary>
		<author><name>MongeTrelz</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hcard-implied-examples&amp;diff=35798</id>
		<title>hcard-implied-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hcard-implied-examples&amp;diff=35798"/>
		<updated>2008-12-19T22:57:38Z</updated>

		<summary type="html">&lt;p&gt;MongeTrelz: aceltr&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;cololi&lt;br /&gt;
&amp;lt;h1&amp;gt;Implied hCard examples&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example implied [[hcard|hCards]], see [[hcard-implied]] for a description and [[hcard-implied-brainstorming]] for ideas.&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
* [http://ryancannon.com/ Ryan Cannon]&lt;br /&gt;
&lt;br /&gt;
== Instructive Examples ==&lt;br /&gt;
&lt;br /&gt;
=== References to a person within a blog post ===&lt;br /&gt;
&lt;br /&gt;
Blog writers specifically, but other writers on the Web as well frequently link to an individual's homepage by linking that persona's name. One example from [http://www.quirksmode.org/blog/archives/2006/12/24ways_hide_and.html Quirksblog]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Just as last year, &amp;lt;a href=&amp;quot;http://allinthehead.com&amp;quot; class=&amp;quot;external&amp;quot;&amp;gt;Drew McLellan&amp;lt;/a&amp;gt;&lt;br /&gt;
has created his web geek advent calendar 24ways, in which a few web developers of note share&lt;br /&gt;
some tips and tricks to impress your friends. Today my contribution:&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://24ways.org/2006/hide-and-seek-in-the-head&amp;quot; class=&amp;quot;external&amp;quot;&amp;gt;Hide and Seek&lt;br /&gt;
in the Head&amp;lt;/a&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Displaying as:&lt;br /&gt;
&lt;br /&gt;
Just as last year, [http://allinthehead.com Drew McLellan] has created his web geek advent calendar 24ways ...&lt;br /&gt;
&lt;br /&gt;
Changing &amp;quot;Drew McLellan&amp;quot; to an hCard would currently require the at least following additional markup:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Just as last year,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://allinthehead.com&amp;quot; class=&amp;quot;external fn url&amp;quot;&amp;gt;Drew McLellan&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
has created his web geek advent calendar 24ways...&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If not:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Just as last year,&lt;br /&gt;
  &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://allinthehead.com&amp;quot; class=&amp;quot;external fn n url&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;Drew&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;sort-string&amp;quot;&amp;gt;M&amp;lt;/span&amp;gt;cLellan&lt;br /&gt;
      &amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
has created his web geek advent calendar 24ways...&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
an implied hCard would simplify this construct into a single element with a pre-defined class name.&lt;br /&gt;
&lt;br /&gt;
=== Simple hCards nested in other Microformats ===&lt;br /&gt;
&lt;br /&gt;
==== Citation ====&lt;br /&gt;
&lt;br /&gt;
Brian Suda marked up his citation as&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;author vcard&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://suda.co.uk/&amp;quot; rel=&amp;quot;me&amp;quot;&amp;gt;Brian Suda&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Which could be shortened into a single element and two class names, and not require knowledge of Citation and hCard.&lt;br /&gt;
&lt;br /&gt;
==== hReview ====&lt;br /&gt;
&lt;br /&gt;
Many reviewers use a construct similar to [http://www.pacificspirit.com/Restaurants-Vancouver.html David Orchard]:&lt;br /&gt;
&lt;br /&gt;
Reviews ... are by &amp;lt;span class=&amp;quot;reviewer vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;David Orchard&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or  the following invalid construct (from [http://jg.typepad.com/ciel/2006/02/daniel_bouluds_.html Joan], listed on the [[hreview-examples-in-wild|hReview Examples in the wild]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;reviewer fn&amp;quot;&amp;gt;&amp;lt;A HREF=&amp;quot;http://jg.typepad.com/ciel&amp;quot;&amp;gt;Joan Gelfand&amp;lt;/A&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
An implied hCard would simplify the markup and prevent (some) user error.&lt;br /&gt;
&lt;br /&gt;
==== hAtom ====&lt;br /&gt;
&lt;br /&gt;
The Strangelove Wordpress ([http://www.whump.com/sandbox/Strangelove.zip zip]) theme creates the following construct for authors:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;vcard author&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;url fn&amp;quot; href=&amp;quot;http://www.example.com/author&amp;quot;&amp;gt;Nickname&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
While the [http://www.plaintxt.org/themes/sandbox/ Sandbox] theme creates:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;entry-author author vcard&amp;quot;&amp;gt;By&lt;br /&gt;
&amp;lt;a class=&amp;quot;url fn&amp;quot; href=&amp;quot;http://www.example.com/author&amp;quot; title=&amp;quot;View all posts by Nickname&amp;quot;&amp;gt;Nickname&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Implied hCards would simplify hAtom implementations for developers.&lt;/div&gt;</summary>
		<author><name>MongeTrelz</name></author>
	</entry>
</feed>