Was this page helpful?

Meta.Description

    Table of contents
    1. 1. Usage Restrictions
    2. 2. Parameters
    3. 3. Result
    4. 4. Samples
    meta.Description(content : str) : xml
    

    Add a plain language description to the page.

    Usage Restrictions

    1.9.1 or later.

    Requires UNSAFECONTENT permission in 9.2 and later.

    Parameters

    Name Type Description
    content str The description content.

    Result

    The description is displayed as part of the page metadata.


    Samples

          Output

    To create the description in xml format:

    {{meta.description("This function tells what time of day it is") }} 
    The change appears in the page's HTML head element:
    <meta name="description" content="This function tells what time of day it is" />

         

    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by