پودمان:Other uses of

From faraghaib
Revision as of 00:06, March 21, 2025 by admin>Admin (صفحه‌ای تازه حاوی «local mOtheruses = require('Module:Other uses') local p = {} p.otherusesof = function (frame) function getArg (num) local x = frame:getParent().args[num] return x ~= '' and x or nil end local ofWhat = getArg(1) or mw.title.getCurrentTitle().prefixedText local page = getArg(2) local options = { title = ofWhat, otherText = string.format('کاربردهای «%s»', ofWhat) } arg = page and {page} or {} return mOtheruses._...» ایجاد کرد)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

local mOtheruses = require('Module:Other uses') local p = {} p.otherusesof = function (frame) function getArg (num) local x = frame:getParent().args[num] return x ~= and x or nil end local ofWhat = getArg(1) or mw.title.getCurrentTitle().prefixedText local page = getArg(2) local options = { title = ofWhat, otherText = string.format('کاربردهای «%s»', ofWhat) } arg = page and {page} or {} return mOtheruses._otheruses(arg, options) end return p