Testcase Query Examples: Difference between revisions
Jump to navigation
Jump to search
(→Query counting each test case: fix, note bug) |
|||
Line 17: | Line 17: | ||
{{#ask: |
{{#ask: |
||
[[Category:Test cases]] [[Stream:: |
[[Category:Test cases]] [[Stream::joyride]] |
||
| format=embedded |
| format=embedded |
||
| embedformat=h4 |
| embedformat=h4 |
||
| default=No articles found in [[:Category:Test cases]] with [[Property:Stream]] of [[Joyride]]? |
| default=No articles found in [[:Category:Test cases]] with [[Property:Stream]] of [[Joyride]]? |
||
}} |
}} |
||
=== Bug: query for a disallowed value sometimes still works === |
|||
''Bug: if I query for a bogus value, it counts all of them.'' A query for Stream==BADVALUE returns a count of |
|||
{{#ask: |
|||
[[Category:Test cases]] [[Stream::BOGUS VALUE]] |
|||
| format=count |
|||
| default=No articles found in [[:Category:Test cases]] with [[Property:Stream]] of [[BOGUS VALUE]]? |
|||
}} |
|||
[[Category:Semantic MediaWiki]] |
[[Category:Semantic MediaWiki]] |
Revision as of 08:21, 4 August 2008
Other ways to query for test cases than the query(s) on Test cases 8.2.0
See Inline query output formats.
Query counting each test case
There are {{#ask: Stream::joyride
| format=count | default=No articles found in Category:Test cases with Property:Stream of Joyride?
}} <== automatically generated! test cases in Category:Test cases with Property:Stream of Joyride.
Query displaying each test case
If the pages you are including are small, you can embed them with format=embedded. This is like transcluding each page with {{:Title of page}} {{:Another page}} ..., but dynamic.
{{#ask: Stream::joyride
| format=embedded | embedformat=h4 | default=No articles found in Category:Test cases with Property:Stream of Joyride?
}}
Bug: query for a disallowed value sometimes still works
Bug: if I query for a bogus value, it counts all of them. A query for Stream==BADVALUE returns a count of {{#ask: Stream::BOGUS VALUE
| format=count | default=No articles found in Category:Test cases with Property:Stream of BOGUS VALUE?
}}