8,959
edits
| m (1 revision imported) | m (1 revision imported) | ||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 185: | Line 185: | ||
| 		local mArguments = require('Module:Arguments') | 		local mArguments = require('Module:Arguments') | ||
| 		local origArgs = mArguments.getArgs(frame, { | 		local origArgs = mArguments.getArgs(frame, { | ||
| 			frameOnly = ((frame and frame.args and frame.args.frameonly or '') ~= ''), | |||
| 			valueFunc = function (key, value) | 			valueFunc = function (key, value) | ||
| 			if not value or not mw.ustring.find(value, '%S') then return nil end | 			if not value or not mw.ustring.find(value, '%S') then return nil end | ||