<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Hi all,<br>
sorry for the bunch of questions in recent days. I'm trying to more
fully understand the syntax of advanced PmWiki markup.<br>
<br>
However, I don't find what I need in the documentation. E.g., I'm
trying to *understand* (not just slightly modify) the markup of
Site.PageActions:<br>
<br>
* %item class=browse
accesskey='$[ak_view]'%[[{*$FullName} | $[View] ]]<br>
* %item rel=nofollow class=edit
accesskey='$[ak_edit]'%[[{*$FullName}?action=edit | $[Edit] ]]<br>
* %item rel=nofollow class=diff
accesskey='$[ak_history]'%[[{*$FullName}?action=diff | $[History] ]]<br>
(:if auth upload:)<br>
* %item rel=nofollow class=upload
accesskey='$[ak_attach]'%[[{*$FullName}?action=upload | $[Attach] ]]<br>
(:if:)<br>
* %item rel=nofollow class=print
accesskey='$[ak_print]'%[[{*$FullName}?action=print | $[Print] ]]<br>
<br>
<br>
Some of my questions:<br>
* What does "%item" stand for?<br>
* What is this "class=" for?<br>
* Where are accesskeys defined?<br>
* Why are the brackets around the "clean text" like around "[Attach]"?<br>
* Why is the $ sign before that like in $[Attach]?<br>
<br>
Thanks for any hints,<br>
Mike<br>
<br>
</font></font>
</body>
</html>