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