Module:PC Prose: Revision history

From RosieSoCrossing

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

  • curprev 11:3511:35, 14 January 2026 Rosie talk contribs 22,445 bytes +22,445 Created page with "local p = {} local cargo = mw.ext.cargo local materialT = require("Module:Materials") local currencyT = require("Module:Currency") local time = require("Module:Time") function split(str, pattern) local out = {} local i = 1 local split_start, split_end = string.find(str, pattern, i) while split_start do out[#out+1] = string.sub(str, i, split_start - 1) i = split_end + 1 split_start, split_end = string.find(str, pattern, i) en..."