Versions Compared

Key

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

...

Section
titleMacro Body

The macro body contains the section that are referenced by the specified property. Whenever a section title matches with a specified name, the local section is rendered in the result. If it does not match a local section, then the content is transcluded. If no content is found on the referenced document, nothing is contributed to the result.

One element of the body may be 

Static Document Link
documentContent Marker Macro
 with preformatted or table content. The content is passed to the transclusion services a placeholder mapping.

Code Block
languagetext
titleExample of a Placeholder Mapping with preformatted Content
Service Name=Authentication Service
Service Level=24/7

On the left side is the name of the placeholder, on the right side is the replacement text. In the example the placeholder ${Service Name} in the transcluded content will be replaced by the text Authentication Service.

The content may also be an HTML table. Each row with at least two table data elements uses the text content in the first column as key and the HTML fragment in the second column as value.

Sample table with placeholders.Image RemovedSample table with placeholders.Image Added

Note that the table header is optional.

Version Box
since4.8

HTML tables to define placeholder replacements is supported since version 4.8.

...