Module:Penis size cm: Revision history

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.

14 August 2023

  • curprev 18:0018:00, 14 August 2023PeaceDeadC talk contribs 2,023 bytes +2,023 Created page with "local p = {} local function toInches(cm) return cm / 2.54 end local function toCentimeters(inches) return inches * 2.54 end local function formatNumber(value) value = math.floor(value * 10 + 0.5) / 10 return value % 1 == 0 and string.format("%.0f", value) or string.format("%.1f", value) end local function formatLink(category, value, unit) return string.format('%s %s', value, unit, value, unit) end local function applyOption(v..."