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