Descrição
Adopt Me, BMI, loan and scientific calculators with amvgg for quick and easy calculations.
Features:
- Adopt Me Value Calculator (search a pet’s value, or compare a trade for Win / Fair / Lose)
- Editable Adopt Me pet list – paste a full list at once from Settings, no per-pet editing needed
- Basic Calculator (add, subtract, multiply, divide, brackets)
- Scientific Calculator (sin, cos, tan, log, ln, sqrt, power, factorial, pi, e)
- Loan / EMI Calculator (monthly EMI, total interest, total payment)
- BMI Calculator (with category: Underweight, Normal, Overweight, Obese)
- Percentage Calculator (X is what % of Y, X% of Y)
- Currency Converter (manual exchange rate – no external API, fast and privacy-friendly)
- Calculation history (last 10 entries, saved locally in the browser)
- Tabbed “All-in-one” view – all calculators in one place
- Gutenberg block support
- Classic widget support
- Shortcode support: [jncs_calculator type=”basic|scientific|loan|bmi|percentage|currency|adoptme|all”]
- Admin settings page – customize theme color, default calculator, decimal places
- Translation ready (text domain: jhon990-calculator-suite)
- Clean, sanitized and escaped code that follows WordPress coding standards
- No external/3rd-party API calls at runtime – the Adopt Me list is stored locally and only refreshed when you paste in updated values
- Lightweight – assets are only loaded when needed
Shortcode Usage
[jncs_calculator type="basic"]
[jncs_calculator type="scientific"]
[jncs_calculator type="loan"]
[jncs_calculator type="bmi"]
[jncs_calculator type="percentage"]
[jncs_calculator type="currency"]
[jncs_calculator type="adoptme"]
[jncs_calculator type="all"]
You can also add the title and theme attributes:
[jncs_calculator type="basic" title="My Calculator" theme="#ff5733"]
Blocos
Este plugin disponibiliza 1 bloco.
- Calculator Suite
Instalação
- Upload the plugin zip file via Plugins > Add New > Upload Plugin.
- Activate the plugin.
- Paste the shortcode
[jncs_calculator type="basic"]into any page/post, add the “Jhon990 Calculator Suite” widget via Appearance > Widgets, or search for the “Calculator Suite” block in the Block Editor. - Go to Settings > Calculator Suite to customize the theme color and defaults.
- Go to Settings > Adopt Me Pet Values to review or update the Adopt Me pet trade values.
Perguntas frequentes
-
Does this plugin make any external API calls?
-
No. The currency converter takes a manually entered exchange rate, and the Adopt Me calculator reads from a pet value list stored in your own database – neither contacts any external service at runtime. This is better for both data privacy and loading speed.
-
How do I update Adopt Me pet values?
-
Go to Settings -> Adopt Me Pet Values and paste in your updated list (one pet per line:
Name | Rarity | Value), then click Save. There’s no need to edit pets one at a time. -
Can I show multiple calculators on the same page?
-
Yes, use the
[jncs_calculator type="all"]shortcode, or place multiple individual shortcodes in different spots. -
Is this mobile-friendly?
-
Yes, the plugin is fully responsive.
Avaliações
Não há avaliações para este plugin.
Colaboradores e desenvolvedores
“Jhon990 Calculator Suite” é um programa de código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresTraduzir o “Jhon990 Calculator Suite” para seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, consulte o repositório SVN ou assine o registro de desenvolvimento por RSS.
Registro de alterações
1.1.0
- Added: Adopt Me (Roblox) pet trade value calculator – Search Value and Trade Compare (Win/Fair/Lose) tabs.
- Added: Settings -> Adopt Me Pet Values admin page for bulk-editing the pet list in one paste-and-save action.
- Fixed: text domain mismatch across plugin strings.
- Fixed: theme color field on the settings page now correctly loads the color picker.
- Tested up to WordPress 7.1.
1.0.0
- Initial release.