Module:Module introspection: Difference between revisions
m a row |
no border between cells |
||
| Line 253: | Line 253: | ||
-- Return the tables | -- Return the tables | ||
-- Styling may be improved at a later time | |||
local combined_tables = table.concat({ | local combined_tables = table.concat({ | ||
'{| class="wikitable sortable mw-collapsible"', | '{| class="wikitable sortable mw-collapsible"', | ||
'! colspan="2" | Introspection summary', | '! colspan="2" | Introspection summary', | ||
"|-", | "|-", | ||
'| style="vertical-align:top;" |', | '| style="vertical-align:top; border-right=none"; |', | ||
func_table, | func_table, | ||
'| style="vertical-align:top;" |', | '| style="vertical-align:top; border-left=none" |', | ||
dep_table, | dep_table, | ||
"|}" | "|}" | ||