slitaz-dev-tools view tazwikiss/rootfs/var/www/wiki/pages/Help.txt @ rev 254

tazwikiss/index.sh: add audio & video support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 09:54:30 2016 +0200 (2016-05-25)
parents b59cc28d47e2
children
line source
1 TOC
2 !Help
4 Here is a summary of all the formatting rules in ''WiKiss''.
5 Click "Edit" on top or bottom of this page to see how it works.
6 (if you see "Page Locked", do a chmod 775 on this file via a ftp client)
8 See also [AideTables] to create tables.
10 ----
12 Tiles use the exclamation mark '''!'''
13 ^! Big
14 ^!! Less big
15 ^!!! Smaller
16 gives you :
17 ! Big
18 !! Less big
19 !!! Smaller
21 To automatically add a table of contents in a page, add the '''TOC''' mark in it :
22 * at the last line to be clearer, there is no influence on position ;
23 * at the first line if you need to write TOC in your page. Only the first occurrence will be replaced.
25 ----
27 Styles use the single quote '
28 * ^''^'Bold^''^' --> '''Bold'''
29 * ^''italic^'' --> ''italic''
30 * ^''^''^'Bold and italic^''^''^' --> '''''Bold and italic'''''
32 ----
34 Stroke of a work use quote and two dashes
35 ^'--Stroked--' --> '--Stroked--'
37 the same applies for underline, quote followed by by two underscore
38 ^'__Underlined__' --> '__Underlined__'
40 ----
42 The ordered lists use sharp '''#'''
43 # First
44 # Second
45 # Third
47 ----
49 Non ordered lists use the star '''*'''
50 * Apple
51 * Pear
52 * Peach
54 ----
56 The code, and all of those things where formatting is important, use the braces
57 ^{{import sys
58 if len(sys.argv) == 2:
59 print "Hello",sys.argv^[1]}}
60 give :
61 {{import sys
62 if len(sys.argv) == 2:
63 print "Hello",sys.argv[1]}}
65 ----
67 The separation between paragraphs of text is done through an empty line.
68 To force a line break in the middle of a paragraph, use: ^
70 ----
72 Some special characters are recognized:
73 * Arrows: &lt;^-- : &lt;--, ^--> : -->, &lt;^--> : &lt;-->, &lt;^== : &lt;==, ^==> : ==>, &lt;^==> : &lt;==>
74 * Copyrights: ^(c) or ^(C) : (c), ^(r) or ^(R) : (r)
75 * Fractions: ^(1/2) : (1/2), ^(1/4) : (1/4), ^(3/4) : (3/4)
76 * Miscellaneous: ^(+-) : (+-), ^(!=) : (!=)
77 * Some icons: ^(phone) : (phone), ^(wphone) : (wphone), ^(bflag) : (bflag), ^(wflag) : (wflag) ^(radioactive) : (radioactive), ^(sad) : (sad), ^(smile) : (smile), ^(recycle) : (recycle), ^(wheelchair) : (wheelchair), ^(anchor) : (anchor), ^(flower) : (flower), ^(gear) : (gear), ^(volt) : (volt), ^(warn) : (warn), ^(skull) : (skull), ^(star) : (star)
79 ----
81 Links to wiki-pages use square brackets :
82 '''^['''Accueil''']''' --> [Accueil]
84 If a page does not exists, it will be created on first click.
85 Click on "SandBox" below and you will be able to create it ...
86 [SandBox]
88 To link a wiki-page with a different text use :
89 '''^['''Beginning'''|?page='''Accueil''']''' --> [Beginning|?page=Accueil]
91 The external links and addresses eMail are automagically recognized ...
92 * ^http://wikiss.tuxfamily.org/ --> http://wikiss.tuxfamily.org/
93 * wikiss^@example.org --> wikiss@example.org
95 or through a text between square brackets :
96 * '''^['''Visit WiKiss web site'''|'''^http://wikiss.tuxfamily.org/''']''' --> [Visit WiKiss web site|http://wikiss.tuxfamily.org/]
98 with a ? you get a Wikipedia link in the current language :
99 * '''^[?'''Wiki''']''' --> [?Wiki]
101 with ! you get an embedded player for '''audio''' or '''video''' :
102 * '''^[!'''video'''|'''^http://video.webmfiles.org/big-buck-bunny_trailer.webm''']''' --> [!video|http://video.webmfiles.org/big-buck-bunny_trailer.webm]
104 ----
106 Images are automagically inserted with the picture URL between square brackets
107 '''^['''^http://wikiss.tuxfamily.org/img/logo_100.png''']''' -->
108 [http://wikiss.tuxfamily.org/img/logo_100.png]
110 You can also use an image as a link :
111 '''^['''^http://wikiss.tuxfamily.org/img/logo_100.png'''|'''^http://wikiss.tuxfamily.org/''']''' -->
112 [http://wikiss.tuxfamily.org/img/logo_100.png|http://wikiss.tuxfamily.org/]
114 But also position the image on a floating left or right:
115 [http://wikiss.tuxfamily.org/img/logo_100.png|left] [http://wikiss.tuxfamily.org/img/logo_100.png|http://wikiss.tuxfamily.org|right]
118 &lt;-- '''^['''^http://wikiss.tuxfamily.org/img/logo_100.png'''|left]'''
119 '''^['''^http://wikiss.tuxfamily.org/img/logo_100.png'''|'''^http://wikiss.tuxfamily.org'''|right]''' -->
122 ----
124 ... to insert lines, simply use four dashes : '''---- '''
126 ----
128 Finally, in order to neutralize the syntax WiKiss, use the caret ^
129 Thus, enter '''^^^['''WiKiss''']''' can display ^[WiKiss] rather than [WiKiss]
131 ----
133 Try it, you'll see, it's very simple.