Main public logs
From CG Studios Wiki
Combined display of all available logs of CG Studios Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:46, 23 November 2025 Admin talk contribs created page Module:Arguments (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) == '...")