Template:Random item/doc
Chësta ie na plata de documentazion per Template:Random item. Tlo abines nfurmazions sun co adurvé categories y auter contenuto che ne ie nia pert dl template uriginel template page. |
This template uses Lua: |
Returns one of N items at random.
Usage
mudé{{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
mudé|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 used to be a
|range=
parameter, but this is no longer needed.
Examples
mudé{{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}}
→ 2{{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}}
→ A{{Random item|a|b|c|d|A|B|C|D|1|2|3|4|same=y}}
→ A{{Random item|a|b|c|d|A|B|C|D|1|2|3|4|same=y}}
→ A
See also
mudé