Difference between revisions of "Module:Sandbox/Galobtter"

From blackwiki
Jump to navigation Jump to search
blackwiki>Galobtter
(hmm)
blackwiki>Galobtter
(hmm)
Line 1: Line 1:
 
local p = {}
 
local p = {}
 
function p.main(frame)
 
function p.main(frame)
frame:preprocess{'<templatestyles src="Template:Flowlist/styles.css" />'}
+
return frame:extensionTag{ name = 'templatestyles', args = { src = 'Flowlist/styles.css'} }
 
end
 
end
 
return p
 
return p

Revision as of 12:05, 29 July 2018

local p = {}
function p.main(frame)
	return frame:extensionTag{ name = 'templatestyles', args = { src = 'Flowlist/styles.css'} }
end
return p