45,638
edits
No edit summary |
No edit summary |
||
Line 152: | Line 152: | ||
for _, other in ipairs(others) do | for _, other in ipairs(others) do | ||
table.insert(ret, '! style="background-color:#000080; color:white" colspan=3 | ' .. other .. '\n') | table.insert(ret, '! style="background-color:#000080; color:white" colspan=3 | ' .. other .. '\n') | ||
table.insert(ret, '| colspan=2 | ' .. link(show_form(data.forms[other])) .. '\n') | table.insert(ret, '| colspan=2 | ' .. link(show_form(data.forms[other])) .. '\n|-\n') | ||
end | end | ||