
內容簡介
這是一個簡單的短碼(shortcode)外掛程式,可將任何英文數字轉換為孟加拉語的文字格式、貨幣格式或月份格式。
只需使用以下指令:
[ntb_num value=value_here format=format_here][/ntb_num]
可用的選項:
數字
[ntb_num value="111" format="number"][/ntb_num]
輸出: ১১১
文字
[ntb_num value="1345.05" format="word"][/ntb_num]
輸出: এক হাজার তিন শত পঁয়তাল্লিশ দশমিক শূন্য পাঁচ
貨幣格式
[ntb_num value="1345.50" format="money"][/ntb_num]
輸出: এক হাজার তিন শত পঁয়তাল্লিশ টাকা পঞ্চাশ পয়সা
月份
[ntb_num value="12" format="month"][/ntb_num]
輸出: ১২ মাস
千分位(Lakh)
[ntb_num value="121212121" format="comma"][/ntb_num]
輸出: ১২,১২,১২,১২১
外掛標籤
開發者團隊
原文外掛簡介
Easy shortcode plugin for converting any english number to Bangla word or money format or in month name.
Just use,
[ntb_num value=value_here format=format_here][/ntb_num]
Available Options:
Number
[ntb_num value="111" format="number"][/ntb_num]
Output: ১১১
Word
[ntb_num value="1345.05" format="word"][/ntb_num]
Output: এক হাজার তিন শত পঁয়তাল্লিশ দশমিক শূন্য পাঁচ
Money Format
[ntb_num value="1345.50" format="money"][/ntb_num]
Output: এক হাজার তিন শত পঁয়তাল্লিশ টাকা পঞ্চাশ পয়সা
Month
[ntb_num value="12" format="month"][/ntb_num]
Output: এক হাজার তিন শত পঁয়তাল্লিশ দশমিক শূন্য পাঁচ
Comma (Lakh)
[ntb_num value="121212121" format="comma"][/ntb_num]
Output: ১২,১২,১২,১২১
