Jump to content

Examples/Parameter: randomseed (example 1)

From DynamicPageList4 Manual
Revision as of 18:48, 5 September 2025 by FrozenPlum (talk | contribs) (Swapped to {DPL Code} template and cleaned up description.)
(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

[edit source]

This lists pages from category Fruit examples, sets a randomcount of 3, with the randomseed set to a new value every day using the {{#time:Ymd}} #time ParserFunction.

This example requires the ParserFunctions extension, and it also requires $wgPFEnableStringFunctions to be set to "true" (enabled) to function correctly; on Miraheze, ParserFunctions is already installed and the latter setting can be found and enabled in ManageWiki.


Code
{{#dpl:
|category    = Fruit examples
|randomcount = 3
|randomseed  = {{#time:Ymd}}
}}
Result
Cookies help us deliver our services. By using our services, you agree to our use of cookies.