> What version of PmWiki are you using? If it's still 2.1.(something)
> then you won't be able to get this behaviour, because it was introduced
> in the 2.2 series.
That was all the hint I needed, thanks. Enabling:
$EnableRelativePageVars = 1;
now allows the use of either
{*$FullName}
or
{$FullName}
to refer to the originating page.
~ ~ Dave