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)
m (62 revisions imported)
 
(3 intermediate revisions by one other user not shown)
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 mw.title.getCurrentTitle();
 
end
 
end
 
return p
 
return p

Latest revision as of 09:47, 27 September 2020

local p = {}
function p.main(frame)
	return mw.title.getCurrentTitle();
end
return p