]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Template%2FExample
Harmonize documentation
[SourceForge/phpwiki.git] / pgsrc / Template%2FExample
1 Date: Mon, 16 Jun 2008 14:15:24 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id: Template%2FExample,v 1.3 2008-06-18 01:12:40 vargenau Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=Template%2FExample;
6   flags="";
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 <noinclude>
12 The following predefined variables are automatically expanded by 
13 the [CreatePagePlugin|Help:CreatePagePlugin] if existing:
14   PAGENAME
15   MTIME     - last modified date + time
16   CTIME     - creation date + time
17   AUTHOR    - last author
18   OWNER     
19   CREATOR   - first author
20   SERVER_URL, DATA_PATH, SCRIPT_NAME, PHPWIKI_BASE_URL and BASE_URL
21 </noinclude>
22
23 Title: %%TITLE%%   Year: %%YEAR%%
24 ---
25 * Pagename: %%PAGENAME%%
26 * Author: %%AUTHOR%%
27 * Last modified time: %%MTIME%%
28 * Created time: %%CTIME%%
29 * Owner: %%OWNER%%
30 * Creator: %%CREATOR%%
31
32 * SERVER_URL: %%SERVER_URL%%
33 * DATA_PATH: %%DATA_PATH%%
34 * SCRIPT_NAME: %%SCRIPT_NAME%%
35 * PHPWIKI_BASE_URL: %%PHPWIKI_BASE_URL%%
36 * BASE_URL: %%BASE_URL%%