"मोड्युल:If empty" का संशोधनहरू बिचको अन्तर

Content deleted Content added
imported>Codehydro
simpliy; just noticed the "preview page with this module" box... will no longer be doing weird tests XD
when frame args are relevant, they'll get picked up by Module:Arguments, and when they're not, that's just a waste of CPU cycles
पङ्क्ति २:
 
function p.main(frame)
for _,v in ipairs(frame.args) do
if v ~= '' then
return v
end
end
for _,v in ipairs(require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false})) do
if v ~= '' then
"https://ne.wikipedia.org/wiki/मोड्युल:If_empty" बाट अनुप्रेषित