From: <var...@us...> - 2010-07-20 15:15:57
|
Revision: 7626 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7626&view=rev Author: vargenau Date: 2010-07-20 15:15:46 +0000 (Tue, 20 Jul 2010) Log Message: ----------- New help page: Help/Advice for Mediawiki users Added Paths: ----------- trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users Added: trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users =================================================================== --- trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users (rev 0) +++ trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users 2010-07-20 15:15:46 UTC (rev 7626) @@ -0,0 +1,32 @@ +Date: Thu, 15 Apr 2010 16:32:58 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) +X-Rcs-Id: $Id$ +Content-Type: application/x-phpwiki; + pagename=Help%2FAdvice%20Mediawiki%20users; + flags=PAGE_LOCKED%2CEXTERNAL_PAGE; + markup=2; + charset=UTF-8 +Content-Transfer-Encoding: binary + +If you contribute to Wikipedia or to other wikis that use the Mediawiki +software, you will notice some differences in the wiki syntax of Mediawiki +and the wiki syntax of Phpwiki. + +== Syntax differences == + +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) +* 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.). +* Redirections are less sophisticated in Phpwiki (e.g. backlinks do not show redirected pages) + +== Tables == + +You can use in ACOS Forge the [[Help:MediawikiTablePlugin|Mediawiki table syntax]]. + +<noinclude> +---- +[[PhpWikiDocumentation]] +</noinclude> Property changes on: trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users ___________________________________________________________________ Added: svn:keywords + Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-11-16 18:08:23
|
Revision: 8482 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8482&view=rev Author: vargenau Date: 2012-11-16 18:08:14 +0000 (Fri, 16 Nov 2012) Log Message: ----------- Fix pagename Modified Paths: -------------- trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users Modified: trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users =================================================================== --- trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users 2012-11-15 16:52:26 UTC (rev 8481) +++ trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users 2012-11-16 18:08:14 UTC (rev 8482) @@ -1,7 +1,7 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 10 Sep 2012 13:46:13 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; - pagename=Help%2FAdvice%20Mediawiki%20users; + pagename=Help%2FAdvice%20for%20Mediawiki%20users; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; markup=2; charset=UTF-8 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <var...@us...> - 2019-04-26 12:52:40
|
Revision: 10122 http://sourceforge.net/p/phpwiki/code/10122 Author: vargenau Date: 2019-04-26 12:52:39 +0000 (Fri, 26 Apr 2019) Log Message: ----------- Replace <samp> with ## Modified Paths: -------------- trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users Modified: trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users =================================================================== --- trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users 2019-04-26 12:49:04 UTC (rev 10121) +++ trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users 2019-04-26 12:52:39 UTC (rev 10122) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Fri, 26 Apr 2019 14:50:46 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FAdvice%20for%20Mediawiki%20users; @@ -16,14 +16,14 @@ * 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 **<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.). +* There is **no automatic capitalisation** of first character of page name. Pages ##~[~[foo~]~]## and ##~[~[Foo~]~]## are different. +* A space in a page name in not equivalent to an underscore. Pages ##~[~[foo bar~]~]## and ##~[~[foo_bar~]~]## are different. We recommend to use a space in the page names. +* Many things that are built-in in Mediawiki use plugins in Phpwiki (table of contents, redirections, back links, etc.). * Redirections are less sophisticated in Phpwiki (e.g. backlinks do not show redirected pages) == Tables == -You can use in ACOS Forge the [[Help:MediawikiTablePlugin|Mediawiki table syntax]]. +You can use the [[Help:MediawikiTablePlugin|Mediawiki table syntax]]. <noinclude> ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |