View source for Module:Format link
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.
--------------------------------------------------------------------------------
-- Format link
--
-- Makes a wikilink from the given link and display values. Links are escaped
-- with colons if necessary, and links to sections are detected and displayed
-- with " § " as a separator rather than the standard MediaWiki "#". Used in
-- the {{format link}} template.
--------------------------------------------------------------------------------
local libraryUtil = require('libraryUtil')
local checkType = libraryUtil.checkType
local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg
local mArguments -- lazily initialise [[Module:Arguments]]
local mError -- lazily initialise [[Module:Error]]
local yesno -- lazily initialise [[Module:Yesno]]
local p = {}
--------------------------------------------------------------------------------
-- Helper functions
--------------------------------------------------------------------------------
000
1:0
Templates used on this page:
- Template:Code (view source)
- Template:Format link (view source)
- Template:Sandbox other (view source)
- Template:Tl (view source)
- Template:Used in system (view source)
- Module:Arguments (view source)
- Module:Effective protection level (view source)
- Module:Format link (view source)
- Module:Format link/doc (view source)
- Module:High-use (view source)
- Module:Message box (view source)
- Module:Message box/configuration (view source)
- Module:No globals (view source)
- Module:String (view source)
- Module:Transclusion count (view source)
- Module:Transclusion count/data/F (view source)
- Module:Yesno (view source)
Return to Module:Format link.