Module:Random slideshow/sandbox: Difference between revisions

Content deleted Content added
templatestyles
sync
Line 168:
local args = cleanupArgs(parentArgs)
local output = p._main(args, false)
return frame:extensionTag{ name='templatestyles', args = { src='Random slideshow/stylestyles.css'} }
.. frame:preprocess(output)
end
Line 177:
local args = cleanupArgs(parentArgs)
local output = p._main(args, true)
return frame:extensionTag{ name='templatestyles', args = { src='Random slideshow/stylestyles.css'} }
.. frame:preprocess(output)
end