ماڈیول:Delink کا مسودہ
درج ذیل وجہ کی بنا پر آپ کو اس صفحہ میں ترمیم کرنے کی اجازت نہیں ہے:
آپ اس صفحہ کے مندرجات دیکھ سکتے اور اس کو نقل کر سکتے ہیں۔
-- This module de-links most wikitext.
require("strict")
local p = {}
local getArgs
local function delinkReversePipeTrick(s)
if s:match("^%[%[|.*[|\n]") then -- Check for newlines or multiple pipes.
return s
end
return s:match("%[%[|(.*)%]%]")
end
local function delinkPipeTrick(s)
-- We need to deal with colons, brackets, and commas, per [[Help:Pipe trick]].
-- First, remove the text before the first colon, if any.
if s:match(":") then
000
1:0
اِس صفحہ پر مستعمل سانچہ حسب ذیل ہے:
واپس ماڈیول:Delink پر جائیں