User:AndyMabbett/scratchpad: Difference between revisions
Jump to navigation
Jump to search
AndyMabbett (talk | contribs) No edit summary |
AndyMabbett (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
:'''Anything on this page is unfinished work in progress. ''' | :'''Anything on this page is unfinished work in progress. ''' | ||
==Live example== | |||
Here is the WikiMedi Foundation's address, as a live<code>adr</code> microformat, which will be detected, on this page, by microformat parsing tools:: | |||
<div class="adr"> | |||
<div class="street-address">'''200 2nd Ave. South #358'''</div> | |||
<div> <span class="locality">'''St. Petersburg'''</span>, <span class="region">'''FL'''</span> <span class="postal-code">'''33701-4313'''</span></div> | |||
<div class="country-name">'''USA'''</div> | |||
</div> | |||
The mark-up (wrapped, and emboldening omitted, for clarity) used is: | |||
<pre><nowiki> | |||
<div class="adr"> | |||
<div class="street-address">200 2nd Ave. South #358</div> | |||
<div> | |||
<span class="locality">St. Petersburg</span>, | |||
<abbr class="region" title "Florida">FL</abbr> <span class="postal-code">33701-4313</span> | |||
</div> | |||
<div class="country-name">USA</div> | |||
</div> | |||
</nowiki></pre> |
Revision as of 08:43, 29 March 2007
Andy Mabbett's test area
- Anything on this page is unfinished work in progress.
Live example
Here is the WikiMedi Foundation's address, as a liveadr
microformat, which will be detected, on this page, by microformat parsing tools::
200 2nd Ave. South #358
St. Petersburg, FL 33701-4313
USA
The mark-up (wrapped, and emboldening omitted, for clarity) used is:
<div class="adr"> <div class="street-address">200 2nd Ave. South #358</div> <div> <span class="locality">St. Petersburg</span>, <abbr class="region" title "Florida">FL</abbr> <span class="postal-code">33701-4313</span> </div> <div class="country-name">USA</div> </div>