Module:Helper module: Difference between revisions
Created page with "-- <nowiki> -- Helps GSWiki:Lua/Helper modules format its table with dynamic documentation -- See Template:Helper module for documentation and usage require('Module:Mw..." |
mNo edit summary |
||
| Line 45: | Line 45: | ||
reqby = 'For a full list of modules using this helper <span class="plainlinks">[' .. tostring(uri) .. ' click here]</span>\n' | reqby = 'For a full list of modules using this helper <span class="plainlinks">[' .. tostring(uri) .. ' click here]</span>\n' | ||
end | end | ||
return 'This module is a helper module to be used by other modules; it may not designed to be invoked directly. See [[ | return 'This module is a helper module to be used by other modules; it may not designed to be invoked directly. See [[GSWiki:Lua/Helper modules]] for a full list and more information.\n' .. reqby .. tostring(t) .. category | ||
else | else | ||
return p._main(args.name, function_list, args.example) | return p._main(args.name, function_list, args.example) | ||