Module:Lua banner/doc

From Linux Web Expert

This is the documentation page for Module:Lua banner

warning Warning:Do not edit. This page is maintained by an automated tool. All edits should be done at mediawiki.org. (translate this warning)
Please help translate this page.

This module implements the {{Lua}} template.

Module Quality

Test Status
Module:Lua banner File:OOjs UI icon close-ltr-destructive.svgN3 tests failed.
Name Expected Actual
File:OOjs UI icon close-ltr-destructive.svgN testMain Lua error -- invalid frame ID
File:OOjs UI icon check-constructive.svg testRenderBox
File:OOjs UI icon close-ltr-destructive.svgN testRenderTrackingCategories [[Category:ERRCAT_TITLE]][[Category:DEFCAT_TITLE]] [[Category:ERRCAT_TITLE]]
File:OOjs UI icon close-ltr-destructive.svgN testRenderTrackingCategoriesWithCategory [[Category:ERRCAT_TITLE]][[Category:catname]] [[Category:ERRCAT_TITLE]]
File:OOjs UI icon check-constructive.svg testRenderTrackingCategoriesWithNocat
Module:Lua banner/sandbox File:OOjs UI icon close-ltr-destructive.svgN2 tests failed.
Name Expected Actual
File:OOjs UI icon check-constructive.svg testMain
File:OOjs UI icon check-constructive.svg testRenderBox
File:OOjs UI icon close-ltr-destructive.svgN testRenderTrackingCategories [[Category:ERRCAT_TITLE]][[Category:DEFCAT_TITLE]] [[Category:ERRCAT_TITLE]]
File:OOjs UI icon close-ltr-destructive.svgN testRenderTrackingCategoriesWithCategory [[Category:ERRCAT_TITLE]][[Category:catname]] [[Category:ERRCAT_TITLE]]
File:OOjs UI icon check-constructive.svg testRenderTrackingCategoriesWithNocat

Usage from wikitext

This module cannot be used directly from wikitext. It can only be used through the {{Lua}} template. Please see the template page for documentation.

Usage from Lua modules

To use this module from other Lua modules, first load the module.

local mLuaBanner = require('Module:Lua banner')

You can then generate a side box using the _main function.

mLuaBanner._main(args)

The args variable should be a table containing the arguments to pass to the module. To see the different arguments that can be specified and how they affect the module output, please refer to the {{Lua}} template documentation.