মডিউল: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 = {}
--------------------------------------------------------------------------------
-- Helper functions
--------------------------------------------------------------------------------
000
1:0
এই পাতায় ব্যবহৃত টেমপ্লেট:
মডিউল:Format link-এ ফেরত যান।