Les différents mots clés utilisés : column, centeralign, rightaline, hi, lo, tabs, clear, indent, outdent, prewrap, spoiler, hide, pagebreak, nopagebreak, noprint, onlyprint, …
<WRAP>
en majuscules creé un bloc (on peut aussi utiliser <block>
or <div>
).
Par exemple :
<WRAP classes #id width :language> "big" content </WRAP> or <block classes #id width :language> "big" content </block> or <div classes #id width :language> "big" content </div>
Si <wrap>
est écrit en minuscules cela crée un sous-bloc dans le texte qui reste sur la ligne (on peut aussi utiliser <inline>
ou <span>
).
Exemple :
<wrap classes #id width :language>"small" content</wrap> or <inline classes #id width :language>"small" content</inline> or <span classes #id width :language>"small" content</span>
A noter que certains éléments ne fonctionnent pas avec cette fonction : les alignements (alignments), le multi-colonnes (multi-columns) et la largeur (widths).
Columns :
half
/ third
/ quarter
…
leftalign
rightalign
centeralign
justify
Exemple :
<WRAP centeralign>Texte centré</WRAP>
Texte centré
A classer :
s
Inside this code block the words will wrap to a new line although they are all in one line.
<WRAP prewrap 250px> <code> Inside this code block the words will wrap to a new line although they are all in one line. </code> </WRAP>
<WRAP info 220px left> **Info** <WRAP info></WRAP> </WRAP>
Info
<WRAP info></WRAP>
Tip
<WRAP tip></WRAP>
Important
<WRAP important></WRAP>
Alert
<WRAP alert></WRAP>
Help
<WRAP round help></WRAP>
Download
<WRAP download></WRAP>
Todo
<WRAP todo></WRAP>
Peut s'utiliser aussi à l'intérieur du texte : info, help, alert, important, tip, download, todo and round box and danger, warning, caution, notice, safety.
<wrap info>info</wrap>, <wrap help>help</wrap>, ...
Danger
<WRAP danger></WRAP>
Warning
<WRAP warning></WRAP>
Caution
<WRAP caution></WRAP>
Notice
<WRAP round notice></WRAP>
Safety
<WRAP round safety></WRAP>
Here follows a spoiler: Darth Vader is Luke's father.
Here follows a spoiler: <wrap spoiler>Darth Vader is Luke's father.</wrap>
Sélectionner le texte pour pouvoir le lire.
The following text is hidden: John, please revise that sentence.
The following text is hidden: <wrap hide>John, please revise that sentence.</wrap>
Attention : le texte apparait toujours dans le code source, ne pas cacher des informations risquées avec ça !