Module:Infobox: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 18: | Line 18: | ||
.. '{| width="100%"\n' | .. '{| width="100%"\n' | ||
.. '|-\n' | .. '|-\n' | ||
.. '| | .. '| style="font-size: 0.75em;" | ' .. adjacent_links[1] .. '\n' | ||
.. '| width="60%" | ' .. title .. '\n' | .. '| width="60%" | ' .. title .. '\n' | ||
.. '| | .. '| style="font-size: 0.75em;" | ' .. adjacent_links[2] .. '\n' | ||
.. '|}\n' | .. '|}\n' | ||
elseif #adjacent_links == 8 then | elseif #adjacent_links == 8 then | ||
| Line 27: | Line 27: | ||
.. '{| width="100%"\n' | .. '{| width="100%"\n' | ||
.. '|-\n' | .. '|-\n' | ||
.. '| | .. '| style="font-size: 0.75em;" | ' .. adjacent_links[1] .. '\n' | ||
.. '| width=" | .. '| width="60%" style="font-size: 0.75em;" | ' .. adjacent_links[2] .. '\n' | ||
.. '| | .. '| style="font-size: 0.75em;" | ' .. adjacent_links[3] .. '\n' | ||
.. '|-\n' | .. '|-\n' | ||
.. '| | .. '| style="font-size: 0.75em;" | ' .. adjacent_links[4] .. '\n' | ||
.. '| width="60%" | ' .. title .. '\n' | .. '| width="60%" | ' .. title .. '\n' | ||
.. '| | .. '| style="font-size: 0.75em;" | ' .. adjacent_links[5] .. '\n' | ||
.. '|-\n' | .. '|-\n' | ||
.. '| | .. '| style="font-size: 0.75em;" | ' .. adjacent_links[6] .. '\n' | ||
.. '| width=" | .. '| width="60%" style="font-size: 0.75em;" | ' .. adjacent_links[7] .. '\n' | ||
.. '| | .. '| style="font-size: 0.75em;" | ' .. adjacent_links[8] .. '\n' | ||
.. '|}\n' | .. '|}\n' | ||
else | else | ||