پودمان:Lua banner: تفاوت میان نسخه‌ها

صفحه‌ای تازه حاوی «-- This module implements the {{lua}} template. -- سطرهای ۳۷ تا ۴۰ این پودمان برای تغییر نام فضای نام از «Module» به «پودمان» تغییر کرده‌اند. در زمان به‌روزرسانی دقت کنید local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box')...» ایجاد کرد
جز ۱ نسخه واردشده
 
(یک نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد)
خط ۵۴: خط ۵۴:
boxArgs.text = 'این پودمان از پودمان‌های زیر استفاده می‌کند:' .. moduleList
boxArgs.text = 'این پودمان از پودمان‌های زیر استفاده می‌کند:' .. moduleList
else
else
boxArgs.text = 'این الگو از [[ویکی‌پدیا:لوآ|لوآ]] استفاده می‌کند:\n' .. moduleList
boxArgs.text = 'این الگو از [[ویکی‌هزاره:لوآ|لوآ]] استفاده می‌کند:\n' .. moduleList
end
end
end
end
boxArgs.type = 'notice'
boxArgs.type = 'notice'
boxArgs.small = true
boxArgs.small = true
boxArgs.image = '[[پرونده:Lua-logo-nolabel.svg|30px|جایگزین=نماد لوآ|پیوند=ویکی‌پدیا:لوآ]]'
boxArgs.image = '[[پرونده:Lua-logo-nolabel.svg|30px|جایگزین=نماد لوآ|پیوند=ویکی‌هزاره:لوآ]]'
return mMessageBox.main('mbox', boxArgs)
return mMessageBox.main('mbox', boxArgs)
end
end