這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

BMI / IMC Calculator

外掛說明

ENGLISH

This is a basic calculator that displays the users BMI (Body Mass Index) depending on their Height and Weight

You can select to display the input options as
* Metric (Centimeters and Kilograms)
*Imperial (Inches and Pounds)

It’s easy to configure different options from the wordpress panel

SPANISH

Esta es una calculadora sencilla que muestra el IMC (Indice de Masa Corporal) de los usuarios dependiendo de su Peso y Altura

Puedes seleccionar mostrar el formulario en
*Sistema métrico (Centímetros y Kilogramos)
*Sistema imperial (Pulgadas y Libras)

Fácil de configurar desde el panel de wordpress

螢幕擷圖

  • A simple and elegant form to input the users data
  • Displays the user result with a table of the different values
  • If the users BMI / IMC is right, the color shows green
  • Easy to configure panel inside wordpress admin

安裝方式

  1. In admin panel go to Plugins / Add new plugin
  2. Search and Upload ‘esw_imc_calculator.zip’ file
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Go to Widgets in your WordPress menu
  5. Add the widget to the sidebar you want

常見問題集

What formula do you use to calculate the BMI / IMC

Is the same formula you can find in Wikipedia

What languages are avalible?

This plugin comes by default with:
*spanish
*english

but you can add new languages in the “languages” folder

How to use the Shortcode?

Add the following text in your text block: [bmi_calculator]

How to use the Shortcode with atts?

Add the following text in your text block: [bmi_calculator hide_table=true hide_styles=true system_type=”imperial” section_title=”My personal title” ]

Shortcode Attributes

*hide_table (true / false)
*hide_header (true / false)
*hide_styles (true / false)
*hide_footer (true / false)
*system_type (metric / imperial)
*section_title (string)

使用者評論

2016 年 9 月 3 日
Pluging working fine, but need some enhancements and a review for WP 4.5 thanks rozuja
閱讀全部 3 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈BMI / IMC Calculator〉的開發相關工作。

參與者

將〈BMI / IMC Calculator〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.1

  • Added shortcode function – [bmi_calculator]

1.0.1

  • Replaced folder assets with includes
  • Added icons for WordPress repository

1.0

  • First release of the plugin.