Linux 软件免费装

Random Number Generator Shortcode

开发者 pizzli
更新时间 2013年6月26日 03:18
捐献地址: 去捐款
PHP版本: 3.0.1 及以上
WordPress版本: 3.5.2
版权: GPLv2 or later
版权网址: 版权信息

标签

random random number random number generator randomnumber random number generator shortcode

下载

1.0 1.1

详情介绍:

Adds [randomnumgen] shortcode which generates a user-defined amount of random numbers between a user-definable range

安装:

  1. Upload randomnumgen folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Use the [randomnumgen min='' max='' numtogen=''] shortcode in your posts and pages
  4. "min" and "max" attributes are used to specify the range. "numtogen" sets the amount of random numbers to output.
  5. Must define all shortcode attributes (min,max,numtogen).
  6. Example Use: [randomnumgen min='1' max='100' numtogen='10'] would generate 10 random numbers between 1 and 100. One number is output per line.

屏幕截图:

  • screenshot-1.png

升级注意事项:

None

常见问题:

How many numbers can I generate?

You can generate as many random numbers as you want. Use the numtogen attribute to define the number of random numbers to output. Example Use: [randomnumgen min='1' max='100' numtogen='10'] would generate 10 random numbers between 1 and 100. One number is output per line.

更新日志:

1.0 1.1