summaryrefslogtreecommitdiffstats
path: root/Templates.md
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-07-24 21:45:09 +0200
committerThomas Lange <code@nerdmind.de>2021-07-24 22:22:28 +0200
commitbd0a39a622fbad99e26a6dd32f9f7f7b66e996d5 (patch)
tree1f937caf60d923083ae68fb134f9466a9cd11bb5 /Templates.md
parenta80afbacabea8d162edcf9cf8737c45f13644af5 (diff)
downloadwiki-bd0a39a622fbad99e26a6dd32f9f7f7b66e996d5.tar.gz
wiki-bd0a39a622fbad99e26a6dd32f9f7f7b66e996d5.tar.xz
wiki-bd0a39a622fbad99e26a6dd32f9f7f7b66e996d5.zip
Update documentation
Diffstat (limited to 'Templates.md')
-rw-r--r--Templates.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/Templates.md b/Templates.md
index 2fe94a0..1c684dc 100644
--- a/Templates.md
+++ b/Templates.md
@@ -226,7 +226,6 @@ Default template for error page 404 Not Found.
### `@CATEGORY`
* `$CATEGORY['URL']`: Contains the complete URL to the category content
-* `$CATEGORY['GUID']`: Contains a pseudo-guid of the category
* `$CATEGORY['ARGV']`: Contains the arguments parsed as key->value array
* `$CATEGORY['FILE']['LIST']`: List of extracted image URLs from the body
* `$CATEGORY['BODY']['TEXT'] ()`: Pre-parsed content of the category body
@@ -242,7 +241,6 @@ Default template for error page 404 Not Found.
### `@PAGE`
* `$PAGE['URL']`: Contains the complete URL to the page content
-* `$PAGE['GUID']`: Contains a pseudo-guid of the page
* `$PAGE['ARGV']`: Contains the arguments parsed as key->value array
* `$PAGE['FILE']['LIST']`: List of extracted image URLs from the body
* `$PAGE['BODY']['TEXT'] ()`: Pre-parsed content of the page body
@@ -258,7 +256,6 @@ Default template for error page 404 Not Found.
### `@POST`
* `$POST['URL']`: Contains the complete URL to the post content
-* `$POST['GUID']`: Contains a pseudo-guid of the post
* `$POST['ARGV']`: Contains the arguments parsed as key->value array
* `$POST['FILE']['LIST']`: List of extracted image URLs from the body"
* `$POST['BODY']['TEXT'] ()`: Pre-parsed content of the post body
@@ -274,7 +271,6 @@ Default template for error page 404 Not Found.
### `@USER`
* `$USER['URL']`: Contains the complete URL to the user
-* `$USER['GUID']`: Contains a pseudo-guid of the user content
* `$USER['ARGV']`: Contains the arguments parsed as key->value array
* `$USER['FILE']['LIST']`: List of extracted image URLs from the body
* `$USER['BODY']['TEXT'] ()`: Pre-parsed content of the user body