Content deleted Content added
No edit summary |
No edit summary |
||
Line 4:
function p.table(frame)
local res = ''
for t in mw.text. t = t:match( '^%s*(.-)%s*$' )
if mw.ustring.gsub(t,-2) == '}}' then
res = res .. '{{CFB schedule ' .. t
end
end
return res
end
return p
|