Related to article (example)

From DynamicPageList3 Manual
Revision as of 22:38, 16 January 2023 by imported>FrozenPlum (remove tempnote as openreferences was fixed in v3.5.0, and fix examples)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Manual Examples Related to article

List pages linked from article

{{#dpl:
|linksfrom=Apple
|openreferences=yes
|ordermethod=none
|count=5
}}

Produces a list of pages linked from the Apple article, limited to 5 results, including links to non-existing pages (if any) due to the use of openreferences=yes.

Result:
{{#dpl: |linksfrom=Apple |openreferences=yes |ordermethod=none |count=5 }}

List templates used by an article

{{#dpl:
|usedby=Apple
|count=5
}}

Produces a list of templates that are used by the Apple article.

Result:
{{#dpl: |usedby=Apple |count=5 }}

Produces a list of articles whose title contains the word "Main" and includes the categories for each page.

{{#dpl:
|titlematch=%Main%
|addcategories=true
}}

Result:
{{#dpl: |titlematch=%Main% |addcategories=true |count=5 }}