Changes

Jump to navigation Jump to search
272 bytes added ,  23:55, 25 February 2020
m
no edit summary
data.classes = {}
if listType == 'horizontal' or listType == 'horizontal_ordered' then
table.insert(data.classes, 'hlisthlist-separated')
elseif listType == 'unbulleted' then
table.insert(data.classes, 'plainlist')
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 = {}
Blocked
9,341

edits

Navigation menu