Jump to content

Examples/Parameter: randomseed (example 1)

From DynamicPageList3 Manual
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.