Module:List: Difference between revisions

From The FunKey Wiki
xfer from sandbox per edit request on talk page
wc>4nn1l2
m (Changed protection level for "Module:List": downgraded protection level per consensus ([Move=Allow only template editors and administrators] (indefinite) [Edit=Allow only template editors and administrators] (indefinite)))
 
(xfer from sandbox per edit request on talk page)
Line 180:
p[listType] = function (frame)
local mArguments = require('Module:Arguments')
local origArgs = mArguments.getArgs(frame), {
valueFunc = function (key, value)
if not value or not mw.ustring.find(value, '%S') then return nil end
if mw.ustring.find(value, '^%s*[%*#;:]') then
return value
else
return value:match('^%s*(.-)%s*$')
end
return nil
end
})
-- Copy all the arguments to a new table, for faster indexing.
local args = {}
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.