Template:Test number bug: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(5 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:article_count}} | ||
Line 46: | Line 50: | ||
{{#ifexpr: {{#var:edit_count}} > 0 | | {{#ifexpr: {{#var:edit_count}} > 0 | | ||
== Latest articles == | == Latest articles == | ||
|}} | |}} | ||
</includeonly> | </includeonly> |