From dce0e59f93a9c7c996b71265c093c177979c8220 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 30 May 2017 21:10:33 +0200 Subject: Parameter documentation updated for version 2.2 of the application. --- Templates.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Templates.md b/Templates.md index 4d9560e..e58add6 100644 --- a/Templates.md +++ b/Templates.md @@ -186,13 +186,13 @@ Default template for error page 404 Not Found. ## References to reduce duplicate text ### `@PAGE` -* `$PAGE['ID']`: Contains the unique ID of the 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 * `$PAGE['BODY']['HTML'] ()`: HTML parsed content of the page body +* `$PAGE['ATTR']['ID']`: Raw attribute data from database column `id` * `$PAGE['ATTR']['USER']`: Raw attribute data from database column `user` * `$PAGE['ATTR']['SLUG']`**{!}**: Raw attribute data from database column `slug` * `$PAGE['ATTR']['NAME']`**{!}**: Raw attribute data from database column `name` @@ -202,13 +202,13 @@ Default template for error page 404 Not Found. * `$PAGE['ATTR']['TIME_UPDATE']`: Raw attribute data from database column `time_update` ### `@POST` -* `$POST['ID']`: Contains the unique ID of the 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 * `$POST['BODY']['HTML'] ()`: HTML parsed content of the post body +* `$POST['ATTR']['ID']`: Raw attribute data from database column `id` * `$POST['ATTR']['USER']`: Raw attribute data from database column `user` * `$POST['ATTR']['SLUG']`**{!}**: Raw attribute data from database column `slug` * `$POST['ATTR']['NAME']`**{!}**: Raw attribute data from database column `name` @@ -218,13 +218,13 @@ Default template for error page 404 Not Found. * `$POST['ATTR']['TIME_UPDATE']`: Raw attribute data from database column `time_update` ### `@USER` -* `$USER['ID']`: Contains the unique ID of the 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 * `$USER['BODY']['HTML'] ()`: HTML parsed content of the user body +* `$USER['ATTR']['ID']`: Raw attribute data from database column `id` * `$USER['ATTR']['SLUG']`**{!}**: Raw attribute data from database column `slug` * `$USER['ATTR']['BODY']`**{!}**: Raw attribute data from database column `body` * `$USER['ATTR']['ARGV']`: Raw attribute data from database column `argv` -- cgit v1.2.3