MWBook/Example Table01

From KB42
{| class="wikitable" style="width: 90%; margin: auto;"
|+Criteria for page selection
|-
! style="width: 20%;" | Parameter
! style="width: 30%;" | Syntax 
! style="width: 50%;" | Description 
|-
| category
|<nowiki>|category=QM|Setup...</nowiki>
| Pages in the category QM OR Setup 
|-
| 
|<nowiki>|category=QM&Setup&...</nowiki>
| Pages in the categories QM AND Setup
|-
|
|<nowiki>|category=QM|Setup...|category=Admin</nowiki>
| Pages in the categories QM OR Setup, and pages in the category Admin
|-
| notcategory 
| <nowiki>|notcategory=QM</nowiki>
| Pages that are not in the category QM
|-
| categoriesminmax 
| <nowiki>|category=QM |categoriesminmax=2</nowiki>
| Pages that are in the category QM and in at least 2 more categories 
|-
|  
| <nowiki>|category=QM |categoriesminmax=,1</nowiki>
| Pages that are only in the category QM and in no other category 
|-
| namespace 
| <nowiki>|namespace= </nowiki>
| Pages in the namespace (Main) 
|-
|  
| <nowiki>|namespace=Help|Manual</nowiki>
| Pages in the namespace Help OR Manual 
|-
| namespacenot
| <nowiki>|namespacenot=Help</nowiki>
| Pages that are not in the namespace Help 
|-
|  
|<nowiki>|namespacenot=<nowiki>{{NAMESPACE}}</nowiki>
| Pages that are not in the namespace of the current wiki page 
|}
Criteria for page selection
Parameter Syntax Description
category |category=QM|Setup... Pages in the category QM OR Setup
|category=QM&Setup&... Pages in the categories QM AND Setup
|category=QM|Setup...|category=Admin Pages in the categories QM OR Setup, and pages in the category Admin
notcategory |notcategory=QM Pages that are not in the category QM
categoriesminmax |category=QM |categoriesminmax=2 Pages that are in the category QM and in at least 2 more categories
|category=QM |categoriesminmax=,1 Pages that are only in the category QM and in no other category
namespace |namespace= Pages in the namespace (Main)
|namespace=Help|Manual Pages in the namespace Help OR Manual
namespacenot |namespacenot=Help Pages that are not in the namespace Help
|namespacenot=<nowiki>{{NAMESPACE}} Pages that are not in the namespace of the current wiki page