Jump to content

Test/RiskDisplay

From RiskiPedia
Revision as of 21:14, 21 August 2025 by Gavinandresen (talk | contribs)

Test the RiskDisplay tag


<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>

[{"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"}]

<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>

[{"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"}]