# HG changeset patch # User jbe # Date 1340573242 -7200 # Node ID 327f24e6799d22c1192c3674e58ce21a0cf0207d # Parent c4144daf690625dab089bc26d3a25a8cfcc12af7 Work on wikisyntax help diff -r c4144daf6906 -r 327f24e6799d locale/help/wikisyntax_compat.en.txt --- a/locale/help/wikisyntax_compat.en.txt Sun Jun 24 23:01:00 2012 +0200 +++ b/locale/help/wikisyntax_compat.en.txt Sun Jun 24 23:27:22 2012 +0200 @@ -1,5 +1,31 @@ <- [wikisyntax.html Wiki Help] -==== CompatWiki ==== - -FIXME \ No newline at end of file +==== Traditional Wiki-Syntax ==== +- ++Headings++ +-- = Main Heading (H1) = +-- == Heading (H2) == +-- === Sub-Heading (H3) === +-- ==== Sub-Sub-Heading (H4) ==== +- ++Horizontal line++ +-- --- +- ++Unnumbered lists++ +-- * Toplevel Entry +-- ** Sub Entry +- ++Numbered list++ +-- # Toplevel Entry +-- ## Sub Entry +- ++Font style++ +-- {{'''bold'''}} +-- {{''italic''}} +-- {{possible tags: big, small, sup, sub, tt, nobr}} +-- {{{{no special interpretation of formatting characters}}}} +- ++Text flow++ +-- non-breaking(_)space +-- soft(-)hypen +- ++Dashes++ +-- En{{{--}}}Dash +-- Em{{{---}}}Dash +- ++Line break++ +-- {{
}} +- ++Links++ +-- {{[http://example.org/ link text]}} diff -r c4144daf6906 -r 327f24e6799d locale/help/wikisyntax_rocketwiki.en.txt --- a/locale/help/wikisyntax_rocketwiki.en.txt Sun Jun 24 23:01:00 2012 +0200 +++ b/locale/help/wikisyntax_rocketwiki.en.txt Sun Jun 24 23:27:22 2012 +0200 @@ -22,7 +22,6 @@ -- {{%%small%%}} -- {{||monospaced||}} -- {{&&no line break&&}} --- {{$$stylename: use a specific CSS style$$}} -- {{{{no special interpretation of formatting characters}}}} - ++Quotes++ -- {{""normal english quotes""}} @@ -42,31 +41,12 @@ -- Ellipsis {{{...}}} -- Arrows {{{->} {=>} {<->}}} etc. -- {{{C} 2009, Registered{R}, Trademark{TM}}} --- {{360{deg} 0{'} 0{''}}} => 360{deg} 0{'} 0{''} --- {{{1/4} + {1/2} = {3/4}}} => {1/4} + {1/2} = {3/4} --- {{10{%o} = 1%}} => 10{%o} = 1% --- {{(5 {-} 1) {x} 3 {/} 4 {=} 3}} => (5 {-} 1) {x} 3 {/} 4 {=} 3 +-- {{360{deg} 0{'} 0{''}}} **=>** 360{deg} 0{'} 0{''} +-- {{{1/4} + {1/2} = {3/4}}} **=>** {1/4} + {1/2} = {3/4} +-- {{10{%o} = 1%}} **=>** 10{%o} = 1% +-- {{(5 {-} 1) {x} 3 {/} 4 {=} 3}} **=>** (5 {-} 1) {x} 3 {/} 4 {=} 3 - ++Dashes++ -- En{{{--}}}Dash -- Em{{{---}}}Dash -- ++Images++ --- {{[http://example.org/embedded_image.jpg]}} --- {{[http://example.org/embedded_image.jpeg]}} --- {{[http://example.org/embedded_image.gif]}} --- {{[http://example.org/embedded_image.png]}} --- {{[stylename: http://example.org/image_with_CSS_style.png]}} --- {{[http://example.org/image.png Image with alternative text]}} - ++Links++ --- {{[http://example.org/ normal link with text]}} --- {{[http://example.org/ http://example.org/image_for_link.png]}} --- {{[http://example.org/ http://example.org/image.png Alternative text]}} --- {{[http://example.org/image.png! Link to image]}} -- ++DIVs++ --- @@id: - DIV contents - @@ -- ++CSS styles for multiple paragraphs++ --- $$style: - ... - $$ - +-- {{[http://example.org/ link text]}}