Module:Check for unknown parameters: Difference between revisions
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 require ('strict'); 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..." Tags: Mobile edit Mobile web edit |
m 1 revision imported from wikipedia:Module:Check_for_unknown_parameters |
||
(No difference)
|