وضاحت
Add a Calculator for Elo Rating to your website with a simple shortcode.
Features:
- Simple Shortcode for simple Elo calculations.
- Extended Shortcode for extended Elo calculations.
- Almost no configuration needed.
- Simple and Lightweight.
- Uses JavaScript for the calculations, so no page reload.
Demo
Check out the demo at my local chessclub Pegasus
Compatibility
This plugin is compatible with ClassicPress.
Contributions
This plugin is also available in Codeberg.
تصوير
انسٽاليشن
- Upload the directory
elo-rating-shortcode
to the/wp-content/plugins/
directory or install the plugin directly with the ‘Install’ function in the ‘Plugins’ menu in WordPress. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Add a shortcode ‘[elo_rating_shortcode]’ to your page.
- Enjoy!
For extended Elo calculations use the ‘[elo_rating_shortcode_extended]’ shortcode.
FAQ
-
How can I use a different K factor?
-
The default K factor = 25.
You can add a parameter to the shortcode to have a custom value, like:
[elo-rating_shortcode k_factor="20"]
تعاون ڪندڙ & ڊولپرز
“Elo Rating Shortcode” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.
تعاون ڪندڙجمع: “Elo Rating Shortcode” 2 جڳهن ۾ ترجمو ڪيو ويو آهي. ترجمي ڪندڙن جي مهرباني سندن تعاون لاءِ.
ترجمو ڪريو “Elo Rating Shortcode” توهان جي ٻولي ۾.
ڊولپمينٽ ۾ دلچسپي؟
ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.
لاگ تبدیل ڪريو
1.0.4
- 2024-10-13
- Fix security issue (thanks theviper17 at patchstack).
- K factor should always be an integer.
1.0.3
- 2024-10-02
- Loading plugin translations should be delayed until init action.
- Use DIR instead of dirname(FILE).
1.0.2
- 2021-06-01
- Use ‘esc_html()’ for translations.
- Some updates from wpcs.
1.0.1
- 2021-02-23
- Fix deprecated jQuery calls with WP 5.6 and jQuery 3.5.
1.0.0
- 2016-05-21
- First stable version
- Publish the plugin