* show (pages/count)
* showLastModified (true/false)
The show parameter has two possible values, "pages" (the default), and "count".
The value "pages" will give you the list containing the pages, the value "count" will give you just the number of pages, not the whole list.
It is only valid for the ReferringPagesPlugin, the UndefinedPagesPlugin and the UnusedPagesPlugin.
The showLastModified parameter gives you the last modified date/time of the most recently changed page.
It is only valid if show="count", otherwise a PluginException is thrown.
It is only valid for the ReferringPagesPlugin and the UnusedPagesPlugin.
Table of Contents
Documentation#
Two new parameters are introduced:
* show (pages/count) * showLastModified (true/false)
The show parameter has two possible values, "pages" (the default), and "count".
The value "pages" will give you the list containing the pages, the value "count" will give you just the number of pages, not the whole list.
It is only valid for the ReferringPagesPlugin, the UndefinedPagesPlugin and the UnusedPagesPlugin.
The showLastModified parameter gives you the last modified date/time of the most recently changed page.
It is only valid if show="count", otherwise a PluginException is thrown.
It is only valid for the ReferringPagesPlugin and the UnusedPagesPlugin.
Referring pages#
UnusedPagesPlugin#
UndefinedPagesPlugin#
Parameter combination check#