Module:Sandbox/User:The Gaffer/Modules/Infobox Recipe: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
The Gaffer (talk | contribs) No edit summary |
The Gaffer (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
function p._main(frame) |
function p._main(frame) |
||
local args = frame.args |
local args = frame:getParent().args |
||
local mw = require('mw') |
local mw = require('mw') |
||