Revision [2417]

This is an old revision of TitleActionInfo made by BrianKoontz on 2016-05-12 21:04:45.

 

Title Action Documentation

This is the documentation page for the title action.

Note: If you are looking to output a custom <title>...</title> tag, please see Docs:TitleTagActionInfo.<<::c::

Documentation

NOTE
This feature is available since:
WikkaWiki 1.3.7


Short description
Renders an HTML title tag in the page output header.

Usage:
{{titletag string="My page title with important keywords"}}

Parameters
nametyperequired?defaultdescription
stringstringmandatory-value of the string enclosed by the title tag

Long description
With the {{titletag}} action you can generate a custom HTML title tag that will appear in the page output header. Please note that you will have to remove any instances of <title>...</title> tags in your header.php files, as multiple <title> tags are not permissible under the HTML recommendations. Also, there is no protection against invoking {{titletag}} more than once. Position of the title tag within the head of the document is not guaranteed or predictable (but shouldn't matter).

Examples:
{{titletag string="My Title"}}

produces the following output:

<head>
... <title>MyTitle</title>
...
</head>


Release Notes
-
since 1.3.7
Introduction

Authors


CategoryEN
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki