This template displays an infobox that lists the module dependencies for a template or module. For a template, module dependencies are the modules that implement that template (called with {{#invoke:}}
). For a module, module dependencies are the other modules that are required by or loaded from that module.
Usage
Place this template at the top of the documentation subpage of a template or module. Templates are automatically added to Category:Lua-based templates.
{{Lua|module 1|module 2|module 3|...}}
Example
{{Lua|Module:Example}}