orphaned-links

{orphaned-links}

Plugin: Linking Plugin

Creates a list of pages which do not have any other pages linking to them.

Description

Wiki content may be included as the body to be shown if no links exist.

Usage

{orphaned-links:spaces=MYSPACE}

Parameters

Name Required Default Description
page
current location
The page to search on.
spaces
current space
The spaces from which linked pages must come from. Spaces should be comma-separated.
mode
list
The mode in which incoming links are displayed. Available modes:
  • list - Links are displayed in a bullet-pointed list.
  • flat - Links are displayed in a single row, with a separator between each item.
separator
comma
The style of separator to have. Defaults to ', ' when in flat mode. Available separators:
  • commas - Each item is separated by a ', '
  • brackets - Each item is surrounded by square brackets ('[' and ']').
  • braces - Each item is surrounded by curly braces ('{' and '}').
  • parens - Each item is surrounded by parentheses ('(' and ')').
  • pipe - Each item is separated by a pipe ('|').
  • "other" - The value inside the quotes is the separator.
style
The style of the bullet points. May be one of the following:
  • icons - Displays the standard Confluence page-type icons
  • none - No bullets displayed
  • CSS list-styles: - Any standard CSS list-style values are also allowed. Eg. 'disc', 'square', etc.
maxResults
The maximum number of results to display.
name
Parameter description goes here.
excerpt
false
If 'true', any excerpt set for the page is displayed next to the link.
types
any type
The types of pages to list. Must be a comma-separated list of any of the following:
  • page - a standard page.
  • news - a news item.
  • comment - a page/news item comment.
  • spacedescription - a space description.
  • userinfo - the user's profile information details.
  • attachment - an attachment.
  • mail - an archived mail message.
  • mailto - a 'mailto' link.
  • url - an external link.
scope
Allows the possible pages to be restricted to a specific page parent/child scope. More than one filter may be applied. Eg:
  • scope=My Page>children - the direct children of 'My Page'
  • scope=My Page>descendents - any descendents of 'My Page'.
  • scope=My Page>ancestors, Other Page>ancestors - any ancestors of both 'My Page' and 'Other Page'.
labels
Specify the labels a page may or may not have attached. Eg.
  • labels=one, two - may have either 'one' or 'two' attached.
  • labels=+one, +two - must have both 'one' and 'two' attached.
  • labels=+one, -two - must have 'one', but not 'two' attached.

Examples

{orphaned-links}No links exist{orphaned-links}
{orphaned-links:style=square|excerpt=true}
{orphaned-links:scope=Another Page>children}
{orphaned-links:scope=A Different Page>descendents}
{orphaned-links:spaces=MYSPACE}
{orphaned-links:types=page,comment}

See Also

Labels

macro macro Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.