Related to article (example): Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
imported>FrozenPlum
m (update to working examples for now)
imported>FrozenPlum
m (flag for later cleanup)
Line 54: Line 54:
|count=5
|count=5
}}
}}

[[Category:Miscellaneous examples]]

Revision as of 05:49, 3 April 2022

Manual Examples Related to article

List pages linked from Manual article

The following example would produce a list of pages linked from Manual article.

{{#dpl:
|ordermethod=none
|linksfrom=Manual
|count=5
}}

Result:
{{#dpl: |ordermethod=none |linksfrom=Manual |count=5 }}

Notes

  • Use |openreferences=yes to include links to non-existing pages (red links). In the example above, if |openreferences=yes were specified, any red links that might appear on Extension:DPL3/Manual would be listed in the output along with existing pages.
This example is currently non-working, it may be replaced or removed at a later date to improve the clarity of this manual. As this needs to be done at a deliberate pace, the Gamepedia DPL3 Manual can be used in the interim, keeping in mind some functions may have changed.

List templates used by the Manual article

The following example would produce a list of templates that are used by the Manual article.

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

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

The following example will produce a list of articles names whose title contains the word "Manual" and includes the categories for each page.

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

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