Warning: Use of undefined constant next - assumed 'next' (this will throw an Error in a future version of PHP) in /homepages/39/d252297167/htdocs/pmwiki/cookbook/WikiSh.php on line 1569
Warning: Use of undefined constant next - assumed 'next' (this will throw an Error in a future version of PHP) in /homepages/39/d252297167/htdocs/pmwiki/cookbook/WikiSh.php on line 1569
(:shoutbox:)
(:shoutboxend:)
(:feralsimplecalendar:)
PmWiki
pmwiki.org
edit SideBar
|
(:pagelist name=Blank* $:ptv=-?* :)
|
|
(:pagelist name=Blank* $:ptv=-* :)
|
|
abc
(:pagelist name=Blank* $:ptv= :)
|
|
(:pagelist name=Blank* $:ptv=* :)
|
|
(:pagelist name=Blank* $:ptv=- :)
|
|
=-?* | PTV is either set to blank value or not set |
=-* | NEW: PTV is not set |
= | NEW: PTV is set to a blank value (technically challenging because ParseArgs() doesn't accept - any other options?) |
=* | NEW: PTV is set to anything |
=- | PTV is set to a non-blank value |
$:ptv | PTV is set on the page |
-$:ptv | PTV is NOT set on the page |
|