Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Factorization: Revision history

From Kenshi Wiki

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.

20 February 2025

  • curprev 23:0623:06, 20 February 2025 Prd talk contribs 2,245 bytes +2,245 Created page with "local p = {} local function powerformat(divisor, power, productSymbol) if power < 1 then return '' elseif power == 1 then return divisor .. ' ' .. productSymbol .. ' ' else return divisor .. '<sup>' .. power .. '</sup> ' .. productSymbol .. ' ' end end local function format(numString, bold, big, serif) if bold then numString = '<b>'..numString..'</b>' end local ret = (serif or big) and '<span ' or '' if serif then ret = ret .. 'class="..."