]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Template%2FExample
Wikicreole syntax
[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.0RC1)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Template%2FExample;
6   flags="";
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 <noinclude>
12 The following predefined variables are automatically expanded by
13 the [[Help:CreatePagePlugin|CreatePage]] plugin 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%%