Test /
ObsoleteSkinList
Trying to determine why non-obsolete skins are included in this list
See
Wildcards
Name, group, link, and category parameters can contain wildcard characters that display only pages matching a given pattern:
- An asterisk (*) represents zero or more characters
- A question mark (?) represents exactly one character
- A set of characters enclosed in square brackets ([]) represents any one of the characters in the brackets
- A comma separates different specifiers, of which at least one should match.
- A minus sign before a specifier requires it to be absent.
- Only for
link=
andcategory=
, a plus sign before a specifier requires it to be present.
Examples:
All pages in any group beginning with "PmWiki" | (:pagelist group=PmWiki* :)
|
All pages in any group beginning with "PmWiki", except for Chinese | (:pagelist group=PmWiki*,-PmWikiZh :)
|
All pages in the PmCal group with names starting with "2005": | (:pagelist name=PmCal.2005* :)
|
All Cookbooks with names beginning with a A and a B letter
note the different specifiers used for the same result
| (:pagelist group=Cookbook name=A*,B* :) (:pagelist name=Cookbook.A*,Cookbook.B* :) (:pagelist group=Cookbook name=[AB]* :) (:pagelist name=Cookbook.[AB]* :) |
Pages in the categories Media or Images (at least one) | (:pagelist category=Media,Images :) |
Pages in the categories Media and Images (both) | (:pagelist category=+Media,+Images :) |
If you want to use multiples conditions you need to use commas to delimit the string. For example
key="one value,another value"
Obsolete skins
(:pagelist category=+Skins,+Obsolete name={Skins.Skins$:SkinRelated} fmt={Skins.Skins#skinlist}:) | ||||||||||||||||||||||||
|