Module:Delink: Difference between revisions

m
1 revision imported: Templates and CSS files
(synced from sandbox: consistent spacing; cleaner code - if not (x == y) -> if x ~= y, etc; fix for question mark - can now delink What If...? style titles.)
m (1 revision imported: Templates and CSS files)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
-- This module de-links most wikitext.
-- This module de-links most wikitext.


require("Module:No globals")
require("strict")


local p = {}
local p = {}