[uf-discuss] Restaurant Menu Card as Microformat?

microformats at keepthebyte.com microformats at keepthebyte.com
Sun May 28 10:33:22 PDT 2006


(I'm new here - more about me on:
http://microformats.org/wiki/User:CedricHuesler)

Anybody already working on a microformat for restaurant menu cards?

The "problem" description can be found here:

http://www.keepthebyte.ch/2006/05/microformats-hmenucard-daily-fresh.html

and some mock-up screenshots that shows an example:

http://www.flickr.com/photos/keepthebyte/tags/hmenucard/

and in code that might look something like this (don't mind if you can't
read the dishes itself - it's German ;):

<div class="hmenucard">
	<h2>Menu of the day for <abbr class="dtvalid" title="20060626">May 26th 2006</abbr></h2>
	<div class="hdish">
		<h3><span class="name">Menu 1</span>:</h3>
		<ul>
			<li class="starter">Gr&#xFC;nerbsensuppe oder Fruchtsaft</li>
			<li class="starter">Salat</li>
			<li class="main">Fleischk&#xE4;se gebacken mit Spiegelei dazu Pommes Frites</li>
		</ul>
		<p class="price">Fr. 16.--</p>
	</div>
	<div class="hdish">
		<h3><span class="name">Menu 2</span>:</h3>
		<ul>
			<li class="starter">Gr&#xFC;nerbsensuppe oder Fruchtsaft</li>
			<li class="starter">Salat</li>
			<li class="main">Kalbs-Piccata dazu Tomaten-Spaghetti</li>
			<li class="dessert">Dessert</li>
		</ul>
		<p class="price">Fr. 21.--</p>
	</div>
</div>

Does that make sense at all?

If nobody has worked on that yet (haven't found anything in the wiki) -
I will start collecting examples and make a draft spec.

Cédric


More information about the microformats-discuss mailing list