]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/fusionforge/pgsrc/TextFormattingRules
function _PageList_Column* are not private
[SourceForge/phpwiki.git] / themes / fusionforge / pgsrc / TextFormattingRules
1 Date: Fri, 10 Sep 2010 13:47:11 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=TextFormattingRules;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 == Synopsis
11
12 **Emphasis:** ##~/~/## for //italics//, ##~*~*## for **bold**, ##~*~*~/~/...~/~/~*~*## for **//both//**, ##~#~### for ##fixed width##. \\
13 **Lists:** ##~*## for bullet lists, ##~### for numbered lists; use multiple ##~*## or ##~### for nested lists. \\
14 **Headings:** "##~=~=##", "##~=~=~=##", "##~=~=~=~=##", etc. make headings. \\
15 **Preformatted text:** Enclose text in ##~{~{~{...~}~}~}## or ##~<pre>~</pre>##. \\
16 **Indented text:** Indent the paragraph with whitespaces. \\
17 **References:** use double square brackets for a ##~[~[page link~]~]## or URL ##~[~[~http:~//cool.wiki.int/~]~]##. \\
18 **References:** use pipe ##~|## to name the links: ##~[~[page link~|some text~]~]## or ##~[~[~http:~//cool.wiki.int/~|some text~]~]##. \\
19 **Preventing linking:** Prefix with "##~~##": ##~~~DoNotHyperlink##. \\
20 **Misc:** "##~\~\##" makes a linebreak, "##~----##" makes a horizontal rule. \\
21 **Allowed HTML tags:** <b>b</b> <big>big</big> <i>i</i>
22 <small>small</small> ##tt## <em>em</em> <strong>strong</strong>
23 <s>s</s> <strike>strike</strike>
24 <abbr>abbr</abbr> <acronym>acronym</acronym> <cite>cite</cite>
25 <code>code</code> <dfn>dfn</dfn> <kbd>kbd</kbd> <samp>samp</samp>
26 <var>var</var> <sup>sup</sup> <sub>sub</sub> \\
27 **More:** [[Help:TextFormattingRules#Tables|tables]], [[Help:TextFormattingRules#Images|images]],
28 [[Help:CreateTocPlugin|table of contents]], [[Help:TextFormattingRules#Inserting_plugins|plugins]]
29
30 More explanations: [[Help:TextFormattingRules]]