From 5e9652d8736be6b5badece6ecf8b21f0a1256666 Mon Sep 17 00:00:00 2001
From: Colin Kuskie
currentPage.menuTitle
The pageId of the base page.
currentPage.menuTitle
The menu title of the base page.
currentPage.title
The title of the base page.
currentPage.url
The URL of the base page.
currentPage.assetId
The assetId of the base page.
currentPage.synopsis
The synopsis of the base page.
currentPage.newWindow
A conditional indicating whether the base page should be opened in a new window.
currentPage.hasChild
A conditional indicating whether the base page has daughters.
currentPage.isHome
A conditional indicating whether the base page is the default page for the site.
page_loop
A loop containing page information in nested, hierarchical order.
unfolded_page_loop
This loop contains the same data as page_loop but the order is different. unfolded_page_loop returns it's pages in an unfolded manner; grouped by parent id. You'll probably need page_loop, but there are (CSS) menus that need unfolded_page_loop to work properly.
Both page_loop and unfolded_page_loop have the following @@ -100,10 +102,10 @@ loop variables:
page.ownerUserId
The userId of the owner of this page.
page.synopsis
The synopsis of this page.
page.newWindow
A conditional indicating whether this page should be opened in a new window.
page.absDepth
The absolute depth of this page (relative to nameless root).
page.absDepth
The absolute depth of this page (relative to nameless root).
page.relDepth
The relative depth of this page (relative to starting point).
page.isHidden
A conditional indicating whether this page is a hidden page.
page.isSystem
A conditional indicating whether this page is a system page (Trash, Clipboard, etc).
page.isHidden
A conditional indicating whether this page is a hidden page.
page.isViewable
A conditional indicating whether the user has permission to view it.
page.indent
A variable containing the indent for the current page. The default indent is three spaces. Use the page.indent_loop if you need a more flexible indent.
page.indent_loop
A loop that runs page.relDepth times.
indent
A number representing the loop count.
page.isBranchRoot
A conditional indicating whether this page is a root page.
page.isTopOfBranch
A conditional indicating whether this page is a top page (daughter of root).
page.inBranchRoot
This conditional is true if this page is a descendant of the root page of the base page.
page.hasChild
A conditional indicating whether this page has a daughter. In other words: It evaluates to true if this page is a mother.
page.isCurrent
A conditional indicating whether this page is the base page.
page.isAncestor
A conditional indicating whether this page is an ancestor of the base page.
page.isDescendent
A conditional indicating whether this page is a descendant of the base page.
page.isChild
A conditional indicating whether this page is a daughter of the base page.
page.isParent
A conditional indicating whether this page is the mother of the base page.
page.isCurrent
A conditional indicating whether this page is the base page.
page.isDescendent
A conditional indicating whether this page is a descendant of the base page.
page.isAncestor
A conditional indicating whether this page is an ancestor of the base page.
page.inBranchRoot
This conditional is true if this page is a descendant of the root page of the base page.
page.isSibling
A conditional indicating whether this page is the sister of the base page.
page.inBranch
A conditional that is the logical OR of isAncestor, isSister, isBasepage and isDescendent.
page.hasChild
A conditional indicating whether this page has a daughter. In other words, it evaluates to true if this page is a mother.
page.parent.*
These variables will be undefined if the page is a root.
page.parent.menuTitle
The menu title of the mother of this page.
page.parent.title
The title of the mother of this page.
page.parent.url
The urlized title of the mother of this page.
page.parent.assetId
The assetId of the mother of this page.
page.depthDiffIs1, page.depthDiffIs2, page.depthDiffIs3, page.depthDiffIsN
True if the page.depthDiff variable is N.
page.depthDiff_loop
A loop that runs page.depthDiff times. This loop contains no loop variables.
|, - lastUpdated => 1106872049, + lastUpdated => 1108598200, }, '1094' => {