This site has moved to the integrated Appfire documentation and information site for our apps.

From February 2024 this site is no longer updated.

Take a look here! If you have any questions please email support@appfire.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Example 8 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 macro to add an Open draft page column, which directly links to the draft page so we can edit. 

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 checklist will render as:

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


  • No labels