article¶
{article}
Displays the fully rendered article. This means that all the html/markup code is processed before display.
Retired Documentation
You are using the documentation for version 2.11.9. Go here for the latest version or check here for your available upgrades to the latest version.
This template displays a list of all titles in the wiki as outlined below:
In addition to the variables in the Wiki Page template, the Special Titles template has:
The Special Titles template has the {wiki:title_list} tag available which is used to display all the wiki’s article titles. This tag has Parameters and Variables.
{wiki:title_list columns="#"}
Determines the number of columns to use in displaying the articles titles.
{articles}
This displays the articles and is used to encase the variable pairs below. It repeats through all the articles and applies the specified formatting to build a list of article titles. Please see the default file for an example.
{article}
Displays the fully rendered article. This means that all the html/markup code is processed before display.
{content}
Displays the raw content of an article. This means that all the html or markup code is revealed.
{last_updated format=""}
Displays the time when an article was last updated.
The format parameter is used to determine the date’s formatting using ExpressionEngine’s Date Variable Formatting.
{switch="option_one|option_two|option_three"}
This variable permits you to rotate through any number of values as the articles are displayed. The first article will use “option_one”, the second will use “option_two”, the third “option_three”, the fourth “option_one”, and so on.
Multiple instances of the {switch=} tag may be used and the system will intelligently keep track of each one.