---
title: "List wikiinput"
canonical: "https://support.appfire.com/space/CLSL/655988417/List%20wikiinput"
format: markdown
---
> Macro (aura-html)

Defines a column as a wiki-text input.

See [Example 3](https://appfire.atlassian.net/wiki/spaces/CLSL/pages/656579417) and [Example 11](https://appfire.atlassian.net/wiki/spaces/CLSL/pages/656677412).

### Parameters

| parameter | Mandatory? | Default | Description | Comments |
| --- | --- | --- | --- | --- |
| `heading` | yes |  | The heading of the column |  |
| `text area character width` | yes |  | The number of columns in the text area when editing the value |  |
| `rows` | no | `1` | The number of rows in the text area when editing the value |  |
| `storage type` | no | `rows` | Determines where to store the value. Use `rows` to store the values for this column into the pages representing each row (metadata value name is `<Column Heading>`), or `checklist` to store the values into the page containing the checklist (metadata value name is `<Column Heading>.<Space Key>:<Row page title>`) | `store=checklist` not supported with Comala Boards |
| `sorttype` | no | `S` | Type of value to be used to sort the table by this column. Values could be any of A: Already sorted; C: Currency; D: Date; F: Float; I: Integer; S: String |  |
| `width` | no |  | Width of the column |  |
| `readonly` | no | `false` | Whether or not the column is read-only |  |
| `class` | no |  | The style sheet (CSS) class to use for the cells |  |

| [Back to Comala Lists User Guide](https://appfire.atlassian.net/wiki/pages/createpage.action?spaceKey=clsl&title=User%20Guide&linkCreation=true&fromPageId=655988417) |
| --- |
| #### [list wikiiput example 3](https://appfire.atlassian.net/wiki/spaces/CLSL/pages/656579417) |
| #### [list wikiiput example 11](https://appfire.atlassian.net/wiki/spaces/CLSL/pages/656677412) |