[pmwiki-users] Fwd: pagelist of referenced items

Randy Brown alongkiss at aprivatespot.com
Wed Aug 11 09:33:14 CDT 2010


Try this (untested):

1. Create question pages in a Question group, titled "Question 1: This is my question?" etc.

2. Put this on a page titled something like "Questions answered by this theory book":

(:pagelist group=Question order=title fmt=#listpageslinkedtoquestion:)

(:if false:)
[[#listpageslinkedtoquestion]]
(:pagelist link={=$FullName} questionbeinganswered={{=$FullName}$Title} order=title fmt=#listpageswithanswer:)
[[#listpageslinkedtoquestionend]]

[[#listpageswithanswer]]
(:pagelist link={=$FullName} order=title fmt=title:)
[[#listpageswithanswerend]]

[[#listquestionandpagewithanswer]]
(:template first:)
* {$$questionbeinganswered}
(:template each:)
** [[{=$FullName}|+]]
(:ifend:)

On Aug 11, 2010, at 2:05 AM, Markus Heinzer wrote:

> Thank you very much for replying!
> I have to specify more accurately what I am trying to do:




More information about the pmwiki-users mailing list