Support_Information >> kernel_doc_buglist_details 

TB Wiki

Login

PageList Macro Help

The PageList macro shows a list of pages that match a specified pattern. For example, to list all of the pages that start with "Test", you would put this in the markup for a page, where you want the list of pages to appear.

The macro produces a bulleted list of page names, with each page name having a link to the that page in the wiki.

Example 1: Show all the pages

{{PageList}}


Example 2: Show Test pages

{{PageList(Test.*)}}

Options:

  • ,regex - specify a regular expression to match in the file, to show extra data

You can optionally provide a regular expression to display additional data from the page contents. If the regex has as group the text from that group will be displayed along with the filename. If the regex has no group, then the line where the match occured will be shown.

Example 4: {{PageList(Ktest.*,KERNEL_VERSION=(.*)-g)}}

Show the kernel version for kernel test result pages


Example 3: {{PageList(Portal.*,.*)}}

Show all Portal pages, along with the first line of the page...

Back to page: SystemInfo

TBWiki engine 1.9.3 by Tim Bird