Template:Status milestone standalone: Difference between revisions

From CSDMS
No edit summary
No edit summary
Line 1: Line 1:
{{#expr: trunc((
{{#vardefineecho:percentfinished|{{#expr: trunc((
{{#ifeq: {{{status1}}} | Done | 1 | 0 }} +
{{#ifeq: {{{status1}}} | Done | 1 | 0 }} +
{{#ifeq: {{{status2}}} | Done | 1 | 0 }} +
{{#ifeq: {{{status2}}} | Done | 1 | 0 }} +
Line 24: Line 24:
{{#ifeq: {{{status7}}} | Not applicable |  1 | 0 }}
{{#ifeq: {{{status7}}} | Not applicable |  1 | 0 }}
) }} * 100)}}
) }} * 100)}}
}}

Revision as of 12:35, 3 June 2011

0