Test/RiskDisplay: Difference between revisions
Appearance
Created page with "Test the RiskDisplay tag <RiskDisplay model="Test/RiskModel:t1></RiskDisplay> <RiskDisplay model="Test/RiskModel:t2></RiskDisplay>" |
No edit summary |
||
Line 4: | Line 4: | ||
<RiskDisplay model="Test/RiskModel:t2></RiskDisplay> | <RiskDisplay model="Test/RiskModel:t2></RiskDisplay> | ||
<datatable2 table="mother_fertility" columns="Age|mother_fertility_rate" class="wikitable"> | |||
<head> | |||
|- | |||
!Age | |||
!mother_fertility_rate | |||
</head> | |||
12-25|.9 | |||
25-40|.8 | |||
40-55|.5 | |||
55-999|0.001 | |||
</datatable2> | |||
<DropDown table=mother_fertility></DropDown> | |||
<datatable2 table="father_fertility" columns="Age|father_fertility_rate" class="wikitable"> | |||
<head> | |||
|- | |||
!Age | |||
!father_fertility_rate | |||
</head> | |||
12-25|.9 | |||
25-40|.85 | |||
40-55|.80 | |||
55-999|.75 | |||
</datatable2> | |||
<DropDown table=father_fertility></DropDown> |
Latest revision as of 21:14, 21 August 2025
Test the RiskDisplay tag
Your chance of getting pregnant is about {result} in 100.
Your chance of getting pregnant is about {result} in 100, per month.
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"}]