Changes

Jump to navigation Jump to search

Module:Sidebar

285 bytes added, 20:22, 22 March 2013
apply automatic newlines
for k, v in pairs(origArgs) do
if v ~= '' then
-- Apply automatic newlines ([[meta:Help:Newlines and spaces#Automatic newline]]) to
-- simulate template behavior.
if mw.ustring.find(v, '^[#*:;]') or mw.ustring.find(v, '^{|') then
v = '\n' .. v
end
args[k] = v
end
Anonymous user

Navigation menu