Changes

MyWikiBiz, Author Your Legacy — Friday October 10, 2025
Jump to navigationJump to search
392 bytes added ,  05:16, 16 July 2021
Pywikibot 6.4.0
--In development. See Template:Page reports.
local p = {};

function p.demo( frame )
local origArgs
if frame == mw.getCurrentFrame() then
origArgs = frame:getParent().args
for k, v in pairs( frame.args ) do
origArgs = frame.args
break
end
else
origArgs = frame
end

return "hello world" .. origArgs[1]
end

return p

Navigation menu