Update of /cvsroot/phpwiki/phpwiki/pgsrc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30169 Modified Files: Template%2FAttribute Template%2FExample Template%2FRelation Log Message: uppercase Template vars Index: Template%2FAttribute =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/Template%2FAttribute,v retrieving revision 1.1 retrieving revision 1.2 diff -u -2 -b -p -d -r1.1 -r1.2 --- Template%2FAttribute 4 Jan 2007 16:53:07 -0000 1.1 +++ Template%2FAttribute 25 Jan 2007 22:11:29 -0000 1.2 @@ -1,3 +1,3 @@ -Date: Thu, 4 Jan 2007 04:00:12 +0000 +Date: 2007年1月25日 04:00:12 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.13) X-Rcs-Id: $Id$ @@ -10,7 +10,7 @@ Content-Type: application/x-phpwiki; Content-Transfer-Encoding: binary -<em>SemanticSearch for pages with the *%%pagename%%* attribute:</em> +<em>SemanticSearch for pages with the *%%PAGENAME%%* attribute:</em> -<?plugin SemanticSearch attribute=%%pagename%% s="*" page="*" case_exact=1 noform=1 ?> +<?plugin SemanticSearch attribute=%%PAGENAME%% s="*" page="*" case_exact=1 noform=1 ?> List of all other used attributes: Index: Template%2FExample =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/Template%2FExample,v retrieving revision 1.1 retrieving revision 1.2 diff -u -2 -b -p -d -r1.1 -r1.2 --- Template%2FExample 3 Jan 2007 21:26:32 -0000 1.1 +++ Template%2FExample 25 Jan 2007 22:11:29 -0000 1.2 @@ -1,3 +1,3 @@ -Date: Tue, 2 Jan 2007 13:30:17 +0000 +Date: 2007年1月25日 13:30:17 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.13) X-Rcs-Id: $Id$ @@ -13,21 +13,21 @@ Content-Transfer-Encoding: binary The following predefined variables are automatically expanded by the Help:CreatePagePlugin if existing: - pagename - mtime - last modified date + time - ctime - creation date + time - author - last author - owner - creator - first author + PAGENAME + MTIME - last modified date + time + CTIME - creation date + time + AUTHOR - last author + OWNER + CREATOR - first author SERVER_URL, DATA_PATH, SCRIPT_NAME, PHPWIKI_BASE_URL and BASE_URL </noinclude> -Title: %%title%% Year: %%year%% +Title: %%TITLE%% Year: %%YEAR%% --- -* Pagename: %%pagename%% -* Author: %%author%% -* Last modified time: %%mtime%% -* Created time: %%ctime%% -* Owner: %%owner%% -* Creator: %%creator%% +* Pagename: %%PAGENAME%% +* Author: %%AUTHOR%% +* Last modified time: %%MTIME%% +* Created time: %%CTIME%% +* Owner: %%OWNER%% +* Creator: %%CREATOR%% * SERVER_URL: %%SERVER_URL%% Index: Template%2FRelation =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/Template%2FRelation,v retrieving revision 1.1 retrieving revision 1.2 diff -u -2 -b -p -d -r1.1 -r1.2 --- Template%2FRelation 4 Jan 2007 16:53:07 -0000 1.1 +++ Template%2FRelation 25 Jan 2007 22:11:29 -0000 1.2 @@ -1,3 +1,3 @@ -Date: Thu, 4 Jan 2007 03:17:48 +0000 +Date: 2007年1月25日 03:17:48 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.13) X-Rcs-Id: $Id$ @@ -10,13 +10,15 @@ Content-Type: application/x-phpwiki; Content-Transfer-Encoding: binary -<em>SemanticSearch for pages with the *%%pagename%%* relation:</em> +<em>SemanticSearch for pages with the *%%PAGENAME%%* relation:</em> -<?plugin SemanticSearch page="*" relation=%%pagename%% s="*" case_exact=1 noform=1 ?> +<?plugin SemanticSearch page="*" relation=%%PAGENAME%% s="*" case_exact=1 noform=1 ?> Create a new relation page: <?plugin-form CreatePage initial_content={{Template/Relation}} ?> -Note: Relations are created implicitly by using the <tt>~:~:</tt> syntax. See Help:SemanticRelations +Note: Relations are created implicitly by using the <tt>~:~:</tt> syntax. +See Help:SemanticRelations List of all other used relations: + <?plugin ListRelations mode=relations ?>