View source for Module:Hatnote
From LIMSWiki
Jump to navigationJump to searchYou do not have permission to edit this page, for the following reasons:
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 mArguments -- lazily initialise [[Module:Arguments]]
local yesno -- lazily initialise [[Module:Yesno]]
local p = {}
--------------------------------------------------------------------------------
-- Helper functions
--------------------------------------------------------------------------------
local function getArgs(frame)
000
1:0
Templates used on this page:
- Template:Code (view source) (protected)
- Template:Format hatnote link (view source) (protected)
- Template:Hatnote (view source) (protected)
- Template:Tag (view source) (protected)
- Template:Tl (view source) (protected)
- Module:Arguments (view source) (protected)
- Module:Hatnote (view source) (protected)
- Module:Hatnote/doc (view source)
Return to Module:Hatnote.