Changes
Jump to navigation
Jump to search
Line 96:
Line 96:
− +
+
no edit summary
local config = frame.args -- the arguments passed BY the template, in the wikitext of the template itself
local config = frame.args -- the arguments passed BY the template, in the wikitext of the template itself
local args = pframe.args -- the arguments passed TO the template, in the wikitext that transcludes the template
local args = pframe.args -- the arguments passed TO the template, in the wikitext that transcludes the template
return from_base64(args)
return args
-- return from_base64(args)
end
end
return p
return p