Module:Common/doc
Aller à la navigation
Aller à la recherche
Ceci est la page de documentation pour Module:Common
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.