Examples/Parameter: linksto (example 1)

From DynamicPageList3 Manual
Revision as of 01:32, 22 April 2022 by imported>FrozenPlum (Lens0021 make excellent point that this had tables, which complicated understanding/explanation, so removed it (isn't necessary to keep repeating syntax variants, but my focus at the time was parcelling out the examples, getting them working, and refining later). I'll remove it now anyhow, since I didn't get through the other pages in their entirety to finish parcelling out, and getting examples working first anyway.)
Please do not edit this page unless you're wanting to edit the manual itself, it is an example included in the manual.

Example

This will select pages in Category:Number examples that link to other pages with "Tw" in the name (e.g., pages that link to page Two) that are in the Main namespace (by default). To make the comparison case-insensitive, the parameter ignorecase can be used.

{{#dpl:
|category = Number examples
|linksto  = Tw%
}}


Result

Parser function method
{{#dpl: |category = Number examples |linksto = Tw% }}