Examples/Parameter: randomseed (example 1)

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

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