Aha! Think I've figured out the problem. Your sample code had the
gettext for the title set like this:
data = field:title
I changed it to this:
data = page:title
And now the title shows up in the link. (It's not URL-encoded... but at
least something's showing up :-D )
-- Jason