نمایش مبدأ برای پودمان:Check for unknown parameters
		
		
		
		
		
		پرش به ناوبری
		پرش به جستجو
		
		
	
شما به دلیل زیر، اجازهٔ ویرایش این صفحه ندارید:
شما میتوانید مبدأ این صفحه را ببینید و رونوشت بردارید:
-- This module may be used to compare the arguments passed to the parent
-- with a list of arguments, returning a specified result if an argument is
-- not on the list
local p = {}
local function trim(s)
    return s:match('^%s*(.-)%s*$')
end
local function isnotempty(s)
    return s and s:match('%S')
end
local function clean(text)
    -- Return text cleaned for display and truncated if too long.
    -- Strip markers are replaced with dummy text representing the original wikitext.
    local pos, truncated
    local function truncate(text)
        if truncated then
            return ''
000
1:0
الگوی بهکاررفته در این صفحه:
بازگشت به پودمان:Check for unknown parameters.
