---
title: "Document Metadata List"
canonical: "https://support.appfire.com/space/CDMC/2513797193/Document%20Metadata%20List"
format: markdown
---
> Macro (aura-html)

## Overview

The **Document** **Metadata List** macro stores and displays multiple metadata key–value pairs in a table format. It helps organize and present related metadata values, such as document details, reviewer information, or workflow data, in a clear and structured way.

Metadata values defined with this macro can also be accessed in workflow definitions or retrieved using other metadata macros.

## Syntax

You can define multiple key–value pairs using the following format:

```
||job|cook|
||salary|1000|
||city|Boston|
```

Each row represents a metadata key and its corresponding value.

## Parameters

| **Parameter** | **Description** |
| --- | --- |
| **Orientation of the table** | Defines how the metadata table is displayed horizontally or vertically. |
| **Hidden** | When selected, the metadata table is stored but not displayed as part of the page content. |
| **Content** | The list of metadata keys and values, written using the syntax shown above. |

## Add the macro

To add the Document Metadata List macro:

1. On a draft page, type `/document metadata List`.
2. Choose the **Document Metadata List **macro. Click the macro to edit and choose the orientation of the table.
  

3. **Publish** or **update** the page to retrieve and render the metadata value on the page.