Content deleted Content added
attempt detecting broken parameter "nocat" |
m sync with live version |
||
(15 intermediate revisions by the same user not shown) | |||
Line 74:
local value = obj:parameter(key)
value = trimWhitespace(value, true)
obj['_' .. key] = yesno(value)
end
Line 215 ⟶ 212:
local ret = {self:parameter('all')}
local numParam = tonumber(nsCategory)
if numParam and numParam >= 1 and math.floor(numParam) == numParam then
-- nsCategory is an integer
|