Synopsis
Text Formatting Rules
Emphasis: '' for italics, __ for bold, ''__ for both
Lists: * for bullet lists, # for numbered lists, "; term : definition" for definition lists
References: JoinCapitalizedWords or use square brackets for a [page link] or URL [http://cool.wiki.int/].
Footnotes: Use [1],[2],[3],...
Preventing linking Prefix with "!": !DoNotHyperlink, name links like [text | URL] (double up on the "[")
Misc "!", "!!", "!!!" make headings, "%%%" makes a linebreak, "----" makes a horizontal rule
Paragraphs
-
Don't indent paragraphs
-
Words wrap and fill as needed
-
Use blank lines as separators
-
Four or more minus signs make a horizontal rule
-
%%% makes a linebreak (in headings and lists too)
Lists
-
asterisk for first level
-
asterisk-asterisk for second level, etc.
-
Use * for bullet lists, # for numbered lists (mix at will)
-
semicolon-term-colon-definition for definition lists:
- term here
-
definition here, as in the <DL><DT><DD> list
-
One line for each item
-
Other leading whitespace signals preformatted text, changes font.
Headings
-
'!' at the start of a line makes a small heading
-
'!!' at the start of a line makes a medium heading
-
'!!!' at the start of a line makes a large heading
Fonts
-
Indent with one or more spaces to use a monospace font:
This is in monospace
This is not
Indented Paragraphs
-
semicolon-colon -- works like <BLOCKQUOTE>
-
this is an indented block of text
Emphasis
-
Use doubled single-quotes ('') for emphasis (usually italics)
-
Use doubled underscores (__) for strong emphasis (usually bold)
-
Mix them at will: bold italics
-
Emphasis can be used multiple times within a line, but cannot cross line boundaries:
''this
will not work''
References
-
Hyperlinks to other pages within the Wiki are made by placing the page name in square brackets: ?this is a page link or ?Using Wiki Words (preferred)
-
Hyperlinks to external pages are done like this:
http://www.wcsb.org/
-
You can name the links by providing a name, a bar (|) and then the hyperlink or pagename:
PhpWiki home page - the front page
-
You can suppress linking to old-style references and URIs by preceding the word with a '!', e.g. NotLinkedAsWikiName, http://not.linked.to/
-
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/
-
URLs ending with .png, .gif, or .jpg are inlined if in square brackets, by themselves:
Tables
-
Simple tables are available. A table row is introduced by a | in the first column. It is best described by example:
|| __Name__ |v __Cost__ |v __Notes__
| __First__ | __Last__
|> Jeff |< Dairiki |^ Cheap |< Not worth it
|> Marco |< Polo | Cheaper |< Not available
-
will generate
| Name | Cost | Notes |
| First | Last |
| Jeff | Dairiki | Cheap | Not worth it |
| Marco | Polo | Cheaper | Not available |
-
Note that multiple |'s lead to spanned columns, and v's can be used to span rows. A > generates a right justified column, < a left justified column and ^ a centered column (which is the default.)
HTML Mark-Up Language
-
Don't bother
-
< and > are themselves
-
The & characters will not work
-
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.
More detail than you want to know
See Magic Php Wiki URLs for gory details on how to write
various kind of wiki maintainance links.
Taulers
Els taulers es dibuixen amb les xifres dels forats. Cada línia ha de començar amb dos símbols del dòlar ($$). Si és una fila de forats, cada les xifres separades per espais. Si és el títol del diagrama, una T majúscula i el títol. si són les llavors de Nord (opcional ) una N majúscula i les llavors. I les de Sud igual amb una S. Una L Vol dir que els forats tindran lletres assignades.
Darrera d'una xifra hi podem posar una c o una f per a marcar-les diferents de les altres.
Exemples:
$$ 0 0 2 3 0 0
$$ 4c 0f 0f 0f 0f 0
$$ T Juga Sud
$$ N 20
$$ S 19
$$ L
Es transforma en:
|
| Diag: Juga Sud |
Php Wiki Documentation