Template:Test number bug: Difference between revisions

From Hidden Palace
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 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|{{formatnum:{{#show: User:{{{1}}} |?User edit count|default=0}}|R}}
#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:article_count}}

Latest revision as of 18:20, June 25, 2023