liquid_feedback_frontend
diff locale/help/wikisyntax_rocketwiki.en.txt @ 133:fa55c8ded9fd
add wiki syntax help
add help display module
add links to the wiki editors that link to a help page of the selected wiki syntax.
add help display module
add links to the wiki editors that link to a help page of the selected wiki syntax.
author | Daniel Poelzleithner <poelzi@poelzi.org> |
---|---|
date | Tue Oct 05 16:18:39 2010 +0200 (2010-10-05) |
parents | |
children | 327f24e6799d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/locale/help/wikisyntax_rocketwiki.en.txt Tue Oct 05 16:18:39 2010 +0200 1.3 @@ -0,0 +1,72 @@ 1.4 +<- [wikisyntax.html Wiki Help] 1.5 + 1.6 +==== RocketWiki ==== 1.7 +- ++Headings++ 1.8 +-- ==== Main Heading (H1) ==== 1.9 +-- === Heading (H2) === 1.10 +-- == Sub-Heading (H3) == 1.11 +-- = Sub-Sub-Heading (H4) = 1.12 +- ++Horizontal line++ 1.13 +-- --- 1.14 +- ++Unnumbered lists++ 1.15 +-- - Toplevel Entry 1.16 +-- -- Sub Entry 1.17 +- ++Numbered list++ 1.18 +-- # Toplevel Entry 1.19 +-- ## Sub Entry 1.20 +- ++Font style++ 1.21 +-- {{**bold**}} 1.22 +-- {{//italic//}} 1.23 +-- {{__underlined__}} 1.24 +-- {{++big++}} 1.25 +-- {{%%small%%}} 1.26 +-- {{||monospaced||}} 1.27 +-- {{&&no line break&&}} 1.28 +-- {{$$stylename: use a specific CSS style$$}} 1.29 +-- {{{{no special interpretation of formatting characters}}}} 1.30 +- ++Quotes++ 1.31 +-- {{""normal english quotes""}} 1.32 +-- {{"""single english quotes"""}} 1.33 +-- {{,,normal german quotes''}} 1.34 +-- {{,,,single german quotes'''}} 1.35 +-- {{<<normal french quotes>>}} 1.36 +-- {{<<<single french quotes>>>}} 1.37 +- ++Text flow++ 1.38 +-- non-breaking(_)space 1.39 +-- soft(-)hypen 1.40 +- ++Special characters++ 1.41 +-- {{{EUR}}} sign 1.42 +-- German umlauts: {{{Ae} {Oe} {Ue} {ae} {oe} {ue}}} 1.43 +-- German SZ-ligature: {{{sz} or {ss}}} 1.44 +-- Mid{{{.}}}dot 1.45 +-- Ellipsis {{{...}}} 1.46 +-- Arrows {{{->} {=>} {<->}}} etc. 1.47 +-- {{{C} 2009, Registered{R}, Trademark{TM}}} 1.48 +-- {{360{deg} 0{'} 0{''}}} => 360{deg} 0{'} 0{''} 1.49 +-- {{{1/4} + {1/2} = {3/4}}} => {1/4} + {1/2} = {3/4} 1.50 +-- {{10{%o} = 1%}} => 10{%o} = 1% 1.51 +-- {{(5 {-} 1) {x} 3 {/} 4 {=} 3}} => (5 {-} 1) {x} 3 {/} 4 {=} 3 1.52 +- ++Dashes++ 1.53 +-- En{{{--}}}Dash 1.54 +-- Em{{{---}}}Dash 1.55 +- ++Images++ 1.56 +-- {{[http://example.org/embedded_image.jpg]}} 1.57 +-- {{[http://example.org/embedded_image.jpeg]}} 1.58 +-- {{[http://example.org/embedded_image.gif]}} 1.59 +-- {{[http://example.org/embedded_image.png]}} 1.60 +-- {{[stylename: http://example.org/image_with_CSS_style.png]}} 1.61 +-- {{[http://example.org/image.png Image with alternative text]}} 1.62 +- ++Links++ 1.63 +-- {{[http://example.org/ normal link with text]}} 1.64 +-- {{[http://example.org/ http://example.org/image_for_link.png]}} 1.65 +-- {{[http://example.org/ http://example.org/image.png Alternative text]}} 1.66 +-- {{[http://example.org/image.png! Link to image]}} 1.67 +- ++DIVs++ 1.68 +-- @@id: 1.69 + DIV contents 1.70 + @@ 1.71 +- ++CSS styles for multiple paragraphs++ 1.72 +-- $$style: 1.73 + ... 1.74 + $$ 1.75 +