]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/TextFormattingRules
ZERO/SINGLE_DEPTH renamed into ZERO/NESTED_LEVEL
[SourceForge/phpwiki.git] / pgsrc / TextFormattingRules
1 ! Paragraphs\r
2 \r
3 * Don't indent paragraphs\r
4 * Words wrap and fill as needed\r
5 * Use blank lines as separators\r
6 * Four or more minus signs make a horizontal rule\r
7 * %%''''% makes a linebreak (in headings and lists too)\r
8 \r
9 \r
10 ! Lists\r
11 \r
12 * asterick for first level\r
13 ** asterick-asterick for second level, etc.\r
14 * Use * for bullet lists, # for numbered lists (mix at will)\r
15 * semicolon-term-colon-definition for definition lists:\r
16 ;term here:definition here, as in the <DL><DT><DD> list\r
17 * One line for each item\r
18 * Other leading whitespace signals preformatted text, changes font.\r
19 \r
20 ! Headings\r
21 \r
22 * '!' at the start of a line makes a small heading\r
23 * '!!' at the start of a line makes a medium heading \r
24 * '!!!' at the start of a line makes a large heading\r
25 \r
26 ! Fonts\r
27 \r
28 * Indent with one or more spaces to use a monospace font:\r
29 \r
30  This is in monospace\r
31 This is not\r
32 \r
33 !Indented Paragraphs\r
34 ''(Quotes)''\r
35 \r
36 * semicolon-colon -- works like <BLOCKQUOTE>\r
37 \r
38 ;: this is an indented block of text\r
39 \r
40 ! Emphasis\r
41 \r
42 * Use doubled single-quotes ('') for emphasis (usually ''italics'')\r
43 * Use doubled underscores (__) for strong emphasis (usually __bold__)\r
44 * Mix them at will: __''bold italics''__\r
45 * ''Emphasis'' can be used ''multiple'' times within a line, but ''cannot'' cross line boundaries:\r
46 \r
47 ''this\r
48 will not work''\r
49 \r
50 ! References\r
51 * Hyperlinks to other pages within the Wiki are made by placing the page name in square brackets: [this is a page link] or UsingWikiWords (preferred)\r
52 * Hyperlinks to external pages are done like this: [http://www.wcsb.org/]\r
53 * You can name the links by providing a name, a bar (|) and then the hyperlink or pagename: [PhpWiki home page | http://phpwiki.sourceforge.net/]  - [the front page | FrontPage]\r
54 * You can suppress linking to old-style references and URIs by preceeding the word with a '!', e.g. !NotLinkedAsWikiName, !http://not.linked.to/\r
55 * [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
56 * 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
57 * URLs ending with .png, .gif, or .jpg are inlined if in square brackets, by themselves: [http://phpwiki.sourceforge.net/phpwiki/images/png.png]\r
58 \r
59 \r
60 ! HTML Mark-Up Language\r
61 \r
62 * Don't bother\r
63 * < and > are themselves\r
64 * The & characters will not work\r
65 * If you really must use HTML, your system administrator can enable this feature. Start each line with a bar (|). Note that this feature is disabled by default.\r