Module:Section link: Difference between revisions
From Hacks Guide Wiki
More actions
use require('strict') instead of require('Module:No globals') |
m replace strict with Module:No globals until scribunto gets updated |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
-- This module implements {{section link}}. | -- This module implements {{section link}}. | ||
require(' | require('Module:No globals'); | ||
local checkType = require('libraryUtil').checkType | local checkType = require('libraryUtil').checkType | ||