Tamara Temple writes:
I'm working on some markup, and I need the list of pages that link to Category.Category. Is there a function to get that info, like I'd get it from (:pagelist link=Category.Category:) inside a wiki page?

Sorry for the late reply. Inside a function called by a Markup() rule you can have:

 $mylist = MakePageList($pagename, array('link'=>'Category.Category'));

This returns more than the names, it is an array containing each page as an array with the page metadata - name, title, change summary, timestamp etc.

Petko


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to