View logs for this page (view abuse log)Filter revisionsExpandCollapse To date:Tag filter:BlankingManual revertMobile editMobile web editNew redirectRevertedRollbackUndoVisual edit: Switchedwikieditor (hidden tag)Invert selection Show revisions Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom. Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit. 19 December 2024 curprev 17:2717:27, 19 December 2024 Astaryuu talk contribs m 3,339 bytes 0 1 revision imported from wikipedia:Module:Check_for_unknown_parameters undo curprev 15:0915:09, 19 December 2024 Astaryuu talk contribs 3,339 bytes +3,339 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..." undo Tags: Mobile edit Mobile web edit 29 August 2024 curprev 18:0518:05, 29 August 2024 wikipedia>Trappist the monk 3,339 bytes +3,339 per edit request (permalink); + require ('strict');