Difference between revisions of "Module:Common/doc"

From Foundation - Wiki
Jump to navigation Jump to search
(Created page with "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 <code>local com = require( "Module:Common")</code>. This will ensure consistency between modules.")
 
(No difference)

Latest revision as of 16:29, 11 August 2022

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.