Jump to content

Module:Recipe: Revision history

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.

28 June 2026

  • curprev 23:3623:36, 28 June 2026 Toster234 talk contribs 1,162 bytes +1,162 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..." undo

6 December 2025