languages-spoken-examples: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
mNo edit summary
m (→‎Sothebys International Realty: grammar correction)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This page arised from the need of transposing in microformats the spoken languages of people around the world, and not only them. Organizations also have official languages accepted within their businesses.
This page arised from the need of marking up with microformats the spoken languages of people around the world towards likely a property for expressing [[languages-spoken]]. Organizations also have official languages accepted within their businesses.




== Facebook ==
== Facebook ==
From a private / logged-in URL presumably:


<code><nowiki><span class="fbProfileBylineFragment"><img class="mrs fbProfileBylineIcon img" src="https://s-static.ak.facebook.com/rsrc.php/v1/yu/r/SA7oMHm2R-u.png" alt="" height="13" width="10">Knows English, French</span></code></nowiki>
<source lang="html4strict">
<span class="fbProfileBylineFragment">
<img class="mrs fbProfileBylineIcon img" src="https://s-static.ak.facebook.com/rsrc.php/v1/yu/r/SA7oMHm2R-u.png" alt="" height="13" width="10">
Knows English, French
</span>
</source>
 
== OkCupid ==
E.g. http://www.okcupid.com/profile/jess_z
 
text: "Speaks English (Fluently)"
 
markup fragment:
<source lang="html4strict">
<dt>Speaks</dt>  
<dd id="ajax_languages"> English (Fluently) </dd>
</source>
 
 
== Sotheby's International Realty ==
E.g. http://www.sothebysrealty.com/eng/office/180-b-526-4000476/kurfiss-sotheby-s-international-realty
 
text: "Languages"
 
markup fragment:
<source lang="html4strict">
<dl class="group">
<dt>Languages: </dt>
<dd>English, </dd>
<dd> French, </dd>
<dd> German, </dd>
<dd> Italian, </dd>
<dd> Spanish, </dd>
<dd> Ukrainian</dd>
</dl>
</source>
 
== ... more examples ... ==
 
== see also ==
* [[languages-spoken]]
* [[languages-spoken-brainstorming]]

Latest revision as of 16:40, 30 June 2011

This page arised from the need of marking up with microformats the spoken languages of people around the world towards likely a property for expressing languages-spoken. Organizations also have official languages accepted within their businesses.


Facebook

From a private / logged-in URL presumably:

<span class="fbProfileBylineFragment">
 <img class="mrs fbProfileBylineIcon img" src="https://s-static.ak.facebook.com/rsrc.php/v1/yu/r/SA7oMHm2R-u.png" alt="" height="13" width="10">
 Knows English, French
</span>

OkCupid

E.g. http://www.okcupid.com/profile/jess_z

text: "Speaks English (Fluently)"

markup fragment:

<dt>Speaks</dt> 
<dd id="ajax_languages"> English (Fluently) </dd>


Sotheby's International Realty

E.g. http://www.sothebysrealty.com/eng/office/180-b-526-4000476/kurfiss-sotheby-s-international-realty

text: "Languages"

markup fragment:

<dl class="group">
 <dt>Languages: </dt>
 <dd>English, </dd>
 <dd> French, </dd>
 <dd> German, </dd>
 <dd> Italian, </dd>
 <dd> Spanish, </dd>
 <dd> Ukrainian</dd>
</dl>

... more examples ...

see also