هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

A Random Number

الوصف

The shortcode [arandomnumber] can be added to any post, page, or widget as many times as needed to display a random number. The number has a default range of 1 – 100, but can be changed using the min and max attributes, like so:

[arandomnumber min=1 max=10000]: This will output a random number between 1 and 10,000. (Like this: 8,014)
[arandomnumber min=-500 max=-1]: This will output a random number between -500 and -1. (Like this: -232)
[arandomnumber min=50000000 max=60000000]: This will output a random number between 50,000,000 and 60,000,000. (Like this: 56,449,060)

etc.

If you wish to disable commas, use the comma=no attribute, like so: [arandomnumber min=100000 max=999999 comma=no]. This will output a random number within the range without the commas, like this: 456245.

For full documentation, see the plugin’s page: https://www.macardam.com/a-random-number/

التنصيب

  1. Upload the plugin files to the /wp-content/plugins/a-random-number directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the shortcode to display your magic number.

الأسئلة المتكررّة

Why does this plugin exist? It seems kind of pointless?

How dare you. It outputs a random number, so if you need a random number, there is nothing better. This is also useful to check if a page is being cached or if your server is properly loading since the number will change on every page load. Use it to add random parameters to forms, urls, etc.

See? That’s practical.

How do I use this plugin?

For full documentation, see the plugin’s page: https://www.macardam.com/a-random-number/

المراجعات

18 يناير، 2021
I use it to add a random number to a hidden form field in a form used to invite others to register That is then emailed as part of the invitation and entered by the person when they register to verify them..
21 مايو، 2018
This plugin is awesome, it's useful and so easy to use (you just have to insert a shortcode anywhere you want and baaaaam).
14 ديسمبر، 2017
I needed a way to force a link to reload and not use the cached version. This tool allowed me to insert a random number in the URL.
3 سبتمبر، 2016
It does what it says it does. Simple yet works, used it to help me with testing page caching.
إقرأ جميع المراجعات 4

المساهمون والمطوّرون

“A Random Number” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”A Random Number“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

1.1

  • Added comma attribute to remove commas if needed.
  • Released August 19, 2017

1.0

  • Launched A Random Number into the Internets. It’s alive!
  • Released January 8, 2016