Du bist aus dem folgenden Grund nicht berechtigt, diese Seite bearbeiten:
Du kannst den Quelltext dieser Seite betrachten und kopieren.
-- Imported from: https://en.wikipedia.org/wiki/Module:Format_link
--------------------------------------------------------------------------------
-- 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 = {}
--------------------------------------------------------------------------------
000
1:0
Die folgende Vorlage wird auf dieser Seite verwendet:
Zurück zur Seite Modul:Format link.