Template:Random item/sandbox
Jump to navigation
Jump to search
| File:Edit In Sandbox Icon - Color.svg | This is the template sandbox page for Template:Random item (diff). See also the companion subpage for test cases. |
File:Test Template Info-Icon - Version (2).svg Template documentation[view] [edit] [history] [purge]
| File:Information icon4.svg | This template should be substituted if you want to generate a random item one time only. |
| File:Lua-Logo.svg | This template uses Lua: |
Returns one of N items at random.
Usage
[edit source]{{random item|item1|item2|...|itemN}}- All calls to the function using
|same=ywith the same number of items will return the same item.
Parameters
[edit source]|1=‥|2=‥|N=→ The items to return.|same=ySet to a truthy value for all calls with this parameter set and the same number of items to return the same item.- There used to be a
|range=parameter, but this is no longer needed.
Examples
[edit source]
{{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}}→ A{{Random item|a|b|c|d|A|B|C|D|1|2|3|4}}→ B{{Random item|a|b|c|d|A|B|C|D|1|2|3|4|same=y}}→ d{{Random item|a|b|c|d|A|B|C|D|1|2|3|4|same=y}}→ d{{Random item|a|b|c|d|A|B|C|D|1|2|3|4|same=y}}→ d