---
title: "BA_createWikiContent"
canonical: "https://support.appfire.com/space/PSJ/15487439/BA_createWikiContent"
format: markdown
---
> Macro (aura-html)


> 📝 The use of this function requires the Power Actions add-on be installed and licensed.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | BA_createWikiContent(wikiText) | **Package** | poweraction |
| **Alias** |  | **Pkg Usage** | createWikiContent(wikiText) |

## Description

> Macro (excerpt)
> 
> Adds wiki-rendered content to the screen.

Adds wiki-rendered content to the screen.

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| wikiText | String | Yes | Wiki content to be a rendered content. |

## Return Type

**None**

The returned value has no meaning

## Example

```
BA_createWikiContent("h1. Wiki Title");
```

![image](media://33b83523-d9c5-490f-9b46-495ede3efb6a)

## See also

> Macro (contentbylabel)