Module:Actions: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
function p.builder(frame) | function p.builder(frame) | ||
local args = frame.args | local args = frame.args | ||
return | |||
return args[1] | |||
end | end | ||
return p | return p |
Revision as of 23:40, 7 September 2024
Documentation for this module may be created at Module:Actions/doc
local p = {}
function p.builder(frame)
local args = frame.args
return args[1]
end
return p