Difference between revisions of "Template:BacklogCount"

From blackwiki
Jump to navigation Jump to search
(try again)
imported>Jonesey95
(fix invalid input to formatnum causing articles to appear in Category:Pages with non-numeric formatnum arguments)
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<includeonly>{{#ifexpr:{{formatnum:{{{1|}}}|R}} > {{formatnum:{{{2|}}}|R}}|<li style="font-size: smaller;">{{{3|}}}: {{#if:{{{4|}}}|[http://dispenser.homenet.org/~dispenser/cgi-bin/categorder.py/Category:{{{4}}} {{formatnum:{{{1|}}}}}]|{{formatnum:{{{1|}}}}}}}</li> | }}</includeonly><noinclude>
+
<includeonly><!--
 +
-->{{#ifexpr: {{formatnum:{{{1|}}}|R}} > {{formatnum:{{{2|}}}|R}}<!--
 +
  -->|<li style="font-size: smaller;">{{{3|}}}: {{#if:{{{4|}}}<!--
 +
                                              -->|[//tools.wmflabs.org/massviews/?platform=all-access&agent=user&source=category&target=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FCategory%3A{{replace|{{{4}}}| |_}}&range=this-month&subjectpage=1&subcategories=1&sort=views&direction=1&view=list {{formatnum:{{replace|{{{1|}}}|,|}}}}]<!--
 +
                                              -->|{{formatnum:{{replace|{{{1|}}}|,|}}}}}}</li><!--
 +
  -->| <!-- empty -->}}</includeonly><noinclude>
 +
{{documentation|content=
 
Generates each entry in {{tl|backlog status}}.
 
Generates each entry in {{tl|backlog status}}.
  
 
:1 = Number in backlog
 
:1 = Number in backlog
:2 = Number required to display
+
:2 = Number required to display (if there are less items in the backlog than this number, this template won't display anything)
 
:3 = Link to display
 
:3 = Link to display
:4 = Name of category to use to link number in backlog to https://tools.wmflabs.org/dispenser/cgi-bin/categorder.py (optional)
+
:4 = Name of category to use to link number in backlog to [https://tools.wmflabs.org/massviews/ Massviews] (optional)
  
 +
}}
 
</noinclude>
 
</noinclude>

Latest revision as of 16:45, 29 September 2020

Template documentation

Generates each entry in {{backlog status}}.

1 = Number in backlog
2 = Number required to display (if there are less items in the backlog than this number, this template won't display anything)
3 = Link to display
4 = Name of category to use to link number in backlog to Massviews (optional)