Examples/Parameter: includemaxlength (example 1)

From DynamicPageList3 Manual
Revision as of 00:07, 3 October 2022 by imported>FrozenPlum (Add example (plus test the change to adjust the docs))
(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 }}