More languages
More actions
m (Commented to see difference) |
m (Testing relationship between Lua and MediaWiki) |
||
Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
function p.test(frame) | function p.test(frame) | ||
local | local args = frame:getParent().args | ||
return tostring(args) | |||
end | end | ||
return p | return p |