]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/nl/pgsrc/TekstFormatteringsRegels
internationalization patch (based on Jan Nieuwenhuizen's original patch)
[SourceForge/phpwiki.git] / locale / nl / pgsrc / TekstFormatteringsRegels
1 '''Paragraphs'''
2
3         * Don't Indent paragraphs
4
5         * Words wrap and fill as needed
6
7         * Use blank lines as separators
8
9         * Four or more minus signs make a horizontal rule
10
11         * %%''''% makes a linebreak (in headings and lists too)
12
13
14 '''Lists'''
15
16         * tab-* for first level
17
18                 * tab-tab-* for second level, etc.
19
20         * Use * for bullet lists, 1. for numbered lists (mix at will)
21
22         * tab-Term:-tab Definition for definition lists
23
24         * One line for each item
25
26         * Other leading whitespace signals preformatted text, changes font.
27
28
29 '''Headings'''
30
31         * '!' at the start of a line makes a small heading
32
33         * '!!' at the start of a line makes a medium heading 
34
35         * '!!!' at the start of a line makes a large heading
36
37
38 '''Fonts'''
39         * Indent with one or more spaces to use a monospace font:
40
41  This is in monospace
42 This is not
43
44
45 '''Indented Paragraphs'''
46 ''(Quotes)''
47
48         * tab-space-:-tab -- often used (with emphasis) for quotations.  (See SimulatingQuoteBlocks)
49
50
51 '''Emphasis'''
52
53         * Use doubled single-quotes ('') for emphasis (usually italics)
54
55         * Use tripled single-quotes (''') for strong emphasis (usually bold)
56
57         * Use five single-quotes ('''''), or triples within doubles, for some other kind of emphasis (BoldItalicInWiki), but be careful about the bugs in the Wiki emphasis logic...
58
59         * Emphasis can be used multiple times within a line, but cannot cross line boundaries
60
61
62 '''References'''
63         * Hyperlinks to other pages within the Wiki are made by placing the page name in square brackets: [this is a page link]
64
65         * Hyperlinks to external pages are done like this: [http://www.wcsb.org/]
66
67         * You can name the links to the external pages by providing a name, a bar (|) and then the hyperlink: [Steve's home page | http://wcsb.org/~swain/]  
68
69         * Old Wiki linking is still supported: JoinCapitalizedWords to make local references
70
71         * You can suppress linking to old-style references by preceeding the word with a '!', e.g. !NotLinkedAsWikiName
72
73         * [1], [2], [3], [4] refer to remote references. Click EditLinks on the edit form to enter URLs. These differ from the newer linking scheme; references are unique to a page.
74
75         * Also, the old way of linking URL's is still supported: precede URLs with "http:", "ftp:" or "mailto:" to create links automatically as in: http://c2.com/
76
77         * URLs ending with .png are inlined ''if inserted as a remote reference'' 
78
79
80 '''Mark-Up Language'''
81
82         * Don't bother
83
84         * < and > are themselves
85
86         * The & characters will not work
87
88         * If you really must use HTML, start each line with a bar (|). Note that this featured must be enabled by the system administrator.
89
90