Template:BucketCount/doc: Difference between revisions

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..."
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:


===Example===
===Example===
<pre>{{BucketCount|Feedback|page_name}}</pre>
<pre>{{BucketCount|Feedback|page}}</pre>
Result: {{BucketCount|Feedback|page_name}}
Result: {{BucketCount|feedback|page}}
 
<pre>{{BucketCount|Feedback|page|status=resolved}}</pre>
Result: {{BucketCount|feedback|page|status=resolved}}