Difference between revisions of "Template:Percentage"
Jump to navigation
Jump to search
(Created page with "{{#expr: ((({{{2}}}/{{{1}}}) * 100) round 1 )}}% | }}") |
|||
Line 1: | Line 1: | ||
− | {{#expr: ((({{{2}}}/{{{1}}}) * 100) round 1 )}}% | }} | + | {{#expr: ((({{#var:{{{2}}}}}/{{#var:{{{1}}}}}) * 100) round 1 )}}% | }} |
Revision as of 10:31, 31 July 2020
Expression error: Unexpected / operator.% | }}