Module:If empty: Difference between revisions
Appearance
actually, only the first 8 need this check |
m 1 revision imported |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
function p.main(frame) | function p.main(frame) | ||
local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false}) | local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false}) | ||
for k,v in ipairs(args) do | for k,v in ipairs(args) do | ||
if v ~= '' then | if v ~= '' then | ||
return v | return v | ||
end | end | ||
end | end | ||
end | end | ||
return p | return p |
Latest revision as of 02:41, 29 September 2023
![]() | This module is subject to page protection. It is a highly visible module in use by a very large number of pages, or is substituted very frequently. Because vandalism or mistakes would affect many pages, and even trivial editing might cause substantial load on the servers, it is protected from editing. |
![]() | This module depends on the following other modules: |
This module supports Template:If empty.