Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel6
outlinefalse
typeflat
separatorpipe
printablefalse

Overview

Several parameters in various macros support various macros support being injected using a %key:value% syntax, which . These are called Supplier Keychainssupplier keychains.

The parameters which support this are marked as such in the relevant macro documentation page. This allows you to inject Supplier values into the parameter, based on whatever the context of the macro is in.For example, the 

Info

The parameters that support this are marked as such in the relevant macro documentation page.

Parameter injection in use

The Report Variable macro (from REP unnamed link) uses this for the Value  Value and Default Value parameters, like so:Image Removed.

...

You can also do this multiple times, or within the context of other text, in which case it will result in a Text value, as shown in the following example:Image Removedbelow.

...

Where the full Value is:

Code Block
Created by %page:creator > user:name% on %page:creation date > date:dd-MMM-yyyy%

See

...

also