liquid_feedback_frontend

annotate locale/help/wikisyntax_rocketwiki.en.txt @ 936:c0a9c2762af7

Added new strings and german/english translations of it
author bsw
date Sun Nov 04 18:50:21 2012 +0100 (2012-11-04)
parents 327f24e6799d
children
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 -- {{{{no special interpretation of formatting characters}}}}
poelzi@133 26 - ++Quotes++
poelzi@133 27 -- {{""normal english quotes""}}
poelzi@133 28 -- {{"""single english quotes"""}}
poelzi@133 29 -- {{,,normal german quotes''}}
poelzi@133 30 -- {{,,,single german quotes'''}}
poelzi@133 31 -- {{<<normal french quotes>>}}
poelzi@133 32 -- {{<<<single french quotes>>>}}
poelzi@133 33 - ++Text flow++
poelzi@133 34 -- non-breaking(_)space
poelzi@133 35 -- soft(-)hypen
poelzi@133 36 - ++Special characters++
poelzi@133 37 -- {{{EUR}}} sign
poelzi@133 38 -- German umlauts: {{{Ae} {Oe} {Ue} {ae} {oe} {ue}}}
poelzi@133 39 -- German SZ-ligature: {{{sz} or {ss}}}
poelzi@133 40 -- Mid{{{.}}}dot
poelzi@133 41 -- Ellipsis {{{...}}}
poelzi@133 42 -- Arrows {{{->} {=>} {<->}}} etc.
poelzi@133 43 -- {{{C} 2009, Registered{R}, Trademark{TM}}}
jbe@611 44 -- {{360{deg} 0{'} 0{''}}} **=>** 360{deg} 0{'} 0{''}
jbe@611 45 -- {{{1/4} + {1/2} = {3/4}}} **=>** {1/4} + {1/2} = {3/4}
jbe@611 46 -- {{10{%o} = 1%}} **=>** 10{%o} = 1%
jbe@611 47 -- {{(5 {-} 1) {x} 3 {/} 4 {=} 3}} **=>** (5 {-} 1) {x} 3 {/} 4 {=} 3
poelzi@133 48 - ++Dashes++
poelzi@133 49 -- En{{{--}}}Dash
poelzi@133 50 -- Em{{{---}}}Dash
poelzi@133 51 - ++Links++
jbe@611 52 -- {{[http://example.org/ link text]}}

Impressum / About Us