View source for Module:Hatnote
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
--------------------------------------------------------------------------------
-- 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. --
--------------------------------------------------------------------------------
local libraryUtil = require('libraryUtil')
local checkType = libraryUtil.checkType
local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg
local mArguments -- lazily initialise [[Module:Arguments]]
local yesno -- lazily initialise [[Module:Yesno]]
local formatLink -- lazily initialise [[Module:Format link]] ._formatLink
local p = {}
--------------------------------------------------------------------------------
-- Helper functions
--------------------------------------------------------------------------------
000
1:0
Templates used on this page:
- Template:Clc (view source)
- Template:Code (view source)
- Template:Format hatnote link (view source)
- Template:Hatnote (view source)
- Template:High-risk (view source)
- Template:Module rating (view source)
- Template:Sandbox other (view source)
- Template:Tag (view source)
- Template:Template link (view source)
- Template:Tl (view source)
- Template:Used in system (view source)
- Module:Arguments (view source)
- Module:Hatnote (view source)
- Module:Hatnote/doc (view source)
- Module:Hatnote/styles.css (view source)
- Module:String (view source)
Return to Module:Hatnote.