Изворни код странице Модул: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
Шаблони који се користе на овој страници:
- Шаблон:High-risk (извор)
- Шаблон:Module other (извор)
- Шаблон:Module rating (извор)
- Шаблон:Ombox (извор)
- Шаблон:Para (извор)
- Шаблон:Replace (извор)
- Шаблон:Замени (извор)
- Модул:Arguments (извор)
- Модул:Check for unknown parameters/док (извор)
- Модул:Effective protection level (извор)
- Модул:Message box (извор)
- Модул:Message box/configuration (извор)
- Модул:No globals (извор)
- Модул:String (извор)
- Модул:Yesno (извор)
Назад на страницу Модул:Check for unknown parameters.