Module:Difficulty/doc

From Helldivers Wiki
Jump to navigation Jump to search

This is the documentation page for Module:Difficulty

Template-info.svg Documentation

This module implements {{Difficulty}}

Usage from Lua Modules

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

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

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

difficulty._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 {{difficulty}} template documentation.

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.