From: <var...@us...> - 2021-07-30 16:48:04
|
Revision: 10412 http://sourceforge.net/p/phpwiki/code/10412 Author: vargenau Date: 2021-07-30 16:48:02 +0000 (Fri, 30 Jul 2021) Log Message: ----------- pgsrc/Template%2FExample: table layout Modified Paths: -------------- trunk/pgsrc/Template%2FExample Modified: trunk/pgsrc/Template%2FExample =================================================================== --- trunk/pgsrc/Template%2FExample 2021-07-30 16:30:56 UTC (rev 10411) +++ trunk/pgsrc/Template%2FExample 2021-07-30 16:48:02 UTC (rev 10412) @@ -9,16 +9,18 @@ <noinclude> The following predefined variables are automatically expanded by the [[Help:CreatePagePlugin|CreatePage]] plugin if existing: - 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 +|= 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 +|= BASE_URL </noinclude> - ---- * Pagename: %%PAGENAME%% * Author: %%AUTHOR%% * Last modified time: %%MTIME%% @@ -25,7 +27,6 @@ * Created time: %%CTIME%% * Owner: %%OWNER%% * Creator: %%CREATOR%% - * SERVER_URL: %%SERVER_URL%% * DATA_PATH: %%DATA_PATH%% * SCRIPT_NAME: %%SCRIPT_NAME%% This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |