]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/de/pgsrc/Vorlage%2FBeispiel
Update pgsrc to 1.4.0RC1
[SourceForge/phpwiki.git] / locale / de / pgsrc / Vorlage%2FBeispiel
1 Date: Fri, 10 Sep 2010 13:48:42 +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=Vorlage%2FBeispiel;
6   flags="";
7   markup=2;
8   charset=utf-8
9 Content-Transfer-Encoding: binary
10
11 <noinclude>
12 Die folgenden vordefinierten Variablen werden zwischen zwei %% gesetzt automatisch expandiert, 
13 auf ihren Wert gesetzt:
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 Titel: %%title%%   Jahr: %%year%%
24 ---
25 * Seitenname: %%pagename%%
26 * Autor: %%author%%
27 * Datum der letzten Ã„nderung: %%mtime%%
28 * Datum der Erzeugung: %%ctime%%
29 * Eigentümer: %%owner%%
30 * Erzeuger: %%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%%