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 5: | Line 5: | ||
function p.main(frame) |
function p.main(frame) |
||
local args = frame.args |
local args = frame.args |
||
local mw = require('mw') |
|||
local out = {} |
|||
local debugMessage = args.facility |
local debugMessage = args.facility |
||
return debugMessage |
|||
table.insert(out, debugMessage) |
|||
return table.concat(out, '\n') |
|||
end |
end |
||
Revision as of 18:11, 14 November 2024
Documentation for this module may be created at Module:Sandbox/User:The Gaffer/Modules/Infobox Recipe/doc