Module:Module introspection: Difference between revisions
No edit summary |
mNo edit summary |
||
| Line 246: | Line 246: | ||
-- Create link to line for that function | -- Create link to line for that function | ||
local line_num = string.format("[[Module:%s#L-%d]]", module_name, info.line) | local line_num = string.format("[[Module:%s#L-%d|%d]]", module_name, info.line, info.line) | ||
-- Create text for function | -- Create text for function | ||