Module:If empty: Difference between revisions
Appearance
m test worked.. trying to simplify |
simpliy; just noticed the "preview page with this module" box... will no longer be doing weird tests XD |
||
Line 2: | Line 2: | ||
function p.main(frame) | function p.main(frame) | ||
for | for _,v in ipairs(frame.args) do | ||
if | if v ~= '' then | ||
return | return v | ||
end | end | ||
end | end |
Revision as of 02:58, 24 December 2014
Documentation for this module may be created at Module:If empty/doc