Module:Module introspection: Difference between revisions
prevent introspection from appearing on /doc pages, so "what links here" only shows modules, not their docpages |
adopt get_and_preprocess_content Tag: Reverted |
||
| Line 136: | Line 136: | ||
end | end | ||
-- | -- Get lua code | ||
local | local code = iutils.get_and_preprocess_content("Module", "module_name") | ||
-- Get dependencies and their functions used, then build a table | -- Get dependencies and their functions used, then build a table | ||