Template:Random item/doc

From SPCodex, The Smashing Pumpkins wiki
Revision as of 05:44, 27 April 2020 by MusikAnimal (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns one of N items at random.

Usage[edit source]

  • {{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 source]

  • |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 source]

Purge

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