Template:Random item/doc
Kaonekelo
|
|
This is a documentation subpage for Template:Random item. It may contain usage information, categories and other content that is not part of the original template page. |
|
|
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
[kulemba 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
[kulemba 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
[kulemba source]
{{Random item|a|b|c|d|A|B|C|D|1|2|3|4}}→ C{{Random item|a|b|c|d|A|B|C|D|1|2|3|4}}→ 2{{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|same=y}}→ 4{{Random item|a|b|c|d|A|B|C|D|1|2|3|4|same=y}}→ 4{{Random item|a|b|c|d|A|B|C|D|1|2|3|4|same=y}}→ 4