Module:Hatnote list: Difference between revisions

Content added Content deleted
(Update with new _formatLink syntax for Module:Hatnote; using the Module:Hatnote/sandbox for now, but will switch back to Module:Hatnote in a short while. Also make "searchDisp" a local variable instead of a global.)
(switch back to Module:Hatnote instead of Module:Hatnote/sandbox)
Line 9: Line 9:


local mArguments --initialize lazily
local mArguments --initialize lazily
local mHatnote = require('Module:Hatnote/sandbox')
local mHatnote = require('Module:Hatnote')
local libraryUtil = require('libraryUtil')
local libraryUtil = require('libraryUtil')
local checkType = libraryUtil.checkType
local checkType = libraryUtil.checkType