Main public logs
Appearance
Combined display of all available logs of RiskiPedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:07, 5 September 2025 Gavinandresen talk contribs created page Help:DataTable2 (Created page with "= Help:DataTable2 = The <datatable2> tag creates a data table to store structured data for use in RiskModel calculations or DropDown menus. It is typically defined on a "/Data" subpage to organize risk-related data for RiskiPedia pages. == Syntax == The <datatable2> tag uses these attributes: * `table`: (Required) A unique name for the table (e.g., `time_of_day`). * `columns`: (Required) A pipe-separated list of column...")
- 16:20, 5 September 2025 Gavinandresen talk contribs created page Help:RiskParameter (Created page with "= Help:RiskParameter = The <riskparameter> tag sets fixed values for one or more variables used in a risk calculation defined by a RiskModel or RiskDisplay. It is used on main pages alongside <riskdisplay> and <dropdown> tags to "hard-code" values specific to the page’s context. == Syntax == The <riskparameter> tag uses attributes to specify variable names and their fixed values. Each attribute represent...")
- 16:07, 5 September 2025 Gavinandresen talk contribs created page Help:RiskDisplay (Created page with "= Help:RiskDisplay = The <riskdisplay> tag displays the result of a risk model defined by a RiskModel, typically stored on a "/Data" subpage with related DataTable2 tables. For simple cases or debugging, it can use a direct calculation or custom text. See RiskModel documentation for details on calculations and text formatting. == Syntax == The <riskdisplay> tag requires one of these attributes:...")
- 15:29, 5 September 2025 Gavinandresen talk contribs created page Help:RiskModel (Created page with "= Help:RiskModel = The `<riskmodel>` tag defines a risk model on a wiki page, specifying a calculation and a unique name for use in other features, such as RiskDisplay. Variables in the calculation should match column names in a DataTable2 table. == Syntax == The `<riskmodel>` tag supports these attributes: * `name`: (Required) A unique name for the risk model on the page. * `calculation`: (Required) The mathematical expre...")
- 13:10, 5 September 2025 Gavinandresen talk contribs created page Help:DropDown (AI generated from the source code, then lightly edited.)
- 23:56, 4 September 2025 Gavinandresen talk contribs created page Chances of Getting Pregnant After Sex/Data (Created page with "'''Per-day conception probabilities (verbatim)''' <datatable2 table="conception_probability_by_cycle_day" columns="day_relative_to_ovulation|per_act_probability_day_specific"> <head> !Days before or on ovulation (day 0) !Probability of conception per act (verbatim) </head> 5|0.10 4|0.17 3|0.24 2|0.30 1|0.33 0|0.33 </datatable2> Copied verbatim from: * Wilcox AJ, Weinberg CR, Baird DD. Timing of sexual intercourse in relation to ovulation: Effects on the probability o...")
- 23:56, 4 September 2025 Gavinandresen talk contribs created page Chances of Getting Pregnant After Sex (Created page with "== Chances of Getting Pregnant After Sex == Don’t know your exact ovulation day? Most people don’t. This page uses simple choices that match how people think about timing. Pick the best match below to see the chance that one act of unprotected sex leads to pregnancy. <small> <abbr title="The fertile window is the ~6 days ending on ovulation (about 5 days before ovulation through ovulation day). Ovulation typically occurs ~14 days before the next period, but this va...")
- 23:25, 4 September 2025 Gavinandresen talk contribs imported Pregnancy/Data by file upload (1 revision)
- 23:25, 4 September 2025 Gavinandresen talk contribs imported Pregnancy by file upload (1 revision)
- 21:42, 4 September 2025 Gavinandresen talk contribs created page Test/RiskParameter (Created page with "RiskParameter tests Invisible display... but should set window.RT.pagedata for mother_fertility, father_fertility_factor, and mother_age: <RiskParameter mother_fertility=0.8 father_fertility_factor=0.1 mother_age="22-25" /> This in-line RiskDisplay should display All The Right Things: <RiskDisplay calculation="mother_fertility*father_fertility_factor">{mother_fertility}*{father_fertility_factor}={result}</RiskDisplay> Another invisbile RiskParameter: <RiskParameter dr...")