Create a list of topics attached to the article currently defined in the template environment. If the article was not set, the list is empty. The topic parameter may not be defined outside the list_article_topics statement; inside the statement however, this parameter is defined. The code between "{{ list_article_topics }}" statement and "{{ /list_article_topics }}" is repeated for every topic in the list.
{{ list_article_topics [length="<integer_value>"] [columns="<integer_value>"] }} <list_of_instructions> {{ /list_article_topics }}
Taken from Template Pack "The Custodian" (date 2011-03-16) file "article.tpl"
{{ list_article_topics }} {{ assign var="topic_cond" value="`$topic_cond` topic is `$gimme->topic->identifier` " }} {{ /list_article_topics }}
Taken from Template Pack "The Custodian" (date 2011-03-16) file "topic-list.tpl"
{{ list_article_topics }} {{ if $gimme->current_list->at_beginning }} {{ if $gimme->language->name == "English" }}Related topics {{ else }}Temas relacionados {{ /if }} {{ /if }} : {{$gimme->topic->name }} {{ if $gimme->current_list->at_end }} {{ /if }} {{ /list_article_topics }}
Inside list_articles the following statements are forbidden:
Inside the list, the current topic is set to the current element of the list. The environment context is restored after the list processing.
Create a list of subtopics of the topic currently set in the template environment. If the topic was not set it will generate the list of root topics. The topic parameter may not be defined outside the list statement; inside the statement however, this parameter is defined. The code between "{{ list_subtopics }}" statement and "{{ /list_subtopics }}" is repeated for every topic in the list.
{{ list_subtopics [length="<integer_value>"] [columns="<integer_value>"] [order="<order_condition>"] }} <list_of_instructions> {{ /list_subtopics }}
<list_of_instructions> may contain any statement except those listed at the end of the page.
Inside the list, the data context is defined by the constraints applied to the current topic for every processed line. The data context is restored after the list processing.
Inside list_subtopics the following statements are forbidden:
There has been error in communication with Booktype server. Not sure right now where is the problem.
You should refresh this page.