Table of contents
  1. 1. Usage Restrictions
  2. 2. Parameters
  3. 3. Result
  4. 4. Samples
wiki.GetPage(page : any) : map

Get page object at wiki page path.

Usage Restrictions

8.05.1 or later.

Parameters

Name Type Description
page
any wiki page path or id; if argument is of type str, then it is treated as a path; if argument is of type num then it's treated as an id

Result

Returns the page object if the page exists, otherwise nil.

Samples

  Output

Get page object using the current page's path:

{{ wiki.getpage(page.path) }} 
{ api : "http://developer.mindtouch.com/@api/deki/pages/21232", author : "local://f76743ff2be448399b4a18892a270c70/deki/$user", comments : "local://f76743ff2be448399b4a18892a270c70/deki/$pagecomments", date : "Mon, 28 Jul 2008 00:42:13 GMT", editsummary : "20 words added, 2 words removed", feed : "http://developer.mindtouch.com/@api/deki/pages/21232/feed", files : "local://f76743ff2be448399b4a18892a270c70/deki/$files", fronturi : "http://developer.mindtouch.com/en/ref/DekiScript/Wiki_Functions_and_Variables/Wiki.GetPage", id : 21232, ishidden : false, language : nil, mime : "application/x.deki0805+xml", name : "Wiki.GetPage", namespace : "", parent : "local://f76743ff2be448399b4a18892a270c70/deki/$page", parents : "local://f76743ff2be448399b4a18892a270c70/deki/$parents", path : "en/ref/DekiScript/Wiki_Functions_and_Variables/Wiki.GetPage", properties : "local://f76743ff2be448399b4a18892a270c70/deki/$pageprops", redirect : nil, revision : 3, revisions : "local://f76743ff2be448399b4a18892a270c70/deki/$revisions", subpages : "local://f76743ff2be448399b4a18892a270c70/deki/$subpages", tags : "local://f76743ff2be448399b4a18892a270c70/deki/$pagetags", talkuri : "http://developer.mindtouch.com/Talk:en/ref/DekiScript/Wiki_Functions_and_Variables/Wiki.GetPage", text : "local://f76743ff2be448399b4a18892a270c70/deki/$pagetext", title : "Wiki.GetPage", toc : <html><body><span id="page.toc" /></body></html>, unprefixedpath : "en/ref/DekiScript/Wiki_Functions_and_Variables/Wiki.GetPage", uri : "http://developer.mindtouch.com/en/ref/DekiScript/Wiki_Functions_and_Variables/Wiki.GetPage", viewcount : 432, xml : "local://f76743ff2be448399b4a18892a270c70/deki/$pagexml" }

Get page object using the current page's id:

{{ wiki.getpage(page.id) }} 

{ api : "http://developer.mindtouch.com/@api/deki/pages/21232", author : "local://f76743ff2be448399b4a18892a270c70/deki/$user", comments : "local://f76743ff2be448399b4a18892a270c70/deki/$pagecomments", date : "Mon, 28 Jul 2008 00:42:13 GMT", editsummary : "20 words added, 2 words removed", feed : "http://developer.mindtouch.com/@api/deki/pages/21232/feed", files : "local://f76743ff2be448399b4a18892a270c70/deki/$files", fronturi : "http://developer.mindtouch.com/en/ref/DekiScript/Wiki_Functions_and_Variables/Wiki.GetPage", id : 21232, ishidden : false, language : nil, mime : "application/x.deki0805+xml", name : "Wiki.GetPage", namespace : "", parent : "local://f76743ff2be448399b4a18892a270c70/deki/$page", parents : "local://f76743ff2be448399b4a18892a270c70/deki/$parents", path : "en/ref/DekiScript/Wiki_Functions_and_Variables/Wiki.GetPage", properties : "local://f76743ff2be448399b4a18892a270c70/deki/$pageprops", redirect : nil, revision : 3, revisions : "local://f76743ff2be448399b4a18892a270c70/deki/$revisions", subpages : "local://f76743ff2be448399b4a18892a270c70/deki/$subpages", tags : "local://f76743ff2be448399b4a18892a270c70/deki/$pagetags", talkuri : "http://developer.mindtouch.com/Talk:en/ref/DekiScript/Wiki_Functions_and_Variables/Wiki.GetPage", text : "local://f76743ff2be448399b4a18892a270c70/deki/$pagetext", title : "Wiki.GetPage", toc : <html><body><span id="page.toc" /></body></html>, unprefixedpath : "en/ref/DekiScript/Wiki_Functions_and_Variables/Wiki.GetPage", uri : "http://developer.mindtouch.com/en/ref/DekiScript/Wiki_Functions_and_Variables/Wiki.GetPage", viewcount : 432, xml : "local://f76743ff2be448399b4a18892a270c70/deki/$pagexml" }


 

Tag page (Edit tags)
    Viewing 1 of 1 comments: view all
    test comment to see if it is mapad
    Posted 09:05, 24 Jun 2009
    Viewing 1 of 1 comments: view all
    You must login to post a comment.