نمایش مبدأ برای پودمان:Math
پرش به ناوبری
پرش به جستجو
شما به دلیل زیر، اجازهٔ ویرایش این صفحه ندارید:
شما میتوانید مبدأ این صفحه را ببینید و رونوشت بردارید:
local numConv = require("module:Numeral converter").convert
--[[
This module provides a number of basic mathematical operations.
]]
local yesno, getArgs -- lazily initialized
local p = {} -- Holds functions to be returned from #invoke, and functions to make available to other Lua modules.
local wrap = {} -- Holds wrapper functions that process arguments from #invoke. These act as intemediary between functions meant for #invoke and functions meant for Lua.
--[[
Helper functions used to avoid redundant code.
]]
local function err(msg)
-- Generates wikitext error messages.
return mw.ustring.format('<strong class="error">خطای قالب·بندی: %s</strong>', msg)
end
000
1:0
الگوی بهکاررفته در این صفحه:
بازگشت به پودمان:Math.