「模組:Vertical」:各本之異

[底本][底本]
刪去的內容 新增的內容
Хтосьці
我唔知點解我有「Script error」 :(
Хтосьці
Хтосьці)之審223186
 
第三四行:
end
 
local function vertical_to_templates(s, add_clr)
local r = {}
local strings = explode(s, "\n")
第五〇行:
end
 
--if {{clr}}add_clr then
-- {{clr}}
r[#r + 1] = '<br clear="all" />'
end
 
return table.concat(r, "\n")
第五九行 ⟶ 第六一行:
return {
vertical = function (frame)
return vertical_to_templates(frame.args[1], False)
end,
vertical_without_clr = function (frame)
return vertical_to_templates(frame.args[1], True)
end
}