Template:Random item

Template documentation[view] [edit] [history] [purge]

Returns one of N items at random.

UsageEdit

  • {{random item|item1|item2|...|itemN}}
  • All calls to the function using |same=y with the same number of items will return the same item.

ParametersEdit

  • |1=..|2=..|N= --> The items to return.
  • |same=y Set to a truthy value for all calls with this parameter set and the same number of items to return the same item.
  • There use to be a |range= parameter, but this is no longer needed.

ExamplesEdit

Purge

  • {{Random item|a|b|c|d|A|B|C|D|1|2|3|4}} --> 3BDaCdcb124A
  • {{Random item|a|b|c|d|A|B|C|D|1|2|3|4}} --> D3dC2c4ba1BA
  • {{Random item|a|b|c|d|A|B|C|D|1|2|3|4}} --> b43c2D1dBACa
  • {{Random item|a|b|c|d|A|B|C|D|1|2|3|4|same=y}} --> adD2CB3bcA41
  • {{Random item|a|b|c|d|A|B|C|D|1|2|3|4|same=y}} --> adD2CB3bcA41
  • {{Random item|a|b|c|d|A|B|C|D|1|2|3|4|same=y}} --> adD2CB3bcA41