I would suggest too using a PTV, but using same name for PTV (so that one can use only one pagelist to grab the data)<div>(So, only one ref PTV for each page)<br><div><br>pageA we have (:ref:question1:)<br>pageB we have (:ref:question2:)</div>

<div><br>Then, on pageC try to extract variables with a pagelist + a custom format</div><div><br>Something like this should work :</div><div><br>#format ref (special format for extracting ref data as : Page3 → question1)</div>

<div><br>[[#ref]]<br>*&#39;&#39;&#39;[[({=$Group}/){=$Name}]]&#39;&#39;&#39; &amp;#8594; {=$:ref}<br>[[#finref]]<br><br></div><div>(:pagelist Group=Test $:ref=- order=$:ref fmt=#ref:)<br><br></div><div>Other way would be to look at textextract cookbook.</div>

<div>Maybe <a href="http://www.pmwiki.org/wiki/Cookbook/DataSections">http://www.pmwiki.org/wiki/Cookbook/DataSections</a> ? (untested)</div><div><br></div><div>Gilles.</div><div><br><br>2010/8/11 Randy Brown &lt;<a href="mailto:alongkiss@aprivatespot.com">alongkiss@aprivatespot.com</a>&gt;<br>

&gt;<br>&gt; I&#39;m not sure what you want, but this might be helpful.<br>&gt;<br>&gt; You can put page text variables on your data pages like this:<br>&gt;<br>&gt; (:Question125: This is question 125:)<br>&gt; (:Question126: This is question 126:)<br>

&gt;<br>&gt; and then on your listing page create a local pagelist template and pagelist markup like this (untested):<br>&gt;<br>&gt; (:pagelist fmt=#ListQuestion Question=Question125 $:Question125=- :)<br>&gt; (:pagelist fmt=#ListQuestion Question=Question126 $:Question126=- :)<br>

&gt; etc.<br>&gt;<br>&gt; (:if false:)<br>&gt; [[#ListQuestion]]<br>&gt; * [[PageToLinkTo | {$Question} ]]<br>&gt; [[#ListQuestionend]]<br>&gt; (:ifend:)<br>&gt;<br>&gt; The result should be something like this:<br>&gt;<br>

&gt; * This is question 125<br>&gt; * This is question 126<br>&gt;<br>&gt; I don&#39;t believe you can currently use wildcards for page text variables, and it&#39;s not listed on the current road map. You might want to make a PITS entry to request it.<br>

&gt;<br>&gt; Of course, if you don&#39;t n<br>&gt;<br>&gt; Hope that helps,<br>&gt;<br>&gt; Randy<br>&gt;<br>&gt;<br>&gt; On Aug 10, 2010, at 5:33 PM, Markus Heinzer wrote:<br>&gt;<br>&gt; &gt; Hello all<br>&gt; &gt;<br>
&gt; &gt; Is there a recipe doing something like this:<br>
&gt; &gt;<br>&gt; &gt; I write into wikipages something like (:ref Question125:) and (:ref Question126:) and so on.<br>&gt; &gt; A pagelist then lists all occurences of (:ref something:) and lists them up as links:<br>&gt; &gt; Question125&gt;<br>

&gt; &gt; Question126&gt;<br>&gt; &gt; ....<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; pmwiki-users mailing list<br>&gt; <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>

&gt; <a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br><br><br><br>--<br>---------------------------------------<br>| A | de la langue française<br>

| B | <a href="http://www.languefrancaise.net/">http://www.languefrancaise.net/</a><br>| C | <a href="mailto:languefrancaise@gmail.com">languefrancaise@gmail.com</a><br>---------------------------------------</div></div>