Module:Delink: Difference between revisions
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. |
Richardpruen (talk | contribs) 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(" | require("strict") | ||
local p = {} | local p = {} | ||