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 1: | Line 1: | ||
local p = {} |
local p = {} |
||
local parse = require('Module:Param Parse') |
|||
function p.main(frame) |
function p.main(frame) |
||
local args = frame.args |
local args = frame.args |
||
local |
local arg1 = args.arg1 |
||
return |
return arg1 |
||
end |
end |
||