Template/Example
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 | |
| BASE_URL |
- 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%%