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 config[1]
return to_base64(config[1])
end
end
return p
return p