Content deleted Content added
fix sort |
assert position in string |
||
Line 20:
local size = 0
for k,v in pairs(args) do
if string.match(v, '^[GgAaFfCcUuRrTtPp]%d%d?$') then -- Begin collecting args for a new CSD
current, size = string.lower(v), 0
tbl[current] = {['size'] = size}
Line 39:
local csdTable = constructCsdTable(args)
local csdKeys = getTableKeys(csdTable)
--if true then return mw.dumpObject(csdTable) end
local builtCsdTemplates = {}
|