Content deleted Content added
pass keys |
fix blanking g10 |
||
Line 8:
for k,v in pairs(args) do
if string.match(v, '[GgAaFfCcUuRrTtPp]%d%d?') then
current = string.lower(v)
table.insert(keys, current)
tbl[current] = {}
Line 27:
local requestedReasons = {}
for k,v in pairs(csdList) do
table.insert(requestedReasons, frame:expandTemplate{ title = 'Db-'..
['raw'] = 'yes',
['rationale'] = v['rationale'] or '',
Line 33:
}})
--if true then return mw.dumpObject(
end
|