Module:Variants: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 42: | Line 42: | ||
function p.main(frame) |
function p.main(frame) |
||
local args = frame:getParent().args |
local args = frame:getParent().args |
||
mw.log('Test') |
|||
⚫ | |||
return args |
|||
⚫ | |||
end |
end |
||