Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Suppliers allow you to retrieve values about various objects by using a "prefix:key" syntax. For example

  • content:creator

Info

This supplier retrieves the creator for the supplier object - a specific piece of content.

Suppliers include one or keys separated by a “>” operator. This is a more complex key chain is and can be used to retrieve specific information from the supplier object. For example

  • content:creator>user:username

Info

This supplier keychain retrieves the username for the userwho is the creator of a specific piece of content.

Typically, suppliers are used in the background by other macros. In particular, the macros in unnamed link make extensive use of them.

...

Info

Further details are in the Page Supplier documentation page.

In some cases the keychain may include the following syntax - %key:value% - these are injected parameters from a macro.

See also

Suppliers

...