]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Template%2FExample
function _PageList_Column* are not private
[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   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 <noinclude>
11 The following predefined variables are automatically expanded by
12 the [[Help:CreatePagePlugin|CreatePage]] plugin if existing:
13   PAGENAME
14   MTIME     - last modified date + time
15   CTIME     - creation date + time
16   AUTHOR    - last author
17   OWNER
18   CREATOR   - first author
19   SERVER_URL, DATA_PATH, SCRIPT_NAME, PHPWIKI_BASE_URL and BASE_URL
20 </noinclude>
21
22 Title: %%TITLE%%   Year: %%YEAR%%
23 ---
24 * Pagename: %%PAGENAME%%
25 * Author: %%AUTHOR%%
26 * Last modified time: %%MTIME%%
27 * Created time: %%CTIME%%
28 * Owner: %%OWNER%%
29 * Creator: %%CREATOR%%
30
31 * SERVER_URL: %%SERVER_URL%%
32 * DATA_PATH: %%DATA_PATH%%
33 * SCRIPT_NAME: %%SCRIPT_NAME%%
34 * PHPWIKI_BASE_URL: %%PHPWIKI_BASE_URL%%
35 * BASE_URL: %%BASE_URL%%