Difference between revisions of "Module:Sandbox/Galobtter"

From blackwiki
Jump to navigation Jump to search
blackwiki>Galobtter
m (62 revisions imported)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
local p = {}
 
local p = {}
 
+
function p.main(frame)
function p.set(frame)
+
return mw.title.getCurrentTitle();
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

Latest revision as of 09:47, 27 September 2020

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