User:GuyPerfect/Lua

From Inkipedia, the Splatoon wiki

Module

Module:GuyPerfect

function Infobox(frame)
	local ret = ""
	for k,v in frame:argumentPairs() do
		ret = ret .. k .. " = " .. v .. "<br>"
	end
	return ret
end

-- Module
return {
    infobox = Infobox
}

Invocation

{{#invoke:GuyPerfect|hello|foo|named=value|bar}}

Output

Script error: The function "hello" does not exist.