<br><br><div><span class="gmail_quote">On 4/25/07, <b class="gmail_sendername">DaveG</b> <<a href="mailto:pmwiki@solidgone.com">pmwiki@solidgone.com</a>> 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> [[xyz.My Spaced Title]]<br><br>However, when combining with parameters:<br> [[xyz.My Spaced Title?action=edit]]<br><br>It doesn't work. It would be nice if there was a shortcut similar to "+"
<br> [[xyz.MySpacedTitle?action=edit | +]]<br><br>which gave the spaced title. 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> <<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com
</a>><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>> I am starting to use [[{$Fullname}|+]], but I want the output to be<br>> spaced. Presently it is not--unless I am not doing something I should.<br>> I am using Beta 17.<br><br>Try the following in config.php
:<br><br>## [[target |+]] title links<br>Markup('[[|+', '<[[|',<br> "/(?>\\[\\[([^|\\]]+))\\|\\s*\\+\\s*]]/e",<br> "Keep(MakeLink(\$pagename, PSS('$1'),<br> PageVar(MakePageName(\$pagename,PSS('$1')), '\$Titlespaced')
<br> ),'L')");<br><br>Pm<br></div></div>