Revision Difference
PageList#519507
<cat>tags</cat>⤶
<title>PageList</title>⤶
⤶
The PageList tag prints a list of pages with the specified category.⤶
⤶
# List of pages with the "tags" category⤶
⤶
```html⤶
<pagelist category="tags"></pagelist>⤶
```⤶
⤶
<pagelist category="tags"></pagelist>⤶
⤶
⤶
⤶
# Tags Category Pages Starting with "Func"⤶
⤶
⤶
```html⤶
<pagelist category="tags" filter="^Func"></pagelist>⤶
```⤶
⤶
<pagelist category="tags" filter="^Func"></pagelist>⤶
⤶
⤶
# Editing Category Pages Ending with "s"⤶
⤶
⤶
```html⤶
<pagelist category="editing" filter="(.+)s"></pagelist>⤶
```⤶
⤶
<pagelist category="editing" filter="s$"></pagelist>