Module:Module introspection: Difference between revisions
m remove column width of 50% |
mNo edit summary |
||
| Line 247: | Line 247: | ||
-- Return the tables as strings | -- Return the tables as strings | ||
local summary = string.format("'''Introspection summary:''' Module:%s | local summary = string.format("'''Introspection summary:''' Module:%s has %d available function(s) and uses %d Lua module(s) as dependencies.", module_name, #module_funcs, num_deps) | ||
local combined_tables = table.concat({ | local combined_tables = table.concat({ | ||
"{|", | "{|", | ||