-
Notifications
You must be signed in to change notification settings - Fork 5
wiki_templates_special_uncategorized
This template displays all uncategorized wiki articles as outlined below:
Wiki Uncategorized
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. The 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.
{row_start}
Determines what content to use at the start of a row of titles.
{row_blank}
Determines what content to use if a column is blank.
{row_end}
Determines what content to use at end of a row.
{row_column}
Determines what content to use for each column in a row.
{article}
Displays the fully rendered article. This means that all the html/markup code is processed before display.
{author}
Displays the Screen Name of the revision's author.
{content}
Displays the raw content of an article. This means that all the html or markup code is revealed.
{count}
"count" of the article currently being displayed
{email}
Displays the email of the revision's author.
{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.
{path:view_article}
Displays a URL to View Article.
{revision_notes}
Displays the revision's notes, if any.
{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.
{title}
Displays the title of an article.
{url}
Displays the member profile URL for the revision's author.