Template:NewScoreCount: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
m (remove includeonly tags (not necessary))
No edit summary
 
Line 17: Line 17:
'''Examples'''
'''Examples'''
<pre>{{NewScoreCount}}</pre>
<pre>{{NewScoreCount}}</pre>
gives a count of the number of editions submitted ({{NewScoreCount}}) in the current year ({{CURRENTYEAR}}).
gives a count of the number of pages with editions submitted ({{NewScoreCount}}) in the current year ({{CURRENTYEAR}}).
<pre>{{NewScoreCount|2007}}</pre>
<pre>{{NewScoreCount|2007}}</pre>
gives a count of the number of editions submitted ({{NewScoreCount|2007}}) in 2007.
gives a count of the number of pages with editions submitted ({{NewScoreCount|2007}}) in 2007.
<pre>{{NewScoreCount|2008-10}}</pre>
<pre>{{NewScoreCount|2008-10}}</pre>
gives a count of the number of editions submitted ({{NewScoreCount|2008-10}}) in October of 2008.
gives a count of the number of pages with editions submitted ({{NewScoreCount|2008-10}}) in October of 2008.
<pre>{{NewScoreCount|2007-09-11}}</pre>
<pre>{{NewScoreCount|2007-09-11}}</pre>
gives a count of the number of editions submitted ({{NewScoreCount|2007-09-11}}) on September 11, 2007.
gives a count of the number of pages with editions submitted ({{NewScoreCount|2007-09-11}}) on September 11, 2007.
}}
}}
[[Category:Templates]]
[[Category:Templates]]
[[Category:DPL templates]]
[[Category:DPL templates]]
</noinclude>
</noinclude>

Latest revision as of 17:39, 1 June 2020

1065

Usage – There are four forms by which the template may be invoked:

{{NewScoreCount}}
{{NewScoreCount|yyyy}}
{{NewScoreCount|yyyy-mm}}
{{NewScoreCount|yyyy-mm-dd}}

Examples

{{NewScoreCount}}

gives a count of the number of pages with editions submitted (1065) in the current year (2024).

{{NewScoreCount|2007}}

gives a count of the number of pages with editions submitted (910) in 2007.

{{NewScoreCount|2008-10}}

gives a count of the number of pages with editions submitted (74) in October of 2008.

{{NewScoreCount|2007-09-11}}

gives a count of the number of pages with editions submitted (97) on September 11, 2007.