<br><br><div><span class="gmail_quote">On 4/25/07, <b class="gmail_sendername">DaveG</b> &lt;<a href="mailto:pmwiki@solidgone.com">pmwiki@solidgone.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>In order to display the link spaced title you can do:<br>&nbsp;&nbsp; [[xyz.My Spaced Title]]<br><br>However, when combining with parameters:<br>&nbsp;&nbsp; [[xyz.My Spaced Title?action=edit]]<br><br>It doesn&#39;t work. It would be nice if there was a shortcut similar to &quot;+&quot;
<br>&nbsp;&nbsp; [[xyz.MySpacedTitle?action=edit | +]]<br><br>which gave the spaced title.&nbsp;&nbsp;Does such a thing already exist, or is there a different way to shortcut the spaced title in a parameterized link reference?</blockquote><div>
<br>If I understand your question correctly, the following looks like it might apply:<br><br><span class="gmail_quote">From: <b class="gmail_sendername">Patrick R. Michaud</b> &lt;<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com
</a>&gt;<br>Date: Dec 30, 2005 5:20 PM<br>Subject: Re: [pmwiki-users] When using {$Fullname}|+ how to get spaced<br>To: <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br><br></span>On Fri, Dec 30, 2005 at 04:15:52PM -0600, Ben Wilson wrote:
<br>&gt; I am starting to use [[{$Fullname}|+]], but I want the output to be<br>&gt; spaced. Presently it is not--unless I am not doing something I should.<br>&gt; I am using Beta 17.<br><br>Try the following in config.php
:<br><br>## [[target |+]] title links<br>Markup(&#39;[[|+&#39;, &#39;&lt;[[|&#39;,<br>&nbsp;&nbsp;&quot;/(?&gt;\\[\\[([^|\\]]+))\\|\\s*\\+\\s*]]/e&quot;,<br>&nbsp;&nbsp;&quot;Keep(MakeLink(\$pagename, PSS(&#39;$1&#39;),<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PageVar(MakePageName(\$pagename,PSS(&#39;$1&#39;)), &#39;\$Titlespaced&#39;)
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;),&#39;L&#39;)&quot;);<br><br>Pm<br></div></div>