[pmwiki-users] pagelist and PageTextVariable

Scott Connard connard at dsg-inc.com
Sun Mar 18 15:15:35 CDT 2007


>
> Could someone please give me a hint how to solve this :
>
> (:pagelist $:MyPageTextVariable=YES:) generates a pagelist of all  
> pages with
> a PageTextVariable called MyPageTextVariable set to 'YES'
>
> How to get a pagelist of all the pages where this variable is NOT  
> set, or
> not set to "YES" ?
>
> Thank you in anticipation.
>
> Christophe
>

PTV is set (is not empty):
(:pagelist $:MyPageTextVariable=-:)

PTV is empty or not set (is not set to one char followed by 0 or more  
chars):
(:pagelist $: MyPageTextVariable=-?*:)

PTV is not VALUE:
(:pagelist $: MyPageTextVariable=-VALUE:)

Scott.



More information about the pmwiki-users mailing list