\n"; exit(); } $pagehash = RetrievePage($dbi, $pagename); if (is_array($pagehash)) { $textarea = implode($pagehash["text"], "\n"); $version = $copy ? $pagehash["version"]+1 : $pagehash["version"]; if (($pagehash["version"] > 1) && ($pagehash["author"] != $remoteuser)) { $lastcopy = $pagename; } else { $lastcopy = false; } } else { $textarea = "Describe " . htmlspecialchars($pagename) . " here."; $lastcopy = false; $version = 0; } echo WikiHeader($pagename); ?>
">


I can't type tabs. Please ?ConvertSpacesToTabs">ConvertSpacesToTabs for me when I save.

?GoodStyle">GoodStyle tips for editing.
?links=">EditLinks to other web servers.
EditCopy"; echo " from previous author"; } ?>


Emphasis: '' for italics, ''' for bold, ''''' for both
Lists: tab-* for bullet lists, tab-# for numbered lists, tab-Term:-tab for definition lists
References: JoinCapitalizedWords or use square brackets for a [page link] or URL [http://cool.wiki.int/].
References: Use [1],[2],[3],... and EditLinks. Avoid linking with "!": !DoNotHyperlink, name links like [text | URL]
Misc:"!", "!!", "!!!" make headings, "%%%" makes a linebreak, "- - - -" makes a horizontal rule, escape "[" with "[["
more on TextFormattingRules