Module:Section link: Difference between revisions

use require('strict') instead of require('Module:No globals')
w>Primefac
(fix error for when {{}} are used inside of the slink (TPER))
 
imported>WOSlinker
(use require('strict') instead of require('Module:No globals'))
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
-- This module implements {{section link}}.
-- This module implements {{section link}}.
require('Module:No globals');
require('strict');


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