You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 389 Next »

Advanced Macros

This plugin provides many macros which generates information on Wiki content.

This plugin includes the following macros:
  • listlabels – Displays the pages for a label in a pretty matrix.
  • content-by-user – List all the content created by a particular user.
  • children – List all the children of a page (and possibly their children).
  • search – Perform a full-text search, and include the results in the page.
  • index – Create an index of all pages within the space.
  • blog-posts – View, summarise or list the most recent news items in the space.
  • excerpt – Mark a section of a page as an excerpt for page summaries.
  • excerpt-include – Include the excerpt from one page within another page.
  • include – Include the full content of one page within another page.
  • gallery – Create a thumbnail gallery from a page's attachments.
  • change-history – Show the history of version comments.
  • popular-labels – List the most popular labels.
  • contentbylabel – List the pages labelled by a specified set of labels.
  • favpages – List the pages in your favourites list.
  • related-labels – List the related labels for a given set of labels, or for the current page.
  • recently-used-labels – List the labels that have been used recently.
  • navmap – Displays the pages for a label in a pretty matrix.

The Include macro displays the contents of one Wiki page in another. If the page is from another space, you will need to include the space name.

The Code :

{include:HELP:Wiki Markup Editor}

What you will get :

The page 'Wiki Markup Editor' from the wiki space 'HELP' is not displayed on this page:

Error formatting macro: include: java.lang.IllegalArgumentException: No link could be created for 'HELP:Wiki Markup Editor'.

Parameters

{include:SPACE:Name_of_page}

The 'space' parameter is case sensitive.

The Excerpt Macro is used to mark a part of a page's content for re-use. By itself, the excerpt macro does not change the display of a page. However, defining an excerpt enables other macros such as excerpt-include and blog-posts macros to display the specified content elsewhere.

A page can only have *ONE* excerpt.

The Code :

{excerpt}
Content to be included on another page.
{excerpt}

What you will get :

Content to be included on another page.

Parameters

Name

Required?

Default

Description

hidden

false

Controls whether the text between the excerpt tags will appear on that page when users read it.

This macro allows a portion of a page to 'excerpted' in another. To use this macro you must define the 'excerpted' content with the excerpt macro.

The Code :

{excerpt-include:Advanced Macros Plugin}

What you will get :

This is the plugin libraries navigation bar, which was created using the excerpt and excerpt-include macros. The panel displays the name of the page where the 'excerpted' content is being pulled from. It can be removed by adjusting the 'nopanel' parameter (see below):

If any changes are made to the content within the body of the excerpt macro, it will automatically be changed on any pages it is being 'excerpted'. This makes the excerpt and excerpt-include macros ideal for creating navigation bars.

Parameters

Name

Required?

Default

Description

nopanel

false

Controls whether the square panel border around the excerpt should be removed. Also controls whether the name of the page where the 'excerpted' content is being pulled from is displayed.

Displays the most popular labels used throughout a Wiki space.

The Code :

Bulleted list:

{popular-labels:style=list|spacekey=HELP|count=15}

Heatmap :

{popular-labels:style=heatmap|spacekey=HELP|count=15}

What you will get :

Bulleted list:

Heatmap :

Parameters

Name

Required?

Default

Description

count

100

Specifies the total number of labels to display in the heatmap.

spacekey

none

Restricts the list of popular labels to the specified space.

style

list

Displays the list of popular labels in standard bullet-point 'list' form or as a 'heatmap'. The heatmap style uses different font sizes depending on their rank of popularity, ordered by label names. The list style orders labels by popularity (highest first).

Generates a list of content associated with a specific label or labels.

The Code :

{contentbylabel:Documentation}

What you will get :

Error formatting macro: contentbylabel: com.atlassian.confluence.api.service.exceptions.BadRequestException: Could not parse cql : null

Parameters

Name

Required?

Default

Description

spacekey

all

Filter by space.

type

false

Filter by content type.

showLabels

true

Show or hide labels for results.

showSpace

true

Show or hide spaces for results.

excerpt

false

Show or hide excerpts for results.

maxResults

5

Specify maximum results to display.

sort=creation
sort=title
sort=modified
sort=recent

recent

The 'sort' attribute is an optional attribute that allows you to configure how the children are sorted. Use the 'reverse' attribute to optionally reverse the sorting.

operator

OR

The operator to apply to the supplied lists of labels. By default, a page with any of the labels will be listed. By using operator=AND, only pages with all of the supplied labels will be listed.

Lists all tagged labels from every page which has one or more labels in common with the current page.

The Code :

{related-labels}

What you will get :

There are no related labels.

Parameters

Name

Required?

Default

Description

labels

none

Specify the labels for which you want to view related labels. For example, documentation, help.

Generates a list of recently used labels on a specific scale : Global, Space, Personal.

The Code :

Horizontal list:

{recently-used-labels}

Table:

{recently-used-labels:style=table}

What you will get :

Horizontal list:

uplink, primer, surface_ops, 2023, post-landing, 2022

Table:

There are no recently used labels to display.

Parameters

Name

Required?

Default

Description

count

10

Specifies the total number of labels to display in the list.

scope

global

Specifies the scope of labels to be displayed in the list. Valid values include:

  • global — covers all non-personal spaces in the Confluence installation.
  • space — the current space.
  • personal — your own personal space.

style

list

Displays the list of recently used labels in a horizontal 'list' style or in a 'table' style. The table style includes additional information such as the page to which the label was added user who added it.

title

none

Adds a title to the top of the list in table style. Titles are only visible when the List Style (style) parameter has been set to table.

Creates a hyper-linked alphabetically listed index of all labels within the current space.

The Code :

{listlabels}

What you will get :

deck: com.atlassian.confluence.macro.MacroExecutionException: java.lang.NullPointerException

Creates a list of ALL current content by a specific Wiki user. This includes, pages, comments, and spaces.

The Code :

{content-by-user:ggaskell}

What you will get :

Parameters

{content-by-user:username}

