====== Exemples de la syntaxe Wrap ====== //Wrap// est un plugin qui ajoute diverses possibilités de mise en page, dont des boîtes, des modifications sur le style, etc. ===== Syntaxe de base ===== La balise en majuscules **%%%%** (ou alternativement **%%%%** ou **%%
%%**) crée un **''div''** et va créer des **"gros"** containers (pour les paragraphes, listes, tableaux, etc.) "big" content or "big" content or
"big" content
La balise en minuscule **%%%%** (ou alternativement **%%%%** ou **%%%%**) crée un **''span''** va servir à de **"petits"** containers, pour ce qui est à l'intérieur des paragraphes, des lignes, etc. "small" content or "small" content or "small" content :!: Veuillez noter que certaines choses **ne fonctionneront pas** avec les balises en minuscules: * **alignements** (incluant les alignements générés par le changement de la direction du texte) * **multi-colonnes** * et **largeurs** ===== Classes et Styles ===== ==== Colonnes et "Floats" ==== Vous pouvez facilement faire des colonnes en ajoutant la classe "colonne" et une largeur, par exemple : ...content... //**__Grand titre imité__**// Vous pouvez imiter un gros titre avec du texte en italique, gras et souligné, par exemple : //**__Emulated Big Headline__**// //**Petit titre imité**// Un titre plus petit n'utilise pas de soulignement, par exemple //**Emulated Small Headline**// Si vous avez besoin d'un texte en gras et en italique, utilisez-le dans l'autre sens: **//No Headline//** **//No Headline//** //**__Différentes options de "float"__**//(("//Float//" pourrait se traduire en français par "flotteur" mais ici, c'est un mot qui se référence à un aspect technique bien particulier, propre aux pages web, où les boîtes "flottent" les unes après les autres ; le mot anglais est gardé pour éviter plus de confusion.)) Normalement, vous n'avez besoin que de la classe'' column'', mais pour des utilisations plus sophistiquées (pas seulement pour les colonnes, mais pour toutes les autres classes, comme[[#boxes et notes]]), vous pouvez avoir plusieurs types de "floats": * **''column''** est la même chose que ''left'' dans les langues se lisant de gauche à droite et ''right'' dans les langues se lisants de droite à gauche. * **''left''** Permet de faire flotter le wrap à gauche. * **''right''** Permet de faire flotter le wrap à droite. * **''center''** positionne le wrap au centre (horizontal) de la page. //**__Largeur__**// Vous pouvez définir toutes les largeurs valides (mais seulement sur divs): ''%, px, em, ex, pt, pc, cm, mm, in''. Mieux vaut n'utiliser qu'une de ces valeurs ; favoriser ''%'' et ''em'' pour éviter les problèmes de redimensionnement sur les écrans plus petits. ^type^e.g.^note^ ^''%''|''30%''|a du sens dans une disposition liquide| ^''px''|''420px''|est utile si votre mise en page a une largeur de pixel fixe ou si votre conteneur contient des images d'une certaine largeur.| ^''em''|''20em''|a du sens si vous aimez que votre conteneur d'emballage grandisse et rétrécisse avec la taille de police ou si votre mise en page est basée sur em| Un ***tableau** à l'intérieur d'une colonne ou d'une case sera toujours à **100% large**. Ceci rend possible le positionnement et le dimensionnement des tableaux. Après avoir utilisé l'une des classes de float, vous pourriez rencontrer quelque chose comme ceci, où le texte suivant dépasse dans l'espace où seuls les conteneurs flottants devraient être.... ... pour empêcher cela, vous devriez simplement ajouter après votre dernière colonne : Vous ***pouvez** utiliser les mêmes options avec des spans((Ça aussi c'est du langage web qui perd du sens en traduisant en français...)) (comme chaque élément qui flotte est automatiquement un élément de niveau de bloc), mais cela n' a probablement pas trop de sens. :!Les largeurs sur les travées ne fonctionnent normalement pas (par conception), mais peuvent avoir un sens lorsqu'elles sont flottantes. You **can** use the same options with spans (as each element that floats is automatically a block level element), but it probably doesn't make too much sense. :!: Widths on spans normally do not work (by design), but can make sense, when it is floating. :!: Attention: Widths can cause problems and will often look different and break in some browsers. If you're not a web developer, you might not understand any problems regarding the [[http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug|box model]]. Just try to test your columns in all major browsers and make your widths smaller than you initially think they should be. All of those options will also work in the [[#boxes and notes]] wraps (see below). === Multi-columns === For modern browsers (Firefox, Chrome and Safari) you can use multi-columns. Just use **''%%col2%%''** for 2 columns, **''%%col3%%''** for 3 columns, **''%%col4%%''** for 4 columns and **''%%col5%%''** for 5 columns. :!: Note: Multi-columns don't make sense for spans. ==== Alignments ==== You can use these different text alignments: * ''leftalign'' * ''rightalign'' * ''centeralign'' * ''justify'' Center aligned text ... ... and right aligned. Center aligned text ... ... and right aligned. :!: You cannot add alignments to spans. ==== Boxes and Notes ==== //**__round box 570px center__**// * ''box'' creates a box around the container and uses the colours from the template's ''style.ini'' as default colours (''%%__background_alt__%%'' and ''%%__text__%%'') * any of the classes ''info'', ''tip'', ''important'', ''alert'', ''help'', ''download'', ''todo'' will add a special note container with a corresponding icon * the classes ''danger'', ''warning'', ''caution'', ''notice'', ''safety'' use safety colours (and no icons) * ''round'' can be added to anything with a background colour or a border and will only work in modern browsers (no Internet Explorer) //**Info**// //**Tip**// //**Important**// //**Alert**// //**Help**// //**Download**// //**Todo**// **Safety Notes:** //**Danger**// //**Warning**// //**Caution**// //**Notice**// //**Safety**// You can use notes and boxes also inside text with spans like this: info, help, alert, important, tip, download, todo and round box and danger, warning, caution, notice, safety. info, help, ... ==== Marks ==== You can mark text as highlighted, less significant and especially emphasised. You can mark text as highlighted, less significant and especially emphasised. :!: This might look ugly in some templates and should be adjusted accordingly. ==== Miscellaneous ==== === Indent === This text will appear indented. This text will appear indented. === Outdent === This text will appear "outdented". This text will appear "outdented". === Prewrap === Inside this code block the words will wrap to a new line although they are all in one line. Inside this code block the words will wrap to a new line although they are all in one line. === Spoiler === Here follows a spoiler: Darth Vader is Luke's father. Here follows a spoiler: Darth Vader is Luke's father. Just select the text in the spoiler box to be able to read its content. === Hide === The following text is hidden: John, please revise that sentence. The following text is hidden: John, please revise that sentence. :!: Warning: The text will still appear in the source code, in non-modern browsers and is searchable. Do not hide any security risky secrets with it! === Pagebreak === The following will add a pagebreak: The following will add a pagebreak: This has no effect on the browser screen. A [[http://reference.sitepoint.com/css/page-break-after|pagebreak]] will force a new page in printouts. === Nopagebreak === The following will try to avoid a pagebreak: much content, belonging together (like a long table) The following will try to avoid a pagebreak: much content, belonging together (like a long table) This also has no effect on the browser screen. It will try to [[http://reference.sitepoint.com/css/page-break-inside|avoid a page break]] in printouts. === Noprint === This text appears on the screen, but not in print. This text appears on the screen, but not in print. === Onlyprint === This text does not appear on the screen, but only in print. This text does not appear on the screen, but only in print. ==== Typography ==== I advice against using the following typography classes. It's better to create semantic classes that reflect their meaning instead. * font family: ''sansserif'', ''serif'', ''monospace'' * font size: ''bigger'', ''muchbigger'', ''smaller'' * font colour: ''fgred'', ''fggreen'', ''fgblue'', ''fgcyan'', ''fgviolet'', ''fgyellow'', ''fggrey'', ''fgwhite'', ''fgblack'' * background colour: ''bgred'', ''bggreen'', ''bgblue'', ''bgcyan'', ''bgviolet'', ''bgyellow'', ''bggrey'', ''bgwhite'', ''bgblack'' ==== Combining and Nesting ==== You can combine and nest all classes and types of boxes, e.g. //**__Outer green box floats right__**// Inner nested box floats left and is partly __em__phasized and __hi__ghlighted with nested __bigger__ text inside. Text inside outer right box, but beneath inner left box. Round tip box underneath, after a ''clear''. //**__Outer green box floats right__**// Inner nested box floats left and is partly __em__phasized and __hi__ghlighted with nested __bigger__ text inside. Text inside outer right box, but beneath inner left box. Round tip box underneath, after a ''clear''. ===== Language and Text Direction ===== You can change the language and the reading direction of a wrap container by simply adding a colon followed by the language code, like this: זה עברית. ((This means "This is Hebrew.", at least according to [[http://translate.google.com/|Google Translate]].)) זה עברית. ((This means "This is Hebrew.", at least according to [[http://translate.google.com/|Google Translate]].)) The text direction (''rtl'', right to left or ''ltr'', left to right) will get inserted automatically and is solely dependent on the language. The list of currently supported languages is taken from: http://meta.wikimedia.org/wiki/Template:List_of_language_names_ordered_by_code (If you specify a language not listed there, it simply won't do anything.)