Recent Changes - Search:

PmWiki

pmwiki.org

Mateusz

(redirected from Profiles.MateuszCzaplinski)

Jump quickly to My Discussion.
My Local Bookmarks
Some of my editions

Contact:

My Cookbook recipes:

More ideas for Cookbook recipes:

For WikipediaSuite:

  • WPLang? -- a pseudo-subgrouping mode for different language versions of a site. See Wikipedia for what I mean.
  • CategoryLinks? -- like backlinks, but collecting only those links which are on separate lines/something like that (so that pages referencing a category are not counted as pages being in that category).
  • in the preview: it's certainly better when the editing window shows under the previewed contents.
  • note about the $LinkPageSelfFmt variable (see bottom of this page -- in comments).

others



Discussion

(for Visitors to fill)

Hi, how would you test that some parameter in Template EXISTS/not exist? For example, I'd like to use

* Name: {{{name}}}
* Title: {{{title}}}

and make title field ONLY appear when parameter actually exists. I've tried

* Name: {{{name}}}
(:if {{{title}}}:)* Title: {{{title}}}

but this does not seem to work..

  -- Zarhan
~HansB: Self-links have a class .selflink for possible styling. They are not usually unlinked, but can be by for instance including this in config.php:
                 $LinkPageSelfFmt = "<a class='selflink'>\$LinkText</a>";
thx a lot! that should do it!

include: see PmWiki.IncludeOtherPages for features.
Ha, thats where you asked the question! Sorry, parameters are limited to what part of the page should be included. Hans

Edit - History - Print - Recent Changes - Search
Page last modified on October 10, 2008, at 01:44 AM