Module:List: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Implement edit request - don't trim passed arguments while still removing whitespace-only parameters
(Minerva skin needs whether an hlist is separated to be explicit (see https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)#Hlist_bullets_not_shown_in_mobile))
(Implement edit request - don't trim passed arguments while still removing whitespace-only parameters)
Line 180:
p[listType] = function (frame)
local mArguments = require('Module:Arguments')
local origArgs = mArguments.getArgs(frame), {
valueFunc = function (key, value)
return value and mw.ustring.find(value, '%S') and value or nil
end
})
-- Copy all the arguments to a new table, for faster indexing.
local args = {}
0

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu