Template:BucketCountGive feedback
Usage
edit{{BucketCount|bucket_name|field|restriction=value}}
Parameters
edit(1)
editThe name of the Bucket to pull data from.
(2)
editThe name of the field to pull data from.
All named parameters
editAll named parameters are used as a where clause in the Bucket query.
Parameters beginning with ! are wrapped in a bucket.Not()
Example
edit{{BucketCount|Feedback|page}}
Result: 148
{{BucketCount|Feedback|page|status=resolved}}
Result: 135