模块:Random/doc
这是Module:Random的文档页面
此模块文档被引用于MediaWiki:Recentchangestext中。 任何对此模块文档的修改会立即反映于维基百科的用户界面。 为了避免造成大规模的影响,编者可以在本模块的沙盒 和测试样例 页面进行实验。2 测试后无误的版本可以一次性地加入此模块文档中,但是修改前请务必于讨论页发起讨论。 |
此模块文档已评为alpha版,可接受第三方输入,并可用于少量页面以检查是否存在问题,但需要受到检查。欢迎提供新功能或修改其输入输出机制的建议。 |
这个模块包含了可以使用随机数的函数。它能输出随机数,从列表中随机选择一个项目,对列表随机重新排序。随机重新排序列表可以有序输出,也可以用来输出各种有徐和无序列表。可用函数参见下文。
Number
number
函数能够产生随机数.
{{#invoke:random|number|m|n|same=yes}}
The arguments m
and n
may be omitted, but if specified must be convertible to integers.
- With no arguments, returns a real number in the range .
- With one argument, returns an integer in the range .
m
must be positive. - With two arguments, returns an integer in the range .
m
andn
can be either positive or negative. Ifm
is greater thann
, returns an integer in the range instead. - If the
|same=
parameter is set to "yes", "y", "true", or "1", the same random number is returned for each module call on a given page.
本模组所采用的几率分布为均匀分布(有给参数的则是离散型均匀分布,未给参数的则是连续型均匀分布)。
注意:使用Module:Random的函数所产生的随机数不够随机,使用Module:Random的函数时可能会发生随机数生成器攻击。
Examples (refresh)
{{#invoke:random|number}}
→ 0.59869520813166{{#invoke:random|number|100}}
→ 66{{#invoke:random|number|-100|-50}}
→ -74{{#invoke:random|number|100|same=yes}}
→ 81{{#invoke:random|number|100|same=yes}}
→ 81
The documentation for this function is partly taken from the Scribunto Lua reference manual, which is in turn based on the Lua 5.1 Reference Manual, available under the MIT License.
Date
date
函数可以输出随机文档。
{{#invoke:random|date|timestamp1|timestamp2|format=date format|same=yes}}
- If no timestamp arguments are specified, the module outputs a random date in the current year.
- If
timestamp1
andtimestamp2
are specified, the module outputs a random date between the two timestamps.timestamp1
must be earlier thantimestamp2
. - If only
timestamp1
is specified, the module outputs a random date between the Unix epoch (1 Jan 1970) and the timestamp.timestamp1
must not be earlier than 1 Jan 1970. - Formatting can be specified with the
|format=
parameter. The default formatting is "hh:mm, DD Month YYYY (UTC)" (the same as the default Wikipedia timestamp). - The timestamps and the
|format=
parameter accept values compatible with the #time parser function. Please see the #time documentation for the full range of possible input values and formatting options. - If the
|same=
parameter is set to "yes", "y", "true", or "1", the same date is returned for each module call on a given page.
Examples (refresh)
{{#invoke:random|date}}
→ 10:30, 06 11月 2024 (UTC){{#invoke:random|date|format=F j}}
→ 6月 15{{#invoke:random|date|1 Jan 1980|31 Dec 1999}}
→ 09:13, 11 1月 1993 (UTC){{#invoke:random|date|1st January 1500|1st January 3000|format=g:i a, l d M Y}}
→ 5:01 am, 星期日 29 11月 2111{{#invoke:random|date|1970/06/01}}
→ 07:04, 02 4月 1970 (UTC){{#invoke:random|date|same=yes}}
→ 12:45, 21 10月 2024 (UTC){{#invoke:random|date|same=yes}}
→ 12:45, 21 10月 2024 (UTC)
Item
item
可以输出随机的物品列表
{{#invoke:random|item|list item 1|list item 2|list item 3|...|same=yes}}
If the |same=
parameter is set to "yes", "y", "true", or "1", the same item is returned for each module call on a given page.
Example (refresh)
{{#invoke:random|item|egg|beans|sausage|bacon|spam}}
→ bacon{{#invoke:random|item|egg|beans|sausage|bacon|spam|same=yes}}
→ egg{{#invoke:random|item|egg|beans|sausage|bacon|spam|same=yes}}
→ egg
List
list
可以随机输出一个物品列表。
{{#invoke:random|list|list item 1|list item 2|list item 3|...|sep=separator|limit=number of items to display|same=yes}}
Named parameters
|sep=
or|separator=
- an optional separator for the list items. Some values are special; see the table below.|limit=
- the maximum number of list items to display. The lowest possible is 0 and the highest possible is the length of the list.|same=
- if this is set to "yes", "y", "true", or "1", the list order is the same for each module call on a given page.
Code | Output |
---|---|
dot |
· |
pipe
|
| |
comma |
、 |
tpt-languages |
⧼tpt-languages-separator⧽ |
space |
a space |
any other value | other values are used without modification |
You cannot input spaces directly to the |sep=
parameter due to limitations in MediaWiki's template syntax. However, it is possible to work around this by using HTML entities. You can use  
to represent a normal space, and
to represent a non-breaking space.
Examples (refresh)
{{#invoke:random|list|egg|beans|sausage|bacon|spam}}
→ eggsausagebaconspambeans{{#invoke:random|list|egg|beans|sausage|bacon|spam|sep=dot}}
→ sausage · bacon · egg · beans · spam{{#invoke:random|list|egg|beans|sausage|bacon|spam|sep=space}}
→ beans bacon sausage egg spam{{#invoke:random|list|egg|beans|sausage|bacon|spam|sep=; }}
→ spam; sausage; beans; egg; bacon{{#invoke:random|list|egg|beans|sausage|bacon|spam|sep=foo}}
→ spamfoosausagefoobaconfooeggfoobeans{{#invoke:random|list|egg|beans|sausage|bacon|spam|limit=3}}
→ beansbaconsausage{{#invoke:random|list|egg|beans|sausage|bacon|spam|same=yes}}
→ sausagebeansspambaconegg{{#invoke:random|list|egg|beans|sausage|bacon|spam|same=yes}}
→ sausagebeansspambaconegg
Text list
The text_list
function outputs a list in a random order, text-style. In other words, it is like the list
function, but with a different separator before the last item.
{{#invoke:random|text_list|list item 1|list item 2|list item 3|...|sep=separator|conj=conjunction|limit=number of items to display|same=yes}}
The separator can be specified with either the |sep=
or |separator=
parameters; its default value is "、". The conjunction can be specified with either the |conj=
or |conjunction=
parameters; its default value is " and ". The separator and the conjunction can be specified with the same values as the separator in the list function.
The maximum number of list items to display can be set with the |limit=
parameter. The lowest possible is 0 and the highest possible is the length of the list.
If the |same=
parameter is set to "yes", "y", "true", or "1", the list order is the same for each module call on a given page.
Examples (refresh)
{{#invoke:random|text_list|egg|beans|sausage|bacon|spam}}
→ bacon、beans、egg、spam和sausage{{#invoke:random|text_list|egg|beans|sausage|bacon|spam|sep=; }}
→ spam; sausage; beans; egg和bacon{{#invoke:random|text_list|egg|beans|sausage|bacon|spam|sep=; |conj= or }}
→ sausage; spam; bacon; egg or beans{{#invoke:random|text_list|egg|beans|sausage|bacon|spam|limit=3}}
→ bacon、beans和sausage{{#invoke:random|text_list|egg|beans|sausage|bacon|spam|same=yes}}
→ sausage、beans、spam、bacon和egg{{#invoke:random|text_list|egg|beans|sausage|bacon|spam|same=yes}}
→ sausage、beans、spam、bacon和egg
HTML lists
If you wish to output an HTML list in a random order, you can choose between five different functions: bulleted_list
, unbulleted_list
, horizontal_list
, ordered_list
, and horizontal_ordered_list
. These functions all use Module:List.
Function name | Produces | Example code | Example output (refresh) |
---|---|---|---|
bulleted_list
|
Bulleted lists | {{#invoke:random|bulleted_list|egg|sausage|spam}}
|
|
unbulleted_list
|
Unbulleted lists | {{#invoke:random|unbulleted_list|egg|sausage|spam}}
|
|
horizontal_list
|
Horizontal bulleted lists | {{#invoke:random|horizontal_list|egg|sausage|spam}}
|
|
ordered_list
|
Ordered lists (numbered lists and alphabetical lists) | {{#invoke:random|ordered_list|egg|sausage|spam}}
|
|
horizontal_ordered_list
|
Horizontal ordered lists | {{#invoke:random|horizontal_ordered_list|egg|sausage|spam}}
|
|
- Basic usage
{{#invoke:random|function|list item 1|list item 2|list item 3|...|limit=number of items to display|same=yes}}
- All parameters
{{#invoke:random|function |first item|second item|third item|... |start = start number for ordered lists |type = type of marker for ordered lists |list_style_type = type of marker for ordered lists (uses CSS) |class = class |style = style |list_style = style for the list |item_style = style for all list items |item_style1 = style for the first list item |item_style2 = style for the second list item |... |indent = indent for horizontal lists }}
The maximum number of list items to display can be set with the |limit=
parameter. The lowest possible is 0 and the highest possible is the length of the list.
If the |same=
parameter is set to "yes", "y", "true", or "1", the list order is the same for each module call on a given page.
Please see Module:List for a full explanation of the other parameters.