Difference between revisions of "Module:Sandbox/Galobtter"

From blackwiki
Jump to navigation Jump to search
blackwiki>Galobtter
(hmm)
blackwiki>Galobtter
Line 1: Line 1:
 
local p = {}
 
local p = {}
function p.main(frame)
+
 
return frame:extensionTag{ name = 'templatestyles', args = { src = 'Flowlist/styles.css'} }
+
function p.set(frame)
 +
return mw.ext.displaytitle.set(frame.args[1])
 
end
 
end
 +
 +
function p.get(frame)
 +
return mw.ext.displaytitle.get(frame.args[1])
 +
end
 +
 
return p
 
return p

Revision as of 19:12, 19 September 2018

local p = {}

function p.set(frame)
	return mw.ext.displaytitle.set(frame.args[1])
end

function p.get(frame)
	return mw.ext.displaytitle.get(frame.args[1])
end

return p