Module:also: Difference between revisions

Jump to navigation Jump to search
No change in size ,  27 July 2021
no edit summary
No edit summary
No edit summary
 
Line 154: Line 154:
end
end
return ("<div class=\"disambig-see-also%s\">: ''See also:'' %s</div>"):format(
return (": <div class=\"disambig-see-also%s\">''See also:'' %s</div>"):format(
(#items == 2) and "-2" or "",
(#items == 2) and "-2" or "",
serial_comma_join(items, use_semicolon and ";" or ",")
serial_comma_join(items, use_semicolon and ";" or ",")

Navigation menu