]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Template%2FExample
Initialize $html
[SourceForge/phpwiki.git] / pgsrc / Template%2FExample
1 Date: Thu,  9 Dec 2010 14:51:45 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Template%2FExample;
5   flags="";
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 <noinclude>
10 The following predefined variables are automatically expanded by
11 the [[Help:CreatePagePlugin|CreatePage]] plugin if existing:
12   PAGENAME
13   MTIME     - last modified date + time
14   CTIME     - creation date + time
15   AUTHOR    - last author
16   OWNER
17   CREATOR   - first author
18   SERVER_URL, DATA_PATH, SCRIPT_NAME, PHPWIKI_BASE_URL and BASE_URL
19 </noinclude>
20
21 Title: %%TITLE%%   Year: %%YEAR%%
22 ---
23 * Pagename: %%PAGENAME%%
24 * Author: %%AUTHOR%%
25 * Last modified time: %%MTIME%%
26 * Created time: %%CTIME%%
27 * Owner: %%OWNER%%
28 * Creator: %%CREATOR%%
29
30 * SERVER_URL: %%SERVER_URL%%
31 * DATA_PATH: %%DATA_PATH%%
32 * SCRIPT_NAME: %%SCRIPT_NAME%%
33 * PHPWIKI_BASE_URL: %%PHPWIKI_BASE_URL%%
34 * BASE_URL: %%BASE_URL%%