Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Section link: Difference between revisions

From Hacks Guide Wiki
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('strict');
require('Module:No globals');


local checkType = require('libraryUtil').checkType
local checkType = require('libraryUtil').checkType