Title: Random Number Generator
Author: Whiler
Published: <strong>24 ພະຈິກ 2009</strong>
Last modified: 27 ພະຈິກ 2009

---

ຄົ້ນຫາປລັກອິນ

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

![](https://s.w.org/plugins/geopattern-icon/random-number-generator.svg)

# Random Number Generator

 ໂດຍ [Whiler](https://profiles.wordpress.org/whiler/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/random-number-generator.1.3.2.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/random-number-generator/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/random-number-generator/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/random-number-generator/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/random-number-generator/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/random-number-generator/)

## ຄຳອະທິບາຍ

It can be used to avoid browsers cache by inserting a random number.
 For instance,
http://my_url?[random-number]” could generate http://my_url?134548.

[random-number from=”2″ to=”72″ format=”%b”]%d minutes[/random-number]

output: an integer value between 2 & 72 followed by the word ‘minutes’

**This plugin is a sample on how to create a plugin which:**
 * supports internationalization,*
provides an option screen, * saves some options, * use images, * replaces a tag.

By the way, **it generates randomized numbers** ;o)

If you need more functionalities, feel free to ask (email/blog)…

A post with a French tutorial is available [here](http://blogs.wittwer.fr/whiler/2009/11/23/exemple-complet-extension-wordpress/).

### Supported languages

 * English
 * French
 * Russian (Thanks to [Vladimir / ShinePHP.com](http://www.shinephp.com/))

## ພາບໜ້າຈໍ

 * [[
 * Options in English
 * [[
 * Options in French
 * [[
 * Options in Russian
 * [[
 * Sample

## ການຕິດຕັ້ງ

This section describes how to install the plugin and get it working.

 1. Upload folders and files to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Place `[random-number]` in a post (if you haven’t changed the tag caption in the
    options)

## ຄຳຖາມທີ່ພົບເລື້ອຍ

Does it work with WordPress MU?

 * Yes

Which languages are included when I install the plugin?

 * English
 * French
 * Russian (Thanks to [Vladimir / ShinePHP.com](http://www.shinephp.com/))

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“Random Number Generator” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມ
ໃນການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ Whiler ](https://profiles.wordpress.org/whiler/)

[ແປ “Random Number Generator” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/random-number-generator)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/random-number-generator/),
ກວດເບິ່ງ [ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/random-number-generator/),
ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/random-number-generator/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/random-number-generator/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 1.3.2

 * Submenu was displayed in Dashboard menu when not on RNG options page: fixed

#### 1.3.1

 * The previous page isn’t anymore obsolete but it’s still recommended to navigate
   to the new one (from the new submenu).

#### 1.3.0

 * Parent menu can be changed in options page. Warning, after saving, the previous
   page will be obsolete and you will have to navigate to the new one (from the 
   new submenu).
 * JavaScript method renamed to avoid potential issue

#### 1.2.3

 * Links added under the plugin description in the plugins management page
 * Description translated

#### 1.2.2

 * More comments examples in the source code for translators / used with param –
   add-comments=Tr.:
 * Russian screenshot added

#### 1.2.1

 * Russian added in languages (Thanks to [Vladimir / ShinePHP.com](http://www.shinephp.com/))
 * Submenu capability updated to ‘manage_options’ ; script called even if not admin;
   visible in ‘WordPress Admin Bar’

#### 1.2.0

 * A direct link to the editor is available in the options plugin page
 * Images added in the options page (settings icon, a dice)
 * format used in content can include others shortcode tags
 * Shortcode tag can be customized

#### 1.1.0

 * Can generate till 5 numbers within the same format, ie: ‘%d-%d-%d%-d-%d’
 * Output an error if format is invalid
 * New screenshot available and [French sample](http://blogs.wittwer.fr/whiler/2009/11/24/exemple-random-number-generator/)

#### 1.0.1

 * Dynamic path extension really fixed

#### 1.0.0

 * Tag supports attributes ([from][to][format]) and a content for its format
 * Dynamic path extension fixed
 * UTF-8 Source files (instead of ISO)

#### 0.0.1

 * First release

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **1.3.2**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **16 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **10+**
 *  ເວີຊັນ WordPress ** 2.7 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **2.8.6**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/random-number-generator/)
 * ແທັກ
 * [generator](https://lo.wordpress.org/plugins/tags/generator/)[howto](https://lo.wordpress.org/plugins/tags/howto/)
   [numbers](https://lo.wordpress.org/plugins/tags/numbers/)[random](https://lo.wordpress.org/plugins/tags/random/)
   [sample](https://lo.wordpress.org/plugins/tags/sample/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/random-number-generator/advanced/)

## ການໃຫ້ຄະແນນ

ຍັງບໍ່ມີການສົ່ງຄຳວິຈານເທື່ອ.

[Your review](https://wordpress.org/support/plugin/random-number-generator/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/random-number-generator/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ Whiler ](https://profiles.wordpress.org/whiler/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/random-number-generator/)

## ບໍລິຈາກ

ເຈົ້າຕ້ອງການສະໜັບສະໜູນການພັດທະນາຂອງປລັກອິນນີ້ບໍ່?

 [ ບໍລິຈາກໃຫ້ປລັກອິນນີ້ ](http://blogs.wittwer.fr/whiler/)