Module:Arguments: Revision history

From CG Studios 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.

23 November 2025

  • curprev 21:4621:46, 23 November 2025 Admin talk contribs 971 bytes +971 Created page with "-- <nowiki> -- Simple standalone replacement for Module:Arguments local p = {} -- Trim helper local function trim(s) return s:match('^%s*(.-)%s*$') end -- Get arguments from frame and parent frame function p.getArgs(frame, options) options = options or {} local args = {} -- First, collect from parent frame (template invocation) local parent = frame:getParent() if parent then for k, v in pairs(parent.args) do if type(v) == '..."