Revision history for TitleTagActionInfo


Revision [2415]

Last edited on 2016-05-12 20:57:42 by BrianKoontz [typo]
Additions:
##""{{titletag string="My page title with important keywords"}}""##
Deletions:
##""{{titletag string="My page title with importantkeywords"}}""##


Revision [2414]

Edited on 2016-05-12 20:57:14 by BrianKoontz [updated]
Additions:
This is the documentation page for the ##titletag## action.
<<Note: You will need to remove any existing ##<title>...</title>## tags in
your ##header.php## files (located under the ##templates/## directory).
Otherwise, you will have multiple ##<title>## tags in your HTML output, which
is not in compliance with the HTML recommendations.<<::c::
Renders an HTML title tag in the page output header.
##""{{titletag string="My page title with importantkeywords"}}""##
|=|string||string||mandatory||-||value of the string enclosed by the title tag||
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).
##""{{titletag string="My Title"}}""##
<title>MyTitle</title>
Deletions:
This is the documentation page for the ##metatag## action.
<<Note: This action was renamed from ##""{{meta}}""## to align with a required name change to ##""{{titletag}}""##. The ##""{{meta}}""## tag was never officially released prior to 1.3.7. If you are currently using ##""{{meta}}""##, please rename your instances to ##""{{metatag}}""##.<<::c::
Renders an HTML meta tag in the page output header.
##""{{metatag name="somename" content="blah blah blah"}}""##
|=|name||string||mandatory||-||value of the name attribute of the meta tag||
|=|content||string||mandatory||-||value of the content attribute of the meta tag||
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 ""<head>...</head>"" tags is not guaranteed or predictable.
##""{{metatag name="somename" content="blah blah blah"}}""##
<meta name="somename" content="blah blah blah" />


Revision [2412]

Edited on 2016-05-12 20:51:05 by BrianKoontz [modified]
Additions:
=====Titletag Action Documentation=====
Deletions:
=====Meta Action Documentation=====


Revision [2411]

The oldest known version of this page was created on 2016-05-12 20:50:55 by BrianKoontz [modified]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki