---
title: "Example - list wiki macro"
canonical: "https://support.appfire.com/space/CLSL/655758999/Example%20-%20list%20wiki%20macro"
format: markdown
---
> Macro (aura-html)

### [Example 8](https://appfire.atlassian.net/wiki/spaces/CLSL/pages/655758999) Adding wiki content including images as list items

Arbitrary wiki segments can also be added to the checklist to be rendered for each page.

Let's say we know that the **Operating Teams** pages each have two pictures

- `IMG.jpg` is the team-identifying image on each team page
- `IMG_dog.jpg` is the more lovable team identifying related dog image on each team page

In addition that, we have added a [list-pagelink](https://appfire.atlassian.net/wiki/spaces/CLSL/pages/655890610) macro to add an ***Open draft page*** column, which directly links to the draft page so we can edit. 

![image](media://0ec42d43-b1b1-4821-8191-e70a31fe3a7d)

##### **Markup**

```
{list:label=dev|useboards=false}
{list-wiki:heading=Team Icon}!IMG.jpg!{checklist-wiki}
{list-pagelink:destination=edit|heading=Edit draft page}
{list} 
```

  
This list is rendered as below.

![image](media://f0480316-c52e-4bf3-8993-3f7ddd5ed234)

In this simple example, the image for each checklist column on each page will need to have the same filename.

| [Back to Comala Lists User Guide](https://appfire.atlassian.net/wiki/pages/createpage.action?spaceKey=clsl&title=User%20Guide&linkCreation=true&fromPageId=655758999) |
| --- |
| #### [list wiki macro](https://appfire.atlassian.net/wiki/spaces/CLSL/pages/655890100) |
| #### [list-pagelink macro](https://appfire.atlassian.net/wiki/spaces/CLSL/pages/655890610) |