Revision [2395]

This is an old revision of MetaActionInfo made by BrianKoontz on 2015-06-30 19:27:04.

 

Meta Action Documentation

This is the documentation page for the meta action.

Documentation

NOTE
This feature is available since:
WikkaWiki 1.3.7


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

Usage:
{{meta name="somename" content="blah blah blah"}}

Parameters
nametyperequired?defaultdescription
namestringmandatory-value of the name attribute of the meta tag
contentstringmandatory-value of the content attribute of the meta tag

Long description
With {{meta}} action you can create one or more HTML meta tags that will appear in the page output header. Multiple invocations of {{meta}} will produce multiple meta tags. Position of the meta tags within the ... tags is not guaranteed or predictable.

Examples:
{{meta name="somename" content="blah blah blah"}}

produces the following output:

<head>
... <meta name="somename" content="blah blah blah" />
...
</head>


Release Notes
-
since 1.3.7
Introduction

Authors


CategoryEN
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki