Template:Test number bug: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly>{{ #vardefine:article_count|{{#ask:[[Page creator::User:{{{1}}}]]|format=count}} }}{{ #vardefine:edit_count|{{formatnum:{{#show: User:{{{1}}} |?User edit count|de...") |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
#vardefine:article_count|{{#ask:[[Page creator::User:{{{1}}}]]|format=count}} | #vardefine:article_count|{{#ask:[[Page creator::User:{{{1}}}]]|format=count}} | ||
}}{{ | }}{{ | ||
#vardefine:edit_count| | #vardefine:edit_count|{{#show: User:{{{1}}} |?User edit count|default=0}} | ||
}}{{ | }}{{ | ||
#vardefine:release_count|{{#ask:[[Was released by::{{{1}}}]]|format=count}} | #vardefine:release_count|{{#ask:[[Was released by::{{{1}}}]]|format=count}} | ||
Line 9: | Line 9: | ||
#ifexpr: {{#var:edit_count}} > 0 | {{{1}}} has contributed {{plural|{{formatnum:{{#var:edit_count}}}}|prototype}} edits and {{plural|{{formatnum:{{#var:article_count}}}}|prototype}} articles. | | #ifexpr: {{#var:edit_count}} > 0 | {{{1}}} has contributed {{plural|{{formatnum:{{#var:edit_count}}}}|prototype}} edits and {{plural|{{formatnum:{{#var:article_count}}}}|prototype}} articles. | | ||
}} | }} | ||
{{#var:edit_count}} | |||
{{#ifexpr: {{#var:edit_count}} > 0 |test|}} | |||
{{#var:article_count}} | |||
{{#var:edit_count}} | |||
{{#var:release_count}} | |||
{{#var:dump_count}} | |||
{{#ifexpr: {{#var:release_count}} > 0 or {{#var:dump_count}} > 0 | | {{#ifexpr: {{#var:release_count}} > 0 or {{#var:dump_count}} > 0 | | ||
Line 41: | Line 50: | ||
{{#ifexpr: {{#var:edit_count}} > 0 | | {{#ifexpr: {{#var:edit_count}} > 0 | | ||
== Latest articles == | == Latest articles == | ||
|}} | |}} | ||
</includeonly> | </includeonly> |