Warning: proc_open(): open_basedir restriction in effect. File(/dev/null) is not within the allowed path(s): (/home/moldova/.composer:/home/moldova/web/enciclopedia.md/public_html:/home/moldova/web/enciclopedia.md/private:/home/moldova/web/enciclopedia.md/public_shtml:/home/moldova/tmp:/tmp:/var/www/html:/bin:/usr/bin:/usr/local/bin:/usr/share:/opt) in /home/moldova/web/enciclopedia.md/public_html/extensions/Scribunto/includes/Engines/LuaStandalone/LuaStandaloneInterpreter.php on line 159

Warning: proc_open(/dev/null): Failed to open stream: Operation not permitted in /home/moldova/web/enciclopedia.md/public_html/extensions/Scribunto/includes/Engines/LuaStandalone/LuaStandaloneInterpreter.php on line 159
Modul:If empty - MediaWiki

Documentația acestui modul poate fi creată la Modul:If empty/doc

Eroare în script: Lua error: Cannot create process: proc_open(/dev/null): Failed to open stream: Operation not permitted

local p = {}

function p.main(frame)
	local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false})

	for k,v in ipairs(args) do
		if v ~= '' then
			return v
		end
	end

end

return p