olivers/twig-number-abbreviation-extension
最新稳定版本:v1.0.0
Composer 安装命令:
composer require olivers/twig-number-abbreviation-extension
包简介
Number abbreviation extension for twig. This extension helps you to display an easy-to-read format for your numbers.
README 文档
README
This extension is inspired by the work of Our Code World. The Number abbreviation extension provides the following filters:
exact_abbrgeneral_abbr
Installation
Using composer :
composer require olivers/twig-number-abbreviation-extension
Showing exact abbreviation of number
Use the exact_abbr filter if you are willing to display exactly the abbreviation
of the providen number. This means, displaying the abbreviation with decimals.
{{ "18298548"|exact_abbr }}
This example would output 18.5M, as 18298548 is the providen number.
Showing general abbreviation of number
Use the general_abbr filter if you are willing to display only the important part
of the providen number (without exact group of thousand). Instead of generating an
abbreviation with "decimals", the snippet will add the main number and a plus symbol.
{{ "18298548"|general_abbr }}
This example would output 18M+, as 18298548 is the providen number.
统计信息
- 总下载量: 1.85k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-09-04