The UndefinedPagesPlugin is a JSPWikiPluginBcc195432.431-43331.431.4ec88.19809.2Bxss.me that lists all pages that are referred to, but not yet created.

Parameters#

  • maxwidth=n : Limits the length of the generated links to at most n characters. This should be used to keep the LeftMenu or LeftMenuFooter at a manageable width. Default is to not limit the length at all.
  • show=pages|count : This parameter can have two 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.

This plugin extends AbstractReferralPlugin and therefore inherits its parameters.

Usage#

[{UndefinedPagesPlugin}]
or
[{UndefinedPagesPlugin max='400' before='#' after='\n'}]

Example#

See UndefinedPages.


See: JSPWikiCorePlugins


Category.Plugins