Difference between revisions of "Module:Common"

Jump to navigation Jump to search
359 bytes removed ,  16:28, 11 August 2022
no edit summary
Line 1: Line 1:
--[[
Additional functions that are common to other modules. Although they could
be called into templates the overhead call into lua would generally greater
than using a built in mediawiki parser function where one exists.
When calling in to another module, use 'local com = require( "Module:Common")'
This will ensure consistency between modules.
]]
local com = {}
local com = {}


Navigation menu