Template:Module test case/doc
This is a documentation subpage for Template:Module test case It contains usage information, categories and other content that is not part of the original template page. |
Usage
editThis template invokes a Lua-extension module with given parameters, compares the output to an expected value, and reports on the outcome.
The module invoked by default is {{PAGENAME}}, except that if {{PAGENAME}} ends with suffic /doc, the suffix is removed; the default is convenient for using this template either from the module's documentation page or from the module's talk page. Parameter {{{module}}} overrides the default.
The first five unnamed parameters are passed to the invoked module; there is currently no support for passing named parameters to the module.
The expected result should be provided through parameter {{{expected}}}.
Parameter {{{description}}} should describe the test case.