[pmwiki-users] Generated page - title problem in pagelist

Patrick R. Michaud pmichaud at pobox.com
Sun Feb 12 08:36:58 CST 2006


On Sun, Feb 12, 2006 at 12:13:53PM +0100, OBUTEX / Hladůvka wrote:
> I generetad page Sk0035.Sk0035 with contents
> urlencoded=1
> newline=%0a
> text=(:title Sk0035 - Hlavna stranka:)%0a%0a
> 
> When browsing the http:// ..../ Sk0035/Sk0035  I can see the title 
> rendered but
> in another page (manually created) where  is (:pagelist 
> group=-{$Group},-PmWiki fmt=title :)
> no title (only Sk0035 ) is rendered.
> 
> After editing Sk0035.Sk0035 the pagelist is OK
> 
> Any idea ?

If you want a page to have a title, you'll have to add a title=
attribute as well:

    newline=%0a
    text=(:title Sk0035 - Hlavna stranka:)%0a%0a
    title=Sk0035 - Hlavna stranka

Hint: use only one of urlencoded= or newline= .

Pm




More information about the pmwiki-users mailing list