Fermer

Quelques schémas d’URI

URI : Uniform Resource Identifier ; c’est un identifiant unique pour une ressource ou une fonctionnalité.

Ces schémas peuvent servir, par exemple, pour faire des liens dans le langage de programmation HTML.

mailto

Utilisé pour l’envoi d’un email à un destinataire

Syntaxe :

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
mailto:<address>
mailto:<address>
mailto:<address>

Exemple :

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
mailto:john@example.com?subject=Bonne%20nouvelle&body=Vous%20venez%20de%20gagner%201.000.000.000%20au%20loto%20!
mailto:john@example.com?subject=Bonne%20nouvelle&body=Vous%20venez%20de%20gagner%201.000.000.000%20au%20loto%20!
mailto:john@example.com?subject=Bonne%20nouvelle&body=Vous%20venez%20de%20gagner%201.000.000.000%20au%20loto%20!

news

Utilisé sur Usenet / les newsgroups

Syntaxe :

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
news:<newsgroupname>
news:<newsgroupname>
news:<newsgroupname>

Exemple :

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
news:news.free.fr
news:news.free.fr
news:news.free.fr

tel

Utilisé pour les numéros de téléphone.

Syntaxe :

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
tel:<phonenumber>
tel:<phonenumber>
tel:<phonenumber>

Exemple :

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
tel:+33620154198
tel:+33620154198
tel:+33620154198

sms

Utilisé pour l’envoi de SMS.

Syntaxe :

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
sms:<phone number>?<action>
sms:<phone number>?<action>
sms:<phone number>?<action>

Exemple :

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
sms:+33620154198?body=hello
sms:+33620154198?body=hello
sms:+33620154198?body=hello

webcal

S’abonner à un calendrier au format iCalendar

Syntaxe :

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
webcal://example.com/calendar.ics
webcal://example.com/calendar.ics
webcal://example.com/calendar.ics

Exemple :

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
webcal://cache.media.education.gouv.fr/ics/Calendrier_Scolaire_Zones_A_B_C.ics
webcal://cache.media.education.gouv.fr/ics/Calendrier_Scolaire_Zones_A_B_C.ics
webcal://cache.media.education.gouv.fr/ics/Calendrier_Scolaire_Zones_A_B_C.ics

Laisser une réponse

Votre adresse email ne sera pas publiée. Les champs obligatoires sont indiqués par *