Template:Random item/doc: Difference between revisions

From Omniversalis
en>Centrist16
(Created page with "{{Documentation subpage}} {{Substitution| |if you want to generate a random item one time only}} {{Lua|Module:Random}} Returns one of {{mvar|N}} items at random. == Usage ==...")
 
m (1 revision imported)
 
(No difference)

Latest revision as of 19:33, 14 May 2022

Returns one of N items at random.

Usage[edit]

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

Parameters[edit]

  • |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.

Examples[edit]

Purge

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

See also[edit]