From: <var...@us...> - 2009-04-18 16:18:46
|
Revision: 6782 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6782&view=rev Author: vargenau Date: 2009-04-18 16:18:45 +0000 (Sat, 18 Apr 2009) Log Message: ----------- Allow "Template:" and "Template/" prefix (Mediawiki compatibility) Modified Paths: -------------- trunk/pgsrc/Help%2FTemplatePlugin Modified: trunk/pgsrc/Help%FTemplatePlugin =================================================================== --- trunk/pgsrc/Help%2FTemplatePlugin 2009-04-18 16:12:07 UTC (rev 6781) +++ trunk/pgsrc/Help%2FTemplatePlugin 2009-04-18 16:18:45 UTC (rev 6782) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -82,6 +82,16 @@ | (empty) |} +=== Page to include + +If "Template:$page" exists, it is used. + +Else, if "Template/$page" exists, it is used. + +Else "$page" is used. + +This allows compatibility with Mediawiki that puts templates in the "Template:" namespace. + === Parameter expansion We only support named parameters, not numbered ones as in Mediawiki, and This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |