---
title: "List macro usage of keywords as parameter values"
canonical: "https://support.appfire.com/space/CLSL/857833913/List%20macro%20usage%20of%20keywords%20as%20parameter%20values"
format: markdown
---
> Macro (aura-html)

## Macro parameters and keywords

> Macro (excerpt)
> 
> Within each list macro, you can use parameters as variables in your lists.
> 
> The parameter values can have any of the following *keywords* that will be replaced when rendering the page:
> 
> | Keyword | Value |
> | --- | --- |
> | `@user@` | Current user's name |
> | `@userfullname@` | Current user's full name |
> | `@self@` or `title` | The title of the page owning the checklist |
> | `@creator@` | The page creator's user name |
> | `@modifier@` | The last modifier's user name |
> | *@any other value name@* | The given metadata value in the page owning the checklist |