Difference between revisions of "Module:Other uses2"
From Peter
m (Protected "Module:Other uses2": High-risk Lua module ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite))) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 08:09, 26 August 2016
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