Diff: Template/Example
Note: You are viewing an old revision of this page. View the current version.
Differences between version 2 and previous revision of Template/Example.
Other diffs: Previous Major Revision, Previous Author
Newer page: | version 2 | Last edited on 22 May 2014 3:01 | by harold | Revert |
Older page: | version 1 | Last edited on 17 January 2022 18:35 | by harold | Revert |
@@ -1,26 +1,26 @@
<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
-|=
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 and
BASE_URL
</noinclude>
+
+Title: %%TITLE%% Year: %%YEAR%%
+---
* Pagename: %%PAGENAME%%
* Author: %%AUTHOR%%
* Last modified time: %%MTIME%%
* Created time: %%CTIME%%
* Owner: %%OWNER%%
* Creator: %%CREATOR%%
+
* SERVER_URL: %%SERVER_URL%%
* DATA_PATH: %%DATA_PATH%%
* SCRIPT_NAME: %%SCRIPT_NAME%%
* PHPWIKI_BASE_URL: %%PHPWIKI_BASE_URL%%
* BASE_URL: %%BASE_URL%%
version 2
The following predefined variables are automatically expanded by
- the
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
Title: %%TITLE%% Year: %%YEAR%% ---
- Pagename: %%PAGENAME%%
- Author: %%AUTHOR%%
- Last modified time: %%MTIME%%
- Created time: %%CTIME%%
- Owner: %%OWNER%%
- Creator: %%CREATOR%%
- SERVER_URL: %%SERVER_URL%%
- DATA_PATH: %%DATA_PATH%%
- SCRIPT_NAME: %%SCRIPT_NAME%%
- PHPWIKI_BASE_URL: %%PHPWIKI_BASE_URL%%
- BASE_URL: %%BASE_URL%%