Classes used in microformats

Because these classes may be used in multiple templates, it is recommended that they not be styled.

Adr[edit]

Adr is used in Templates generating hCards

Geo[edit]

Geo is used in Templates generating Geo (see also ((UF-hcard-geo)))

Usage

To always display coordinates as DMS values, add this to your common.css:

.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: none }
.geo-dms { display: inline }

To always display coordinates as decimal values, add this to your common.css:

.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: inline }
.geo-dms { display: none }

To display coordinates in both formats, add this to your common.css:

.geo-default { display: inline }
.geo-nondefault { display: inline }
.geo-dec { display: inline }
.geo-dms { display: inline }
.geo-multi-punct { display: inline }

If CSS is disabled, or you have an old copy of MediaWiki:Common.css cached, you will see both formats. (You can either clear your cache or manually refresh this URL: [1].)

To disable display of the blue globe adjacent to coordinates, add this to your common.js:

var wma_settings = {enabled:false}

Note that this will disable WikiMiniAtlas.

See also: Wikipedia:Manual of Style/Dates and numbers § Geographical coordinates.

hCard[edit]

hCard is used in Templates generating hCards (see also ((UF-hcard-geo)), ((UF-hcard-org)), ((UF-hcard-person)), ((UF-hcard-place)))

Introduced in vCard 4.0

hCalendar[edit]

hCalendar is used in Templates generating hCalendars (see ((UF-hcal)))

hAtom[edit]

hAtom is not yet implemented on Wikipedia. As it may be, it is recommended that these classes be reserved.

hAudio[edit]

For audio recordings.

hMedia[edit]

For (video) media.

hResume[edit]

hResume is not yet implemented on Wikipedia. As it may be, it is recommended that these classes be reserved.

hReview[edit]

hReview is not yet implemented on Wikipedia. As it may be, it is recommended that these classes be reserved.

hProduct[edit]

See hProduct.

Species[edit]

Also known (provisionally) as hBiota and hTaxon.

Used in ((Taxobox)), this experimental format may still change.

The followings is a full list of potential classes:

hBiota may eventually also include the (currently experimental) classes:

Any of the above which are common English words may also eventually be prefixed with "taxo" in one of two ways, to avoid collision with other uses. For example:

Taxobox

Currently (as of 27 June 2010) ((Taxobox)) uses:

See also[edit]