Module:Hatnote: Difference between revisions

Created page with "-- <nowiki> -------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules...."
 
No edit summary
 
Line 10: Line 10:
local libraryUtil = require('libraryUtil')
local libraryUtil = require('libraryUtil')
local checkType = libraryUtil.checkType
local checkType = libraryUtil.checkType
local mArguments = require('Dev:Arguments')
local mArguments = require('Module:Arguments')
local yesno = require('Dev:Yesno')
local yesno = require('Module:Yesno')
local mTableTools = require('Dev:TableTools')
local mTableTools = require('Module:TableTools')
local i18n = require('Dev:I18n').loadMessages('Hatnote')
local i18n = require('Module:I18n').loadMessages('Hatnote')
local hatnote = {}
local hatnote = {}