Module:Infobox: Difference between revisions
simplify navlinks as a mediawiki table |
mNo edit summary |
||
| Line 15: | Line 15: | ||
elseif #adjacent_links == 2 then | elseif #adjacent_links == 2 then | ||
header = header | header = header | ||
.. "\n" | |||
.. '{| width="100%"\n' | .. '{| width="100%"\n' | ||
.. '|-\n' | .. '|-\n' | ||
| Line 23: | Line 24: | ||
elseif #adjacent_links == 8 then | elseif #adjacent_links == 8 then | ||
header = header | header = header | ||
.. "\n" | |||
.. '{| width="100%"\n' | .. '{| width="100%"\n' | ||
.. '|-\n' | .. '|-\n' | ||