Examples/Parameter: includemaxlength (example 1): Difference between revisions

From DynamicPageList3 Manual
imported>FrozenPlum
(Add example (plus test the change to adjust the docs))
 
imported>FrozenPlum
 
(No difference)

Latest revision as of 01:12, 1 April 2023

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 }}