Content deleted Content added
No edit summary |
No edit summary |
||
Line 10:
s = mw.ustring.sub(s,1,-3)
if mw.ustring.sub(s,1,5) == 'Entry' then
res = res .. frame:expand('{{CFB Schedule Entry' ..
elseif mw.ustring.sub(s,1,5) == 'Start' then
res = res .. frame:expand('{{CFB Schedule Start' ..
elseif mw.ustring.sub(s,1,3) == 'End' then
res = res .. frame:expand('{{CFB Schedule End' ..
else
res = res .. t
|