Recent Changes - Search:

PITS main list

edit sidebar

Main sidebar

PmWiki

pmwiki.org

00943

Summary: allow logical NOT and AND for pagelists link attribute, allow wildcards
Created: 2007-06-25 10:23
Status: Open
Category: Feature
From: noskule
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:)

No results found.

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:)
 

 

No results found.

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 /
ComplexRecipes  Guidelines for people who want to share complex cookbook recipes with other PmWiki user
CookbookBasics  Explains what the cookbook and its recipes are.
DebuggingForCookbookAuthors  Share tips and tricks with other authors about PmWiki specific debugging (perpetual)
Functions  Brief description of some of PmWiki's internal functions available to cookbook recipe authors and custom markup developers
JavaScript  Embed (static) JavaScript into wiki pages (Stable)
LinkedResourceExtras  Linked resource helper functions and scripts for recipe writers (Beta)
ModuleGuidelines  Guidelines for creating, distributing, and maintaining a recipe for the Cookbook.
ModuleGuidelines-Talk  Discussion of ModuleGuidelines
ParseArgs  Description of ParseArgs function for parsing argument lists (Stable)
PmWikiDeveloper  PmWiki developer documentation
RunCGI  Run a CGI script from a recipe illustration (As is)

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)
Edit - History - Print - Recent Changes - Search
Page last modified on April 14, 2013, at 09:38 AM