From: Steve W. <wai...@us...> - 2001-04-07 15:00:58
|
Update of /cvsroot/phpwiki/phpwiki/templates In directory usw-pr-cvs1:/tmp/cvs-serv12528 Modified Files: editpage.html Log Message: Updated the edit hints at the bottom of the page. Index: editpage.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/editpage.html,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** editpage.html 2001/04/06 18:21:37 1.17 --- editpage.html 2001/04/07 15:00:55 1.18 *************** *** 39,48 **** <hr noshade> <small> ! <b>Emphasis:</b> '' for italics, ''' for bold, ''''' for both ! <br><b>Lists:</b> tab-* for bullet lists, tab-# for numbered lists, tab-Term:-tab for definition lists <br><b>References:</b> JoinCapitalizedWords or use square brackets for a [page link] or URL [http://cool.wiki.int/]. ! <br><b>References:</b> Use [1],[2],[3],... and EditLinks. Avoid linking with "!": !DoNotHyperlink, name links like [text | URL] <br><b>Misc:</b>"!", "!!", "!!!" make headings, ! "%%%" makes a linebreak, "- - - -" makes a horizontal rule, escape "[" with "[[" <br>more on <a class="wikilink" href="###BROWSE###TextFormattingRules"><b><span class="wikiword">TextFormattingRules</span></b></a> --- 39,50 ---- <hr noshade> <small> ! <b>Emphasis:</b> '' for italics, __ for bold, ''__ for both ! <br><b>Lists:</b> * for bullet lists, # for numbered lists, ''; term : definition'' for definition lists <br><b>References:</b> JoinCapitalizedWords or use square brackets for a [page link] or URL [http://cool.wiki.int/]. ! <br><b>Footnotes:</b> Use [1],[2],[3],... ! <br><b>Preventing linking:</b> Avoid linking with "!": ! !DoNotHyperlink, name links like [[text | URL] (double up on the "[") <br><b>Misc:</b>"!", "!!", "!!!" make headings, ! "%%%" makes a linebreak, "- - - -" makes a horizontal rule <br>more on <a class="wikilink" href="###BROWSE###TextFormattingRules"><b><span class="wikiword">TextFormattingRules</span></b></a> |