Examples/Parameter: includemaxlength (example 1)

From DynamicPageList3 Manual
Revision as of 01:12, 1 April 2023 by imported>FrozenPlum (FrozenPlum moved page Controlling output volume/Parameter: includemaxlength (example 1) to Examples/Parameter: includemaxlength (example 1): Simplifying how things are structured)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 selects the Some Page article, includes all * content, and then limits the length to 5 characters.

{{#dpl:
|title = Some Page
|include=*
|includemaxlength = 5
}}

Result

{{#dpl: |title = Some Page |include=* |includemaxlength = 5 }}