Module:Check for unknown parameters: Revision history

From AzNate's Tech Wiki

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.

20 December 2022

  • curprev 10:1110:11, 20 December 2022AzNate talk contribsm 3,312 bytes 0 1 revision imported
  • curprev 09:5409:54, 20 December 2022AzNate talk contribs 3,312 bytes +3,312 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..."

20 February 2022