Template:NewWorkCount2: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{#expr:{{NewScoreCount|{{{1|{{CURRENTYEAR}}}}}{{#ifexpr:{{{2|}}}|-{{{2}}}}}{{#ifexpr:{{{3|}}}|-{{{3}}}}}}} - {{#dpl: category=Sheet music|namespace=  
{{#iferror:{{NewWorkCount3|{{{1|{{CURRENTYEAR}}}}}{{#ifexpr:{{{2|}}}|{{!}}{{{2|}}}}}{{#ifexpr{{{3|}}}|{{!}}{{{3|}}}}}}}|%TOTALPAGES%}}<noinclude>
|mode=userformat
{{DisplayBox|text='''Usage''' &ndash;
|categorymatch={{#ifexpr:{{{3|}}}|{{{1|{{CURRENTYEAR}}}}}-{{{2}}}-{{{3}}}|{{#ifexpr:{{{2|}}}|{{{1|{{CURRENTYEAR}}}}}-{{{2}}}|{{{1|{{CURRENTYEAR}}}}}}}}}%
There are four forms by which the template may be invoked:
|userdateformat = Y-m-d, H:i
<pre>{{NewWorkCount2}}
|lastrevisionbefore = {{#time: Y-m-d|{{{1|{{CURRENTYEAR}}}}}{{#ifexpr:{{{2|}}}|-{{{2}}}|-01}}{{#ifexpr:{{{3|}}}|-{{{3}}}|-01}} - 1 day}}
{{NewWorkCount2|yyyy}}
|resultsheader=%TOTALPAGES%
{{NewWorkCount2|yyyy|mm}}
|noresultsheader = 0
{{NewWorkCount2|yyyy|mm|dd}}</pre>
|allowcachedresults = true}}}}<noinclude>
'''Examples'''
[[Category:Experimental templates]]
<pre>{{NewWorkCount2}}</pre>
gives a count of the number of current score pages ({{NewWorkCount2}}) created in the current year ({{CURRENTYEAR}}).
<pre>{{NewWorkCount2|2007}}</pre>
gives a count of the number of current score pages ({{NewWorkCount2|2007}}) created in 2007.
<pre>{{NewWorkCount2|2008|10}}</pre>
gives a count of the number of current score pages ({{NewWorkCount2|2008|10}}) created in October of 2008.
<pre>{{NewWorkCount2|2007|09|11}}</pre>
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>

Revision as of 15:00, 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.