মডিউল:List: সংশোধিত সংস্করণের মধ্যে পার্থক্য

Per edit request
Undid revision 1215553431 by Pppery (talk) this seems to have introduced an error at Wikipedia:About
১৮৫ নং লাইন: ১৮৫ নং লাইন:
local mArguments = require('Module:Arguments')
local mArguments = require('Module:Arguments')
local origArgs = mArguments.getArgs(frame, {
local origArgs = mArguments.getArgs(frame, {
frameOnly = ((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