TextCMS Documentation - Internal Plugins - TITLE

Plugin Description

One of the most common internal plugins is title. The syntax of the plugin is: [TITLE]Title of the Web Page[/TITLE]. When it is used in an article, the text between [TITLE] and [/TITLE] will be converted to a H1 header of your web page and used to generate a title of your web page.

We already used it in our Hello World article:

[TITLE]Hello World[/TITLE]
This is my "Hello World" article
The generated web page looked like this:



This plugin can also be used in modules. When it is used in a module, the text between [TITLE] and [/TITLE] will be converted to a H3 header and wrapped inside a [RAW html=true]

...
tag.

Plugin Usage

This plugin can only be used in articles and modules

Articles
Templates
Modules
Areas

Attributes

This plugin does not support attributes.

Styling

This plugin does not support any plugin-specific styling when it is used in an article.

This plugin generates the following wrapping DIV element available for styling, when it is used in a module:

module_titleWrapping element for all modules

Example

[TITLE]This is a title of my article[/TITLE]
(c) 2018-2024 TextCMS