Template:Article count/doc: Difference between revisions
(Created page with "{{Documentation subpage}} <!-- Categories and interwikis go at the bottom of this page. --> == Usage == This template is used to show the number of results for a semantic qu...") |
|||
Line 33: | Line 33: | ||
;Number of Supporting actors in {{ep|Stargate}}: | ;Number of Supporting actors in {{ep|Stargate}}: | ||
<tt><nowiki>{{Article count | category = Persons | parameter = [[Supporting cast in::Stargate ( | <tt><nowiki>{{Article count | category = Persons | parameter = [[Supporting cast in::Stargate (film)]]}}</nowiki></tt> would give: {{Article count | category = Persons | parameter = [[Supporting cast in::Stargate (film)]]}} | ||
;Number of destroyed planets: | ;Number of destroyed planets: | ||
<tt><nowiki>{{Article count | category = Planets | parameter = [[Status::Planet destroyed]]}}</nowiki></tt> would give: {{Article count | category = Planets | parameter = [[Status::Planet destroyed]]}} | <tt><nowiki>{{Article count | category = Planets | parameter = [[Status::Planet destroyed]]}}</nowiki></tt> would give: {{Article count | category = Planets | parameter = [[Status::Planet destroyed]]}} |
Latest revision as of 10:22, 14 February 2016
This is a documentation subpage for Template:Article count. It contains usage information, categories and other content that is not part of the original template page. |
Usage
This template is used to show the number of results for a semantic query.
Syntax
{{Article count | category = | parameter = }}
Parameters
Parameter | Mandatory | Function | Default value |
---|---|---|---|
{{{category}}} | No | Defines the main category for the query | Planets |
{{{parameter}}} | No | Defines the property(ies) used for the query | N/A |
Examples
- Number of Supporting actors in Stargate
{{Article count | category = Persons | parameter = [[Supporting cast in::Stargate (film)]]}} would give: 0
- Number of destroyed planets
{{Article count | category = Planets | parameter = [[Status::Planet destroyed]]}} would give: 3
See also
- Help:Count format in the Semantic MediaWiki website for explanations about the function used here.