This page (revision-1) was last changed on 2019-12-18 09:13 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 25 lines
Finds and lists all pages that are referred to by the current page. (twin sister of [ReferringPagesPlugin])
!Parameters
; __page='<pagename>'__ : The name of the root page. Default is the name of the calling page.
; __type='local|external|attachment'__ : ''Local'' shows all local wiki links.\\''External'' shows all external links of the root page. \\''Attachment'' shows the referred attachments of the root page. You can combine the different types like in {{{type='local attachment'}}} Default is ''local''.
; __depth='1..8'__ : Number of levels of wiki links to be expanded. Default is one.
; __include='<pattern>'__ : Only show links matching the include pattern[1]. (eg. {{'BUG.*|CHANGE.*')}}
; __exclude='pattern'__ : Never show links matching the exclude pattern[1]. (eg. {{'LeftMenu.*|Main')}}
; __format='full|sort'__ : Format ''full'' will display all referred page links with duplicate links as normal text but are expanded as normal. Default format will suppress duplicate page links. \\ Format ''sort'' will sort the referred page links alphabetically. Default format shows all referred page links in order of appearance.
!Example
Some valid examples :
{{{
[{ReferredPagesPlugin depth='2'}]
[{ReferredPagesPlugin page='Main' depth='2' format='sort' }]
[{ReferredPagesPlugin page='Main' depth='2' include='JSP.*|.*Tag' format='full'}]
[{ReferredPagesPlugin page='About' type='external' include='.*\.com.*'}]
}}}
----
See also: [ReferredPagesPlugin|JSPWiki:ReferredPagesPlugin]
(for more details, notes, discussion, etc.)