Help: Wiki Master, Search Template
For more help, visit the WebGUI Community Wiki.
These variables are available in the template for displaying the search page in the Wiki.
- searchLabel
- An internationalized label to go with searchUrl
- searchUrl
- A URL to take the user to the screen search pages in this Wiki.
- wikiHomeLabel
- An internationalized label to go with wikiHomeUrl.
- wikiHomeUrl
- A URL to take the user back to the Wiki front page.
- mostPopularUrl
- A URL to take the user to the screen where the most popular Wiki pages are listed.
- mostPopularLabel variable
- An internationalized label to go with mostPopularUrl.
- recentChangesUrl
- A URL to take the user to the screen where all changes to the the pages in this Wiki are listed.
- recentChangesLabel variable
- An internationalized label to go with recentChangesUrl.
- resultsLabel
- Results
- notWhatYouWanted variable
- An internationalized label for for asking the user if they did not find what they were looking for.
- nothingFoundLabel variable
- An internationalized label for telling the user that no results were found for their search.
- addPageUrl
- A URL to allow the user to add a page.
- addPageLabel
- Add a new page.
- performSearch
- The constant "1".
- canAddPages
- Boolean value that is true when the user is allowed to add and edit pages in the Wiki.
- searchResults
- A loop containing all the results of the users search. The loop can be empty.
- search url variable
- The URL (with gateway) of a page returned in the search results.
- search title variable
- The title of a page returned in the search results.
- searchFormHeader
- HTML code to start the form for the search box.
- searchQuery
- HTML code for a text box to enter in search terms.
- searchSubmit
- A submit button with an internationalized label to perform the search.
- searchFormFooter
- HTML code to end the form for the search box.
- 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