Template:Random item/doc: Difference between revisions
Jump to navigation
Jump to search
(See also) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 16:05, 21 July 2022
This is a documentation subpage for Template:Random item. It contains usage information, categories and other content that is not part of the original template page. |
This template uses Lua: |
Returns one of Template:Mvar items at random.
Usage
{{random item|item1|item2|...|itemTemplate:Mvar}}
- All calls to the function using
|same=y
with the same number of items will return the same item.
Parameters
|1=
..|2=
..|Template:Mvar=
--> 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
{{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}}
--> b{{Random item|a|b|c|d|A|B|C|D|1|2|3|4}}
--> D{{Random item|a|b|c|d|A|B|C|D|1|2|3|4|same=y}}
--> C{{Random item|a|b|c|d|A|B|C|D|1|2|3|4|same=y}}
--> C{{Random item|a|b|c|d|A|B|C|D|1|2|3|4|same=y}}
--> C
See also