Test/RiskDisplay: Difference between revisions
Appearance
No edit summary |
m Text replacement - "datatable2" to "riskdata" |
||
Line 6: | Line 6: | ||
< | <riskdata table="mother_fertility" columns="Age|mother_fertility_rate" class="wikitable"> | ||
<head> | <head> | ||
|- | |- | ||
Line 16: | Line 16: | ||
40-55|.5 | 40-55|.5 | ||
55-999|0.001 | 55-999|0.001 | ||
</ | </riskdata> | ||
<DropDown table=mother_fertility></DropDown> | <DropDown table=mother_fertility></DropDown> | ||
< | <riskdata table="father_fertility" columns="Age|father_fertility_rate" class="wikitable"> | ||
<head> | <head> | ||
|- | |- | ||
Line 30: | Line 30: | ||
40-55|.80 | 40-55|.80 | ||
55-999|.75 | 55-999|.75 | ||
</ | </riskdata> | ||
<DropDown table=father_fertility></DropDown> | <DropDown table=father_fertility></DropDown> |
Latest revision as of 17:35, 12 September 2025
Test the RiskDisplay tag
Age | mother_fertility_rate |
---|---|
12-25 |
.9 |
25-40 |
.8 |
40-55 |
.5 |
55-999 |
0.001 |
[{"Age":"12-25","mother_fertility_rate":".9"},{"Age":"25-40","mother_fertility_rate":".8"},{"Age":"40-55","mother_fertility_rate":".5"},{"Age":"55-999","mother_fertility_rate":"0.001"}]
Age | father_fertility_rate |
---|---|
12-25 |
.9 |
25-40 |
.85 |
40-55 |
.80 |
55-999 |
.75 |
[{"Age":"12-25","father_fertility_rate":".9"},{"Age":"25-40","father_fertility_rate":".85"},{"Age":"40-55","father_fertility_rate":".80"},{"Age":"55-999","father_fertility_rate":".75"}]