Template:Pain Reduction: Revision history

From WikiMSK

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 September 2023

  • curprev 15:5915:59, 11 September 2023Jeremy talk contribs 1,166 bytes +1,166 Created page with "{| class="wikitable" |+Pain Reduction Percentage Calculator !Description !Input |- |Pain Before |<html><input type="number" id="painBefore" placeholder="Enter pain before" /></html> |- |Pain Now |<html><input type="number" id="painNow" placeholder="Enter pain now" /></html> |- |- |<html><button onclick="window.calculatePainReduction();">Calculate</button></html> |- !Result ! colspan="2" |<span class="pain-result" style="color: black;">0%</span> |} <div style="display:no..."