All public logs

Combined display of all available logs of WoopMC. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:05, 29 May 2024 Mausterio talk contribs created page Module:Brewing (Created page with "local p = {} local i18n = { defaultBasePotion = 'Awkward Potion', moduleArgs = Module:ProcessArgs, moduleRecipe = Module:Recipe table, type = 'Brewing', } 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.Input = args[1] if not args.base then args.base = i18n.default...")