(Translated by https://www.hiragana.jp/)
Модул:Other uses2 — Википедија Пређи на садржај

Модул:Other uses2

С Википедије, слободне енциклопедије

Документацију овог модула можете да направите на страници Модул:Other uses2/док

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