2013-08-08 03:49:00 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
< title > Wiki formatting< / title >
2017-01-15 16:38:41 +00:00
< link rel = "stylesheet" type = "text/css" href = "../wiki_syntax.css" / >
2013-08-08 03:49:00 +00:00
< / head >
< body >
2013-08-13 02:18:30 +00:00
< h1 > Syntaxe rapide des Wikis< / h1 >
2013-08-08 03:49:00 +00:00
< table style = "width:100%" >
2019-09-30 13:28:50 +00:00
< tr > < th colspan = "3" > Font Styles < span class = "more_info" > (< a href = "wiki_syntax_detailed_textile.html#5" target = "_blank" > more< / a > )< / span > < / th > < / tr >
2013-11-11 21:01:21 +00:00
< tr > < th > < img src = "../../images/jstoolbar/bt_strong.png" style = "border: 1px solid #bbb;" alt = "Strong" / > < / th > < td style = "width:50%;" > *Gras*< / td > < td style = "width:50%;" > < strong > Gras< / strong > < / td > < / tr >
2013-08-13 02:18:30 +00:00
< tr > < th > < img src = "../../images/jstoolbar/bt_em.png" style = "border: 1px solid #bbb;" alt = "Italic" / > < / th > < td > _Italique_< / td > < td > < em > Italique< / em > < / td > < / tr >
< tr > < th > < img src = "../../images/jstoolbar/bt_ins.png" style = "border: 1px solid #bbb;" alt = "Underline" / > < / th > < td > +Sous-ligné+< / td > < td > < ins > Sous-ligné< / ins > < / td > < / tr >
< tr > < th > < img src = "../../images/jstoolbar/bt_del.png" style = "border: 1px solid #bbb;" alt = "Deleted" / > < / th > < td > -Barré-< / td > < td > < del > Barré< / del > < / td > < / tr >
< tr > < th > < / th > < td > ??Citation??< / td > < td > < cite > Citation< / cite > < / td > < / tr >
< tr > < th > < img src = "../../images/jstoolbar/bt_code.png" style = "border: 1px solid #bbb;" alt = "Inline Code" / > < / th > < td > @Code en ligne@< / td > < td > < code > Code en ligne< / code > < / td > < / tr >
2013-08-13 10:52:53 +00:00
< tr > < th > < img src = "../../images/jstoolbar/bt_pre.png" style = "border: 1px solid #bbb;" alt = "Preformatted text" / > < / th > < td > < pre> < br / > lignes< br / > de code< br / > < /pre> < / td > < td >
2013-08-08 03:49:00 +00:00
< pre >
2013-08-13 02:18:30 +00:00
lignes
de code
2013-08-08 03:49:00 +00:00
< / pre >
< / td > < / tr >
2019-09-30 13:28:50 +00:00
< tr > < th colspan = "3" > Code colorisé < span class = "more_info" > (< a href = "wiki_syntax_detailed_textile.html#13" target = "_blank" > more< / a > )< / span > < / th > < / tr >
2019-09-27 01:30:56 +00:00
< tr > < th > < img src = "../../images/jstoolbar/bt_precode.png" style = "border: 1px solid #bbb;" alt = "Code colorisé" / > < / th > < td > < pre> < code class="ruby"> < br / > 3.times do< br / > puts 'Hello'< br / > end< br / > < /code> < /pre> < / td > < td >
< pre > < code class = "ruby syntaxhl" > < span class = "mi" > 3< / span > < span class = "p" > .< / span > < span class = "nf" > times< / span > < span class = "k" > do< / span >
< span class = "nb" > puts< / span > < span class = "s1" > 'Hello'< / span >
< span class = "k" > end< / span >
< / code > < / pre >
< / td > < / tr >
2013-08-13 02:18:30 +00:00
< tr > < th colspan = "3" > Listes< / th > < / tr >
2014-12-13 18:49:13 +00:00
< tr > < th > < img src = "../../images/jstoolbar/bt_ul.png" style = "border: 1px solid #bbb;" alt = "Unordered list" / > < / th > < td > * Item 1< br / > ** Sub< br / > * Item 2< / td > < td > < ul > < li > Item 1< ul > < li > Sub< / li > < / ul > < / li > < li > Item 2< / li > < / ul > < / td > < / tr >
< tr > < th > < img src = "../../images/jstoolbar/bt_ol.png" style = "border: 1px solid #bbb;" alt = "Ordered list" / > < / th > < td > # Item 1< br / > ## Sub< br / > # Item 2< / td > < td > < ol > < li > Item 1< ol > < li > Sub< / li > < / ol > < / li > < li > Item 2< / li > < / ol > < / td > < / tr >
2013-08-08 03:49:00 +00:00
2019-09-30 13:28:50 +00:00
< tr > < th colspan = "3" > Titres < span class = "more_info" > (< a href = "wiki_syntax_detailed_textile.html#8" target = "_blank" > more< / a > )< / span > < / th > < / tr >
2013-08-13 02:18:30 +00:00
< tr > < th > < img src = "../../images/jstoolbar/bt_h1.png" style = "border: 1px solid #bbb;" alt = "Heading 1" / > < / th > < td > h1. Titre 1< / td > < td > < h1 > Titre 1< / h1 > < / td > < / tr >
< tr > < th > < img src = "../../images/jstoolbar/bt_h2.png" style = "border: 1px solid #bbb;" alt = "Heading 2" / > < / th > < td > h2. Titre 2< / td > < td > < h2 > Titre 2< / h2 > < / td > < / tr >
< tr > < th > < img src = "../../images/jstoolbar/bt_h3.png" style = "border: 1px solid #bbb;" alt = "Heading 3" / > < / th > < td > h3. Titre 3< / td > < td > < h3 > Titre 3< / h3 > < / td > < / tr >
2013-08-08 03:49:00 +00:00
2019-09-30 13:28:50 +00:00
< tr > < th colspan = "3" > Liens < span class = "more_info" > (< a href = "wiki_syntax_detailed_textile.html#4" target = "_blank" > more< / a > )< / span > < / th > < / tr >
2013-08-08 03:49:00 +00:00
< tr > < th > < / th > < td > http://foo.bar< / td > < td > < a href = "#" > http://foo.bar< / a > < / td > < / tr >
< tr > < th > < / th > < td > "Foo":http://foo.bar< / td > < td > < a href = "#" > Foo< / a > < / td > < / tr >
2019-09-30 13:28:50 +00:00
< tr > < th colspan = "3" > Liens Redmine < span class = "more_info" > (< a href = "wiki_syntax_detailed_textile.html#3" target = "_blank" > more< / a > )< / span > < / th > < / tr >
2013-08-09 00:52:09 +00:00
< tr > < th > < img src = "../../images/jstoolbar/bt_link.png" style = "border: 1px solid #bbb;" alt = "Link to a Wiki page" / > < / th > < td > [[Wiki page]]< / td > < td > < a href = "#" > Wiki page< / a > < / td > < / tr >
2013-08-13 02:18:30 +00:00
< tr > < th > < / th > < td > Demande #12< / td > < td > Demande < a href = "#" > #12< / a > < / td > < / tr >
2018-09-10 14:08:37 +00:00
< tr > < th > < / th > < td > ##12< / td > < td > < a href = "#" > Bug #12< / a > : The issue subject< / td > < / tr >
2013-08-08 03:49:00 +00:00
< tr > < th > < / th > < td > Revision r43< / td > < td > Revision < a href = "#" > r43< / a > < / td > < / tr >
< tr > < th > < / th > < td > commit:f30e13e43< / td > < td > < a href = "#" > f30e13e4< / a > < / td > < / tr >
< tr > < th > < / th > < td > source:some/file< / td > < td > < a href = "#" > source:some/file< / a > < / td > < / tr >
2019-09-30 13:28:50 +00:00
< tr > < th colspan = "3" > Images en ligne < span class = "more_info" > (< a href = "wiki_syntax_detailed_textile.html#7" target = "_blank" > more< / a > )< / span > < / th > < / tr >
2013-08-13 02:18:30 +00:00
< tr > < th > < img src = "../../images/jstoolbar/bt_img.png" style = "border: 1px solid #bbb;" alt = "Image" / > < / th > < td > !< em > url_de_l_image< / em > !< / td > < td > < / td > < / tr >
< tr > < th > < / th > < td > !< em > image_en_pièce_jointe< / em > !< / td > < td > < / td > < / tr >
2015-01-03 14:59:01 +00:00
< tr > < th colspan = "3" > Tables< / th > < / tr >
< tr >
< th > < / th >
< td > |_. A |_. B |_. C |< br / > | A | B | C |< br / > |/2. row span | B | C |< br / > |\2. col span |< / td >
< td >
< table class = "sample" >
< tbody >
< th > A< / th > < th > B< / th > < th > C< / th >
< tr > < td > A< / td > < td > B< / td > < td > C< / td > < / tr >
< tr > < td rowspan = "2" > row span< / td > < td > B< / td > < td > C< / td > < / tr >
< tr > < td colspan = "2" > col span< / td > < / tr >
< / tbody >
< / table >
< / td >
< / tr >
2013-08-08 03:49:00 +00:00
< / table >
2015-04-20 07:52:57 +00:00
< p > < a href = "wiki_syntax_detailed_textile.html" onclick = "window.open('wiki_syntax_detailed_textile.html', '', ''); return false;" > Plus d'informations< / a > < / p >
2013-08-08 03:49:00 +00:00
< / body >
< / html >