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

From DynamicPageList3 Manual
imported>FrozenPlum
(fix my wrong category)
imported>FrozenPlum
 
(No difference)

Latest revision as of 23:48, 31 March 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 will list articles in Category:Country examples that are not in the "Category" namespace. Each result link will be shortened to a maximum of 5 characters, and those that have more than 5 characters will display ... after it.

{{#dpl:
|category       = Country examples
|notnamespace   = Category
|titlemaxlength = 5
|count          = 3
}}

Result

{{#dpl: |category = Country examples |notnamespace = Category |titlemaxlength = 5 |count = 3 }}