Template:Status milestone standalone: Difference between revisions

From CSDMS
No edit summary
No edit summary
Line 1: Line 1:
{{percent_filled | index={{{ {{#expr: trunc((
{{percent_filled | index={{#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 13:22, 3 June 2011

0%