Module:Tmpl: Difference between revisions

m 1 revision imported
mediawiki>WOSlinker
use require('strict') instead of require('Module:No globals')
Line 1: Line 1:
-- This is a helper module for {{tmpl}}
-- This is a helper module for {{tmpl}}
require('Module:No globals')
require('strict')


-- The trailing `[^0-9]?` ensures that `$10` doesn't potentially change
-- The trailing `[^0-9]?` ensures that `$10` doesn't potentially change