Template:NewWorkCount2: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#dplvar:set|revb|{{#time: Ymd|{{{1|{{CURRENTYEAR}}}}}-{{{2|01}}}-{{{3|01}}}}}}}
{{#iferror:{{NewWorkCount3|{{{1|{{CURRENTYEAR}}}}}{{#ifexpr:{{{2|}}}|-{{{2}}}}}{{#ifexpr:{{{3|}}}|-{{{3}}}}}}}|%TOTALPAGES%}}<noinclude>
{{#ifexpr:{{{2|}}}|-{{{2}}}}}
{{#ifexpr:{{{3|}}}|-{{{3}}}}}
 
{{#expr: {{NewScoreCount| {{{1|{{CURRENTYEAR}}}}}{{#ifexpr:{{{2|}}}|-{{{2}}}}}{{#ifexpr:{{{3|}}}|-{{{3}}}}}}}}}
<nowiki>{{#expr: {{NewScoreCount| {{{1|{{CURRENTYEAR}}}}}{{#ifexpr:{{{2|}}}|-{{{2}}}}}{{#ifexpr:{{{3|}}}|-{{{3}}}}}}} - {{#dpl:
|category=Sheet music
|namespace=
|lastrevisionbefore={{#dplvar:revb}}
|distinct=true
|mode=userformat
|resultsheader=%TOTALPAGES%
|noresultsheader=0
|allowcachedresults=true
}}
}}</nowiki>
<noinclude>
{{prot-temp}}
[[Category:Templates|{{PAGENAME}}]]
<!--
{{DisplayBox|text='''Usage''' &ndash;
{{DisplayBox|text='''Usage''' &ndash;
There are four forms by which the template may be invoked:
There are four forms by which the template may be invoked:
<pre>{{NewWorkCount}}
<pre>{{NewWorkCount2}}
{{NewWorkCount|yyyy}}
{{NewWorkCount2|yyyy}}
{{NewWorkCount|yyyy|mm}}
{{NewWorkCount2|yyyy|mm}}
{{NewWorkCount|yyyy|mm|dd}}</pre>
{{NewWorkCount2|yyyy|mm|dd}}</pre>
'''Examples'''
'''Examples'''
<pre>{{NewWorkCount}}</pre>
<pre>{{NewWorkCount2}}</pre>
gives a count of the number of current score pages ({{NewWorkCount}}) created in the current year ({{CURRENTYEAR}}).
gives a count of the number of current score pages ({{NewWorkCount2}}) created in the current year ({{CURRENTYEAR}}).
<pre>{{NewWorkCount|2007}}</pre>
<pre>{{NewWorkCount2|2007}}</pre>
gives a count of the number of current score pages ({{NewWorkCount|2007}}) created in 2007.
gives a count of the number of current score pages ({{NewWorkCount2|2007}}) created in 2007.
<pre>{{NewWorkCount|2008|10}}</pre>
<pre>{{NewWorkCount2|2008|10}}</pre>
gives a count of the number of current score pages ({{NewWorkCount|2008|10}}) created in October of 2008.
gives a count of the number of current score pages ({{NewWorkCount2|2008|10}}) created in October of 2008.
<pre>{{NewWorkCount|2007|09|11}}</pre>
<pre>{{NewWorkCount2|2007|09|11}}</pre>
gives a count of the number of current score pages ({{NewWorkCount|2007|09|11}}) created on September 11, 2007.
gives a count of the number of current score pages ({{NewWorkCount2|2007|09|11}}) created on September 11, 2007.
}}
}}
-->
[[Category:Templates|{{PAGENAME}}]]
[[Category:DPL templates]]
 
</noinclude>

Latest revision as of 15:16, 5 June 2020

3

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

{{NewWorkCount2}}
{{NewWorkCount2|yyyy}}
{{NewWorkCount2|yyyy|mm}}
{{NewWorkCount2|yyyy|mm|dd}}

Examples

{{NewWorkCount2}}

gives a count of the number of current score pages (3) created in the current year (2024).

{{NewWorkCount2|2007}}

gives a count of the number of current score pages (3) created in 2007.

{{NewWorkCount2|2008|10}}

gives a count of the number of current score pages (3) created in October of 2008.

{{NewWorkCount2|2007|09|11}}

gives a count of the number of current score pages (3) created on September 11, 2007.