[meter]
Shortcode is used to measure data within a given range (a gauge). Uses HTML <meter>
tag.
Attributes
- value
- (required) Specifies the current value of the gauge.
- Default:
0
- Default:
- min
- (optional) Specifies the minimum value of the range.
- Default:
0
- Default:
- max
- (optional) Specifies the maximum value of the range.
- Default:
100
- Default:
Examples
Example
[meter value="33"]
No comments yet.