Module:Template introspection: Difference between revisions
normalize arg names to snake case |
implement same fix as dochead module |
||
| Line 66: | Line 66: | ||
table.insert(calls, string.format("'''%s''' from [[Module:%s]]", call.func, call.module)) | table.insert(calls, string.format("'''%s''' from [[Module:%s]]", call.func, call.module)) | ||
end | end | ||
return string.format(":''%s %s | return string.format(":''%s'' %s\n", hatnote, table.concat(calls, ", ")) | ||
end | end | ||
end | end | ||