Module:If empty: Difference between revisions
Jump to navigation
Jump to search
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 15:58, 23 December 2014
Documentation for this module may be created at Module:If empty/doc