Module:Infobox: Difference between revisions
Added multilink infobox to replace multisection infobox; to be removed once infobox mos switches to multilink |
m Corrected a variable name |
||
| Line 204: | Line 204: | ||
-- - Sections (see comments for details) | -- - Sections (see comments for details) | ||
-- - Adjacent links; supports 0, 2, or 8 adjacent links | -- - Adjacent links; supports 0, 2, or 8 adjacent links | ||
function p.build_multilink(title, | function p.build_multilink(title, entries, adjacent_links) | ||
-- Boilerplate stuff | -- Boilerplate stuff | ||
local s = '<div style="\n' | local s = '<div style="\n' | ||