Help: Wiki By Keyword Template Variables
For more help, visit the WebGUI Community Wiki.
- mostPopularUrl
- A URL to take the user to the screen where the most popular Wiki pages are listed.
- recentChangesUrl
- A URL to take the user to the screen where all changes to the the pages in this Wiki are listed.
- keyword
- The keyword that was requested.
- pagesLoop
- A loop of pages that contain the requested keyword.
- title
- The title of this page in the loop.
- url
- The url of this page in the loop.
- synopsis
- The synopsis of this page in the loop.
- formHeader
- HTML code to start the form for entering in sub-keywords. This will be empty unless the current user can administer this wiki
- keywordForm
- HTML code for the field for entering in sub-keywords. This will be empty unless the current user can administer this wiki
- submitForm
- A button to submit the sub-keywords form.
- formFooter
- HTML code to end the form for entering in sub-keywords. This will be empty unless the current user can administer this wiki
- keywords_loop
- A loop containing all the top level keywords for this page, links to their keyword pages, and all sub pages below them.
- title
- The name of a keyword.
- url
- The URL to the keyword page for that keyword. If no page exists, this variable will be empty.
- level
- The depth of this keyword. Top-level keywords for the wiki are level 0.
- descendants
- The number of wiki pages that are tagged with this keyword, and all sub-keywords of this keyword.
- isTopLevel
- Whether or not the keyword is one of the keywords for the page that was called. For the Wiki Front Page, it will only include top level keywords. For a keyword page, it would be true for any sub-keywords of this page.
- indent_loop
- A loop that runs 1 time for each level.
- indent
- The loop iterator for the indent_loop.
- pagination.firstPage
- A link to the first page in the paginator.
- pagination.firstPageUrl
- The url component of pagination.firstPage broken out.
- pagination.firstPageText
- The text component of pagination.firstPage broken out.
- pagination.isFirstPage
- A boolean indicating whether the current page is the first page.
- pagination.lastPage
- A link to the last page in the paginator.
- pagination.lastPageUrl
- The url component of pagination.lastPage broken out.
- pagination.lastPageText
- The text component of pagination.lastPage broken out.
- pagination.isLastPage
- A boolean indicating whether the current page is the last page.
- pagination.nextPage
- A link to the next page in the paginator relative to the current page.
- pagination.nextPageUrl
- The url component of pagination.nextPage broken out.
- pagination.nextPageText
- The text component of pagination.nextPage broken out.
- pagination.previousPage
- A link to the previous page in the paginator relative to the current page.
- pagination.previousPageUrl
- The url component of pagination.previousPage broken out.
- pagination.previousPageText
- The text component of pagination.previousPage broken out.
- pagination.pageNumber
- The current page number.
- pagination.pageCount
- The total number of pages.
- pagination.pageCount.isMultiple
- A boolean indicating whether there is more than one page.
- pagination.pageList
- A list of links to every page in the paginator.
- pagination.pageLoop
- Same as pagination.pageList except broken into individual elements.
- pagination.url
- The URL of a page in the page loop.
- pagination.text
- The number of a page in the page loop.
- pagination.range
- Displays the range of available pages, in a start - end format.
- pagination.activePage
- A boolean which will be true if the this page in the pageLoop is the currently viewed page.
- pagination.pageList.upTo20
- A list of links to the 20 nearest in the paginator relative to the current page. So if you're on page 60, you'll see links for 50-70.
- pagination.pageLoop.upTo20
- Same as pagination.pageList.upTo20 except broken into individual elements.
- pagination.url
- The URL of a page in the page loop.
- pagination.text
- The number of a page in the page loop.
- pagination.range
- Displays the range of available pages, in a start - end format.
- pagination.activePage
- A boolean which will be true if the this page in the pageLoop is the currently viewed page.
- pagination.pageList.upTo10
- A list of links to the 10 nearest in the paginator relative to the current page. So if you're on page 20, you'll see links for 15-25.
- pagination.pageLoop.upTo10
- Same as pagination.pageList.upTo10 except broken into individual elements.
- pagination.url
- The URL of a page in the page loop.
- pagination.text
- The number of a page in the page loop.
- pagination.range
- Displays the range of available pages, in a start - end format.
- pagination.activePage
- A boolean which will be true if the this page in the pageLoop is the currently viewed page.
Admin Console