عرض مصدر وحدة:Message box
ليست لك الصلاحية لتعديل هذه الصفحة; للسبب التالي:
يمكنك مطالعة و نسخ مصدر هذه الصفحة.
require('strict')
local getArgs
local yesno = require('Module:Yesno')
local lang = mw.language.getContentLanguage()
local CONFIG_MODULE = 'Module:Message box/configuration'
local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'}
--------------------------------------------------------------------------------
-- Helper functions
--------------------------------------------------------------------------------
local function getTitleObject(...)
-- Get the title object, passing the function through pcall
-- in case we are over the expensive function count limit.
local success, title = pcall(mw.title.new, ...)
if success then
return title
end
end
000
1:0
القالب المستخدم في هذه الصفحة:
ارجع إلى وحدة:Message box.