Template:BucketCount/doc: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Created page with "===Usage=== <pre>{{BucketCount|bucket_name|field|restriction=value}}</pre> ===Parameters=== ====(1)==== The name of the Bucket to pull data from. ====(2)==== The name of the field to pull data from. ====All named parameters==== All named parameters are used as a where clause in the Bucket query. Parameters beginning with <code>!</code> are wrapped in a <code>bucket.Not()</code> ===Example=== <pre>{{BucketCount|Feedback|page_name}}</pre> Result: {{BucketCount|Feedback..." |
m Kai moved page Template:Bucketcount/doc to Template:BucketCount/doc without leaving a redirect |
||
(No difference)
| |||
Revision as of 12:21, 28 August 2026
Usage
{{BucketCount|bucket_name|field|restriction=value}}
Parameters
(1)
The name of the Bucket to pull data from.
(2)
The name of the field to pull data from.
All named parameters
All named parameters are used as a where clause in the Bucket query.
Parameters beginning with ! are wrapped in a bucket.Not()
Example
{{BucketCount|Feedback|page_name}}
Result: Lua error in Module:BucketCount at line 23: Bucket Feedback does not exist.