Was this page helpful?

Page.Properties

    Table of contents
    1. 1. Usage Restrictions
    2. 2. Result
    3. 3. Samples
    4. 4. Uses
    page.properties()
    

    Returns the values from the property page for a given page.

    Usage Restrictions

    Lyons or later

    Result

    A map of the Object Pages properties.

    Samples

      Output

    to get a page's properties:

    {{ page.properties }} 

     

    { SamplePropertyName : { api : "local://17a8dfc237954830a4cab1fd4f9dd575/deki/pages/29765/properties/urn%253Acustom.mindtouch.com%2523SamplePropertyName", author : "local://17a8dfc237954830a4cab1fd4f9dd575/deki/$user", date : "Mon, 03 May 2010 22:45:22 GMT", editsummary : nil, language : nil, mime : "text/plain", name : "SamplePropertyName", namespace : "urn:custom.mindtouch.com", page : "local://17a8dfc237954830a4cab1fd4f9dd575/deki/$page", revision : 3, revisions : "local://17a8dfc237954830a4cab1fd4f9dd575/deki/$proprevisions", size : 21, text : "SamplePropertyValue23", xml : nil } }

    to get a page's properties' revisions:

    {{ page.properties.SamplePropertyName.revisions[1] }}
     { author : "local://17a8dfc237954830a4cab1fd4f9dd575/deki/$user", date : "Thu, 30 Jul 2009 21:35:02 GMT", editsummary : nil, language : nil, mime : "text/plain", name : "SamplePropertyName", namespace : "urn:custom.mindtouch.com", page : "local://17a8dfc237954830a4cab1fd4f9dd575/deki/$page", revision : 2, revisions : "local://17a8dfc237954830a4cab1fd4f9dd575/deki/$proprevisions", size : 20, text : "SamplePropertyValue2", xml : nil }

    Uses

    Embed a link to the page properties in your page

    {{ web.link{uri: "http://".. site.hostname.."/index.php?title=Special:PageProperties&id="..page.id.."&form=advanced", text: "view properties"} }}
    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by