Module:Delink: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(Replace hardcoded namespaces with namespace lookups)
(make p local)
Line 1: Line 1:
-- This module de-links most wikitext.
-- This module de-links most wikitext.


p = {}
local p = {}


local function delinkReversePipeTrick(s)
local function delinkReversePipeTrick(s)