Module:Excerpt slideshow/sandbox: Difference between revisions

Content deleted Content added
Module:Random slideshow/sandbox
include random slideshow templatestyles
Line 254:
local parent = frame.getParent(frame)
local output = p._excerpt(parent.args, 'random')
return frame:extensionTag{ name='templatestyles', args = { src='Module:Random slideshow/sandbox/styles.css'} }
return .. frame:preprocess(output)
end
 
Line 261 ⟶ 262:
local parent = frame.getParent(frame)
local output = p._excerpt(parent.args, 'linked')
return frame:extensionTag{ name='templatestyles', args = { src='Module:Random slideshow/sandbox/styles.css'} }
return .. frame:preprocess(output)
end
 
Line 268 ⟶ 270:
local parent = frame.getParent(frame)
local output = p._excerpt(parent.args, 'listitem')
return frame:extensionTag{ name='templatestyles', args = { src='Module:Random slideshow/sandbox/styles.css'} }
return .. frame:preprocess(output)
end