Difference between revisions of "Template:BacklogCount"

From blackwiki
Jump to navigation Jump to search
imported>Drilnoth
(Font size)
imported>Jonesey95
(fix invalid input to formatnum causing articles to appear in Category:Pages with non-numeric formatnum arguments)
 
(25 intermediate revisions by 9 users not shown)
Line 1: Line 1:
<!-- 1=Number in backlog | 2=Number required to display |3=Link to display --><includeonly>{{#ifexpr:{{formatnum:{{{1|}}}|R}} > {{formatnum:{{{2|}}}|R}}|<li style="font-size: smaller;">{{{3|}}}: {{formatnum:{{{1|}}}}}</li> | }}</includeonly>
+
<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}}.
 +
 
 +
: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 [https://tools.wmflabs.org/massviews/ Massviews] (optional)
 +
 
 +
}}
 +
</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)