Template:NewScoreCount: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
m (Protected "Template:NewScoreCount": contains DPL code [edit=sysop:move=sysop])
(change documentation to reflect that this template returns the number editions submitted (not posted) in the time frame specified)
Line 19: Line 19:
'''Examples'''
'''Examples'''
<pre>{{NewScoreCount}}</pre>
<pre>{{NewScoreCount}}</pre>
gives a count of the number of editions ({{NewScoreCount}}) posted on score pages in the current year ({{CURRENTYEAR}}).
gives a count of the number of editions submitted ({{NewScoreCount}}) in the current year ({{CURRENTYEAR}}).
<pre>{{NewScoreCount|2007}}</pre>
<pre>{{NewScoreCount|2007}}</pre>
gives a count of the number of editions ({{NewScoreCount|2007}}) posted on score pages in 2007.
gives a count of the number of editions submitted ({{NewScoreCount|2007}}) in 2007.
<pre>{{NewScoreCount|2008-10}}</pre>
<pre>{{NewScoreCount|2008-10}}</pre>
gives a count of the number of editions ({{NewScoreCount|2008-10}}) posted on score pages in October of 2008.
gives a count of the number of 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 ({{NewScoreCount|2007-09-11}}) posted on score pages on September 11, 2007.
gives a count of the number of editions submitted ({{NewScoreCount|2007-09-11}}) on September 11, 2007.
}}
}}

Revision as of 14:57, 9 December 2009

1607

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 editions submitted (1607) in the current year (2024).

{{NewScoreCount|2007}}

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

{{NewScoreCount|2008-10}}

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

{{NewScoreCount|2007-09-11}}

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