geo-cheatsheet: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
m (uncapitalization)
(normalized nomenclature, key)
Line 1: Line 1:
<h1>geo cheatsheet</h1>
<h1>geo cheatsheet</h1>


==Properties==
==Properties (Class names)==


*class="'''[[geo]]'''" (1)
*"'''[[geo]]'''"
**class="latitude" (2)
**"latitude"?
**class="longitude" (2)
**"longitude"?


===Key===
{{cheatsheets-key}}
:1 - '''Single occurrence required'''
:2 - single occurrence optional


==Notes==
==Notes==

Revision as of 23:18, 4 December 2006

geo cheatsheet

Properties (Class names)

  • "geo"
    • "latitude"?
    • "longitude"?

Template:cheatsheets-key

Notes

  • If latitude is present, so MUST be longitude, and vice versa.
  • If the secondary classes are omitted, the two values MUST be comma separated and latitude MUST be first:<span class=geo">37.386013,-122.082932</span>
  • The same number of decimal places SHOULD be used in each value.

Related pages