Template:Random item
This template should be substituted if you want to generate a random item one time only. |
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=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]
{{Random item|a|b|c|d|A|B|C|D|1|2|3|4}}
--> d3A4a2B1bDCc{{Random item|a|b|c|d|A|B|C|D|1|2|3|4}}
--> 2cbD4AaB1dC3{{Random item|a|b|c|d|A|B|C|D|1|2|3|4}}
--> a1DdBc24ACb3{{Random item|a|b|c|d|A|B|C|D|1|2|3|4|same=y}}
--> BDcbA1C4ad32{{Random item|a|b|c|d|A|B|C|D|1|2|3|4|same=y}}
--> BDcbA1C4ad32{{Random item|a|b|c|d|A|B|C|D|1|2|3|4|same=y}}
--> BDcbA1C4ad32
The above documentation is transcluded from Template:Random item/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |