article¶
{article}
Displays the fully rendered article. This means that all the html/markup code is processed before display.
This template displays all uncategorized wiki articles as outlined below:

In addition to the variables in the Wiki Page template, the Special Uncategorized 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.
User Contributed Notes
You must either have an EllisLab product license and have attained a forum rank of "Lab Assistant" (50 posts) to contribute notes to the User Guide