Creates a hyper-linked list of a pages' children and its' descendants (childrens' children).

The Code :

{children:all=true}

What you will get :

Parameters

Name

Required?

Default

Description

all

false

Display all descendants.

page

current

Specify which page to display children for in a current space or in a different space.
If the page parameter is '/', then the macro will list all the current space's top-level pages i.e. those without parents. If the page parameter is a space key followed by a
colon (e.g "children:page=DOC:"), then the top-level pages of that space will be listed.

depth

none

Specify the depth of descendents to display.

If your *children* macro includes both 'all=true' and 'depth=X' parameter-value combinations where X is a number, 'all=true' takes precedence. If an 'all=false' and 'depth=X' parameter-value combination is used, 'depth=X' takes precedence.

first

none

Restrict the number of children displayed at the top level.

style

none

Specify the style in which descendents are displayed.

excerpt

false

Display the child pages' excerpts, if they exist.

sort=creation
sort=title
sort=modified

Manual if manually ordered, otherwise alphabetical

he 'sort' attribute is an optional attribute that allows you to configure how the children are sorted. Specify 'creation' to sort by content creation date, 'title' to sort alphabetically on title and 'modified' to sort of last modification date.

reverse

false

Use this parameter in conjunction with the 'sort' parameter described above. Set 'reverse=true' to change the sort from ascending to descending order.

The search macro searches your Confluence site based on search terms specified in the macro code, and displays the results on the wiki page.

The Code :

{search:query=help|maxLimit=5}

What you will get :

A list of content based on the 'help' search term with a max of 5 results:

Found 5 search result(s) for help.

PDF File latest-voip-help-dashboard.pdf (IS&T Client Support Services (CSS) > Process Dashboards)
... 7/1/2010 Page 2 Problems by Queue % of cases in Telecom::Telephone Help 106% 176 142 109Telecom::Telephone  Help, 168 137 127 108107 121123 205 119 126 109 171 ...
PDF Document - 116 kB - Jul 01, 2010 14:24 - Download - Attachments
Page: Help (Praxis)
... trouble logging in to the Community Forum page, please contact us mailto:praxis@mit.edu for help. The rest of this site does not require login to view the content. Receiving error messages ...
Sep 10, 2007 16:38
Page: Help! (YaWHOI!)
... can be added as help text inserturlhere. I recommend putting the URL itself as help text since we will print the most current version of the handbook every year ... can add content using the Rich Text editor too. For wiki markup ...
Sep 17, 2013 17:24
Page: Help (PAOC-Labguide)
... Below is an example: tank5.jpg     Launch Video http://paoc.mit.edu/labweb/lab1/taylorclip.mpg    Advanced Users To find help on advanced posting syntax, go here https://wikis.mit.edu/confluence/renerer/notationhelp.action?section=all Migrated to Confluence 4.0Posting Help
Mar 24, 2009 16:12
Space: Wiki Help
user guide and support documentation for the MIT wiki service
Jul 28, 2009 15:29
Labels: news, help, training, support

Parameters

Name

Required?

Default

Description

query

none

The search terms which this macro will use to generate its results. You can refine your search query by using operators such as 'AND' and 'OR'. For example:

  • In the macro browser Search Terms entry box: my_query1 AND my_query2
  • In wiki markup editor: "search:query=my_query1 AND my_query2"

maxLimit

no limit

Set a limit to the number of search results displayed.

spacekey

all

Specify the key of the space you want to search in. Note that this is case sensitive.

type

all

Specify the content type. The content types are: page, comment, blogpost, attachment, userinfo (the content of user profiles only), spacedesc (the content of space descriptions only) and mail.

lastModified

all

Specify a period of time in weeks, days, hours and/or minutes, to see the content modified within that time frame. For example:

  • 2h 35m
  • 3d 30m
    These are the values you can use:
  • w = weeks
  • d = days
  • h = hours
  • m = minutes
    If no time category is specified, Confluence assumes minutes. If you specify more than one time period (e.g. weeks and days), the periods must be separated by a space and they can come in any order. The time categories are not case sensitive e.g. '4d' is the same as '4D'.

contributor

all

Specify the username of a Confluence user, to show only content created or updated by that user.

The index macro creates a hyper-linked alphabetical index of all pages within the current space.

The top section of the Index contains a cell for letter of the alphabet, including separate cells for numbers and symbols. Each of these cells indicates the number of pages in which the first letter of the title matched the corresponding letter, number or symbol in the cell.

The lower section is effectively an extended version of the top section. However, each cell shows the page name followed by the first few sentences of content on that page.

The Code :

{index}

What you will get :

Space Index

Total number of pages: 34

0-9 ... 0 A ... 1 B ... 2 C ... 3 D ... 2 E ... 0
F ... 0 G ... 2 H ... 0 I ... 2 J ... 0 K ... 0
L ... 4 M ... 0 N ... 1 O ... 1 P ... 2 Q ... 0
R ... 0 S ... 2 T ... 1 U ... 0 V ... 0 W ... 2
X ... 0 Y ... 0 Z ... 0 !@#$ ... 0    

0-9

A

Home page: Advanced Macros Plugin
 deck.tab.active.background = #6495ED Advanced Macros Plugin Basic Macros Plugin Booking Plugin Calendar Plugin Composition Plugin Content Formatting Macros Dynamic Table Plugin Dynamic Task List Plugin Gliffy Plugin Google Maps Plugin IM Presence Plugi

B

Page: Basic Macros Plugin
deck.tab.active.background = #6495ED Advanced Macros Plugin Basic Macros This plugin includes basic macros for linking and formatting content. This plugin includes the following macros: anchor - Create an anchor that allows people to link to a specific po
Page: Booking Plugin
deck.tab.active.background = #6495ED Advanced Macros Plugin Booking Plugin Allows for the creation of a "booking" sheet" for single or multiple items. This plugin includes the following macros: booking - Creates a "booking sheet" The Code {booking:Video P

C

Page: Calendar Plugin
deck.tab.active.background = #6495ED Advanced Macros Plugin Calendar Plugin This plug-in puts a dynamically updated calendar into any page. The calendar stores its data in iCal format and allows incoming and outgoing calendar subscription. The plugin offe
Page: Composition Plugin
deck.tab.active.background = #6495ED Advanced Macros Plugin Composition Plugin This plugin contains macros which allow finer control over the layout (or composition) of a page. Allows control over when content is hidden or displayed and how it is organize
Page: Content Formatting Macros
deck.tab.active.background = #6495ED Advanced Macros Plugin Content Formatting Macros A set of macros that allow easy formatting of Wiki content. This plugin includes the following macros: lozenge - an attractive, customisable lozenge button bgcolor - set

D

Page: Dynamic Table Plugin
deck.tab.active.background = #6495ED Advanced Macros Plugin Dynamic Table Plugin This macro creates and maintains a table that is modified dynamically in the view mode. Additionally it allows reordering of the rows. This plugin includes the following macr
Page: Dynamic Task List Plugin
deck.tab.active.background = #6495ED Advanced Macros Plugin Dynamic Task List Plugin Creates an editable task list within a wiki page. This plugin includes the following macros: tasklist - Creates an editable task list. Creates an editable task list withi

E

F

G

Page: Gliffy Plugin
deck.tab.active.background = #6495ED Advanced Macros Plugin Gliffy Plugin The Gliffy Plugin for Wikis allows you to create great-looking, collaborative, web-based diagrams right on a Confluence page. Gliffy’s extensive shape library gives users a wide var
Page: Google Maps Plugin
deck.tab.active.background = #6495ED Advanced Macros Plugin Google Maps Plugin Displays a Google Map based on the properties within the body of the macro code. This plugin includes the following macros: gmap - Displays a Google Map. The Code {gmap:zoom=7}

H

I

Page: IM Presence Plugin
deck.tab.active.background = #6495ED Advanced Macros Plugin IM Presence Plugin Displays whether a user is on or offline. This plugin is compatible with the following messaging services: AOL Instant Messenger (AIM) Google Talk (GTalk) IBM Lotus Sametime (S
Page: Information Macros
deck.tab.active.background = #6495ED Advanced Macros Plugin Information Macros This plugin includes the following macros: Help Desk If you have encountered a problem using Wikis or have a comment or question about Wikis, please contact the Computing Helpd

J

K

L

Page: LaTeX Plugin
deck.tab.active.background = #6495ED Advanced Macros Plugin LaTeX Plugin This plugin includes the following macros: Help Desk If you have encountered a problem using Wikis or have a comment or question about Wikis, please contact the Computing Helpdesk ht
Page: Layout Plugin
deck.tab.active.background = #6495ED Advanced Macros Plugin Layout Macros This plugin contains macros which help you to organize your content into section (rows) and columns. This plugin includes the following macros: column - creates a column. section -
Page: Linking Plugin
deck.tab.active.background = #6495ED Advanced Macros Plugin Linking Plugin This plugin contains macros for linking to templates, the dashboard and other Confluence features. This plugin includes the following macros: add-page - This will create a link on
Page: Live Search Macros plugin
deck.tab.active.background = #6495ED Advanced Macros Plugin Live Search Macros This plugin includes the following macros: Help Desk If you have encountered a problem using Wikis or have a comment or question about Wikis, please contact the Computing Helpd

M

N

Page: New Page
deck.tab.active.background = #6495ED Advanced Macros Plugin Help Desk If you have encountered a problem using Wikis or have a comment or question about Wikis, please contact the Computing Helpdesk http://ist.mit.edu/support via email mailto:computing-help

O

Page: Office Connector Plugin
deck.tab.active.background = #6495ED Advanced Macros Plugin Office Connector plugin The Office Connector allows you to use Microsoft Office or OpenOffice to create and edit rich content for your Confluence wiki. The features of the Office Connector plugin

P

Page: Page Tree
deck.tab.active.background = #6495ED Advanced Macros Plugin Page Tree The Pagetree macro displays a dynamic, hierarchical list of pages starting from a specified parent (root) page. You can embed the page tree into your Confluence page, where it can act a
Page: Profile Macros Plugin
deck.tab.active.background = #6495ED Advanced Macros Plugin Profile Macros This plugin includes the following macros: Help Desk If you have encountered a problem using Wikis or have a comment or question about Wikis, please contact the Computing Helpdesk

Q

R

S

Page: Slideshow Plugin
deck.tab.active.background = #6495ED Advanced Macros Plugin Slideshow Plugin This plugin includes the following macros:
Page: Survey Plugin
deck.tab.active.background = #6495ED Advanced Macros Plugin Survey Macros Creates a survey in a Wiki page. This plugin includes the following macros: vote - Creates a simple survey. survey - Creates a more complex survey, with multiple 'questions', the ab

T

Page: Table of Contents Plugin
deck.tab.active.background = #6495ED Advanced Macros Plugin This macro generates a Table of Contents for the current page based on its headings. Table of Contents Plugin toc - Generates a table of contents based on what headings are present in the current

U

V

W

Page: WebDAV Plugin
deck.tab.active.background = #6495ED Advanced Macros Plugin WebDAV Plugin This plugin includes the following macros: Help Desk If you have encountered a problem using Wikis or have a comment or question about Wikis, please contact the Computing Helpdesk h
Page: Widget Connector
deck.tab.active.background = #6495ED Advanced Macros Plugin Widget Connector The Widget Connector plugin provides a simple way to connect Wikis to widget services on the web. Features Play videos from Youtube, MySpace Video, Google Video, Episodic, Vimeo,

X

Y

Z

!@#$

The gallery macro displays a gallery of thumbnail images in a table, based on the images attached to a Wiki page. When viewing the page, a user can click a thumbnail image to zoom into the full-size image and then view the images as a slide show.

The Code :

{gallery:title=Castles}

What you will get :

Parameters

Name

Required?

Default

Description

title

none

Specify a title for your gallery.

columns

4

Specify the number of columns for your table.

exclude

no exclusions; all
images included

The gallery will ignore any pictures specified by exclude=picture file name i.e. they will not be included in the gallery. You can specify more than one picture, separated by commas. Example: exclude=my picture.png,my picture2.gif.

include

nclude all the pictures on the page.

If you specifically include one or more pictures, the gallery will show only those pictures. Format is include=picture file name. You can specify more than one picture, separated by commas. Example: include=my picture.png,my picture2.gif.

page

current

Specify the title of the page which contains the images you want displayed. If the page is in the same space as the page containing the macro, use the format page=My Page Name. To specify a page in a different space, use page=SPACEKEY:My Page Name, such as page=DOC:Gallery Macro.

reverseSort

Nothing, i.e. sort order is ascending.

Used in conjunction with 'sort' parameter above. Use 'reverseSort' to reverse the sort order, from ascending to descending.

sort

None i.e. the sort order is unspecified and therefore unpredictable.

Specify an attribute to sort the images by that attribute. Sort order is ascending, unless you specify the 'reverseSort' parameter (see below). Options are:

  • 'name' – file name.
  • 'comment' – comment linked to the attached file.
  • 'date' – date/time last modified.
  • 'size' – size of the attached file.

Creates a table displaying the history of a page including version number, author, date and any comments associated with the change.

The Code :

{change-history}

What you will get :

Version Published Changed By Comment
CURRENT (v. 389) Jul 18, 2012 09:51 Devin Stronge Migration of unmigrated content due to installation of a new plugin
v. 464 Jul 18, 2012 09:51 Devin Stronge Migration of unmigrated content due to installation of a new plugin
v. 463 Jul 18, 2012 09:51 Devin Stronge Migration of unmigrated content due to installation of a new plugin
v. 462 Jul 18, 2012 09:51 Devin Stronge Migrated to Confluence 4.0
v. 461 Jul 18, 2012 09:51 Devin Stronge
v. 460 Oct 21, 2011 10:45 Devin Stronge
v. 459 Aug 30, 2010 09:55 Devin Stronge
v. 458 May 10, 2010 10:46 Devin Stronge
v. 457 May 10, 2010 10:45 Devin Stronge
v. 456 May 05, 2010 14:43 Devin Stronge
v. 455 May 03, 2010 12:11 Devin Stronge
v. 454 Apr 12, 2010 16:22 Devin Stronge
v. 453 Apr 12, 2010 15:22 Devin Stronge
v. 452 Apr 06, 2010 14:30 Devin Stronge
v. 451 Apr 06, 2010 14:30 Devin Stronge
v. 450 Apr 06, 2010 14:29 Devin Stronge
v. 449 Apr 01, 2010 15:05 Devin Stronge
v. 448 Apr 01, 2010 14:43 Devin Stronge
v. 447 Apr 01, 2010 14:43 Devin Stronge
v. 446 Apr 01, 2010 14:42 Devin Stronge
v. 445 Apr 01, 2010 12:09 Devin Stronge
v. 444 Mar 31, 2010 16:31 Devin Stronge
v. 443 Mar 31, 2010 16:20 Devin Stronge
v. 442 Mar 31, 2010 13:47 Devin Stronge
v. 441 Mar 31, 2010 13:46 Devin Stronge
v. 440 Mar 31, 2010 13:46 Devin Stronge
v. 439 Mar 31, 2010 13:46 Devin Stronge
v. 438 Mar 31, 2010 13:45 Devin Stronge
v. 437 Mar 31, 2010 13:43 Devin Stronge
v. 436 Mar 31, 2010 13:43 Devin Stronge
v. 435 Mar 31, 2010 13:42 Devin Stronge
v. 434 Mar 31, 2010 13:42 Devin Stronge
v. 433 Mar 31, 2010 13:41 Devin Stronge
v. 432 Mar 31, 2010 13:41 Devin Stronge
v. 431 Mar 31, 2010 13:40 Devin Stronge
v. 430 Mar 31, 2010 13:36 Devin Stronge
v. 429 Mar 31, 2010 11:45 Devin Stronge
v. 428 Mar 31, 2010 11:31 Devin Stronge
v. 427 Mar 31, 2010 11:06 Devin Stronge
v. 426 Mar 31, 2010 11:04 Devin Stronge
v. 425 Mar 30, 2010 12:55 Devin Stronge
v. 424 Mar 30, 2010 12:39 Devin Stronge
v. 423 Mar 30, 2010 12:38 Devin Stronge
v. 422 Mar 30, 2010 12:35 Devin Stronge
v. 421 Mar 30, 2010 10:45 Devin Stronge
v. 420 Mar 29, 2010 14:44 Devin Stronge
v. 419 Mar 29, 2010 14:32 Devin Stronge
v. 418 Mar 29, 2010 14:05 Devin Stronge
v. 417 Mar 29, 2010 13:58 Devin Stronge
v. 416 Mar 29, 2010 12:32 Devin Stronge
v. 415 Mar 29, 2010 11:22 Devin Stronge
v. 414 Mar 29, 2010 10:39 Devin Stronge
v. 413 Mar 29, 2010 10:35 Devin Stronge
v. 412 Mar 29, 2010 10:31 Devin Stronge
v. 411 Mar 29, 2010 10:29 Devin Stronge
v. 410 Mar 29, 2010 10:25 Devin Stronge
v. 409 Mar 26, 2010 16:43 Devin Stronge
v. 408 Mar 26, 2010 16:42 Devin Stronge
v. 407 Mar 26, 2010 16:40 Devin Stronge
v. 406 Mar 26, 2010 16:39 Devin Stronge
v. 405 Mar 26, 2010 16:15 Devin Stronge
v. 404 Mar 26, 2010 16:13 Devin Stronge
v. 403 Mar 26, 2010 16:12 Devin Stronge
v. 402 Mar 26, 2010 16:10 Devin Stronge
v. 401 Mar 26, 2010 16:05 Devin Stronge
v. 400 Mar 26, 2010 16:04 Devin Stronge
v. 399 Mar 26, 2010 15:59 Devin Stronge
v. 398 Mar 26, 2010 15:58 Devin Stronge
v. 397 Mar 26, 2010 15:57 Devin Stronge
v. 396 Mar 26, 2010 15:56 Devin Stronge
v. 395 Mar 26, 2010 15:56 Devin Stronge
v. 394 Mar 26, 2010 15:48 Devin Stronge
v. 393 Mar 26, 2010 15:45 Devin Stronge
v. 392 Mar 26, 2010 15:17 Devin Stronge
v. 391 Mar 26, 2010 15:17 Devin Stronge
v. 390 Mar 26, 2010 15:16 Devin Stronge
v. 389 Mar 26, 2010 15:15 Devin Stronge
v. 388 Mar 26, 2010 15:13 Devin Stronge
v. 387 Mar 26, 2010 15:05 Devin Stronge
v. 386 Mar 26, 2010 14:44 Devin Stronge
v. 385 Mar 26, 2010 14:15 Devin Stronge
v. 384 Mar 26, 2010 14:15 Devin Stronge
v. 383 Mar 26, 2010 14:14 Devin Stronge
v. 382 Mar 26, 2010 14:08 Devin Stronge
v. 381 Mar 26, 2010 14:07 Devin Stronge
v. 380 Mar 26, 2010 14:06 Devin Stronge
v. 379 Mar 26, 2010 13:47 Devin Stronge
v. 378 Mar 26, 2010 13:39 Devin Stronge
v. 377 Mar 26, 2010 13:34 Devin Stronge
v. 376 Mar 26, 2010 13:32 Devin Stronge
v. 375 Mar 26, 2010 12:34 Devin Stronge
v. 374 Mar 26, 2010 12:24 Devin Stronge
v. 373 Mar 26, 2010 12:23 Devin Stronge
v. 372 Mar 26, 2010 12:22 Devin Stronge
v. 371 Mar 26, 2010 12:03 Devin Stronge
v. 370 Mar 26, 2010 12:03 Devin Stronge
v. 369 Mar 26, 2010 12:01 Devin Stronge
v. 368 Mar 26, 2010 11:54 Devin Stronge
v. 367 Mar 26, 2010 11:51 Devin Stronge
v. 366 Mar 26, 2010 11:48 Devin Stronge
v. 365 Mar 26, 2010 11:43 Devin Stronge
v. 364 Mar 26, 2010 11:42 Devin Stronge
v. 363 Mar 26, 2010 11:39 Devin Stronge
v. 362 Mar 26, 2010 11:35 Devin Stronge
v. 361 Mar 26, 2010 11:35 Devin Stronge
v. 360 Mar 26, 2010 11:34 Devin Stronge
v. 359 Mar 26, 2010 11:34 Devin Stronge
v. 358 Mar 26, 2010 11:33 Devin Stronge
v. 357 Mar 26, 2010 11:32 Devin Stronge
v. 356 Mar 26, 2010 11:32 Devin Stronge
v. 355 Mar 26, 2010 11:30 Devin Stronge
v. 354 Mar 26, 2010 11:27 Devin Stronge
v. 353 Mar 26, 2010 11:23 Devin Stronge
v. 352 Mar 26, 2010 11:23 Devin Stronge
v. 351 Mar 26, 2010 11:20 Devin Stronge
v. 350 Mar 26, 2010 11:19 Devin Stronge
v. 349 Mar 26, 2010 11:18 Devin Stronge
v. 348 Mar 26, 2010 11:18 Devin Stronge
v. 347 Mar 26, 2010 11:17 Devin Stronge
v. 346 Mar 26, 2010 11:15 Devin Stronge
v. 345 Mar 26, 2010 11:06 Devin Stronge
v. 344 Mar 26, 2010 11:01 Devin Stronge
v. 343 Mar 26, 2010 10:56 Devin Stronge
v. 342 Mar 26, 2010 10:55 Devin Stronge
v. 341 Mar 26, 2010 10:55 Devin Stronge
v. 340 Mar 26, 2010 10:54 Devin Stronge
v. 339 Mar 26, 2010 10:45 Devin Stronge
v. 338 Mar 26, 2010 10:33 Devin Stronge
v. 337 Mar 26, 2010 10:31 Devin Stronge
v. 336 Mar 26, 2010 10:24 Devin Stronge
v. 335 Mar 26, 2010 10:17 Devin Stronge
v. 334 Mar 26, 2010 10:08 Devin Stronge
v. 333 Mar 25, 2010 17:02 Devin Stronge
v. 332 Mar 25, 2010 17:01 Devin Stronge
v. 331 Mar 25, 2010 17:00 Devin Stronge
v. 330 Mar 25, 2010 17:00 Devin Stronge
v. 329 Mar 25, 2010 16:59 Devin Stronge
v. 328 Mar 25, 2010 16:59 Devin Stronge
v. 327 Mar 25, 2010 16:58 Devin Stronge
v. 326 Mar 25, 2010 16:58 Devin Stronge
v. 325 Mar 25, 2010 16:58 Devin Stronge
v. 324 Mar 25, 2010 16:57 Devin Stronge
v. 323 Mar 25, 2010 16:57 Devin Stronge
v. 322 Mar 25, 2010 16:56 Devin Stronge
v. 321 Mar 25, 2010 16:55 Devin Stronge
v. 320 Mar 25, 2010 16:55 Devin Stronge
v. 319 Mar 25, 2010 16:54 Devin Stronge
v. 318 Mar 25, 2010 16:54 Devin Stronge
v. 317 Mar 25, 2010 16:53 Devin Stronge
v. 316 Mar 25, 2010 16:51 Devin Stronge
v. 315 Mar 25, 2010 16:50 Devin Stronge
v. 314 Mar 25, 2010 16:50 Devin Stronge
v. 313 Mar 25, 2010 16:50 Devin Stronge
v. 312 Mar 25, 2010 16:49 Devin Stronge
v. 311 Mar 25, 2010 16:47 Devin Stronge
v. 310 Mar 25, 2010 16:46 Devin Stronge
v. 309 Mar 25, 2010 16:45 Devin Stronge
v. 308 Mar 25, 2010 16:45 Devin Stronge
v. 307 Mar 25, 2010 16:44 Devin Stronge
v. 306 Mar 25, 2010 16:24 Devin Stronge
v. 305 Mar 25, 2010 15:15 Devin Stronge
v. 304 Mar 25, 2010 14:36 Devin Stronge
v. 303 Mar 25, 2010 14:35 Devin Stronge
v. 302 Mar 25, 2010 14:34 Devin Stronge
v. 301 Mar 25, 2010 14:32 Devin Stronge
v. 300 Mar 25, 2010 14:19 Devin Stronge
v. 299 Mar 25, 2010 14:14 Devin Stronge
v. 298 Mar 25, 2010 14:13 Devin Stronge
v. 297 Mar 25, 2010 14:12 Devin Stronge
v. 296 Mar 25, 2010 14:11 Devin Stronge
v. 295 Mar 25, 2010 14:11 Devin Stronge
v. 294 Mar 25, 2010 14:09 Devin Stronge
v. 293 Mar 25, 2010 14:08 Devin Stronge
v. 292 Mar 25, 2010 14:08 Devin Stronge
v. 291 Mar 25, 2010 14:08 Devin Stronge
v. 290 Mar 25, 2010 14:08 Devin Stronge
v. 289 Mar 25, 2010 14:08 Devin Stronge
v. 288 Mar 25, 2010 14:07 Devin Stronge
v. 287 Mar 25, 2010 14:06 Devin Stronge
v. 286 Mar 25, 2010 14:06 Devin Stronge
v. 285 Mar 25, 2010 14:06 Devin Stronge
v. 284 Mar 25, 2010 14:05 Devin Stronge
v. 283 Mar 25, 2010 14:05 Devin Stronge
v. 282 Mar 25, 2010 14:03 Devin Stronge
v. 281 Mar 25, 2010 14:03 Devin Stronge
v. 280 Mar 25, 2010 14:02 Devin Stronge
v. 279 Mar 25, 2010 14:01 Devin Stronge
v. 278 Mar 25, 2010 14:00 Devin Stronge
v. 277 Mar 25, 2010 13:59 Devin Stronge
v. 276 Mar 25, 2010 13:58 Devin Stronge
v. 275 Mar 25, 2010 13:58 Devin Stronge
v. 274 Mar 25, 2010 13:58 Devin Stronge
v. 273 Mar 25, 2010 13:57 Devin Stronge
v. 272 Mar 25, 2010 13:57 Devin Stronge
v. 271 Mar 25, 2010 13:57 Devin Stronge
v. 270 Mar 25, 2010 13:56 Devin Stronge
v. 269 Mar 25, 2010 13:56 Devin Stronge
v. 268 Mar 25, 2010 13:56 Devin Stronge
v. 267 Mar 25, 2010 13:56 Devin Stronge
v. 266 Mar 25, 2010 13:55 Devin Stronge
v. 265 Mar 25, 2010 13:54 Devin Stronge
v. 264 Mar 25, 2010 13:54 Devin Stronge
v. 263 Mar 25, 2010 13:53 Devin Stronge
v. 262 Mar 25, 2010 13:53 Devin Stronge
v. 261 Mar 25, 2010 13:52 Devin Stronge
v. 260 Mar 25, 2010 13:44 Devin Stronge
v. 259 Mar 25, 2010 13:43 Devin Stronge
v. 258 Mar 25, 2010 13:43 Devin Stronge
v. 257 Mar 25, 2010 13:42 Devin Stronge
v. 256 Mar 25, 2010 13:42 Devin Stronge
v. 255 Mar 25, 2010 13:41 Devin Stronge
v. 254 Mar 25, 2010 13:40 Devin Stronge
v. 253 Mar 25, 2010 13:40 Devin Stronge
v. 252 Mar 25, 2010 13:40 Devin Stronge
v. 251 Mar 25, 2010 13:38 Devin Stronge
v. 250 Mar 25, 2010 13:38 Devin Stronge
v. 249 Mar 25, 2010 13:38 Devin Stronge
v. 248 Mar 25, 2010 13:37 Devin Stronge
v. 247 Mar 25, 2010 13:37 Devin Stronge
v. 246 Mar 25, 2010 13:36 Devin Stronge
v. 245 Mar 25, 2010 13:36 Devin Stronge
v. 244 Mar 25, 2010 13:36 Devin Stronge
v. 243 Mar 25, 2010 13:36 Devin Stronge
v. 242 Mar 25, 2010 13:33 Devin Stronge
v. 241 Mar 25, 2010 13:33 Devin Stronge
v. 240 Mar 25, 2010 13:33 Devin Stronge
v. 239 Mar 25, 2010 13:32 Devin Stronge
v. 238 Mar 25, 2010 13:32 Devin Stronge
v. 237 Mar 25, 2010 13:32 Devin Stronge
v. 236 Mar 25, 2010 13:31 Devin Stronge
v. 235 Mar 25, 2010 13:31 Devin Stronge
v. 234 Mar 25, 2010 13:30 Devin Stronge
v. 233 Mar 25, 2010 13:30 Devin Stronge
v. 232 Mar 25, 2010 13:26 Devin Stronge
v. 231 Mar 25, 2010 13:23 Devin Stronge
v. 230 Mar 25, 2010 13:22 Devin Stronge
v. 229 Mar 25, 2010 13:22 Devin Stronge
v. 228 Mar 25, 2010 13:19 Devin Stronge
v. 227 Mar 25, 2010 13:18 Devin Stronge
v. 226 Mar 25, 2010 13:18 Devin Stronge
v. 225 Mar 25, 2010 13:18 Devin Stronge
v. 224 Mar 25, 2010 13:18 Devin Stronge
v. 223 Mar 25, 2010 13:18 Devin Stronge
v. 222 Mar 25, 2010 13:17 Devin Stronge
v. 221 Mar 25, 2010 13:17 Devin Stronge
v. 220 Mar 25, 2010 13:16 Devin Stronge
v. 219 Mar 25, 2010 13:16 Devin Stronge
v. 218 Mar 25, 2010 13:15 Devin Stronge
v. 217 Mar 25, 2010 13:15 Devin Stronge
v. 216 Mar 25, 2010 13:14 Devin Stronge
v. 215 Mar 25, 2010 13:14 Devin Stronge
v. 214 Mar 25, 2010 13:13 Devin Stronge
v. 213 Mar 25, 2010 13:12 Devin Stronge
v. 212 Mar 25, 2010 13:12 Devin Stronge
v. 211 Mar 25, 2010 13:11 Devin Stronge
v. 210 Mar 25, 2010 13:11 Devin Stronge
v. 209 Mar 25, 2010 13:11 Devin Stronge
v. 208 Mar 25, 2010 13:10 Devin Stronge
v. 207 Mar 25, 2010 13:10 Devin Stronge
v. 206 Mar 25, 2010 13:09 Devin Stronge
v. 205 Mar 25, 2010 13:09 Devin Stronge
v. 204 Mar 25, 2010 13:09 Devin Stronge
v. 203 Mar 25, 2010 13:08 Devin Stronge
v. 202 Mar 25, 2010 13:08 Devin Stronge
v. 201 Mar 25, 2010 13:08 Devin Stronge
v. 200 Mar 25, 2010 13:07 Devin Stronge
v. 199 Mar 25, 2010 12:42 Devin Stronge
v. 198 Mar 25, 2010 12:36 Devin Stronge
v. 197 Mar 25, 2010 12:35 Devin Stronge
v. 196 Mar 25, 2010 12:35 Devin Stronge
v. 195 Mar 25, 2010 12:34 Devin Stronge
v. 194 Mar 25, 2010 12:34 Devin Stronge
v. 193 Mar 25, 2010 12:34 Devin Stronge
v. 192 Mar 25, 2010 12:33 Devin Stronge
v. 191 Mar 24, 2010 16:40 Devin Stronge
v. 190 Mar 24, 2010 16:37 Devin Stronge
v. 189 Mar 24, 2010 16:35 Devin Stronge
v. 188 Mar 24, 2010 16:34 Devin Stronge
v. 187 Mar 24, 2010 16:34 Devin Stronge
v. 186 Mar 24, 2010 16:32 Devin Stronge
v. 185 Mar 24, 2010 16:30 Devin Stronge
v. 184 Mar 24, 2010 16:27 Devin Stronge
v. 183 Mar 24, 2010 16:23 Devin Stronge
v. 182 Mar 24, 2010 16:20 Devin Stronge
v. 181 Mar 24, 2010 16:18 Devin Stronge
v. 180 Mar 24, 2010 16:17 Devin Stronge
v. 179 Mar 24, 2010 16:14 Devin Stronge
v. 178 Mar 24, 2010 16:08 Devin Stronge
v. 177 Mar 24, 2010 16:07 Devin Stronge
v. 176 Mar 24, 2010 16:06 Devin Stronge
v. 175 Mar 24, 2010 16:05 Devin Stronge
v. 174 Mar 24, 2010 16:04 Devin Stronge
v. 173 Mar 24, 2010 15:57 Devin Stronge
v. 172 Mar 24, 2010 15:54 Devin Stronge
v. 171 Mar 24, 2010 15:53 Devin Stronge
v. 170 Mar 24, 2010 15:51 Devin Stronge
v. 169 Mar 24, 2010 15:51 Devin Stronge
v. 168 Mar 24, 2010 15:50 Devin Stronge
v. 167 Mar 24, 2010 15:49 Devin Stronge
v. 166 Mar 24, 2010 15:49 Devin Stronge
v. 165 Mar 24, 2010 15:48 Devin Stronge
v. 164 Mar 24, 2010 15:47 Devin Stronge
v. 163 Mar 24, 2010 15:47 Devin Stronge
v. 162 Mar 24, 2010 15:46 Devin Stronge
v. 161 Mar 24, 2010 15:42 Devin Stronge
v. 160 Mar 24, 2010 15:37 Devin Stronge
v. 159 Mar 24, 2010 15:36 Devin Stronge
v. 158 Mar 24, 2010 15:36 Devin Stronge
v. 157 Mar 24, 2010 15:36 Devin Stronge
v. 156 Mar 24, 2010 15:35 Devin Stronge
v. 155 Mar 24, 2010 15:34 Devin Stronge
v. 154 Mar 24, 2010 15:34 Devin Stronge
v. 153 Mar 24, 2010 15:33 Devin Stronge
v. 152 Mar 24, 2010 15:32 Devin Stronge
v. 151 Mar 24, 2010 15:31 Devin Stronge
v. 150 Mar 24, 2010 15:31 Devin Stronge
v. 149 Mar 24, 2010 15:30 Devin Stronge
v. 148 Mar 24, 2010 15:29 Devin Stronge
v. 147 Mar 24, 2010 15:29 Devin Stronge
v. 146 Mar 24, 2010 15:29 Devin Stronge
v. 145 Mar 24, 2010 15:28 Devin Stronge
v. 144 Mar 24, 2010 15:27 Devin Stronge
v. 143 Mar 24, 2010 15:27 Devin Stronge
v. 142 Mar 24, 2010 15:27 Devin Stronge
v. 141 Mar 24, 2010 15:27 Devin Stronge
v. 140 Mar 24, 2010 15:25 Devin Stronge
v. 139 Mar 24, 2010 15:25 Devin Stronge
v. 138 Mar 24, 2010 15:25 Devin Stronge
v. 137 Mar 24, 2010 15:24 Devin Stronge
v. 136 Mar 24, 2010 15:24 Devin Stronge
v. 135 Mar 24, 2010 15:24 Devin Stronge
v. 134 Mar 24, 2010 15:24 Devin Stronge
v. 133 Mar 24, 2010 15:23 Devin Stronge
v. 132 Mar 24, 2010 15:23 Devin Stronge
v. 131 Mar 24, 2010 15:22 Devin Stronge
v. 130 Mar 24, 2010 15:22 Devin Stronge
v. 129 Mar 24, 2010 15:20 Devin Stronge
v. 128 Mar 24, 2010 15:19 Devin Stronge
v. 127 Mar 24, 2010 15:19 Devin Stronge
v. 126 Mar 24, 2010 15:10 Devin Stronge
v. 125 Mar 24, 2010 15:10 Devin Stronge
v. 124 Mar 24, 2010 15:09 Devin Stronge
v. 123 Mar 24, 2010 14:53 Devin Stronge
v. 122 Mar 24, 2010 14:49 Devin Stronge
v. 121 Mar 24, 2010 14:48 Devin Stronge
v. 120 Mar 24, 2010 14:47 Devin Stronge
v. 119 Mar 24, 2010 14:46 Devin Stronge
v. 118 Mar 24, 2010 14:44 Devin Stronge
v. 117 Mar 24, 2010 14:44 Devin Stronge
v. 116 Mar 24, 2010 14:42 Devin Stronge
v. 115 Mar 24, 2010 14:41 Devin Stronge
v. 114 Mar 24, 2010 14:40 Devin Stronge
v. 113 Mar 24, 2010 14:38 Devin Stronge
v. 112 Mar 24, 2010 14:34 Devin Stronge
v. 111 Mar 24, 2010 14:23 Devin Stronge
v. 110 Mar 24, 2010 14:21 Devin Stronge
v. 109 Mar 24, 2010 14:21 Devin Stronge
v. 108 Mar 24, 2010 14:20 Devin Stronge
v. 107 Mar 24, 2010 14:20 Devin Stronge
v. 106 Mar 24, 2010 14:20 Devin Stronge
v. 105 Mar 24, 2010 14:19 Devin Stronge
v. 104 Mar 24, 2010 14:15 Devin Stronge
v. 103 Mar 24, 2010 14:08 Devin Stronge
v. 102 Mar 24, 2010 14:07 Devin Stronge
v. 101 Mar 24, 2010 14:05 Devin Stronge
v. 100 Mar 24, 2010 14:04 Devin Stronge
v. 99 Mar 24, 2010 14:02 Devin Stronge
v. 98 Mar 24, 2010 14:02 Devin Stronge
v. 97 Mar 24, 2010 13:56 Devin Stronge
v. 96 Mar 24, 2010 13:54 Devin Stronge
v. 95 Mar 24, 2010 13:51 Devin Stronge
v. 94 Mar 24, 2010 13:48 Devin Stronge
v. 93 Mar 24, 2010 13:47 Devin Stronge
v. 92 Mar 24, 2010 13:41 Devin Stronge
v. 91 Mar 24, 2010 13:36 Devin Stronge
v. 90 Mar 24, 2010 13:36 Devin Stronge
v. 89 Mar 24, 2010 13:31 Devin Stronge
v. 88 Mar 24, 2010 13:30 Devin Stronge
v. 87 Mar 24, 2010 13:29 Devin Stronge
v. 86 Mar 24, 2010 13:12 Devin Stronge
v. 85 Mar 24, 2010 13:12 Devin Stronge
v. 84 Mar 24, 2010 12:31 Devin Stronge
v. 83 Mar 24, 2010 12:30 Devin Stronge
v. 82 Mar 24, 2010 12:29 Devin Stronge
v. 81 Mar 24, 2010 12:29 Devin Stronge
v. 80 Mar 24, 2010 12:28 Devin Stronge
v. 79 Mar 24, 2010 12:26 Devin Stronge
v. 78 Mar 24, 2010 12:26 Devin Stronge
v. 77 Mar 24, 2010 12:25 Devin Stronge
v. 76 Mar 24, 2010 12:19 Devin Stronge
v. 75 Mar 24, 2010 12:19 Devin Stronge
v. 74 Mar 24, 2010 12:19 Devin Stronge
v. 73 Mar 24, 2010 12:18 Devin Stronge
v. 72 Mar 24, 2010 12:17 Devin Stronge
v. 71 Mar 24, 2010 12:17 Devin Stronge
v. 70 Mar 24, 2010 12:16 Devin Stronge
v. 69 Mar 24, 2010 12:14 Devin Stronge
v. 68 Mar 24, 2010 12:13 Devin Stronge
v. 67 Mar 24, 2010 12:13 Devin Stronge
v. 66 Mar 24, 2010 12:13 Devin Stronge
v. 65 Mar 24, 2010 12:12 Devin Stronge
v. 64 Mar 24, 2010 12:12 Devin Stronge
v. 63 Mar 24, 2010 12:10 Devin Stronge
v. 62 Mar 24, 2010 12:09 Devin Stronge
v. 61 Mar 24, 2010 12:08 Devin Stronge
v. 60 Mar 24, 2010 12:07 Devin Stronge
v. 59 Mar 24, 2010 12:05 Devin Stronge
v. 58 Mar 24, 2010 12:05 Devin Stronge
v. 57 Mar 24, 2010 12:02 Devin Stronge
v. 56 Mar 24, 2010 12:01 Devin Stronge
v. 55 Mar 24, 2010 12:00 Devin Stronge
v. 54 Mar 24, 2010 11:59 Devin Stronge
v. 53 Mar 24, 2010 11:50 Devin Stronge
v. 52 Mar 24, 2010 11:49 Devin Stronge
v. 51 Mar 24, 2010 11:48 Devin Stronge
v. 50 Mar 24, 2010 11:46 Devin Stronge
v. 49 Mar 24, 2010 11:46 Devin Stronge
v. 48 Mar 24, 2010 11:45 Devin Stronge
v. 47 Mar 24, 2010 11:43 Devin Stronge
v. 46 Mar 24, 2010 11:40 Devin Stronge
v. 45 Mar 24, 2010 11:40 Devin Stronge
v. 44 Mar 24, 2010 11:39 Devin Stronge
v. 43 Mar 24, 2010 11:39 Devin Stronge
v. 42 Mar 24, 2010 11:37 Devin Stronge
v. 41 Mar 24, 2010 11:36 Devin Stronge
v. 40 Mar 24, 2010 11:36 Devin Stronge
v. 39 Mar 24, 2010 11:35 Devin Stronge
v. 38 Mar 24, 2010 11:34 Devin Stronge
v. 37 Mar 24, 2010 11:33 Devin Stronge
v. 36 Mar 24, 2010 11:32 Devin Stronge
v. 35 Mar 24, 2010 11:32 Devin Stronge
v. 34 Mar 24, 2010 11:31 Devin Stronge
v. 33 Mar 24, 2010 11:26 Devin Stronge
v. 32 Mar 24, 2010 11:24 Devin Stronge
v. 31 Mar 24, 2010 11:24 Devin Stronge
v. 30 Mar 24, 2010 11:21 Devin Stronge
v. 29 Mar 24, 2010 11:19 Devin Stronge
v. 28 Mar 24, 2010 11:18 Devin Stronge
v. 27 Mar 24, 2010 11:18 Devin Stronge
v. 26 Mar 24, 2010 11:17 Devin Stronge
v. 25 Mar 24, 2010 11:12 Devin Stronge
v. 24 Mar 24, 2010 11:09 Devin Stronge
v. 23 Mar 24, 2010 11:09 Devin Stronge
v. 22 Mar 24, 2010 11:09 Devin Stronge
v. 21 Mar 24, 2010 11:09 Devin Stronge
v. 20 Mar 24, 2010 11:09 Devin Stronge
v. 19 Mar 24, 2010 11:08 Devin Stronge
v. 18 Mar 24, 2010 11:06 Devin Stronge
v. 17 Mar 24, 2010 11:05 Devin Stronge
v. 16 Mar 24, 2010 11:04 Devin Stronge
v. 15 Mar 24, 2010 11:03 Devin Stronge
v. 14 Mar 24, 2010 11:03 Devin Stronge
v. 13 Mar 24, 2010 11:03 Devin Stronge
v. 12 Mar 24, 2010 11:03 Devin Stronge
v. 11 Mar 24, 2010 11:01 Devin Stronge
v. 10 Mar 24, 2010 10:59 Devin Stronge
v. 9 Mar 24, 2010 10:59 Devin Stronge
v. 8 Mar 24, 2010 10:59 Devin Stronge
v. 7 Mar 24, 2010 10:58 Devin Stronge
v. 6 Mar 24, 2010 10:58 Devin Stronge
v. 5 Mar 24, 2010 10:58 Devin Stronge
v. 4 Mar 24, 2010 10:58 Devin Stronge
v. 3 Mar 24, 2010 10:57 Devin Stronge
v. 2 Mar 24, 2010 10:57 Devin Stronge
v. 1 Mar 24, 2010 10:51 Devin Stronge

Displays a list of pages marked "favorite".

The Code :

{favpages:maxResults=5}

What you will get :

Favourite Pages

Parameters

Name

Required?

Default

Description

maxResults

all

Specifies the maximum number of results to be displayed.

Creates a list of pages associated with a specific label in a navigation map.

The Code :

{navmap:help}

What you will get :

Parameters

Name

Required?

Default

Description

label

none

Specify the label associated with the pages you want to show in the navigation map.

title

none

Specify a title for the navigation map.

wrapAfter

5

Specify the number of cells in a row.

cellWidth

90px

Specify the cell width.

cellHeight

60px

Specify the cell height.

theme

Confluence

Define a theme for the navmap.
If you want to create your own navmap 'look and feel' (for example, one with rounded corners), you need to add a customised navmap macro theme file to the WEB-INF/classes/templates/macros directory. The file name convention to use is navmap-mytheme.vm. Use the name of your choice for the mytheme part of the file name, which is also the value you use for this parameter. Hence, if your theme was called navmap-roundededges.vm, use the value of roundededges for this parameter.

deck: com.atlassian.confluence.macro.MacroExecutionException: java.lang.NullPointerException
Unknown macro: {roundrect}
  • No labels