Toggle 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
m (1 revision imported)
m (replace strict with Module:No globals until scribunto gets updated)
 
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