Summary: allow logical NOT and AND for pagelists link attribute, allow wildcards
Created: 2007-06-25 10:23
Status: Open
Category: Feature
Assigned:
Priority: 5554
Version:
OS:
See Cookbook:PageListMultiTargets. --Petko April 14, 2013, at 09:38 AM
Description:
Currently it seams that the link attribute only allows 1 parameter ie one pagename, and does not allow wildcards.
The link attribute should allow
- more than one pagename
- the option to use the logical NOT and Wildcards.
Some examples (linked as described in Categories Category Nesting ):
- Category.Category
- Category.Meta-Content
- Category.Engine
- Category.Chassis
- Category.Meta-Typ
- Category.Blog
- Category.Wiki
- Category.Issue
- Category.Meta-Rating
- Category.God
- Category.Bad
- Category.Meta-Status
- Category.Open
- Category.Closed
Pages that are not categorized:
(:pagelist link=-Category.* count=9:)
|
|
|
Pages that do not belong to a meta category:
(:pagelist link=-Category.Meta-Rating,-Category.Meta-Typ,-Category.Status
count=9:)
----
(:pagelist link=-Category.Meta-* count=9:)
|
|
Issues in pages tagged engine:
(:pagelist link=-+Category.Issues,+Category.Engine:)
(:pagelist group=Cookbook link=Category.PmWikiDeveloper list=normal
count=16:)
----
(:pagelist group=Cookbook link=Category.MarkupWriting list=normal
count=16:)
----
(:pagelist group=Cookbook
link=Category.PmWikiDeveloper,Category.MarkupWriting list=normal count=16:)
|
- Cookbook /
-
-
- Content API to create external pages dependent upon text in a wiki page. (Bug fixes, referencing content from other pages)
-
- Functions Brief description of some of PmWiki's internal functions available to cookbook recipe authors and custom markup developers
-
- MarkupRulesetDebugging Debugging Markup Ruleset
-
- ParseArgs Description of ParseArgs function for parsing argument lists (Stable)
-
- QuickReplace Quickly define replacement texts in wiki pages, and use them as markup or during page save. (Testing)
-
- SchrootConverter Converter that uses Schroot to execute commands for the Content recipe (First Release)
-
- ShortCutsMarkup Gives easy access to creating some types of custom markup. (Working)
-
- SourceHistory Web php programming abilities from computers without any editor installed (beta)
|
See also
- 00908 Enhance the link parameter of page list (multiple and exclusions)