Difference between revisions of "Module:Sandbox/Galobtter"

From blackwiki
Jump to navigation Jump to search
blackwiki>Galobtter
(Revert to revision 852500672 dated 2018-07-29 12:05:59 by Galobtter using popups)
blackwiki>Galobtter
(fix)
Line 1: Line 1:
 
local p = {}
 
local p = {}
 
function p.main(frame)
 
function p.main(frame)
return frame:extensionTag{ name = 'templatestyles', args = { src = 'Flowlist/styles.css'} }
+
return "<templatestyles src = 'Flowlist/styles.css'>"
 
end
 
end
 
return p
 
return p

Revision as of 08:48, 31 October 2018

local p = {}
function p.main(frame)
	return "<templatestyles src = 'Flowlist/styles.css'>"
end
return p