Module:Infobox: Difference between revisions

From The Kodiak Republic Wiki

Content added Content deleted
(infobox class not needed for subbox since the parent box will set the class (and causes problems on mobile))
(add per https://en.wikipedia.org/w/index.php?title=Template_talk:Infobox_musical_artist&oldid=849054481 see "two plain list" testcase)
Line 49: Line 49:
end
end
end
end
-- the next two lines add a newline at the end of * lists for the PHP parser
-- https://en.wikipedia.org/w/index.php?title=Template_talk:Infobox_musical_artist&oldid=849054481
s = mw.ustring.gsub(s, '([\r\n]%*[^\r\n]*)$', '%1\n')
s = mw.ustring.gsub(s, '^(%*[^\r\n]*)$', '%1\n')
return s
return s
else
else
Cookies help us deliver our services. By using our services, you agree to our use of cookies.