Module:Infobox: Difference between revisions
partial refactor (header helper function only) |
m bugfix |
||
| Line 101: | Line 101: | ||
-- Infobox table, starting with table | -- Infobox table, starting with table | ||
.. '{| style="border-collapse: collapse; width: 100%;"\n' | .. '{| style="border-collapse: collapse; width: 100%;"\n' | ||
.. '|+ style="font-size: 105%; font-weight: bold; text-align: center;" | ' .. p.infobox_header(title, adjacent_links) .. '\n' | .. '|+ style="font-size: 105%; font-weight: bold; text-align: center;" | \n' .. p.infobox_header(title, adjacent_links) .. '\n' | ||
-- For loop for populating entries | -- For loop for populating entries | ||