PageList Macro Help
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