Jump to content

Main public logs

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

Logs
  • 23:36, 28 June 2026 Toster234 talk contribs created page Module:Recipe (Created page with "local p = {} local param = { station = 'station', sort = 'sort', sortDelim = ';', sortDelim2 = 'ยค', time = 'time', output = 'output', yield = 'yield', page = 'page' } local function addRecipe(name, amt) if not name or not amt then return "" end return '' .. name .. ' x ' .. amt end function p.main(frame) local args = require('Module:Arguments').getArgs(frame) local t = mw.html.create('table') :addClass('fandom-table article-table sort...")