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(' | local mArguments = require('Module:Arguments') | ||
local yesno = require(' | local yesno = require('Module:Yesno') | ||
local mTableTools = require(' | local mTableTools = require('Module:TableTools') | ||
local i18n = require(' | local i18n = require('Module:I18n').loadMessages('Hatnote') | ||
local hatnote = {} | local hatnote = {} | ||