Module:Recipe: Revision history

Jump to navigation Jump to search

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.

9 August 2023

  • curprev 10:4110:41, 9 August 2023Admin coral island talk contribs 3,407 bytes +3,407 Created page with "local p = {} local lib = require('Module:Feature') local Icon = require('Module:Icon')._main local category = mw.html.create() function p.main(frame) local args = require('Module:Arguments').getArgs(frame) return p._main(args) end function p._main(args) local items = args.items or args[1] assert(items, 'No ingredients given') local yield_item = args.product or mw.title.getCurrentTitle().rootText local yield_amount = args['yield'] or '1' local medium = args.medi..."