<font size="2">I need to define anchors in templates for a forum I&#39;m developing with pmwiki/ZAP. These anchors would position a specific message in a thread page.<br><br>The anchor name is the timestamp corresponding to the message date stored as a ZAP variable {=$:MessageDate}. I&#39;m using the following synthax : [[#{=$:MessageDate}]]. I&#39;ve also tried [[(#{=$:MessageDate})]]. This does not work : the template generates a normal link. Indeed, the html corresponding source for an example message is : 
<br></font><pre id="line540"><font size="2">&lt;<span class="start-tag">a</span><span class="attribute-name"> href</span>=<span class="attribute-value">&#39;#1175087439&#39;</span>&gt;&lt;/<span class="end-tag">a</span>&gt;
</font><br></pre><font size="2">
Any idea of how I could do this?<br>
<br>
Benoit</font><br><br><br><br><br><br>