Module:Repairing: Revision history

From Downtime 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.

25 April 2025

12 January 2025

  • curprev 17:2517:25, 12 January 2025 MC>BabylonAS 636 bytes +636 Created page with "local p = {} local i18n = { moduleArgs = Module:ProcessArgs, moduleRecipe = Module:Recipe table, type = 'Anvil', } p.i18n = i18n local recipeTable = require(i18n.moduleRecipe).table function p.table(f) local args = f if f == mw.getCurrentFrame() then args = require(i18n.moduleArgs).merge(true) else f = mw.getCurrentFrame() end args.Input1 = args[1] args.Input2 = args[2] args.Output = args[3] args.foot = args.foot or args.tail local out =..."