You can edit almost every page by Creating an account and confirming your email.

Module:Other uses2

From EverybodyWiki Bios & Wiki

Usage

This module should neither be invoked directly nor used from Lua. Use the {{other uses2}} template instead.


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

This module "Other uses2" is from Wikipedia if otherwise notified