Module:Template introspection: Difference between revisions
No edit summary |
No edit summary |
||
| Line 65: | Line 65: | ||
local calls = {} | local calls = {} | ||
for _, call in ipairs(invokes) do | for _, call in ipairs(invokes) do | ||
table.insert(calls, string.format(" | table.insert(calls, string.format("'''%s''' from [[Module:%s]]", call.func, call.module)) | ||
end | end | ||
return string.format(":''%s %s''", hatnote, table.concat(calls, ", ")) | return string.format(":''%s %s''", hatnote, table.concat(calls, ", ")) | ||