Astuces de composition
formats d'entrée:- Filtered HTML:
- Internal paths in double quotes, written as "internal:node/99", for example, are replaced with the appropriate absolute URL or relative path. Given a site located at http://example.com/mysite, assuming clean URLs are enabled and "internal:admin/user" becomes "http://example.com/mysite/admin/user" and "internal:node/99" becomes "http://example.com/mysite/node/99". If 'node/99' has a URL alias assigned, such as 'news/latest' the alias will be substituted giving "http://example.com/mysite/news/latest".
Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
Ce site autorise le contenu HTML. Alors qu'appendre tout l'HTML pourrait intimider, apprendre à utiliser un nombre très restreint des "balises" HTML les plus basiques est très facile. Ce tableau fournit des exemples pour chaque balise qui est autorisée sur ce site. Pour plus d'information voir les spécifications HTML du W3C ou utilisez votre moteur de recherche préféré pour trouver d'autres sites qui expliquent le code HTML.
| Description de la balise | Vous entrez | Vous obtenez |
| Les ancres sont utilisées pour établir des liens vers d'autres pages. | <a href="http://www.un-gaid.org">Global Alliance for ICT and Development</a> | Global Alliance for ICT and Development |
| Accentué | <em>Accentué</em> | Accentué |
| Fort | <strong>Fort</strong> | Fort |
| Citation | <cite>Citation</cite> | Citation |
| Text codé pour afficher du code de programmation | <code>Codé</code> | Codé |
| Liste non ordonnée - utilisez <li> pour débuter chaque élément de la liste | <ul> <li>Premier élément</li> <li>Second élément</li> </ul> | - Premier élément
- Second élément
|
| Liste ordonnée - utilisez <li> pour débuter chaque élément de la liste | <ol> <li>Premier élément</li> <li>Second élément</li> </ol> | - Premier élément
- Second élément
|
| Les listes de définition sont similaires aux autres listes HTML. <dl> délimite la liste de définitions, <dt> délimite le terme à définir <dd> délimite la définition proprement dite. | <dl> <dt>Premier terme</dt> <dd>Première définition</dd> <dt>Second terme</dt> <dd>Seconde définition</dd> </dl> | - Premier terme
- Première définition
- Second terme
- Seconde définition
|
La plupart des caractères non usuels peuvent être entrés sans problème.
Si vous rencontrez des problèmes, essayez d'utiliser les entités HTML. Un exemple courant est & pour le et commercial &. Pour une liste complète des entités voyez la page entités HTML du W3C. Voici quelques caractères disponibles :
| Description du caractère | Vous entrez | Vous obtenez |
| Et commercial | & | & |
| Supérieur | > | > |
| Inférieur | < | < |
| Marque de citation | " | " |
-
Quoted content can be placed between [quote] tags in order to be displayed as an indented quote. Every [quote] tag must have a corresponding [/quote] tag. For example:
[quote]This is a simple quote.[/quote] is displayed as:
Quote: This is a simple quote.
Additionally, there is an optional attribute which allows quotes to specify the original author.
[quote=Mr. Drupal]This is a quote with an attribution line.[/quote]
is displayed as:
Mr. Drupal wrote: This is a quote with an attribution line.
Finally, multiple [quote] tags can be nested within one another. Just remember that every [quote] tag must have a corresponding [/quote] tag.
[quote]I think she says it best...
[quote=Ms. Quotation]This is a quote nested within another quote.[/quote]
but you can't argue with
[quote=Ms. Reply]The more quotes, the merrier.
Just don't get too carried away.[/quote]
And I have nothing more to say.[/quote] is displayed as:
Quote: I think she says it best...
Ms. Quotation wrote: This is a quote nested within another quote.
but you can't argue with
Ms. Reply wrote: The more quotes, the merrier. Just don't get too carried away.
And I have nothing more to say.
- Images can be added to this post.
- Les adresses de pages web et de messagerie électronique sont transformées en liens automatiquement.
- You may create links to items stored in our weblink registry using a special syntax. The weblink codes will be replaced by a links to visit the real websites. Syntax:
[weblink:node_id] (to use the first link for that node), [weblink:node_id/link_id] (to use a specific link for that node) or [weblink:http://a.weblink.example.com/] (to specify a raw URL). - Les lignes et les paragraphes sont reconnus automatiquement. Les balises <br /> saut de ligne, <p> paragraphe et </p> fin de paragraphe sont insérées automatiquement.Si les paragraphes ne sont pas reconnus ajoutez simplement quelques lignes vides.
- Plain text:
-
Quoted content can be placed between [quote] tags in order to be displayed as an indented quote. Every [quote] tag must have a corresponding [/quote] tag. For example:
[quote]This is a simple quote.[/quote] is displayed as:
Quote: This is a simple quote.
Additionally, there is an optional attribute which allows quotes to specify the original author.
[quote=Mr. Drupal]This is a quote with an attribution line.[/quote]
is displayed as:
Mr. Drupal wrote: This is a quote with an attribution line.
Finally, multiple [quote] tags can be nested within one another. Just remember that every [quote] tag must have a corresponding [/quote] tag.
[quote]I think she says it best...
[quote=Ms. Quotation]This is a quote nested within another quote.[/quote]
but you can't argue with
[quote=Ms. Reply]The more quotes, the merrier.
Just don't get too carried away.[/quote]
And I have nothing more to say.[/quote] is displayed as:
Quote: I think she says it best...
Ms. Quotation wrote: This is a quote nested within another quote.
but you can't argue with
Ms. Reply wrote: The more quotes, the merrier. Just don't get too carried away.
And I have nothing more to say.
- Les lignes et les paragraphes sont reconnus automatiquement. Les balises <br /> saut de ligne, <p> paragraphe et </p> fin de paragraphe sont insérées automatiquement.Si les paragraphes ne sont pas reconnus ajoutez simplement quelques lignes vides.
- Les adresses de pages web et de messagerie électronique sont transformées en liens automatiquement.
- Images can be added to this post.
- You may create links to items stored in our weblink registry using a special syntax. The weblink codes will be replaced by a links to visit the real websites. Syntax:
[weblink:node_id] (to use the first link for that node), [weblink:node_id/link_id] (to use a specific link for that node) or [weblink:http://a.weblink.example.com/] (to specify a raw URL).
|