Jump to content

Ns828:Check for unknown parameters

From InfraWiki
Revision as of 00:17, 16 January 2024 by imported>Polpot (Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing the original wikitext...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Warning: Content model unknown is not supported on this wiki.