From: <var...@us...> - 2014-01-13 12:37:32
|
Revision: 8848 http://sourceforge.net/p/phpwiki/code/8848 Author: vargenau Date: 2014-01-13 12:37:29 +0000 (Mon, 13 Jan 2014) Log Message: ----------- Add info about line break 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-01-03 18:01:37 UTC (rev 8847) +++ trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users 2014-01-13 12:37:29 UTC (rev 8848) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2012 13:46:13 +0000 +Date: Mon, 13 Jan 2014 13:36:51 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FAdvice%20for%20Mediawiki%20users; @@ -15,6 +15,7 @@ Here are some differences between Mediawiki and Phpwiki: * 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. * Many things that are built-in in Mediawiki use plug-ins in Phpwiki (table of contents, redirections, back links, etc.). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |