Revision [2406]

This is an old revision of MetaTagActionInfo made by BrianKoontz on 2016-05-12 20:47:25.

 

Meta Action Documentation

This is the documentation page for the metatag action.

Note: This action was renamed from Unknown action ""meta"" to align with a required name change to . The Unknown action ""meta"" tag was never officially released prior to 1.3.7. If you are currently using Unknown action ""meta"", please rename your instances to .
 


Documentation

NOTE
This feature is available since:
WikkaWiki 1.3.7


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

Usage:
{{metatag 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 {{metatag}} action you can create one or more HTML meta tags that will appear in the page output header. Multiple invocations of {{metatag}} will produce multiple meta tags. Position of the meta tags within the ... tags is not guaranteed or predictable.

Examples:
{{metatag 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
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki