liquid_feedback_frontend
annotate locale/help/wikisyntax_rocketwiki.en.txt @ 145:90520c9fca44
implement area filter in timeline
allows the user to ignore any area in the timeline filter.
better display in javascript off
allows the user to ignore any area in the timeline filter.
better display in javascript off
author | Daniel Poelzleithner <poelzi@poelzi.org> |
---|---|
date | Thu Oct 07 00:35:48 2010 +0200 (2010-10-07) |
parents | fa55c8ded9fd |
children | 327f24e6799d |
rev | line source |
---|---|
poelzi@133 | 1 <- [wikisyntax.html Wiki Help] |
poelzi@133 | 2 |
poelzi@133 | 3 ==== RocketWiki ==== |
poelzi@133 | 4 - ++Headings++ |
poelzi@133 | 5 -- ==== Main Heading (H1) ==== |
poelzi@133 | 6 -- === Heading (H2) === |
poelzi@133 | 7 -- == Sub-Heading (H3) == |
poelzi@133 | 8 -- = Sub-Sub-Heading (H4) = |
poelzi@133 | 9 - ++Horizontal line++ |
poelzi@133 | 10 -- --- |
poelzi@133 | 11 - ++Unnumbered lists++ |
poelzi@133 | 12 -- - Toplevel Entry |
poelzi@133 | 13 -- -- Sub Entry |
poelzi@133 | 14 - ++Numbered list++ |
poelzi@133 | 15 -- # Toplevel Entry |
poelzi@133 | 16 -- ## Sub Entry |
poelzi@133 | 17 - ++Font style++ |
poelzi@133 | 18 -- {{**bold**}} |
poelzi@133 | 19 -- {{//italic//}} |
poelzi@133 | 20 -- {{__underlined__}} |
poelzi@133 | 21 -- {{++big++}} |
poelzi@133 | 22 -- {{%%small%%}} |
poelzi@133 | 23 -- {{||monospaced||}} |
poelzi@133 | 24 -- {{&&no line break&&}} |
poelzi@133 | 25 -- {{$$stylename: use a specific CSS style$$}} |
poelzi@133 | 26 -- {{{{no special interpretation of formatting characters}}}} |
poelzi@133 | 27 - ++Quotes++ |
poelzi@133 | 28 -- {{""normal english quotes""}} |
poelzi@133 | 29 -- {{"""single english quotes"""}} |
poelzi@133 | 30 -- {{,,normal german quotes''}} |
poelzi@133 | 31 -- {{,,,single german quotes'''}} |
poelzi@133 | 32 -- {{<<normal french quotes>>}} |
poelzi@133 | 33 -- {{<<<single french quotes>>>}} |
poelzi@133 | 34 - ++Text flow++ |
poelzi@133 | 35 -- non-breaking(_)space |
poelzi@133 | 36 -- soft(-)hypen |
poelzi@133 | 37 - ++Special characters++ |
poelzi@133 | 38 -- {{{EUR}}} sign |
poelzi@133 | 39 -- German umlauts: {{{Ae} {Oe} {Ue} {ae} {oe} {ue}}} |
poelzi@133 | 40 -- German SZ-ligature: {{{sz} or {ss}}} |
poelzi@133 | 41 -- Mid{{{.}}}dot |
poelzi@133 | 42 -- Ellipsis {{{...}}} |
poelzi@133 | 43 -- Arrows {{{->} {=>} {<->}}} etc. |
poelzi@133 | 44 -- {{{C} 2009, Registered{R}, Trademark{TM}}} |
poelzi@133 | 45 -- {{360{deg} 0{'} 0{''}}} => 360{deg} 0{'} 0{''} |
poelzi@133 | 46 -- {{{1/4} + {1/2} = {3/4}}} => {1/4} + {1/2} = {3/4} |
poelzi@133 | 47 -- {{10{%o} = 1%}} => 10{%o} = 1% |
poelzi@133 | 48 -- {{(5 {-} 1) {x} 3 {/} 4 {=} 3}} => (5 {-} 1) {x} 3 {/} 4 {=} 3 |
poelzi@133 | 49 - ++Dashes++ |
poelzi@133 | 50 -- En{{{--}}}Dash |
poelzi@133 | 51 -- Em{{{---}}}Dash |
poelzi@133 | 52 - ++Images++ |
poelzi@133 | 53 -- {{[http://example.org/embedded_image.jpg]}} |
poelzi@133 | 54 -- {{[http://example.org/embedded_image.jpeg]}} |
poelzi@133 | 55 -- {{[http://example.org/embedded_image.gif]}} |
poelzi@133 | 56 -- {{[http://example.org/embedded_image.png]}} |
poelzi@133 | 57 -- {{[stylename: http://example.org/image_with_CSS_style.png]}} |
poelzi@133 | 58 -- {{[http://example.org/image.png Image with alternative text]}} |
poelzi@133 | 59 - ++Links++ |
poelzi@133 | 60 -- {{[http://example.org/ normal link with text]}} |
poelzi@133 | 61 -- {{[http://example.org/ http://example.org/image_for_link.png]}} |
poelzi@133 | 62 -- {{[http://example.org/ http://example.org/image.png Alternative text]}} |
poelzi@133 | 63 -- {{[http://example.org/image.png! Link to image]}} |
poelzi@133 | 64 - ++DIVs++ |
poelzi@133 | 65 -- @@id: |
poelzi@133 | 66 DIV contents |
poelzi@133 | 67 @@ |
poelzi@133 | 68 - ++CSS styles for multiple paragraphs++ |
poelzi@133 | 69 -- $$style: |
poelzi@133 | 70 ... |
poelzi@133 | 71 $$ |
poelzi@133 | 72 |