Recent Changes - Search:

PmWiki

pmwiki.org

EditVariablesInTextArea

<< | PmWiki.Variables | >>

Collection of some edit tricks
Varibles like {$Version} {$AuthId} ($Author} can be used in the textarea.

Some usefull functionality, particularly in Page/Group Headers, Sidebars

Refer to the document itself

1) [[http:?action=edit|edit]]
2) [[{$Group}/{$Name}?action=edit|edit]]  
3) [[{$FullName}?action=edit|edit]]

1) edit(approve links) 2) edit 3) edit

Refer to a relative path:

http:/pmwiki/pub/skins/pmwiki/pmwiki-32.gif

http:/pmwiki/pub/skins/pmwiki/pmwiki-32.gif(approve links)

Show Logged-in User, link to logout:
[[http:?action=logout|{$AuthId}]]

(approve links)

(This shows nothing when the user is not logged in, but could show a login field. see Cookbook:ConditionalMarkupSamples)

Link to User's Profile

* [[Profiles/{$AuthId}|UserHome]] for example in SideBar \\
[[Profiles/{$Author}|UserHome]]

Conditonal Markup and {$ Variables

(seem to be inconsistant to me)

(:if authid:)  AuthID: {$AuthId}
(:if author:)  Author: {$Author}
{$Namespaced} | {$Titlespaced} | {$FullName}
{$ScriptUrl}
  Author: 

Edit Variables In Text Area | Edit Variables In Text Area | PmWiki.EditVariablesInTextArea http://www.pmichaud.com/wiki

I thought it might be useful to make some more documentation in using variables and conditional markup. May be this page belongs to Cookbook or markup tricks in general, be free to move

see also Cookbook:ConditionalMarkupSamples

Edit - History - Print - Recent Changes - Search
Page last modified on May 16, 2007, at 02:54 PM