From: <var...@us...> - 2014-06-12 19:19:06
|
Revision: 8900 http://sourceforge.net/p/phpwiki/code/8900 Author: vargenau Date: 2014-06-12 19:18:59 +0000 (Thu, 12 Jun 2014) Log Message: ----------- <tt> --> <samp> Modified Paths: -------------- trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users Modified: trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users =================================================================== --- trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users 2014-06-12 19:12:34 UTC (rev 8899) +++ trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users 2014-06-12 19:18:59 UTC (rev 8900) @@ -1,4 +1,4 @@ -Date: Mon, 13 Jan 2014 13:36:51 +0000 +Date: Thu, 12 Jun 2014 21:17:47 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FAdvice%20for%20Mediawiki%20users; @@ -16,8 +16,8 @@ * Italics are ##//## (but you can also use ##''## like in Wikipedia) * Bold is ##~*~*## (you //cannot use// ##'''## like in Wikipedia) * Line break is ##~\~\## in Wikicreole, ##~<br />## in Mediawiki -* There is **no automatic capitalisation** of first character of page name. Pages *<tt>~[~[foo~]~]</tt>* and *<tt>~[~[Foo~]~]</tt>* are different. -* A space in a page name in not equivalent to an underscore. Pages *<tt>~[~[foo bar~]~]</tt>* and *<tt>~[~[foo_bar~]~]</tt>* are different. We recommend to use a space in the page names. +* There is **no automatic capitalisation** of first character of page name. Pages *<samp>~[~[foo~]~]</samp>* and *<samp>~[~[Foo~]~]</samp>* are different. +* A space in a page name in not equivalent to an underscore. Pages *<samp>~[~[foo bar~]~]</samp>* and *<samp>~[~[foo_bar~]~]</samp>* are different. We recommend to use a space in the page names. * Many things that are built-in in Mediawiki use plug-ins in Phpwiki (table of contents, redirections, back links, etc.). * Redirections are less sophisticated in Phpwiki (e.g. backlinks do not show redirected pages) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |