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#

[{INSERT ReferringPagesPlugin}] ...nobody
[{INSERT ReferringPagesPlugin max=2}] ...nobody
[{INSERT ReferringPagesPlugin WHERE max=2}]...nobody
[{INSERT ReferringPagesPlugin max=2}]...nobody
[{INSERT ReferringPagesPlugin show=count}] ...nobody
[{INSERT ReferringPagesPlugin exclude=ReferringPage3,max=100}] ...nobody
[{INSERT ReferringPagesPlugin exclude=ReferringPage3,show=count}] ...nobody
[{INSERT ReferringPagesPlugin exclude=ReferringPage3,show=count,showLastModified=true}] ...nobody
[{INSERT ReferringPagesPlugin exclude='*',show=count,showLastModified=true}] ...nobody
[{INSERT ReferringPagesPlugin include=ReferringPage2}] ...nobody
[{INSERT ReferringPagesPlugin include=ReferringPage2,show=count}] ...nobody
[{INSERT ReferringPagesPlugin before=' >>>>>>>',after='<<<<<< '}] ...nobody
[{INSERT ReferringPagesPlugin before=' >>>>>>>',after='<<<<<< ',show=count}] ...nobody

UnusedPagesPlugin#

[{INSERT UnusedPagesPlugin show=count}] 193
[{INSERT UnusedPagesPlugin include='BugAtt*',show=count}] 0
[{INSERT UnusedPagesPlugin include='BugAtt*',show=count,showLastModified=true}] 0
[{INSERT UnusedPagesPlugin include='BugAtt*'}]

UndefinedPagesPlugin#

[{INSERT UndefinedPagesPlugin show=count}] 46
[{INSERT UndefinedPagesPlugin include='Bug*',show=count}] 1
[{INSERT UndefinedPagesPlugin include='Bug*',show=count,showLastModified=true}] Dirty Harry Wiki : ReferralPluginTest - Plugin insertion failed: parameter showLastModified is not valid for the UndefinedPagesPlugin
[{INSERT UndefinedPagesPlugin include='Bug*'}] BugReportHandler

Parameter combination check#

[{INSERT UndefinedPagesPlugin include='Bug*',show=count,showLastModified=true}] Dirty Harry Wiki : ReferralPluginTest - Plugin insertion failed: showLastModified=true is only valid if show=count is also specified
Find & Replace
×