> For the complete documentation index, see [llms.txt](https://xeavin.gitbook.io/the-insurgents-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xeavin.gitbook.io/the-insurgents-handbook/text/text-tags/header.md).

# Header

### Signature

```
{header(type):[id]}
```

### Description

Changes the text in the top right corner of a dialog.

### Arguments

#### Type

The are a total of 8 types (0 -> 7) which control how the identifier argument is processed.

If its higher than 0, e.g. 1 (common), the identifier value will be directly used. If its 0 (very rare), the identifier value will be used as a reference to a list that holds the real value.

This argument is optional, and will equal the value `1` if non-existent.

#### Identifier

The identifier of the header text.

If the type is higher than 0, the number range is -128 -> 127. If its 0, the number range is 0 -> 127.

Here is a list of all identifiers and their text.

<table><thead><tr><th width="137">Identifier</th><th width="179">Name</th><th>Description</th></tr></thead><tbody><tr><td>0</td><td>None</td><td>Displays no text.</td></tr><tr><td>1</td><td>Next</td><td>Displays "Next".</td></tr><tr><td>2</td><td>Close</td><td>Displays "Close".</td></tr><tr><td>3</td><td>Confirm</td><td>Displays "Confirm".</td></tr><tr><td>4</td><td>Log &#x26; Next</td><td>Displays "Log &#x26; Next".</td></tr><tr><td>5</td><td>Log &#x26; Close</td><td>Displays "Log &#x26; Close".</td></tr><tr><td>6</td><td>Log &#x26; Confirm</td><td>Displays "Log &#x26; Confirm".</td></tr></tbody></table>

### Notes

{% hint style="info" %}
If this text tag is not used, or a negative identifier is passed, the header text will be automatically set depending on the dialog entry.
{% endhint %}

{% hint style="info" %}
The log part of the header text has no effect on whether a log of the dialog will be available or not. That is still decided depending on if a dialog was split into separate parts via a tag like [Wait](/the-insurgents-handbook/text/text-tags/wait.md).
{% endhint %}
