List of all available plugin tags:
-
{% lucidTag IncludeRemote url="" title="None" preformat="None" escape="True" %} - Includes Websites into your page.
-
{% lucidTag RSS url="" internal_page="None" debug="None" pref_id="None" title="None" %} - A RSS feed reader
-
{% lucidTag RSSfeedGenerator count="10" %} - Create a RSS news feed.
-
{% lucidTag SiteMap %} - SiteMap generator
-
{% lucidTag SourceCode url="" %} - Include local sourcecode file into your page.
-
{% lucidTag admin_menu %} - Administration Menu
-
{% lucidTag back_links %} - A small Backlink generator
-
{% lucidTag main_menu min="1" max="0" %} - A tree main menu
-
{% lucidTag page_style %} - Stylesheet module
-
{% lucidTag page_update_list count="10" %} - page update list
-
{% lucidTag search %} - The builtin search
-
{% lucidTag sub_menu %} - sub menu generator
-
{% lucidTag blog %} - A simple blog system (extermental)
-
{% lucidTag flv_player flv="'flash filename'" %} - simple Flash Video Player Plugin (ALPHA state!)
-
{% lucidTag page_counter %} - simple page counter
Additional django template tags:
List of all PAGE tags:
-
{{ PAGE.id }} - The internal page ID.
-
{{ PAGE.content }} - The CMS page content.
-
{{ PAGE.parent }} - the higher-ranking father page
-
{{ PAGE.position }} - ordering weight for sorting the pages in the menu.
-
{{ PAGE.name }} - A short page name
-
{{ PAGE.shortcut }} - shortcut to built the URLs
-
{{ PAGE.title }} - A long page title
-
{{ PAGE.template }} - the used template for this page
-
{{ PAGE.style }} - the used stylesheet for this page
-
{{ PAGE.markup }} - the used markup language for this page
-
{{ PAGE.keywords }} - Keywords for the html header. (separated by commas)
-
{{ PAGE.description }} - Short description of the contents. (for the html header)
-
{{ PAGE.createtime }} - Create time
-
{{ PAGE.lastupdatetime }} - Time of the last change.
-
{{ PAGE.createby }} - User how create the current page.
-
{{ PAGE.lastupdateby }} - User as last edit the current page.
-
{{ PAGE.showlinks }} - Put the Link to this page into Menu/Sitemap etc.?
-
{{ PAGE.permitViewPublic }} - Can anonymous see this page?
-
{{ PAGE.permitViewGroup }} - Limit viewable to a group?
-
{{ PAGE.permitEditGroup }} - Usergroup how can edit this page.