Module:Other uses2

From Peter
Revision as of 11:49, 6 April 2016 by Nihiltres (talk) (Protected "Module:Other uses2": High-risk Lua module ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite)))

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Documentation for this module may be created at Module:Other uses2/doc

local mOtheruses = require('Module:Other uses')
local p = {}
p.otheruses2 = function (frame)
	return mOtheruses._otheruses({}, {title = (frame:getParent().args[1] or mw.title.getCurrentTitle().text)})
end
return p